Bug 90302 - [maintainer update]: sysutils/stress update to 0.18.8
Summary: [maintainer update]: sysutils/stress update to 0.18.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-12 19:30 UTC by Jean Milanez Melo
Modified: 2005-12-14 13:27 UTC (History)
0 users

See Also:


Attachments
stress.diff (909 bytes, patch)
2005-12-12 19:30 UTC, Jean Milanez Melo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean Milanez Melo 2005-12-12 19:30:08 UTC
	
- Update to 0.18.8.
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-12 20:15:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 E. Haupt 2005-12-13 09:43:23 UTC
Port does not repect CFLAGS. Can you fix it?
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-13 09:46:22 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 4 Jean Milanez Melo 2005-12-13 13:44:36 UTC
I've made some tests, if it respects CFLAGS, stress doesn't compile.

On stress source in Makefile.in i added a plus:

CFLAGS += -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE

But it gives me the follow error:

===>  Building for stress-0.18.8
Making all in .
Making all in src
cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stress\" 
-DVERSION=\"0.18.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1  -I. 
-I.     -O2 -fno-strict-aliasing -pipe   -Wall -Werror 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c stress.c
stress.c: In function `hogvm':
stress.c:484: warning: 'ptr' might be used uninitialized in this function
*** Error code 1

Stop in /usr/ports/sysutils/stress/work/stress-0.18.8/src.
*** Error code 1

Stop in /usr/ports/sysutils/stress/work/stress-0.18.8.
*** Error code 1

Stop in /usr/ports/sysutils/stress.

As you can see, now it try respect CFLAGS but doesn't works. Maybe we 
should let this port with static CFLAGS.

-- 
Atenciosamente
Jean Milanez Melo
FreeBSD Brasil LTDA.
Fone: (31) 3281-9633
http://www.freebsdbrasil.com.br
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-14 13:27:18 UTC
State Changed
From-To: feedback->closed

Committed with minor modifications to respect CFLAGS, thanks!