* [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