Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATH] adds libusb_0.1.12-13
@ 2008-12-03 11:15 Gaye Abdoulaye Walsimou
  2008-12-03 13:58 ` Thomas Petazzoni
  2008-12-05 10:37 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gaye Abdoulaye Walsimou @ 2008-12-03 11:15 UTC (permalink / raw)
  To: buildroot

Hello list,
without this little path, when you try to add libusb, buildroot will 
fail because libusb_0.1.12-12.diff.gz is missing.
Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libusb.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20081203/c3326ef8/attachment.bin 

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

* [Buildroot] [PATH] adds libusb_0.1.12-13
  2008-12-03 11:15 [Buildroot] [PATH] adds libusb_0.1.12-13 Gaye Abdoulaye Walsimou
@ 2008-12-03 13:58 ` Thomas Petazzoni
  2008-12-05 10:37 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2008-12-03 13:58 UTC (permalink / raw)
  To: buildroot

Le Wed, 03 Dec 2008 12:15:40 +0100,
Gaye Abdoulaye Walsimou <walsimou@walsimou.com> a ?crit :

> without this little path, when you try to add libusb, buildroot will 
> fail because libusb_0.1.12-12.diff.gz is missing.

I wanted to apply and commit your patch, but ran into troubles while
trying to compile libusb:

make[3]: Entering directory `/home/thomas/local/buildroot2/build_arm/libusb-0.1.12'
depbase=`echo usb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/bash ./libtool --tag=CC   --mode=compile /usr/local/xtools/arm-unknown-linux-uclibcgnueabi//bin/arm-unknown-linux-uclibcgnueabi-gcc -Os  -I/home/thomas/local/buildroot2/build_arm/staging_dir/include -I/home/thomas/local/buildroot2/build_arm/staging_dir/usr/include -I/usr/local/xtools/arm-unknown-linux-uclibcgnueabi//arm-unknown-linux-uclibcgnueabi/include --sysroot /home/thomas/local/buildroot2/build_arm/staging_dir/ -DHAVE_CONFIG_H   -I.  -Werror  -g -O2 -Wall -MT usb.lo -MD -MP -MF $depbase.Tpo -c -o usb.lo usb.c &&\
        mv -f $depbase.Tpo $depbase.Plo
./libtool: line 463: CDPATH: command not found
./libtool: line 1141: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.4 Debian-2.2.4-0ubuntu4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4 Debian-2.2.4-0ubuntu4
libtool: and run autoconf again.
make[3]: *** [usb.lo] Error 63

I must confess I don't know why autoreconf has to be run on libusb
prior to running ./configure.

I'm sorry, but I don't have the time to investigate this right now,
maybe someone else will pick up the task.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATH] adds libusb_0.1.12-13
  2008-12-03 11:15 [Buildroot] [PATH] adds libusb_0.1.12-13 Gaye Abdoulaye Walsimou
  2008-12-03 13:58 ` Thomas Petazzoni
@ 2008-12-05 10:37 ` Peter Korsgaard
  2008-12-05 10:45   ` Gaye Abdoulaye Walsimou
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2008-12-05 10:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Gaye" == Gaye Abdoulaye Walsimou <walsimou@walsimou.com> writes:

 Gaye> Hello list,
 Gaye> without this little path, when you try to add libusb, buildroot will
 Gaye> fail because libusb_0.1.12-12.diff.gz is missing.

Thanks, I changed it in r24282 to use the stable links at
snapshot.debian.net instead so we won't end up with the same problem
again in the future. The newest patch on snapshot is unfortunately
-10, so I had to move back to that one.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATH] adds libusb_0.1.12-13
  2008-12-05 10:37 ` Peter Korsgaard
@ 2008-12-05 10:45   ` Gaye Abdoulaye Walsimou
  0 siblings, 0 replies; 4+ messages in thread
From: Gaye Abdoulaye Walsimou @ 2008-12-05 10:45 UTC (permalink / raw)
  To: buildroot

Peter Korsgaard wrote:
>>>>>> "Gaye" == Gaye Abdoulaye Walsimou <walsimou@walsimou.com> writes:
>>>>>>             
>
>  Gaye> Hello list,
>  Gaye> without this little path, when you try to add libusb, buildroot will
>  Gaye> fail because libusb_0.1.12-12.diff.gz is missing.
>
> Thanks, I changed it in r24282 to use the stable links at
> snapshot.debian.net instead so we won't end up with the same problem
> again in the future. The newest patch on snapshot is unfortunately
> -10, so I had to move back to that one.
>
>   
sure
Regards

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

end of thread, other threads:[~2008-12-05 10:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 11:15 [Buildroot] [PATH] adds libusb_0.1.12-13 Gaye Abdoulaye Walsimou
2008-12-03 13:58 ` Thomas Petazzoni
2008-12-05 10:37 ` Peter Korsgaard
2008-12-05 10:45   ` Gaye Abdoulaye Walsimou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox