Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 371079

Summary: net-analyzer/isic-0.07 failed (compile phase) — lots of "dereferencing pointer to incomplete type"
Product: Gentoo Linux Reporter: Piotr Szymaniak <bugzie>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info =net-analyzer/isic-0.07
emerge -pqv =net-analyzer/isic-0.07

Description Piotr Szymaniak 2011-06-10 21:45:48 UTC
* Package:    net-analyzer/isic-0.07
 * Repository: gentoo
 * Maintainer: netmon@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   preserve-libs sandbox
>>> Unpacking source...
>>> Unpacking isic-0.07.tgz to /var/tmp/portage/net-analyzer/isic-0.07/work
>>> Source unpacked in /var/tmp/portage/net-analyzer/isic-0.07/work
>>> Compiling source in /var/tmp/portage/net-analyzer/isic-0.07/work/isic-0.07 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/var/tmp/portage/net-analyzer/isic-0.07/image/usr/lib64 --prefix=/var/tmp/portage/net-analyzer/isic-0.07/image//usr --exec_prefix=/var/tmp/portage/net-analyzer/isic-0.07/image//usr
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed) works... yes
checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for /usr/local/lib/libnet.a... no
checking for -lnet... yes
checking for libnet_init in -lnet... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for in_addr_t... no
checking whether gcc needs -traditional... no
updating cache ./config.cache
creating ./config.status
creating Makefile
make -j3 
gcc -o isic isic.c -Wall -W -O2 -pipe `libnet-config --cflags` -DHAVE_LIBNET=1 -DSTDC_HEADERS=1 -Din_addr_t=u_int32_t  `libnet-config --defines` -DVERSION=\"0.07\" -lnet  `libnet-config --libs` -Wl,-O1 -Wl,--as-needed
gcc -o tcpsic tcpsic.c -Wall -W -O2 -pipe `libnet-config --cflags` -DHAVE_LIBNET=1 -DSTDC_HEADERS=1 -Din_addr_t=u_int32_t  `libnet-config --defines` -DVERSION=\"0.07\" -lnet  `libnet-config --libs` -Wl,-O1 -Wl,--as-needed
gcc -o udpsic udpsic.c -Wall -W -O2 -pipe `libnet-config --cflags` -DHAVE_LIBNET=1 -DSTDC_HEADERS=1 -Din_addr_t=u_int32_t  `libnet-config --defines` -DVERSION=\"0.07\" -lnet  `libnet-config --libs` -Wl,-O1 -Wl,--as-needed
tcpsic.c: In function 'main':
tcpsic.c:274:7: error: dereferencing pointer to incomplete type
tcpsic.c:275:11: error: dereferencing pointer to incomplete type
tcpsic.c:276:21: error: dereferencing pointer to incomplete type
tcpsic.c:296:7: error: dereferencing pointer to incomplete type
tcpsic.c:297:11: error: dereferencing pointer to incomplete type
tcpsic.c:299:7: error: dereferencing pointer to incomplete type
tcpsic.c:300:11: error: dereferencing pointer to incomplete type
tcpsic.c:302:6: error: dereferencing pointer to incomplete type
tcpsic.c:303:6: error: dereferencing pointer to incomplete type
tcpsic.c:304:6: error: dereferencing pointer to incomplete type
tcpsic.c:305:6: error: dereferencing pointer to incomplete type
tcpsic.c:306:6: error: dereferencing pointer to incomplete type
tcpsic.c:307:6: error: dereferencing pointer to incomplete type
tcpsic.c:309:7: error: dereferencing pointer to incomplete type
tcpsic.c:310:11: error: dereferencing pointer to incomplete type
tcpsic.c:318:7: error: dereferencing pointer to incomplete type
tcpsic.c:319:64: error: dereferencing pointer to incomplete type
make: *** [tcpsic] Error 1
make: *** Waiting for unfinished jobs....
udpsic.c: In function 'main':
udpsic.c:276:7: error: dereferencing pointer to incomplete type
udpsic.c:277:11: error: dereferencing pointer to incomplete type
udpsic.c:279:7: error: dereferencing pointer to incomplete type
udpsic.c:280:11: error: dereferencing pointer to incomplete type
udpsic.c:283:6: error: dereferencing pointer to incomplete type
udpsic.c:284:6: error: dereferencing pointer to incomplete type
udpsic.c:293:5: error: dereferencing pointer to incomplete type
udpsic.c:296:5: error: dereferencing pointer to incomplete type
udpsic.c:301:7: error: dereferencing pointer to incomplete type
make: *** [udpsic] Error 1
emake failed
 * ERROR: net-analyzer/isic-0.07 failed (compile phase):
 *   make failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 2147:  Called die
 * The specific snippet of code:
 *       emake || die "make failed"
 * 
 * If you need support, post the output of 'emerge --info =net-analyzer/isic-0.07',
 * the complete build log and the output of 'emerge -pqv =net-analyzer/isic-0.07'.
 * The complete build log is located at '/var/log/portage/net-analyzer:isic-0.07:20110610-233145.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/isic-0.07/temp/environment'.
 * S: '/var/tmp/portage/net-analyzer/isic-0.07/work/isic-0.07'


Reproducible: Always
Comment 1 Piotr Szymaniak 2011-06-10 21:46:52 UTC
Created attachment 276585 [details]
emerge --info =net-analyzer/isic-0.07
Comment 2 Piotr Szymaniak 2011-06-10 21:47:05 UTC
Created attachment 276587 [details]
emerge -pqv =net-analyzer/isic-0.07
Comment 3 Piotr Szymaniak 2011-06-10 22:20:13 UTC

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