From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QVHJK-0004iO-0j for garchives@archives.gentoo.org; Sat, 11 Jun 2011 06:04:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A961C0A2 for ; Sat, 11 Jun 2011 06:04:41 +0000 (UTC) Received: from svr-us4.tirtonadi.com (unknown [69.65.43.212]) by pigeon.gentoo.org (Postfix) with ESMTP id BDE081C024 for ; Sat, 11 Jun 2011 05:25:38 +0000 (UTC) Received: from mail-ew0-f53.google.com ([209.85.215.53]) by svr-us4.tirtonadi.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1QVGhV-000LZB-6W for Gentoo-user@lists.gentoo.org; Sat, 11 Jun 2011 12:25:37 +0700 Received: by ewy8 with SMTP id 8so1339625ewy.40 for ; Fri, 10 Jun 2011 22:25:32 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.14.3.208 with SMTP id 56mr1305335eeh.41.1307769932559; Fri, 10 Jun 2011 22:25:32 -0700 (PDT) Received: by 10.14.99.139 with HTTP; Fri, 10 Jun 2011 22:25:32 -0700 (PDT) Date: Sat, 11 Jun 2011 12:25:32 +0700 Message-ID: Subject: [gentoo-user] Problem emerge-ing sys-apps/iproute2-2.6.37 From: Pandu Poluan To: Gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr-us4.tirtonadi.com X-AntiAbuse: Original Domain - lists.gentoo.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - poluan.info X-Archives-Salt: X-Archives-Hash: f3fadec08db2747eabfe50cdf6beafce Anyone got a problem doing `emerge sys-apps/iproute2-2.6.37`? Mine died after the following series of warnings and errors: i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=3Dpentium4 -pipe -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=3D\"/lib\" -DCONFIG_GACT -DCONFIG_GACT_PROB -DXT_LIB_DIR=3D\"/lib/xtables\" -c -o em_nbyte.o em_nbyte.c i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=3Dpentium4 -pipe -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=3D\"/lib\" -DCONFIG_GACT -DCONFIG_GACT_PROB -DXT_LIB_DIR=3D\"/lib/xtables\" -c -o em_cmp.o em_cmp.c i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=3Dpentium4 -pipe -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=3D\"/lib\" -DCONFIG_GACT -DCONFIG_GACT_PROB -DXT_LIB_DIR=3D\"/lib/xtables\" -c -o em_u32.o em_u32.c i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=3Dpentium4 -pipe -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=3D\"/lib\" -DCONFIG_GACT -DCONFIG_GACT_PROB -DXT_LIB_DIR=3D\"/lib/xtables\" -c -o em_meta.o em_meta.c i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=3Dpentium4 -pipe -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=3D\"/lib\" -DCONFIG_GACT -DCONFIG_GACT_PROB -Wl,-O1 -Wl,--as-needed -Wl,-export-dynamic -shared -fpic -o m_xt.so m_xt.c -lxtables i686-pc-linux-gnu-ar rcs libtc.a tc_core.o tc_red.o tc_cbq.o tc_estimator.o tc_stab.o i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=3Dpentium4 -pipe -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=3D\"/lib\" -DCONFIG_GACT -DCONFIG_GACT_PROB -DXT_LIB_DIR=3D\"/lib/xtables\" -c -o emp_ematch.yacc.o emp_ematch.yacc.c m_xt.c: In function 'parse_ipt': m_xt.c:167: warning: passing argument 2 of 'xtables_merge_options' discards qualifiers from pointer target type /usr/include/xtables.h:395: note: expected 'struct option *' but argument is of type 'const struct option *' m_xt.c:167: warning: passing argument 3 of 'xtables_merge_options' from incompatible pointer type /usr/include/xtables.h:395: note: expected 'const struct option *' but argument is of type 'unsigned int *' m_xt.c:167: error: too few arguments to function 'xtables_merge_options' m_xt.c: In function 'print_ipt': m_xt.c:312: warning: passing argument 2 of 'xtables_merge_options' discards qualifiers from pointer target type /usr/include/xtables.h:395: note: expected 'struct option *' but argument is of type 'const struct option *' m_xt.c:312: warning: passing argument 3 of 'xtables_merge_options' from incompatible pointer type /usr/include/xtables.h:395: note: expected 'const struct option *' but argument is of type 'unsigned int *' m_xt.c:312: error: too few arguments to function 'xtables_merge_options' make[1]: *** [m_xt.so] Error 1 make[1]: *** Waiting for unfinished jobs.... rm emp_ematch.lex.c emp_ematch.yacc.c make[1]: Leaving directory `/var/tmp/portage/sys-apps/iproute2-2.6.37/work/iproute2-2.6.37/tc' make: *** [all] Error 2 emake failed Emerge info: Portage 2.1.10 (hardened/linux/x86, gcc-4.4.5, glibc-2.13-r2, 2.6.36-gentoo-r8 i686) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D System Settings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D System uname: Linux-2.6.36-gentoo-r8-i686-Intel-R-_Xeon-R-_CPU_X7460_@_2.66= GHz-with-gentoo-2.0.2 Timestamp of tree: Fri, 10 Jun 2011 05:15:01 +0000 app-shells/bash: 4.1_p9 dev-lang/python: 2.7.1-r1, 3.1.3-r1 sys-apps/baselayout: 2.0.2 sys-apps/openrc: 0.8.2-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.65-r1 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.5 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.82 sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers) sys-libs/glibc: 2.13-r2 Repositories: gentoo ACCEPT_KEYWORDS=3D"x86" ACCEPT_LICENSE=3D"* -@EULA" CBUILD=3D"i686-pc-linux-gnu" CFLAGS=3D"-O2 -march=3Dpentium4 -pipe" CHOST=3D"i686-pc-linux-gnu" CONFIG_PROTECT=3D"/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK=3D"/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS=3D"-O2 -march=3Dpentium4 -pipe" DISTDIR=3D"/usr/portage/distfiles" FEATURES=3D"assume-digests binpkg-logs distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS=3D"" GENTOO_MIRRORS=3D"ftp://ftp.iij.ad.jp/pub/linux/gentoo/ ftp://gg3.net/pub/linux/gentoo/ ftp://ftp.kaist.ac.kr/gentoo/ ftp://ftp.jaist.ac.jp/pub/Linux/Gentoo/ ftp://mirrors.stuhome.net/gentoo/ ftp://ftp.ncnu.edu.tw/Linux/Gentoo/" LDFLAGS=3D"-Wl,-O1 -Wl,--as-needed" MAKEOPTS=3D"-j3" PKGDIR=3D"/usr/portage/packages" PORTAGE_CONFIGROOT=3D"/" PORTAGE_RSYNC_EXTRA_OPTS=3D"--exclude-from=3D/etc/portage/rsync_excludes" PORTAGE_RSYNC_OPTS=3D"--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=3D180 --exclude=3D/distfiles --exclude=3D/local --exclude=3D/packages" PORTAGE_TMPDIR=3D"/var/tmp" PORTDIR=3D"/usr/portage" PORTDIR_OVERLAY=3D"" SYNC=3D"rsync://rsync.jp.gentoo.org/gentoo-portage" USE=3D"3dnow acl acpi apm bash-completion branding bzip2 caps cli crypt cxx dri gmp gpm gzip hardened icu lzma lzo memlimit mmap mmx modules mudflap ncurses nls nptl nptlonly offensive openmp pam pcre perl pic pppd python readline session sharedmem slang smp sockets socks5 sse sse2 ssl sysfs syslog tcpd threads unicode urandom vim-syntax x86 xorg zlib" ALSA_CARDS=3D"ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS=3D"adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES=3D"actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES=3D"braindump flow karbon kexi kpresenter krita tables words" CAMERAS=3D"ptp2" COLLECTD_PLUGINS=3D"df interface irq load memory rrdtool swap syslog" ELIBC=3D"glibc" GPSD_PROTOCOLS=3D"ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES=3D"keyboard mouse evdev" KERNEL=3D"linux" LCD_DEVICES=3D"bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS=3D"php5-3" RUBY_TARGETS=3D"ruby18" USERLAND=3D"GNU" VIDEO_CARDS=3D"apm ark chips cirrus cyrix dummy fbdev glint i128 i740 intel mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa via vmware nouveau" XTABLES_ADDONS=3D"quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS Rgds, --=20 Pandu E Poluan ~ IT Optimizer ~ Visit my Blog: http://pepoluan.posterous.com Google Talk:=C2=A0=C2=A0=C2=A0 pepoluan Y! messenger: pepoluan MSN / Live:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pepoluan@hotmail.com (do not send= email here) Skype:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pe= poluan More on me:=C2=A0=C2=A0My LinkedIn Account=C2=A0 My Facebook Account