Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
@ 2010-06-24  9:14 bugzilla at busybox.net
  2010-06-24  9:15 ` [Buildroot] [Bug 2095] " bugzilla at busybox.net
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24  9:14 UTC (permalink / raw)
  To: buildroot

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

           Summary: make gconfig: undefined reference to symbol
                    'dlsym@@GLIBC_2.2.5'
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: slavazanko at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Version: master branch. Why absent in list of 'Version:' field?

My OS is Fedora-13. When I tried to call make with 'gconfig' target I got
error:

/usr/bin/ld:
/dot-dot-dot/buildroot/output/build/buildroot-config/kconfig_load.o: undefined
reference to symbol 'dlsym@@GLIBC_2.2.5' 

Attached path avoid this inconsistence. :)

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
@ 2010-06-24  9:15 ` bugzilla at busybox.net
  2010-06-24 10:23 ` bugzilla at busybox.net
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24  9:15 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Slava Zanko <slavazanko@gmail.com>  ---
Created attachment 2077
  --> https://bugs.busybox.net/attachment.cgi?id=2077
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] 12+ messages in thread

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
  2010-06-24  9:15 ` [Buildroot] [Bug 2095] " bugzilla at busybox.net
@ 2010-06-24 10:23 ` bugzilla at busybox.net
  2010-06-24 10:24 ` bugzilla at busybox.net
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 10:23 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
This patch is also in the mainline kernel, at
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cbab05f041a4cff6ca15856bdd35238b282b64eb,
so:

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
  2010-06-24  9:15 ` [Buildroot] [Bug 2095] " bugzilla at busybox.net
  2010-06-24 10:23 ` bugzilla at busybox.net
@ 2010-06-24 10:24 ` bugzilla at busybox.net
  2010-06-24 10:39 ` bugzilla at busybox.net
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 10:24 UTC (permalink / raw)
  To: buildroot

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

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2010.08

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-06-24 10:24 ` bugzilla at busybox.net
@ 2010-06-24 10:39 ` bugzilla at busybox.net
  2010-06-24 10:42 ` bugzilla at busybox.net
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 10:39 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Mitch Davis <mjd-busybox.net@afork.com>  ---
Patch in kernel notwithstanding, if gtk-2.0 apps need -ldl, I'm wondering why
it's not included in the output of pkg-config --libs gtk+-2.0?

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2010-06-24 10:39 ` bugzilla at busybox.net
@ 2010-06-24 10:42 ` bugzilla at busybox.net
  2010-06-24 10:57 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 10:42 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from Slava Zanko <slavazanko@gmail.com>  ---
(In reply to comment #3)
> Patch in kernel notwithstanding, if gtk-2.0 apps need -ldl, I'm wondering why
> it's not included in the output of pkg-config --libs gtk+-2.0?

May be, need to fill bugreport in GTK bugzilla instread of patching kernel,
buildroot etc...

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2010-06-24 10:42 ` bugzilla at busybox.net
@ 2010-06-24 10:57 ` bugzilla at busybox.net
  2010-06-24 10:57 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 10:57 UTC (permalink / raw)
  To: buildroot

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

--- Comment #5 from Slava Zanko <slavazanko@gmail.com>  ---
Bugreport filled in bugzilla of Gnome:
https://bugzilla.gnome.org/show_bug.cgi?id=622585

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2010-06-24 10:57 ` bugzilla at busybox.net
@ 2010-06-24 10:57 ` bugzilla at busybox.net
  2010-06-24 11:04 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 10:57 UTC (permalink / raw)
  To: buildroot

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

--- Comment #6 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
Actually, kconfig itself calls dlsym():

buildroot/package/config$ grep dlsym *
kconfig_load.c:    name ## _p = dlsym(handle, #name);    \

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (6 preceding siblings ...)
  2010-06-24 10:57 ` bugzilla at busybox.net
@ 2010-06-24 11:04 ` bugzilla at busybox.net
  2010-06-24 11:06 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 11:04 UTC (permalink / raw)
  To: buildroot

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

--- Comment #7 from Slava Zanko <slavazanko@gmail.com>  ---
(In reply to comment #6)
> Actually, kconfig itself calls dlsym():

Is this mean, bug independ to GTK?

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (7 preceding siblings ...)
  2010-06-24 11:04 ` bugzilla at busybox.net
@ 2010-06-24 11:06 ` bugzilla at busybox.net
  2010-06-24 11:58 ` bugzilla at busybox.net
  2010-06-24 15:01 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 11:06 UTC (permalink / raw)
  To: buildroot

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

--- Comment #8 from Slava Zanko <slavazanko@gmail.com>  ---
(In reply to comment #7)
> Is this mean, bug independ to GTK?

Is this mean that this bug is GTK-independ?

Sorry for my English

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (8 preceding siblings ...)
  2010-06-24 11:06 ` bugzilla at busybox.net
@ 2010-06-24 11:58 ` bugzilla at busybox.net
  2010-06-24 15:01 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 11:58 UTC (permalink / raw)
  To: buildroot

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

--- Comment #9 from Mitch Davis <mjd-busybox.net@afork.com>  ---
Now I understand (I think).

This is not a fix to find the link line for GTK+ apps in general.  Instead,
this fixes the problem where gconfig needs the dl library.  Now the fix looks
right to me :-)

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

* [Buildroot] [Bug 2095] make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
  2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
                   ` (9 preceding siblings ...)
  2010-06-24 11:58 ` bugzilla at busybox.net
@ 2010-06-24 15:01 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-06-24 15:01 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

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

--- Comment #10 from Peter Korsgaard <jacmet@uclibc.org>  ---
Committed, 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] 12+ messages in thread

end of thread, other threads:[~2010-06-24 15:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24  9:14 [Buildroot] [Bug 2095] New: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' bugzilla at busybox.net
2010-06-24  9:15 ` [Buildroot] [Bug 2095] " bugzilla at busybox.net
2010-06-24 10:23 ` bugzilla at busybox.net
2010-06-24 10:24 ` bugzilla at busybox.net
2010-06-24 10:39 ` bugzilla at busybox.net
2010-06-24 10:42 ` bugzilla at busybox.net
2010-06-24 10:57 ` bugzilla at busybox.net
2010-06-24 10:57 ` bugzilla at busybox.net
2010-06-24 11:04 ` bugzilla at busybox.net
2010-06-24 11:06 ` bugzilla at busybox.net
2010-06-24 11:58 ` bugzilla at busybox.net
2010-06-24 15:01 ` bugzilla at busybox.net

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