* [Buildroot] [Bug 523] pciutiles can't find libz
2009-08-01 17:28 [Buildroot] [Bug 523] New: pciutiles can't find libz bugzilla at busybox.net
@ 2009-08-01 17:30 ` bugzilla at busybox.net
2009-08-01 17:31 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-01 17:30 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=523
--- Comment #1 from Daniele Salvatore Albano <d.albano@gmail.com> 2009-08-01 17:30:50 UTC ---
Created an attachment (id=539)
--> (https://bugs.busybox.net/attachment.cgi?id=539)
My buildroot config
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 523] pciutiles can't find libz
2009-08-01 17:28 [Buildroot] [Bug 523] New: pciutiles can't find libz bugzilla at busybox.net
2009-08-01 17:30 ` [Buildroot] [Bug 523] " bugzilla at busybox.net
@ 2009-08-01 17:31 ` bugzilla at busybox.net
2009-08-01 17:41 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-01 17:31 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=523
Daniele Salvatore Albano <d.albano@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #539|application/xml |text/plain
mime type| |
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 523] pciutiles can't find libz
2009-08-01 17:28 [Buildroot] [Bug 523] New: pciutiles can't find libz bugzilla at busybox.net
2009-08-01 17:30 ` [Buildroot] [Bug 523] " bugzilla at busybox.net
2009-08-01 17:31 ` bugzilla at busybox.net
@ 2009-08-01 17:41 ` bugzilla at busybox.net
2009-08-01 17:42 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-01 17:41 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=523
--- Comment #2 from Bernhard Reutner-Fischer <aldot@uclibc.org> 2009-08-01 17:41:27 UTC ---
(In reply to comment #0)
> Hi,
>
> i was trying to compile pciutiles having zlib but it fails because can't find
> lz!
>
> Probably a path mismatch, but i've done some tests without success. Zlib are
> there and works correctly, openssl compiles successfully!
>
> Here there is the output
> make[2]: Leaving directory
> `/home/daniele/Development/OPBXA/buildroot-git/build_i686/pciutils-3.0.1/lib'
> /home/daniele/Development/OPBXA/buildroot-git/../targets/i686-opbxa-linux-gnu//bin/i686-opbxa-linux-gnu-gcc
> -O3 -pipe -O3 --sysroot
> /home/daniele/Development/OPBXA/buildroot-git/build_i686/staging_dir/ -Wall -W
> -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -c -o lspci.o
> lspci.c
> /home/daniele/Development/OPBXA/buildroot-git/../targets/i686-opbxa-linux-gnu//bin/i686-opbxa-linux-gnu-gcc
> -O3 -pipe -O3 --sysroot
> /home/daniele/Development/OPBXA/buildroot-git/build_i686/staging_dir/ -Wall -W
> -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -c -o common.o
> common.c
> /home/daniele/Development/OPBXA/buildroot-git/../targets/i686-opbxa-linux-gnu//bin/i686-opbxa-linux-gnu-gcc
> lspci.o common.o lib/libpci.a -lz -lresolv -o lspci
> /home/daniele/Development/OPBXA/targets/i686-opbxa-linux-gnu/bin/../lib/gcc/i686-opbxa-linux-gnu/4.3.3/../../../../i686-opbxa-linux-gnu/bin/ld:
> cannot find -lz
>
broken toolchain and/or toolchain setup.
What does
$ grep TOOLCHAIN .config
say?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 523] pciutiles can't find libz
2009-08-01 17:28 [Buildroot] [Bug 523] New: pciutiles can't find libz bugzilla at busybox.net
` (2 preceding siblings ...)
2009-08-01 17:41 ` bugzilla at busybox.net
@ 2009-08-01 17:42 ` bugzilla at busybox.net
2009-08-01 18:22 ` Bernhard Reutner-Fischer
2009-08-01 22:00 ` bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-01 17:42 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=523
--- Comment #3 from Bernhard Reutner-Fischer <aldot@uclibc.org> 2009-08-01 17:42:54 UTC ---
(In reply to comment #2)
> broken toolchain and/or toolchain setup.
> What does
> $ grep TOOLCHAIN .config
> say?
>
nm, you attached it, sorry.
BR2_TOOLCHAIN_EXTERNAL=y
Just use the internal toolchain.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 523] pciutiles can't find libz
2009-08-01 17:28 [Buildroot] [Bug 523] New: pciutiles can't find libz bugzilla at busybox.net
` (3 preceding siblings ...)
2009-08-01 17:42 ` bugzilla at busybox.net
@ 2009-08-01 22:00 ` bugzilla at busybox.net
2009-08-01 22:39 ` bugzilla at busybox.net
2009-08-04 14:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-01 22:00 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=523
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-08-01 22:00:09 UTC ---
Why do you say ? Just use internal toolchain ? ? External toolchains are now
supposed to be supported. It's not because you don't personaly care about
external toolchain support that other don't. And I do care, for example.
Daniele, thanks for the report, I'll have a look at it.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 523] pciutiles can't find libz
2009-08-01 17:28 [Buildroot] [Bug 523] New: pciutiles can't find libz bugzilla at busybox.net
` (4 preceding siblings ...)
2009-08-01 22:00 ` bugzilla at busybox.net
@ 2009-08-01 22:39 ` bugzilla at busybox.net
2009-08-04 14:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-01 22:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=523
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at buildroot.uclibc.|thomas.petazzoni at free-
|org |electrons.com
Status|NEW |ASSIGNED
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-08-01 22:39:26 UTC ---
Created an attachment (id=541)
--> (https://bugs.busybox.net/attachment.cgi?id=541)
Patch to fix the issue
The patch that fixes the issue. I've just sent a pull request for it.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 523] pciutiles can't find libz
2009-08-01 17:28 [Buildroot] [Bug 523] New: pciutiles can't find libz bugzilla at busybox.net
` (5 preceding siblings ...)
2009-08-01 22:39 ` bugzilla at busybox.net
@ 2009-08-04 14:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-04 14:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=523
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-08-04 14:39:45 UTC ---
Fixed by
http://git.buildroot.net/buildroot/commit/?id=dcb752b1654d4186d02bbaa9db3b865ac03785cd
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread