All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [patch] here are some more cleanup patches
@ 2007-09-19 19:06 Cristian Ionescu-Idbohrn
  2007-09-19 19:36 ` Bernhard Fischer
  2007-09-19 20:14 ` [Buildroot] [patch] here are some more cleanup patches Bernhard Fischer
  0 siblings, 2 replies; 5+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-09-19 19:06 UTC (permalink / raw)
  To: buildroot

but libvorbis fails to build:

  In file included from mdct.c:44:
  ../include/vorbis/codec.h:26:21: error: ogg/ogg.h: No such file or
  directory

Can't seem to be able to build ltrace; something to do with configure not
being able to locate gelf.h, but it's there:
staging_dir/usr/include/libelf, as libelf build ok; I get a configure
error:

  checking gelf.h usability... no
  checking gelf.h presence... no
  checking for gelf.h... no
  configure: error: ***** gelf.h not found *****

config.log says in more than one place:

  /usr/include/libelf/gelf.h:49:2: error: #error "GElf is not supported on
    this sysystem."

and bails out further down with:

  configure:3629: checking for gelf.h
  configure:3636: result: no
  configure:3643: error: ***** gelf.h not found *****

ac_cv_header_gelf_h=no may have something to do with it.

Any ideas?


Cheers,

-- 
Cristian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br-2007-09-19.submit.patch
Type: text/x-diff
Size: 21699 bytes
Desc: 
Url : http://busybox.net/lists/buildroot/attachments/20070919/91ad3bcd/attachment-0001.bin 

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

* [Buildroot] [patch] here are some more cleanup patches
  2007-09-19 19:06 [Buildroot] [patch] here are some more cleanup patches Cristian Ionescu-Idbohrn
@ 2007-09-19 19:36 ` Bernhard Fischer
  2007-09-20  9:20   ` [Buildroot] [CFT, PATCH] libelf 64bit problems vs. ltrace Bernhard Fischer
  2007-09-19 20:14 ` [Buildroot] [patch] here are some more cleanup patches Bernhard Fischer
  1 sibling, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2007-09-19 19:36 UTC (permalink / raw)
  To: buildroot

On Wed, Sep 19, 2007 at 09:06:54PM +0200, Cristian Ionescu-Idbohrn wrote:
>but libvorbis fails to build:
>
>  In file included from mdct.c:44:
>  ../include/vorbis/codec.h:26:21: error: ogg/ogg.h: No such file or
>  directory
>
>Can't seem to be able to build ltrace; something to do with configure not
>being able to locate gelf.h, but it's there:
>staging_dir/usr/include/libelf, as libelf build ok; I get a configure
>error:
>
>  checking gelf.h usability... no
>  checking gelf.h presence... no
>  checking for gelf.h... no
>  configure: error: ***** gelf.h not found *****
>
>config.log says in more than one place:
>
>  /usr/include/libelf/gelf.h:49:2: error: #error "GElf is not supported on
>    this sysystem."
>
>and bails out further down with:
>
>  configure:3629: checking for gelf.h
>  configure:3636: result: no
>  configure:3643: error: ***** gelf.h not found *****
>
>ac_cv_header_gelf_h=no may have something to do with it.
>
>Any ideas?

I've updated ltrace some months ago, but i admit that i have no idea
which box this big patches are on :-/
...
$ ls -ltrn buildroot.mine.OLD.OLD/package/ltrace/
total 804
-rw-r--r-- 1 1000 1000 627890 Apr  6 14:58 ltrace-svn-20070406.00.patch
-rw-r--r-- 1 1000 1000 173414 Apr  6 15:04 ltrace-svn-20070406.01.autoreconf.patch
-rw-r--r-- 1 1000 1000   2298 Apr  6 15:07 ltrace.mk
-rw-r--r-- 1 1000   40    241 Apr  6 15:25 Config.in

I.e. Not too good.

Perhaps try this updated version?

Index: package/ltrace/ltrace.mk
===================================================================
--- package/ltrace/ltrace.mk    (revision 19878)
+++ package/ltrace/ltrace.mk    (working copy)
@@ -3,9 +3,9 @@
 # ltrace
 #
 #############################################################
-LTRACE_VERSION=0.4
+LTRACE_VERSION=0.5
 LTRACE_SOURCE=ltrace_$(LTRACE_VERSION).orig.tar.gz
-#LTRACE_PATCH=ltrace_$(LTRACE_VERSION)-1.diff.gz
+LTRACE_PATCH=ltrace_$(LTRACE_VERSION)-3.diff.gz
 LTRACE_SITE=http://ftp.debian.org/debian/pool/main/l/ltrace
 LTRACE_DIR=$(BUILD_DIR)/ltrace-$(LTRACE_VERSION)
 LTRACE_BINARY=ltrace

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

* [Buildroot] [patch] here are some more cleanup patches
  2007-09-19 19:06 [Buildroot] [patch] here are some more cleanup patches Cristian Ionescu-Idbohrn
  2007-09-19 19:36 ` Bernhard Fischer
@ 2007-09-19 20:14 ` Bernhard Fischer
  1 sibling, 0 replies; 5+ messages in thread
From: Bernhard Fischer @ 2007-09-19 20:14 UTC (permalink / raw)
  To: buildroot

On Wed, Sep 19, 2007 at 09:06:54PM +0200, Cristian Ionescu-Idbohrn wrote:
>but libvorbis fails to build:
>
>  In file included from mdct.c:44:
>  ../include/vorbis/codec.h:26:21: error: ogg/ogg.h: No such file or
>  directory

I'll have a look if time permits.

I merged the rest. Thanks!

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

* [Buildroot] [CFT, PATCH] libelf 64bit problems vs. ltrace
  2007-09-19 19:36 ` Bernhard Fischer
@ 2007-09-20  9:20   ` Bernhard Fischer
  2007-09-21 15:02     ` Bernhard Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2007-09-20  9:20 UTC (permalink / raw)
  To: buildroot

On Wed, Sep 19, 2007 at 09:36:00PM +0200, Bernhard Fischer wrote:
>On Wed, Sep 19, 2007 at 09:06:54PM +0200, Cristian Ionescu-Idbohrn wrote:
>>but libvorbis fails to build:
>>
>>  In file included from mdct.c:44:
>>  ../include/vorbis/codec.h:26:21: error: ogg/ogg.h: No such file or
>>  directory
>>
>>Can't seem to be able to build ltrace; something to do with configure not
>>being able to locate gelf.h, but it's there:
>>staging_dir/usr/include/libelf, as libelf build ok; I get a configure
>>error:
>>
>>  checking gelf.h usability... no
>>  checking gelf.h presence... no
>>  checking for gelf.h... no
>>  configure: error: ***** gelf.h not found *****
>>
>>config.log says in more than one place:
>>
>>  /usr/include/libelf/gelf.h:49:2: error: #error "GElf is not supported on
>>    this sysystem."
>>
>>and bails out further down with:
>>
>>  configure:3629: checking for gelf.h
>>  configure:3636: result: no
>>  configure:3643: error: ***** gelf.h not found *****
>>
>>ac_cv_header_gelf_h=no may have something to do with it.
>>
>>Any ideas?
>
>I've updated ltrace some months ago, but i admit that i have no idea
>which box this big patches are on :-/
>...
>$ ls -ltrn buildroot.mine.OLD.OLD/package/ltrace/
>total 804
>-rw-r--r-- 1 1000 1000 627890 Apr  6 14:58 ltrace-svn-20070406.00.patch
>-rw-r--r-- 1 1000 1000 173414 Apr  6 15:04 ltrace-svn-20070406.01.autoreconf.patch
>-rw-r--r-- 1 1000 1000   2298 Apr  6 15:07 ltrace.mk
>-rw-r--r-- 1 1000   40    241 Apr  6 15:25 Config.in
>
>I.e. Not too good.
>
>Perhaps try this updated version?

The attached builds at least (with largefile enabled for a start).
Can you confirm that this works for you so i can apply it?

Too big for the list, so it's here:
http://uclibc.org:/~aldot/buildroot/br2.libelf64-cluebait+ltrace-update.00.diff.bz2

TIA for testing it..

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

* [Buildroot] [CFT, PATCH] libelf 64bit problems vs. ltrace
  2007-09-20  9:20   ` [Buildroot] [CFT, PATCH] libelf 64bit problems vs. ltrace Bernhard Fischer
@ 2007-09-21 15:02     ` Bernhard Fischer
  0 siblings, 0 replies; 5+ messages in thread
From: Bernhard Fischer @ 2007-09-21 15:02 UTC (permalink / raw)
  To: buildroot


ping!
I'll happily keep this fixes local if noone cares to double-check that
they help others, too..

On Thu, Sep 20, 2007 at 11:20:33AM +0200, Bernhard Fischer wrote:
>On Wed, Sep 19, 2007 at 09:36:00PM +0200, Bernhard Fischer wrote:
>>On Wed, Sep 19, 2007 at 09:06:54PM +0200, Cristian Ionescu-Idbohrn wrote:
>>>but libvorbis fails to build:
>>>
>>>  In file included from mdct.c:44:
>>>  ../include/vorbis/codec.h:26:21: error: ogg/ogg.h: No such file or
>>>  directory
>>>
>>>Can't seem to be able to build ltrace; something to do with configure not
>>>being able to locate gelf.h, but it's there:
>>>staging_dir/usr/include/libelf, as libelf build ok; I get a configure
>>>error:
>>>
>>>  checking gelf.h usability... no
>>>  checking gelf.h presence... no
>>>  checking for gelf.h... no
>>>  configure: error: ***** gelf.h not found *****
>>>
>>>config.log says in more than one place:
>>>
>>>  /usr/include/libelf/gelf.h:49:2: error: #error "GElf is not supported on
>>>    this sysystem."
>>>
>>>and bails out further down with:
>>>
>>>  configure:3629: checking for gelf.h
>>>  configure:3636: result: no
>>>  configure:3643: error: ***** gelf.h not found *****
>>>
>>>ac_cv_header_gelf_h=no may have something to do with it.
>>>
>>>Any ideas?
>>
>>I've updated ltrace some months ago, but i admit that i have no idea
>>which box this big patches are on :-/
>>...
>>$ ls -ltrn buildroot.mine.OLD.OLD/package/ltrace/
>>total 804
>>-rw-r--r-- 1 1000 1000 627890 Apr  6 14:58 ltrace-svn-20070406.00.patch
>>-rw-r--r-- 1 1000 1000 173414 Apr  6 15:04 ltrace-svn-20070406.01.autoreconf.patch
>>-rw-r--r-- 1 1000 1000   2298 Apr  6 15:07 ltrace.mk
>>-rw-r--r-- 1 1000   40    241 Apr  6 15:25 Config.in
>>
>>I.e. Not too good.
>>
>>Perhaps try this updated version?
>
>The attached builds at least (with largefile enabled for a start).
>Can you confirm that this works for you so i can apply it?
>
>Too big for the list, so it's here:
>http://uclibc.org:/~aldot/buildroot/br2.libelf64-cluebait+ltrace-update.00.diff.bz2
>
>TIA for testing it..

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

end of thread, other threads:[~2007-09-21 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-19 19:06 [Buildroot] [patch] here are some more cleanup patches Cristian Ionescu-Idbohrn
2007-09-19 19:36 ` Bernhard Fischer
2007-09-20  9:20   ` [Buildroot] [CFT, PATCH] libelf 64bit problems vs. ltrace Bernhard Fischer
2007-09-21 15:02     ` Bernhard Fischer
2007-09-19 20:14 ` [Buildroot] [patch] here are some more cleanup patches Bernhard Fischer

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.