Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199118 - net-analyzer/barnyard-0.2.0-r2 with sguil USE flag missing DEPEND=dev-lang/tcl
Summary: net-analyzer/barnyard-0.2.0-r2 with sguil USE flag missing DEPEND=dev-lang/tcl
Status: RESOLVED DUPLICATE of bug 199119
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 05:13 UTC by Tomoyuki Sakurai (RETIRED)
Modified: 2007-11-14 06:53 UTC (History)
0 users

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 Tomoyuki Sakurai (RETIRED) gentoo-dev 2007-11-14 05:13:12 UTC
i486-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I/usr/include/pcap    -O2 -pipe -march=pentium3 -Wall -c op_sguil.c
op_sguil.c:53:17: error: tcl.h: No such file or directory
op_sguil.c:77: error: expected ')' before '*' token
op_sguil.c:78: error: expected ')' before '*' token
op_sguil.c:79: error: expected ')' before '*' token
op_sguil.c:80: error: expected ')' before '*' token
op_sguil.c:81: error: expected ')' before '*' token
op_sguil.c: In function 'OpSguil_Log':
op_sguil.c:218: error: 'Tcl_DString' undeclared (first use in this function)
op_sguil.c:218: error: (Each undeclared identifier is reported only once
op_sguil.c:218: error: for each function it appears in.)
op_sguil.c:218: error: expected ';' before 'list'
op_sguil.c:265: warning: implicit declaration of function 'Tcl_DStringInit'
op_sguil.c:265: error: 'list' undeclared (first use in this function)
op_sguil.c:268: warning: implicit declaration of function 'Tcl_DStringAppendElement'
op_sguil.c:344: warning: implicit declaration of function 'OpSguil_AppendIPHdrData'
op_sguil.c:353: warning: implicit declaration of function 'OpSguil_AppendICMPData'
op_sguil.c:357: warning: implicit declaration of function 'OpSguil_AppendTCPData'
op_sguil.c:361: warning: implicit declaration of function 'OpSguil_AppendUDPData'
op_sguil.c:394: warning: implicit declaration of function 'OpSguil_AppendPayloadData'
op_sguil.c:408: warning: implicit declaration of function 'Tcl_DStringValue'
op_sguil.c:408: warning: passing argument 2 of 'OpSguil_RTEventMsg' makes pointer from integer without a cast
op_sguil.c:412: warning: implicit declaration of function 'Tcl_DStringFree'
op_sguil.c: At top level:
op_sguil.c:540: error: expected ')' before '*' token
op_sguil.c:613: error: expected ')' before '*' token
op_sguil.c:681: error: expected ')' before '*' token
op_sguil.c:750: error: expected ')' before '*' token
op_sguil.c:809: error: expected ')' before '*' token
make[3]: *** [op_sguil.o] Error 1
make[3]: Leaving directory 

fix: add "sguil? ( dev-lang/tcl )" to DEPEND
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-14 06:53:55 UTC

*** This bug has been marked as a duplicate of bug 199119 ***