All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 523] New: pciutiles can't find libz
@ 2009-08-01 17:28 bugzilla at busybox.net
  2009-08-01 17:30 ` [Buildroot] [Bug 523] " bugzilla at busybox.net
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-08-01 17:28 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=523

              Host: i686
            Target: i686
             Build: i686
           Summary: pciutiles can't find libz
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: d.albano at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.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


-- 
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 ` 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:42 ` bugzilla at busybox.net
@ 2009-08-01 18:22   ` Bernhard Reutner-Fischer
  2009-08-01 18:50     ` Daniele Salvatore Albano
  0 siblings, 1 reply; 10+ messages in thread
From: Bernhard Reutner-Fischer @ 2009-08-01 18:22 UTC (permalink / raw)
  To: buildroot

On Sat, Aug 01, 2009 at 05:42:55PM +0000, bugzilla at busybox.net wrote:
>https://bugs.busybox.net/show_bug.cgi?id=523

Oh, and someone might want to pull pciutils from
http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD

that one works for me and likely fixes that bug magically

HTH,

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [Bug 523] pciutiles can't find libz
  2009-08-01 18:22   ` Bernhard Reutner-Fischer
@ 2009-08-01 18:50     ` Daniele Salvatore Albano
  0 siblings, 0 replies; 10+ messages in thread
From: Daniele Salvatore Albano @ 2009-08-01 18:50 UTC (permalink / raw)
  To: buildroot

Using files from that repository doesn't fix the problem

I don't know if this depends from my external toolchain, because
removing pciutiles from package list let buildroot to do the job,
hovewer i'll try internal toolchain to see if it works

2009/8/1 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>:
> On Sat, Aug 01, 2009 at 05:42:55PM +0000, bugzilla at busybox.net wrote:
>>https://bugs.busybox.net/show_bug.cgi?id=523
>
> Oh, and someone might want to pull pciutils from
> http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD
>
> that one works for me and likely fixes that bug magically
>
> HTH,
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>



-- 
Daniele Salvatore Albano
Consulente Informatico
http://www.phpsoft.it
http://www.dacci.it

Servizi:
- Sviluppo in C# e PHP
- Installazione e Amministrazione sistemi Ubuntu, CentOS e Fedora

^ 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

end of thread, other threads:[~2009-08-04 14:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2009-08-01 18:22   ` Bernhard Reutner-Fischer
2009-08-01 18:50     ` Daniele Salvatore Albano
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.