Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143290 - net-analyzer/argus-clients builds with error yet completes
Summary: net-analyzer/argus-clients builds with error yet completes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 22:47 UTC by George Nychis
Modified: 2007-02-15 21:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
full output (building,13.58 KB, text/plain)
2006-08-09 12:15 UTC, George Nychis
Details
argus-clients-2.0.6-r1.ebuild (argus-clients-2.0.6-r1.ebuild,1.04 KB, text/plain)
2007-01-10 19:03 UTC, Joshua Schmidlkofer
Details
argus-clients-2.0.6-netmask.patch (argus-clients-2.0.6-netmask.patch,414 bytes, text/plain)
2007-01-10 19:04 UTC, Joshua Schmidlkofer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description George Nychis 2006-08-08 22:47:41 UTC
I'm trying to emerge argus-clients, it seems to successfully emerge, however the bin "ra" is never created, so i scrolled up and saw this:
i686-pc-linux-gnu-gcc: ../lib/argus_common.a: No such file or directory
i686-pc-linux-gnu-gcc: ../lib/argus_client.a: No such file or directory
make[2]: *** [../bin/ragrep] Error 1
make[2]: Leaving directory `/var/tmp/portage/argus-clients-2.0.6/work/argus-clients-2.0.6/ragrep'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/argus-clients-2.0.6/work/argus-clients-2.0.6/ragrep'
making in ./ratop 
make[1]: Entering directory `/var/tmp/portage/argus-clients-2.0.6/work/argus-clients-2.0.6/ratop'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
i686-pc-linux-gnu-gcc -O2 -march=pentium4 -mtune=pentium4 -pipe -O3 -fweb -frename-registers -fforce-addr -momit-leaf-frame-pointer -fomit-frame-pointer -ftracer -I. -I../include -I../c
ommon  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -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 -D_FILE_OFFSET_BITS=64 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAV
E_SYS_FILE_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 -DSTDC_HEADERS=1  -c ./ratop.c
make[1]: *** No rule to make target `../lib/argus_common.a', needed by `../bin/ratop'.  Stop.
make[1]: Leaving directory `/var/tmp/portage/argus-clients-2.0.6/work/argus-clients-2.0.6/ratop'
>>> Source compiled.
>>> Test phase [not enabled]: net-analyzer/argus-clients-2.0.6
                  
>>> Install argus-clients-2.0.6 into /var/tmp/portage/argus-clients-2.0.6/image/ category net-analyzer
!!! dolib: lib/argus_client.a does not exist
!!! dobin: bin/ra* does not exist
>>> Completed installing argus-clients-2.0.6 into /var/tmp/portage/argus-clients-2.0.6/image/
Comment 1 George Nychis 2006-08-09 12:15:04 UTC
Created attachment 93861 [details]
full output
Comment 2 Joshua Schmidlkofer 2007-01-10 19:02:53 UTC
This was patched, but never applied, last year some time:

http://permalink.gmane.org/gmane.network.argus/3298

This apparently is an amd64 build problem.  
Comment 3 Joshua Schmidlkofer 2007-01-10 19:03:35 UTC
Created attachment 106392 [details]
argus-clients-2.0.6-r1.ebuild

new ebuild, with patch.
Comment 4 Joshua Schmidlkofer 2007-01-10 19:04:02 UTC
Created attachment 106394 [details]
argus-clients-2.0.6-netmask.patch

netmask compile fix patch.
Comment 5 Markus Ullmann (RETIRED) gentoo-dev 2007-02-15 21:43:25 UTC
Added to CVS, thanks for providing the patch and working it out in the ebuild :)