Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245604 Details for
Bug 335524
net-misc/vtun does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
vtun-3.0.2:20100901-085826.log (text/plain), 15.45 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-01 13:46:09 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-01 13:46:09 UTC
Size:
15.45 KB
patch
obsolete
> * CPV: net-misc/vtun-3.0.2 > * REPO: gentoo > * USE: elibc_glibc kernel_linux ssl test userland_GNU x86 zlib >>>> Unpacking source... >>>> Unpacking vtun-3.0.2.tar.gz to /var/tmp/portage/net-misc/vtun-3.0.2/work >>>> Source unpacked in /var/tmp/portage/net-misc/vtun-3.0.2/work >>>> Preparing source in /var/tmp/portage/net-misc/vtun-3.0.2/work/vtun-3.0.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/vtun-3.0.2/work/vtun-3.0.2 ... > * econf: updating vtun-3.0.2/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating vtun-3.0.2/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-ssl --enable-zlib --disable-lzo --disable-socks --enable-shaper >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking for bison... bison -y >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed >checking for flex... flex >checking for yywrap in -lfl... yes >checking lex output file root... lex.yy >checking whether yytext is a pointer... yes >checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed >checking for a BSD-compatible install... /usr/bin/install -c >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for egrep... grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking sched.h usability... yes >checking sched.h presence... yes >checking for sched.h... yes >checking resolv.h usability... yes >checking resolv.h presence... yes >checking for resolv.h... yes >checking arpa/inet.h usability... yes >checking arpa/inet.h presence... yes >checking for arpa/inet.h... yes >checking netinet/ip.h usability... yes >checking netinet/ip.h presence... yes >checking for netinet/ip.h... yes >checking netinet/in.h usability... yes >checking netinet/in.h presence... yes >checking for netinet/in.h... yes >checking netinet/tcp.h usability... yes >checking netinet/tcp.h presence... yes >checking for netinet/tcp.h... yes >checking netinet/in_systm.h usability... yes >checking netinet/in_systm.h presence... yes >checking for netinet/in_systm.h... yes >checking libutil.h usability... no >checking libutil.h presence... no >checking for libutil.h... no >checking sys/sockio.h usability... no >checking sys/sockio.h presence... no >checking for sys/sockio.h... no >checking for library containing socket... none required >checking for library containing inet_ntoa... none required >checking for library containing gethostbyname... none required >checking for library containing nanosleep... none required >checking for library containing setproctitle... no > >configure: checking for ZLIB Library and Header files ... ... >checking for deflate in -lz... yes > >configure: checking for md5 Library and Header files ... ... >checking "for md5.h"... (/usr/include/openssl) yes > >configure: checking for blowfish Library and Header files ... ... >checking "for blowfish.h"... (/usr/include/openssl) yes >checking for BF_set_key in -lcrypto... yes > >configure: checking for AES Library and Header files ... ... >checking "for aes.h"... (/usr/include/openssl) yes >checking for AES_set_encrypt_key in -lcrypto... yes > >configure: checking for EVP Library and Header files ... ... >checking "for evp.h"... (/usr/include/openssl) yes >checking for EVP_EncryptInit in -lcrypto... yes > >checking for getpt... yes >checking for grantpt... yes >checking for unlockpt... yes >checking for ptsname... yes >checking linux/if_tun.h usability... yes >checking linux/if_tun.h presence... yes >checking for linux/if_tun.h... yes >creating driver and protocol links ... >linking linux/tun_dev.c to tun_dev.c >linking linux/tap_dev.c to tap_dev.c >linking generic/pty_dev.c to pty_dev.c >linking generic/pipe_dev.c to pipe_dev.c >linking generic/tcp_proto.c to tcp_proto.c >linking generic/udp_proto.c to udp_proto.c > >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-misc/vtun-3.0.2/work/vtun-3.0.2 ... >make -j14 >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c main.c >bison -y -d -b cfg_file cfg_file.y >flex -t cfg_file.l > cfg_file.lex.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c server.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c client.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c lib.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c llist.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c auth.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c tunnel.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c lock.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c netlib.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c tun_dev.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c tap_dev.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c pty_dev.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c pipe_dev.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c tcp_proto.c >tunnel.c: In function âtunnelâ: >tunnel.c:171:20: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result >tunnel.c:172:20: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result >tunnel.c:176:20: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result >main.c: In function âmainâ: >main.c:178:15: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result >main.c:179:15: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result >main.c:180:22: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result >main.c:185:7: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c udp_proto.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c linkfd.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c lfd_shaper.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c lfd_zlib.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c lfd_lzo.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c lfd_encrypt.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c lfd_legacy_encrypt.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c cfg_file.tab.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/lib/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/lib/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lib/lock/vtund\" -c cfg_file.lex.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -I/usr/include/openssl -o vtund main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o llist.o auth.o tunnel.o lock.o netlib.o tun_dev.o tap_dev.o pty_dev.o pipe_dev.o tcp_proto.o udp_proto.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o lfd_legacy_encrypt.o -lz -lcrypto >>>> Source compiled. >>>> Test phase [none]: net-misc/vtun-3.0.2 > >>>> Install vtun-3.0.2 into /var/tmp/portage/net-misc/vtun-3.0.2/image/ category net-misc >make -j14 DESTDIR=/var/tmp/portage/net-misc/vtun-3.0.2/image/ install >/usr/bin/install -c -d -m 755 -o root -g 0 /var/tmp/portage/net-misc/vtun-3.0.2/image//etc >/usr/bin/install -c -d -m 755 -o root -g 0 /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/share/man/man8 >if [ ! -f /etc/vtund.conf ]; then \ > /usr/bin/install -c -m 600 -o root -g 0 vtund.conf /var/tmp/portage/net-misc/vtun-3.0.2/image//etc; \ >fi >/usr/bin/install -c -m 644 -o root -g 0 vtund.8 /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/share/man/man8 >/usr/bin/install -c -d -m 755 -o root -g 0 /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/share/man/man5 >/usr/bin/install -c -m 644 -o root -g 0 vtund.conf.5 /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/share/man/man5 >rm -f /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/share/man/man8/vtun.8 >ln -s vtund.8 /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/share/man/man8/vtun.8 >/usr/bin/install -c -d -m 755 -o root -g 0 /var/tmp/portage/net-misc/vtun-3.0.2/image//var/lib/run >/usr/bin/install -c -d -m 755 -o root -g 0 /var/tmp/portage/net-misc/vtun-3.0.2/image//var/lib/log/vtund >/usr/bin/install -c -d -m 755 -o root -g 0 /var/tmp/portage/net-misc/vtun-3.0.2/image//var/lib/lock/vtund >/usr/bin/install -c -d -m 755 -o root -g 0 /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/sbin >/usr/bin/install -c -m 755 -o root -g 0 vtund /var/tmp/portage/net-misc/vtun-3.0.2/image//usr/sbin >>>> Completed installing vtun-3.0.2 into /var/tmp/portage/net-misc/vtun-3.0.2/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/sbin/vtund > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/sbin/vtund > > * You will need the Universal TUN/TAP driver compiled into > * your kernel or as a module to use the associated tunnel > * modes in vtun. > * Gentoo contact information ... >herds: > no-herd >maintainers: > maintainer-needed@gentoo.org >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 335524
: 245604