Bug 29099 - port /usr/ports/net/radius fails to build under latest -CURRENT but builds properly under 4.3-RELEASE
Summary: port /usr/ports/net/radius fails to build under latest -CURRENT but builds pr...
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: Pete Fritchman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-20 06:30 UTC by Vincent Poy
Modified: 2001-08-26 08:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Poy 2001-07-20 06:30:01 UTC
	port /usr/ports/net/radius fails to build under latest -CURRENT
        but builds properly under 4.3-RELEASE.  
        Output is as follows:
        
cal/lib/radius/db\"  -DRADACCT_DIR=\"/usr/local/lib/radius/acct\"  -DRADIUS_COMPRESS=\"/usr/bin/gzip\"  -DHAVE_SETVBUF -DNOSHADOW -DMERIT_GRANDFATHER -DMISSING_STATE   -DRAD_COMPRESS=\"/usr/bin/gzip\" -DCOMPRESS_ARGS=\"-9\" -DCHK_SHELLS  -DASCEND -DBINARY_FILTERS   -o ./src/filters.o  -c ./src/filters.c
cc -O -pipe   -DRADIUS_DIR=\"/usr/local/lib/radius/db\" -DDEFAULT_DIR2=\"/usr/local/lib/radius/db\"  -DRADACCT_DIR=\"/usr/local/lib/radius/acct\"  -DRADIUS_COMPRESS=\"/usr/bin/gzip\"  -DHAVE_SETVBUF -DNOSHADOW -DMERIT_GRANDFATHER -DMISSING_STATE   -DRAD_COMPRESS=\"/usr/bin/gzip\" -DCOMPRESS_ARGS=\"-9\" -DCHK_SHELLS  -DASCEND -DBINARY_FILTERS   -o ./src/funcs.o -c ./src/funcs.c
./src/funcs.c: In function `reset_stderr':
./src/funcs.c:8210: invalid lvalue in assignment
*** Error code 1

Stop in /usr/ports/net/radius/work.
*** Error code 1

Stop in /usr/ports/net/radius.
*** Error code 1

Stop in /usr/ports/net/radius.
*** Error code 1

Stop in /usr/ports/net/radius.
root@pele [7:19pm][/usr/ports/net/radius] >>

Fix: 

Unknown
How-To-Repeat: 
cd /usr/ports/net/radius
make clean
make
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-08-26 08:49:41 UTC
State Changed
From-To: open->closed

Fix committed, thank you for your report! 


Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-08-26 08:49:41 UTC
Responsible Changed
From-To: freebsd-ports->petef

I committed a fix.