Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 765422 Details for
Bug 833628
net-libs/libpri-1.6.0 - make: [Makefile:<snip>: libpri.so.1.4] Error 1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-libs:libpri-1.6.0:20220218-222700.log
net-libs:libpri-1.6.0:20220218-222700.log (text/plain), 16.90 KB, created by
Toralf Förster
on 2022-02-18 22:28:30 UTC
(
hide
)
Description:
net-libs:libpri-1.6.0:20220218-222700.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-02-18 22:28:30 UTC
Size:
16.90 KB
patch
obsolete
> * Package: net-libs/libpri-1.6.0 > * Repository: gentoo > * Maintainer: jaco@uls.co.za proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking libpri-1.6.0.tar.gz to /var/tmp/portage/net-libs/libpri-1.6.0/work >>>> Source unpacked in /var/tmp/portage/net-libs/libpri-1.6.0/work >>>> Preparing source in /var/tmp/portage/net-libs/libpri-1.6.0/work/libpri-1.6.0 ... > * Applying libpri-1.4.13-multilib.patch ... > [ ok ] > * Applying libpri-1.6.0-respect-user-flags.patch ... > [ ok ] > * Applying libpri-1.4.13-no-static-lib.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-libs/libpri-1.6.0/work/libpri-1.6.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-libs/libpri-1.6.0/work/libpri-1.6.0 ... >make -j4 >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT copy_string.o -MF .copy_string.o.d -MP -c -o copy_string.o copy_string.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT pri.o -MF .pri.o.d -MP -c -o pri.o pri.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT q921.o -MF .q921.o.d -MP -c -o q921.o q921.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT prisched.o -MF .prisched.o.d -MP -c -o prisched.o prisched.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT q931.o -MF .q931.o.d -MP -c -o q931.o q931.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT pri_aoc.o -MF .pri_aoc.o.d -MP -c -o pri_aoc.o pri_aoc.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT pri_cc.o -MF .pri_cc.o.d -MP -c -o pri_cc.o pri_cc.c >q921.c: In function 'q921_dump': >q921.c:1333:85: warning: array subscript 0 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1333 | u.ft == 3) && (h->u.m3 == 0) && (h->u.m2 == 0) && (h->u.data[0] == 0x0f)) { > | ~~~~~~~~~^~~ > >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1338:59: warning: array subscript 3 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1338 | type = q921_tei_mgmt2str(h->u.data[3]); > | ~~~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1340:40: warning: array subscript 1 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1340 | ri = (h->u.data[1] << 8) | h->u.data[2]; > | ~~~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1340:61: warning: array subscript 2 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1340 | ri = (h->u.data[1] << 8) | h->u.data[2]; > | ~~~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1342:34: warning: array subscript 4 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1342 | action = &h->u.data[4]; > | ^~~~~~~~~~~~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c: In function 'q921_mdl_send.constprop': >q921.c:215:16: warning: array subscript 0 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 215 | f->data[0] = 0x0f; /* Management entity */ > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:216:16: warning: array subscript 1 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 216 | f->data[1] = (ri >> 8) & 0xff; > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:217:16: warning: array subscript 2 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 217 | f->data[2] = ri & 0xff; > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:218:16: warning: array subscript 3 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 218 | f->data[3] = message; > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:219:16: warning: array subscript 4 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 219 | f->data[4] = (ai << 1) | 1; > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT pri_facility.o -MF .pri_facility.o.d -MP -c -o pri_facility.o pri_facility.c >q921.c: In function 'q921_receive': >q921.c:1501:20: warning: array subscript 0 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1501 | if (h->data[0] != 0x0f) { > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1510:20: warning: array subscript 3 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1510 | if (h->data[3] != Q921_TEI_IDENTITY_CHECK_RESPONSE > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1511:29: warning: array subscript 4 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1511 | && !(h->data[4] & 0x01)) { > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1528:22: warning: array subscript 1 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1528 | ri = (h->data[1] << 8) | h->data[2]; > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1528:41: warning: array subscript 2 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1528 | ri = (h->data[1] << 8) | h->data[2]; > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1529:23: warning: array subscript 4 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1529 | tei = (h->data[4] >> 1); > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1531:24: warning: array subscript 3 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1531 | switch (h->data[3]) { > | ~~~~~~~^~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >q921.c:1606:26: warning: array subscript 4 is outside the bounds of an interior zero-length array 'u_int8_t[0]' {aka 'unsigned char[]'} [-Wzero-length-bounds] > 1606 | action = &h->data[4]; > | ^~~~~~~~~~~ >In file included from pri_internal.h:35, > from q921.c:38: >pri_q921.h:136:18: note: while referencing 'data' > 136 | u_int8_t data[0]; /* Any further data */ > | ^~~~ >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT asn1_primitive.o -MF .asn1_primitive.o.d -MP -c -o asn1_primitive.o asn1_primitive.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose.o -MF .rose.o.d -MP -c -o rose.o rose.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_address.o -MF .rose_address.o.d -MP -c -o rose_address.o rose_address.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_etsi_aoc.o -MF .rose_etsi_aoc.o.d -MP -c -o rose_etsi_aoc.o rose_etsi_aoc.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_etsi_cc.o -MF .rose_etsi_cc.o.d -MP -c -o rose_etsi_cc.o rose_etsi_cc.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_etsi_diversion.o -MF .rose_etsi_diversion.o.d -MP -c -o rose_etsi_diversion.o rose_etsi_diversion.c >q931.c: In function 'q931_receive': >q931.c:7688:46: warning: array subscript 17 is outside the bounds of an interior zero-length array 'unsigned char[0]' [-Wzero-length-bounds] > 7688 | h->raw[h->crlen + 2] -= 0x8; > | ^~ >In file included from pri_internal.h:36, > from q931.c:32: >pri_q931.h:40:23: note: while referencing 'raw' > 40 | unsigned char raw[0]; > | ^~~ >q931.c:7688:46: warning: array subscript 17 is outside the bounds of an interior zero-length array 'unsigned char[0]' [-Wzero-length-bounds] > 7688 | h->raw[h->crlen + 2] -= 0x8; > | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ >In file included from pri_internal.h:36, > from q931.c:32: >pri_q931.h:40:23: note: while referencing 'raw' > 40 | unsigned char raw[0]; > | ^~~ >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_etsi_ect.o -MF .rose_etsi_ect.o.d -MP -c -o rose_etsi_ect.o rose_etsi_ect.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_etsi_mwi.o -MF .rose_etsi_mwi.o.d -MP -c -o rose_etsi_mwi.o rose_etsi_mwi.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_other.o -MF .rose_other.o.d -MP -c -o rose_other.o rose_other.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_q931.o -MF .rose_q931.o.d -MP -c -o rose_q931.o rose_q931.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_qsig_aoc.o -MF .rose_qsig_aoc.o.d -MP -c -o rose_qsig_aoc.o rose_qsig_aoc.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_qsig_cc.o -MF .rose_qsig_cc.o.d -MP -c -o rose_qsig_cc.o rose_qsig_cc.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_qsig_ct.o -MF .rose_qsig_ct.o.d -MP -c -o rose_qsig_ct.o rose_qsig_ct.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_qsig_diversion.o -MF .rose_qsig_diversion.o.d -MP -c -o rose_qsig_diversion.o rose_qsig_diversion.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_qsig_mwi.o -MF .rose_qsig_mwi.o.d -MP -c -o rose_qsig_mwi.o rose_qsig_mwi.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT rose_qsig_name.o -MF .rose_qsig_name.o.d -MP -c -o rose_qsig_name.o rose_qsig_name.c >x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC -MD -MT version.o -MF .version.o.d -MP -c -o version.o version.c >x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,-hlibpri.so.1.4 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libpri.so.1.4 copy_string.o pri.o q921.o prisched.o q931.o pri_aoc.o pri_cc.o pri_facility.o asn1_primitive.o rose.o rose_address.o rose_etsi_aoc.o rose_etsi_cc.o rose_etsi_diversion.o rose_etsi_ect.o rose_etsi_mwi.o rose_other.o rose_q931.o rose_qsig_aoc.o rose_qsig_cc.o rose_qsig_ct.o rose_qsig_diversion.o rose_qsig_mwi.o rose_qsig_name.o version.o >/sbin/ldconfig -n . >Unimplemented option: -n >make: *** [Makefile:190: libpri.so.1.4] Error 1 > * ERROR: net-libs/libpri-1.6.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-libs/libpri-1.6.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-libs/libpri-1.6.0::gentoo'`. > * The complete build log is located at '/var/log/portage/net-libs:libpri-1.6.0:20220218-222700.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/libpri-1.6.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-libs/libpri-1.6.0/temp/environment'. > * Working directory: '/var/tmp/portage/net-libs/libpri-1.6.0/work/libpri-1.6.0' > * S: '/var/tmp/portage/net-libs/libpri-1.6.0/work/libpri-1.6.0' >
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 833628
:
765418
|
765419
|
765420
|
765421
| 765422 |
765423