Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255332 - net-misc/radvd-1.2 fails with parallel make
Summary: net-misc/radvd-1.2 fails with parallel make
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
: 258245 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-18 00:36 UTC by Ravi Pinjala
Modified: 2009-04-25 23:13 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ravi Pinjala 2009-01-18 00:36:20 UTC
net-misc/radvd-1.2 fails to build with parallel make enabled. 

x86_64-pc-linux-gnu-gcc -DPATH_RADVD_CONF=\"/etc/radvd.conf\" -DPATH_RADVD_LOG=\"/var/log/radvd.log\" -DLOG_FACILITY=LOG_DAEMON -DPATH_RADVD_PID=\"/var/run/radvd/radvd.pid\" -DVERSION=\"1.2\" -DINET6=1 -I. -I. -I.    -O2 -pipe -march=athlon64 -Wall -Wpointer-arith  -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -MT scanner.o -MD -MP -MF .deps/scanner.Tpo -c -o scanner.o scanner.c
In file included from scanner.l:19:
./radvd.h:217: warning: 'struct in6_pktinfo' declared inside parameter list
./radvd.h:217: warning: its scope is only this definition or declaration, which is probably not what you want
./radvd.h:220: warning: 'struct in6_pktinfo' declared inside parameter list
scanner.l:20:18: error: gram.h: No such file or directory
scanner.l: In function 'yylex':
scanner.l:44: error: 'T_INTERFACE' undeclared (first use in this function)
(many more errors from scanner.l)

Building with MAKEOPTS="-j1" works fine.

Reproducible: Always
Comment 1 Wormo (RETIRED) gentoo-dev 2009-01-20 06:01:22 UTC
Thanks for the report, assigning to maintainers.
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-11 18:27:15 UTC
*** Bug 258245 has been marked as a duplicate of this bug. ***
Comment 3 Patrick Lauer gentoo-dev 2009-04-25 23:13:20 UTC
+  25 Apr 2009; Patrick Lauer <patrick@gentoo.org> radvd-1.2:
+  Restricting emake to avoid parallel make failure. Fixes #255332