Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247201 Details for
Bug 337187
dev-libs/libmelf-0.4.0-r1 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
libmelf-0.4.0-r1:20100913-213348.log (text/plain), 5.24 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-13 23:49:56 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-13 23:49:56 UTC
Size:
5.24 KB
patch
obsolete
> * CPV: dev-libs/libmelf-0.4.0-r1 > * REPO: gentoo > * Maintainer: robbat2@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking libmelf-0.4.0.tar.gz to /var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work >>>> Source unpacked in /var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work >>>> Preparing source in /var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work/libmelf-0.4.0 ... > * Applying libmelf-0.4.1-unfinal-release.patch ... > [ ok ] > * Applying libmelf-0.4.0-r1-gcc-makefile-cleanup.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work/libmelf-0.4.0 ... >./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 >loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >creating cache ./config.cache >checking whether make sets ${MAKE}... yes >checking for gcc... gcc >checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes >checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) is a cross-compiler... no >checking whether we are using GNU C... yes >checking whether gcc accepts -g... yes >checking this systems operating system... Linux >checking whether byte ordering is bigendian... no >checking for /usr/include/stdint.h... yes >checking for /usr/include/sys/int_types.h... no >checking for /usr/include/machine/types.h... no >updating cache ./config.cache >creating ./config.status >creating Makefile >creating example/Makefile >creating tools/Makefile >creating stdelf.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work/libmelf-0.4.0 ... >make -j14 CC=i686-pc-linux-gnu-gcc 'OPTFLAGS=-O2 -pipe -fPIC' >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf.o melf.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_dynamic.o melf_dynamic.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_elf.o melf_elf.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_list.o melf_list.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_note.o melf_note.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_program.o melf_program.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_reloc.o melf_reloc.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_res.o melf_res.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_section.o melf_section.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_string.o melf_string.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_symbol.o melf_symbol.c >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -DMELF_COMP -I. -O2 -pipe -fPIC -c -o melf_symbolTable.o melf_symbolTable.c >melf.c: In function âmelf_saveâ: >melf.c:198:9: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >ar rc libmelf.a melf.o melf_dynamic.o melf_elf.o melf_list.o melf_note.o melf_program.o melf_reloc.o melf_res.o melf_section.o melf_string.o melf_symbol.o melf_symbolTable.o && ranlib libmelf.a >i686-pc-linux-gnu-gcc -shared -fPIC melf.o melf_dynamic.o melf_elf.o melf_list.o melf_note.o melf_program.o melf_reloc.o melf_res.o melf_section.o melf_string.o melf_symbol.o melf_symbolTable.o -o libmelf.so >cd example && make >make[1]: Entering directory `/var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work/libmelf-0.4.0/example' >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -O2 -pipe -fPIC -I.. sign.c -o sign -L.. -lmelf >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -O2 -pipe -fPIC -I.. test.c -o test -L.. -lmelf >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -O2 -pipe -fPIC -I.. new.c -o new -L.. -lmelf >make[1]: Leaving directory `/var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work/libmelf-0.4.0/example' >cd tools && make >make[1]: Entering directory `/var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work/libmelf-0.4.0/tools' >i686-pc-linux-gnu-gcc -DELF_LITTLE_ENDIAN -O2 -pipe -fPIC -I.. elfres.c -o elfres -L.. -lmelf >elfres.c: In function âaddResourceâ: >elfres.c:341:10: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result >make[1]: Leaving directory `/var/tmp/portage/dev-libs/libmelf-0.4.0-r1/work/libmelf-0.4.0/tools' >>>> Source compiled. >>>> Test phase [none]: dev-libs/libmelf-0.4.0-r1 > >>>> Install libmelf-0.4.0-r1 into /var/tmp/portage/dev-libs/libmelf-0.4.0-r1/image/ category dev-libs >>>> Completed installing libmelf-0.4.0-r1 into /var/tmp/portage/dev-libs/libmelf-0.4.0-r1/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/libmelf.so > usr/bin/elfres > usr/lib/libmelf.a > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/lib/libmelf.so > * /usr/bin/elfres > > > * QA Notice: The following shared libraries lack a SONAME > * /usr/lib/libmelf.so >
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 337187
: 247201 |
340942
|
343116
|
343120