Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 547916 Details for
Bug 667064
net-misc/libss7-1.0.2 : * multilib-strict check failed!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc:libss7-1.0.2:20180925-163646.log
net-misc:libss7-1.0.2:20180925-163646.log (text/plain), 7.33 KB, created by
Toralf Förster
on 2018-09-25 17:13:24 UTC
(
hide
)
Description:
net-misc:libss7-1.0.2:20180925-163646.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-09-25 17:13:24 UTC
Size:
7.33 KB
patch
obsolete
> * Package: net-misc/libss7-1.0.2 > * Repository: gentoo > * Maintainer: chainsaw@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux pie ssp userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking libss7-1.0.2.tar.gz to /var/tmp/portage/net-misc/libss7-1.0.2/work >>>> Source unpacked in /var/tmp/portage/net-misc/libss7-1.0.2/work >>>> Preparing source in /var/tmp/portage/net-misc/libss7-1.0.2/work/libss7-1.0.2 ... > * Applying 1.0.2-werror-idiocy.patch ... > [ ok ] > * Applying 1.0.2-no-ldconfig.patch ... > [ ok ] > * Applying 1.0.2-ldflags.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/libss7-1.0.2/work/libss7-1.0.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-misc/libss7-1.0.2/work/libss7-1.0.2 ... >make -j1 CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-ld DESTDIR=/var/tmp/portage/net-misc/libss7-1.0.2/image/ >x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT mtp2.o -MF .mtp2.o.d -MP -c -o mtp2.o mtp2.c >x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT ss7_sched.o -MF .ss7_sched.o.d -MP -c -o ss7_sched.o ss7_sched.c >x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT ss7.o -MF .ss7.o.d -MP -c -o ss7.o ss7.c >x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT mtp3.o -MF .mtp3.o.d -MP -c -o mtp3.o mtp3.c >mtp3.c: In function âmtp3_transmitâ: >mtp3.c:458:17: warning: variable âsifâ set but not used [-Wunused-but-set-variable] > unsigned char *sif; > ^~~ >x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT isup.o -MF .isup.o.d -MP -c -o isup.o isup.c >isup.c: In function âdump_parmâ: >isup.c:2277:8: warning: variable âparmnameâ set but not used [-Wunused-but-set-variable] > char *parmname = "Unknown Parm"; > ^~~~~~~~ >x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT version.o -MF .version.o.d -MP -c -o version.o version.c >ar rcs libss7.a mtp2.o ss7_sched.o ss7.o mtp3.o isup.o version.o >ranlib libss7.a >x86_64-pc-linux-gnu-gcc -shared -Wl,-hlibss7.so.1 -Wl,-O1 -Wl,--as-needed -o libss7.so.1.0 mtp2.o ss7_sched.o ss7.o mtp3.o isup.o version.o >/sbin/ldconfig -n . >ln -sf libss7.so.1 libss7.so >ln -sf libss7.so.1.0 libss7.so.1 >gcc -g -Wall -o parser_debug parser_debug.c libss7.a >parser_debug.c: In function âmainâ: >parser_debug.c:48:13: warning: variable âeâ set but not used [-Wunused-but-set-variable] > ss7_event *e; > ^ >gcc -g -o ss7test ss7test.c libss7.a -lpthread >ss7test.c: In function âss7_runâ: >ss7test.c:73:4: warning: implicit declaration of function âgettimeofdayâ [-Wimplicit-function-declaration] > gettimeofday(&tv, NULL); > ^~~~~~~~~~~~ >ss7test.c:93:28: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__time_tâ {aka âlong intâ} [-Wformat=] > printf("next->tv_sec = %d\n", next->tv_sec); > ~^ ~~~~~~~~~~~~ > %ld >ss7test.c:94:29: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__suseconds_tâ {aka âlong intâ} [-Wformat=] > printf("next->tv_usec = %d\n", next->tv_usec); > ~^ ~~~~~~~~~~~~~ > %ld >ss7test.c:95:26: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__time_tâ {aka âlong intâ} [-Wformat=] > printf("tv->tv_sec = %d\n", tv.tv_sec); > ~^ ~~~~~~~~~ > %ld >ss7test.c:96:27: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__suseconds_tâ {aka âlong intâ} [-Wformat=] > printf("tv->tv_usec = %d\n", tv.tv_usec); > ~^ ~~~~~~~~~~ > %ld >gcc -g -o ss7linktest ss7linktest.c libss7.a -lpthread >ss7linktest.c: In function âss7_runâ: >ss7linktest.c:94:4: warning: implicit declaration of function âgettimeofdayâ [-Wimplicit-function-declaration] > gettimeofday(&tv, NULL); > ^~~~~~~~~~~~ >ss7linktest.c:114:28: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__time_tâ {aka âlong intâ} [-Wformat=] > printf("next->tv_sec = %d\n", next->tv_sec); > ~^ ~~~~~~~~~~~~ > %ld >ss7linktest.c:115:29: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__suseconds_tâ {aka âlong intâ} [-Wformat=] > printf("next->tv_usec = %d\n", next->tv_usec); > ~^ ~~~~~~~~~~~~~ > %ld >ss7linktest.c:116:26: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__time_tâ {aka âlong intâ} [-Wformat=] > printf("tv->tv_sec = %d\n", tv.tv_sec); > ~^ ~~~~~~~~~ > %ld >ss7linktest.c:117:27: warning: format â%dâ expects argument of type âintâ, but argument 2 has type â__suseconds_tâ {aka âlong intâ} [-Wformat=] > printf("tv->tv_usec = %d\n", tv.tv_usec); > ~^ ~~~~~~~~~~ > %ld >>>> Source compiled. >>>> Test phase [not enabled]: net-misc/libss7-1.0.2 > >>>> Install libss7-1.0.2 into /var/tmp/portage/net-misc/libss7-1.0.2/image/ category net-misc >make -j1 DESTDIR=/var/tmp/portage/net-misc/libss7-1.0.2/image/ install >mkdir -p /var/tmp/portage/net-misc/libss7-1.0.2/image//usr/lib >mkdir -p /var/tmp/portage/net-misc/libss7-1.0.2/image//usr/include >install -m 644 libss7.h /var/tmp/portage/net-misc/libss7-1.0.2/image//usr/include >install -m 755 libss7.so.1.0 /var/tmp/portage/net-misc/libss7-1.0.2/image//usr/lib >( cd /var/tmp/portage/net-misc/libss7-1.0.2/image//usr/lib ; ln -sf libss7.so.1 libss7.so ; ln -sf libss7.so.1.0 libss7.so.1 ) >install -m 644 libss7.a /var/tmp/portage/net-misc/libss7-1.0.2/image//usr/lib >>>> Completed installing libss7-1.0.2 into /var/tmp/portage/net-misc/libss7-1.0.2/image/ > > * Final size of build directory: 1528 KiB (1.4 MiB) > * Final size of installed tree: 488 KiB > >Files matching a file type that is not allowed: > usr/lib/libss7.so.1.0 > * ERROR: net-misc/libss7-1.0.2::gentoo failed: > * multilib-strict check failed! > * > * Call stack: > * misc-functions.sh, line 503: Called install_qa_check > * misc-functions.sh, line 122: Called source 'install_symlink_html_docs' > * 80multilib-strict, line 46: Called multilib_strict_check > * 80multilib-strict, line 42: Called die > * The specific snippet of code: > * [[ ${abort} == yes ]] && die "multilib-strict check failed!" > * > * If you need support, post the output of `emerge --info '=net-misc/libss7-1.0.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-misc/libss7-1.0.2::gentoo'`. > * The complete build log is located at '/var/log/portage/net-misc:libss7-1.0.2:20180925-163646.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/libss7-1.0.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-misc/libss7-1.0.2/temp/environment'. > * Working directory: '/var/tmp/portage/net-misc/libss7-1.0.2/image' > * S: '/var/tmp/portage/net-misc/libss7-1.0.2/work/libss7-1.0.2'
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 667064
:
547906
|
547908
|
547910
|
547912
|
547914
| 547916