All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
@ 2011-11-30  7:33 Peter Katzmann
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Katzmann @ 2011-11-30  7:33 UTC (permalink / raw)
  To: buildroot

Hello Peter,
in my case it was atomic_ops, jpeg and lzo.
Afters this the build process failed, so probably more libs are affected.

peter


-----Urspr?ngliche Nachricht-----
An:	Peter Katzmann <peter.katzmann@edag.de>; 
CC:	Trevor Woerner <twoerner@gmail.com>; buildroot at busybox.net; 
Von:	Peter Korsgaard <jacmet@uclibc.org>
Gesendet:	Di 29.11.2011 20:45
Betreff:	Re: [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
> >>>>> "Peter" == Peter Katzmann <peter.katzmann@edag.de> writes:
> 
>  Peter> Hello,
>  Peter> it seems that some configure scripts needs a little help to know where 
> to place the library's.
>  Peter> The following small patch fixes the problem for me, but i don't know if 
> it is a good idea for all platforms to insist that the libdir is /usr/lib .
>  Peter> peter
> 
> What packages were those exactly?
> 
> -- 
> Bye, Peter Korsgaard
> 
>
?Die n?chsten Messeauftritte der EDAG Group:
Business of Design Week in Hongkong vom 01.-03.12.2011 in der Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi vom 05.-11.01.2012
Internationaler Automobilsalon in Genf vom 06.-18.03.2012 in Halle 2, Stand 2158

The EDAG Group's next exhibitions: 
Business of Design Week in Hongkong, 1 to 3 December 2011 at Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi, 5 to 11 January 2012
International Motor Show in Geneva, 6 to 18 March 2012 at Stand 2158, Hall 2

Mehr News und Informationen aus der Welt der EDAG Group k?nnen Sie in unserem interaktiven EMAG-Magazin (http://www.edag.de/pr/Newsletter/) nachlesen! Wir freuen uns auf Ihren Besuch!

------------------------------------------------------------------------------
Court of jurisdiction: Amtsgericht Fulda, HRB 1075     USt.-Id: DE 112 402 594
Gesch?ftsf?hrung / Executive Board: J?rg Ohlsen: Gesch?ftsf?hrer / CEO, Manfred Hahl: Gesch?ftsf?hrer / COO, Rainer Bauer: Gesch?ftsf?hrer / CFO
Aufsichtsratsvorsitzender / Chairman of the Supervisory Board: Dr. Lutz Helmig
Pers?nlich haftende Gesellschafterin / General partner: EDAG Gesellschaft mbH, Wien, Handelsgericht Wien, FN 297836 W
Headquarters: EDAG GmbH & Co. KGaA, Reesbergstra?e 1, 36039 Fulda, Germany  /  www.edag.com

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

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

* [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
  2011-11-29 15:38 Peter Katzmann
@ 2011-11-29 19:45 ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2011-11-29 19:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Katzmann <peter.katzmann@edag.de> writes:

 Peter> Hello,
 Peter> it seems that some configure scripts needs a little help to know where to place the library's.
 Peter> The following small patch fixes the problem for me, but i don't know if it is a good idea for all platforms to insist that the libdir is /usr/lib .
 Peter> peter

What packages were those exactly?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
@ 2011-11-29 15:38 Peter Katzmann
  2011-11-29 19:45 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Katzmann @ 2011-11-29 15:38 UTC (permalink / raw)
  To: buildroot

Hello,
it seems that some configure scripts needs a little help to know where to place the library's.
The following small patch fixes the problem for me, but i don't know if it is a good idea for all platforms to insist that the libdir is /usr/lib .
peter

diff -urwb buildroot-2011.11-rc3/package/Makefile.autotools.in /usr2/new/Source-ast18/build_env/buildroot/package/Makefile.autotools.in
--- buildroot-2011.11-rc3/package/Makefile.autotools.in 2011-11-26 22:05:20.000000000 +0100
+++ /usr2/new/Source-ast18/build_env/buildroot/package/Makefile.autotools.in    2011-11-29 15:45:18.247834872 +0100
@@ -117,6 +117,7 @@
                --exec-prefix=/usr \
                --sysconfdir=/etc \
                --program-prefix="" \
+               --libdir=/usr/lib \
                $$(DISABLE_DOCUMENTATION) \
                $$(DISABLE_NLS) \
                $$(DISABLE_LARGEFILE) \
@@ -137,6 +138,7 @@
                ./configure \
                --prefix="$$(HOST_DIR)/usr" \
                --sysconfdir="$$(HOST_DIR)/etc" \
+               --libdir="$$(HOST_DIR)/usr/lib" \
                --enable-shared --disable-static \
                $$($$(PKG)_CONF_OPT) \
        )




-----Urspr?ngliche Nachricht-----
An:	Peter Katzmann <peter.katzmann@edag.de>; 
Von:	Trevor Woerner <twoerner@gmail.com>
Gesendet:	Di 29.11.2011 13:07
Betreff:	Re: [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
> Hi Peter,
> 
> As an aside, I'm have an openSUSE 12.1 related build problem too (with
> crosstool-NG) which worked fine with openSUSE 11.4.
> 
> http://sourceware.org/ml/crossgcc/2011-11/msg00197.html
> 
> It's the same problem you're seeing: that which was put into a .../lib
> directory is now being put into a .../lib64 directory.
> 
> Best regards,
>     Trevor
> 
>
?Die n?chsten Messeauftritte der EDAG Group:
Business of Design Week in Hongkong vom 01.-03.12.2011 in der Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi vom 05.-11.01.2012
Internationaler Automobilsalon in Genf vom 06.-18.03.2012 in Halle 2, Stand 2158

The EDAG Group's next exhibitions: 
Business of Design Week in Hongkong, 1 to 3 December 2011 at Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi, 5 to 11 January 2012
International Motor Show in Geneva, 6 to 18 March 2012 at Stand 2158, Hall 2

Mehr News und Informationen aus der Welt der EDAG Group k?nnen Sie in unserem interaktiven EMAG-Magazin (http://www.edag.de/pr/Newsletter/) nachlesen! Wir freuen uns auf Ihren Besuch!

------------------------------------------------------------------------------
Court of jurisdiction: Amtsgericht Fulda, HRB 1075     USt.-Id: DE 112 402 594
Gesch?ftsf?hrung / Executive Board: J?rg Ohlsen: Gesch?ftsf?hrer / CEO, Manfred Hahl: Gesch?ftsf?hrer / COO, Rainer Bauer: Gesch?ftsf?hrer / CFO
Aufsichtsratsvorsitzender / Chairman of the Supervisory Board: Dr. Lutz Helmig
Pers?nlich haftende Gesellschafterin / General partner: EDAG Gesellschaft mbH, Wien, Handelsgericht Wien, FN 297836 W
Headquarters: EDAG GmbH & Co. KGaA, Reesbergstra?e 1, 36039 Fulda, Germany  /  www.edag.com

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

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

* [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
@ 2011-11-29  8:43 Peter Katzmann
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Katzmann @ 2011-11-29  8:43 UTC (permalink / raw)
  To: buildroot

Hello Peter,
i attach my config and the config.log of the jpeg lib which is one of the failing ones

peter

EDAG GmbH & Co.KG aA
Steinauer Stra?e 20 
36100 Petersberg
Tel.: +49 - (0)661 / 6000 - 9444
Fax: +49 - (0)661 / 6000 - 1116208
E-Mail: Peter.Katzmann at edag.de

-----Urspr?ngliche Nachricht-----
An:	Peter Katzmann <peter.katzmann@edag.de>; 
CC:	buildroot at busybox.net; 
Von:	Peter Korsgaard <jacmet@uclibc.org>
Gesendet:	Mo 28.11.2011 21:48
Betreff:	Re: [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
> >>>>> "Peter" == Peter Katzmann <peter.katzmann@edag.de> writes:
> 
>  Peter> Hello,
>  Peter> i have a OpenSuse 12.1 64 Bit dev machine and building an armeb tree.
>  Peter> Now when tries to build mtd:
>  Peter> 
> /usr2/new/Source-ast18/build_env/buildroot/project_build_armeb/host/usr/lib64/gc
> c/armeb-unknown-linux-uclibcgnueabi/4.6.2/../../../../armeb-unknown-linux-uclibc
> gnueabi/bin/ld: cannot find -llzo2
>  Peter> collect2: ld returned 1 exit status
> 
> More details please. What is your .config exactly?
> 
> I just did a quick test build with the following configuration which
> built without problems:
> 
> BR2_armeb=y
> BR2_arm926t=y
> BR2_PACKAGE_MTD=y
> 
> -- 
> Bye, Peter Korsgaard
> 
>
?Die n?chsten Messeauftritte der EDAG Group:

Business of Design Week in Hongkong vom 01.-03.12.2011 in der Inspiration Hall, Stand 3D-C09

Auto Expo in Neu Delhi vom 05.-11.01.2012

Internationaler Automobilsalon in Genf vom 06.-18.03.2012 in Halle 2, Stand 2158



The EDAG Group's next exhibitions: 

Business of Design Week in Hongkong, 1 to 3 December 2011 at Inspiration Hall, Stand 3D-C09

Auto Expo in Neu Delhi, 5 to 11 January 2012

International Motor Show in Geneva, 6 to 18 March 2012 at Stand 2158, Hall 2



Mehr News und Informationen aus der Welt der EDAG Group k?nnen Sie in unserem interaktiven EMAG-Magazin (http://www.edag.de/pr/Newsletter/) nachlesen! Wir freuen uns auf Ihren Besuch!



------------------------------------------------------------------------------

Court of jurisdiction: Amtsgericht Fulda, HRB 1075     USt.-Id: DE 112 402 594

Gesch?ftsf?hrung / Executive Board: J?rg Ohlsen: Gesch?ftsf?hrer / CEO, Manfred Hahl: Gesch?ftsf?hrer / COO, Rainer Bauer: Gesch?ftsf?hrer / CFO

Aufsichtsratsvorsitzender / Chairman of the Supervisory Board: Dr. Lutz Helmig

Pers?nlich haftende Gesellschafterin / General partner: EDAG Gesellschaft mbH, Wien, Handelsgericht Wien, FN 297836 W

Headquarters: EDAG GmbH & Co. KGaA, Reesbergstra?e 1, 36039 Fulda, Germany  /  www.edag.com



This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: toolchain_config-2011.11
Type: application/octet-stream
Size: 22197 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111129/36f368e1/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: text/x-log
Size: 78496 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111129/36f368e1/attachment-0001.bin>

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

* [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
@ 2011-11-29  8:43 Peter Katzmann
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Katzmann @ 2011-11-29  8:43 UTC (permalink / raw)
  To: buildroot

Hello,
it seems it is a problem with OpenSuse 12.1.
I tried to run the last successful build with buildroot 2011.08. This was made with OpenSuse 11.4 and it failed now too.
Same symptom. Some libraries where build to lib and others to lib64 as with 2011.11

peter


-----Urspr?ngliche Nachricht-----
An:	Peter Katzmann <peter.katzmann@edag.de>; 
CC:	buildroot at busybox.net; 
Von:	Peter Korsgaard <jacmet@uclibc.org>
Gesendet:	Mo 28.11.2011 21:48
Betreff:	Re: [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
> >>>>> "Peter" == Peter Katzmann <peter.katzmann@edag.de> writes:
> 
>  Peter> Hello,
>  Peter> i have a OpenSuse 12.1 64 Bit dev machine and building an armeb tree.
>  Peter> Now when tries to build mtd:
>  Peter> 
> /usr2/new/Source-ast18/build_env/buildroot/project_build_armeb/host/usr/lib64/gc
> c/armeb-unknown-linux-uclibcgnueabi/4.6.2/../../../../armeb-unknown-linux-uclibc
> gnueabi/bin/ld: cannot find -llzo2
>  Peter> collect2: ld returned 1 exit status
> 
> More details please. What is your .config exactly?
> 
> I just did a quick test build with the following configuration which
> built without problems:
> 
> BR2_armeb=y
> BR2_arm926t=y
> BR2_PACKAGE_MTD=y
> 
> -- 
> Bye, Peter Korsgaard
> 
>
?Die n?chsten Messeauftritte der EDAG Group:
Business of Design Week in Hongkong vom 01.-03.12.2011 in der Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi vom 05.-11.01.2012
Internationaler Automobilsalon in Genf vom 06.-18.03.2012 in Halle 2, Stand 2158

The EDAG Group's next exhibitions: 
Business of Design Week in Hongkong, 1 to 3 December 2011 at Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi, 5 to 11 January 2012
International Motor Show in Geneva, 6 to 18 March 2012 at Stand 2158, Hall 2

Mehr News und Informationen aus der Welt der EDAG Group k?nnen Sie in unserem interaktiven EMAG-Magazin (http://www.edag.de/pr/Newsletter/) nachlesen! Wir freuen uns auf Ihren Besuch!

------------------------------------------------------------------------------
Court of jurisdiction: Amtsgericht Fulda, HRB 1075     USt.-Id: DE 112 402 594
Gesch?ftsf?hrung / Executive Board: J?rg Ohlsen: Gesch?ftsf?hrer / CEO, Manfred Hahl: Gesch?ftsf?hrer / COO, Rainer Bauer: Gesch?ftsf?hrer / CFO
Aufsichtsratsvorsitzender / Chairman of the Supervisory Board: Dr. Lutz Helmig
Pers?nlich haftende Gesellschafterin / General partner: EDAG Gesellschaft mbH, Wien, Handelsgericht Wien, FN 297836 W
Headquarters: EDAG GmbH & Co. KGaA, Reesbergstra?e 1, 36039 Fulda, Germany  /  www.edag.com

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

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

* [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
  2011-11-28 17:08 Peter Katzmann
@ 2011-11-28 20:48 ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2011-11-28 20:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Katzmann <peter.katzmann@edag.de> writes:

 Peter> Hello,
 Peter> i have a OpenSuse 12.1 64 Bit dev machine and building an armeb tree.
 Peter> Now when tries to build mtd:
 Peter> /usr2/new/Source-ast18/build_env/buildroot/project_build_armeb/host/usr/lib64/gcc/armeb-unknown-linux-uclibcgnueabi/4.6.2/../../../../armeb-unknown-linux-uclibcgnueabi/bin/ld: cannot find -llzo2
 Peter> collect2: ld returned 1 exit status

More details please. What is your .config exactly?

I just did a quick test build with the following configuration which
built without problems:

BR2_armeb=y
BR2_arm926t=y
BR2_PACKAGE_MTD=y

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir
@ 2011-11-28 17:08 Peter Katzmann
  2011-11-28 20:48 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Katzmann @ 2011-11-28 17:08 UTC (permalink / raw)
  To: buildroot

Hello,
i have a OpenSuse 12.1 64 Bit dev machine and building an armeb tree.
Now when tries to build mtd:
/usr2/new/Source-ast18/build_env/buildroot/project_build_armeb/host/usr/lib64/gcc/armeb-unknown-linux-uclibcgnueabi/4.6.2/../../../../armeb-unknown-linux-uclibcgnueabi/bin/ld: cannot find -llzo2
collect2: ld returned 1 exit status

The lzo lib was build but it seems that some libraries are under lib and some are under lib64 :
pet at linux-06u7:/usr2/new/Source-ast18/build_env/buildroot> file project_build_armeb/target/usr/lib/
libgomp.so        libgomp.so.1.0.0  libtiff.so.3      libz.a            libz.so.1         pkgconfig/        
libgomp.so.1      libtiff.so        libtiff.so.3.9.4  libz.so           libz.so.1.2.5     
pet at linux-06u7:/usr2/new/Source-ast18/build_env/buildroot> file project_build_armeb/target/usr/lib64/lib
libatomic_ops.a      libjpeg.a            libjpeg.so           libjpeg.so.8.3.0     liblzo2.la           liblzo2.so.2         
libatomic_ops_gpl.a  libjpeg.la           libjpeg.so.8         liblzo2.a            liblzo2.so           liblzo2.so.2.0.0     

But they are 32 bit arm builds.

peter

EDAG GmbH & Co.KG aA
Steinauer Stra?e 20 
36100 Petersberg
Tel.: +49 - (0)661 / 6000 - 9444
Fax: +49 - (0)661 / 6000 - 1116208
E-Mail: Peter.Katzmann at edag.de
?Die n?chsten Messeauftritte der EDAG Group:
Business of Design Week in Hongkong vom 01.-03.12.2011 in der Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi vom 05.-11.01.2012
Internationaler Automobilsalon in Genf vom 06.-18.03.2012 in Halle 2, Stand 2158

The EDAG Group's next exhibitions: 
Business of Design Week in Hongkong, 1 to 3 December 2011 at Inspiration Hall, Stand 3D-C09
Auto Expo in Neu Delhi, 5 to 11 January 2012
International Motor Show in Geneva, 6 to 18 March 2012 at Stand 2158, Hall 2

Mehr News und Informationen aus der Welt der EDAG Group k?nnen Sie in unserem interaktiven EMAG-Magazin (http://www.edag.de/pr/Newsletter/) nachlesen! Wir freuen uns auf Ihren Besuch!

------------------------------------------------------------------------------
Court of jurisdiction: Amtsgericht Fulda, HRB 1075     USt.-Id: DE 112 402 594
Gesch?ftsf?hrung / Executive Board: J?rg Ohlsen: Gesch?ftsf?hrer / CEO, Manfred Hahl: Gesch?ftsf?hrer / COO, Rainer Bauer: Gesch?ftsf?hrer / CFO
Aufsichtsratsvorsitzender / Chairman of the Supervisory Board: Dr. Lutz Helmig
Pers?nlich haftende Gesellschafterin / General partner: EDAG Gesellschaft mbH, Wien, Handelsgericht Wien, FN 297836 W
Headquarters: EDAG GmbH & Co. KGaA, Reesbergstra?e 1, 36039 Fulda, Germany  /  www.edag.com

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

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

end of thread, other threads:[~2011-11-30  7:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-30  7:33 [Buildroot] [Bug ] 2011.11rc3 On 64bit Linux Dev Machine armeb builds libs to lib64 dir Peter Katzmann
  -- strict thread matches above, loose matches on Subject: below --
2011-11-29 15:38 Peter Katzmann
2011-11-29 19:45 ` Peter Korsgaard
2011-11-29  8:43 Peter Katzmann
2011-11-29  8:43 Peter Katzmann
2011-11-28 17:08 Peter Katzmann
2011-11-28 20:48 ` Peter Korsgaard

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.