All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl
@ 2010-08-11 17:00 bugzilla at busybox.net
  2010-08-11 18:53 ` [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build " bugzilla at busybox.net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-11 17:00 UTC (permalink / raw)
  To: buildroot

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

           Summary: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is
                    missing -ldl
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: sergio at sergiomb.no-ip.org
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


with buildroot git version from today . 
same config of bug #635 (https://bugs.busybox.net/attachment.cgi?id=2269)

I have to make cd buildroot/output/build/libglib2-2.24.1/
vi gio/Makefile 
and add -ldl to LIBS 
LIBS = -lintl -ldl

same for gio/tests/Makefile 

for libxml2-2.7.7 happens the same. 
cd buildroot/output/build/libxml2-2.7.7/
I had to add -ldl to LIBS on
Makefile
doc/examples/Makefile
example/Makefile

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because is missing -ldl
  2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
@ 2010-08-11 18:53 ` bugzilla at busybox.net
  2010-08-13 14:25 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-11 18:53 UTC (permalink / raw)
  To: buildroot

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

S?rgio <sergio@sergiomb.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|libglib2-2.24.1 and         |libglib2-2.24.1 and
                   |libxml2-2.7.7 on MIPS       |libxml2-2.7.7 fails build
                   |because is missing -ldl     |on MIPS because is missing
                   |                            |-ldl

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because is missing -ldl
  2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
  2010-08-11 18:53 ` [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build " bugzilla at busybox.net
@ 2010-08-13 14:25 ` bugzilla at busybox.net
  2010-08-13 15:06 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-13 14:25 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
I'm sorry but with exactly your configuration, I'm able to build both libglib2
and libxml2 properly, without any of the modifications you've done.

Could you please to a complete rebuild from scratch (removing everything !) and
put the build log somewhere ?

Adding -ldl manually to the Makefiles is not a proper fix, the Makefiles are
generated files, and the fact that -ldl is needed or not should be detected by
the ./configure script.

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because is missing -ldl
  2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
  2010-08-11 18:53 ` [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build " bugzilla at busybox.net
  2010-08-13 14:25 ` bugzilla at busybox.net
@ 2010-08-13 15:06 ` bugzilla at busybox.net
  2010-08-16 20:26 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-13 15:06 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from S?rgio <sergio@sergiomb.no-ip.org>  ---
(In reply to comment #1)
> I'm sorry but with exactly your configuration, I'm able to build both libglib2
> and libxml2 properly, without any of the modifications you've done.
> 
> Could you please to a complete rebuild from scratch (removing everything !) and
> put the build log somewhere ?

I reported, just after do a make clean , make clean is that enough ?


> Adding -ldl manually to the Makefiles is not a proper fix, 

I know that ... 

> the Makefiles are
> generated files, and the fact that -ldl is needed or not should be detected by
> the ./configure script.

./configure is the file that I should try to patch ?

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because is missing -ldl
  2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-08-13 15:06 ` bugzilla at busybox.net
@ 2010-08-16 20:26 ` bugzilla at busybox.net
  2010-08-17 17:19 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-16 20:26 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
> I reported, just after do a make clean , make clean is that enough ?

'make clean' is indeed enough. Please put the full build log online somewhere.
As I can't reproduce the issue, if you don't provide a full build log so that I
can start the investigation, I will unfortunately have no other option than
closing this bug because of missing information.

You can also try to reproduce by disabling BR2_CONFIG_CACHE (by default it is
enabled). I'm fairly strongly suspecting a configure cache issue.

> > the Makefiles are
> > generated files, and the fact that -ldl is needed or not should be detected by
> > the ./configure script.
> 
> ./configure is the file that I should try to patch ?

No. configure is also generated. For the error you're describing, there should
be nothing to patch. It should just work.

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because is missing -ldl
  2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2010-08-16 20:26 ` bugzilla at busybox.net
@ 2010-08-17 17:19 ` bugzilla at busybox.net
  2010-08-26 12:00 ` bugzilla at busybox.net
  2010-08-30  8:43 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-17 17:19 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from S?rgio <sergio@sergiomb.no-ip.org>  ---
(In reply to comment #3)
> > I reported, just after do a make clean , make clean is that enough ?
> 
> 'make clean' is indeed enough. Please put the full build log online somewhere.
> As I can't reproduce the issue, if you don't provide a full build log so that I
> can start the investigation, 

ok , I will put it don't worry , I am in holidays and this is only a hobby ...
give me 2 days please. 

> I will unfortunately have no other option than
> closing this bug because of missing information.
> 
> You can also try to reproduce by disabling BR2_CONFIG_CACHE (by default it is
> enabled). I'm fairly strongly suspecting a configure cache issue.

ok I will check that.  

thanks,

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because is missing -ldl
  2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2010-08-17 17:19 ` bugzilla at busybox.net
@ 2010-08-26 12:00 ` bugzilla at busybox.net
  2010-08-30  8:43 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-26 12:00 UTC (permalink / raw)
  To: buildroot

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

--- Comment #5 from S?rgio <sergio@sergiomb.no-ip.org>  ---
(In reply to comment #4)
> (In reply to comment #3)
> > > I reported, just after do a make clean , make clean is that enough ?
> > 
> > 'make clean' is indeed enough. Please put the full build log online somewhere.
> > As I can't reproduce the issue, if you don't provide a full build log so that I
> > can start the investigation, 
> 
> ok , I will put it don't worry , I am in holidays and this is only a hobby ...
> give me 2 days please. 
> 
> > I will unfortunately have no other option than
> > closing this bug because of missing information.
> > 
> > You can also try to reproduce by disabling BR2_CONFIG_CACHE (by default it is
> > enabled). I'm fairly strongly suspecting a configure cache issue.
> 
> ok I will check that.  

After disable BR2_CONFIG_CACHE, I don't have this issue anymore ...

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because is missing -ldl
  2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2010-08-26 12:00 ` bugzilla at busybox.net
@ 2010-08-30  8:43 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-08-30  8:43 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org>  ---
closing now that we have disabled shared config.cache by default.

-- 
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] 8+ messages in thread

end of thread, other threads:[~2010-08-30  8:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11 17:00 [Buildroot] [Bug 2395] New: libglib2-2.24.1 and libxml2-2.7.7 on MIPS because is missing -ldl bugzilla at busybox.net
2010-08-11 18:53 ` [Buildroot] [Bug 2395] libglib2-2.24.1 and libxml2-2.7.7 fails build " bugzilla at busybox.net
2010-08-13 14:25 ` bugzilla at busybox.net
2010-08-13 15:06 ` bugzilla at busybox.net
2010-08-16 20:26 ` bugzilla at busybox.net
2010-08-17 17:19 ` bugzilla at busybox.net
2010-08-26 12:00 ` bugzilla at busybox.net
2010-08-30  8:43 ` 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.