Bug 106446 - Linking to -ldl should never happen unconditionally
|
Bug#:
106446
(alt-libdl)
|
Product: Gentoo/Alt
|
Version: unspecified
|
Platform: All
|
|
OS/Version: FreeBSD
|
Status: RESOLVED
|
Severity: major
|
Priority: P1
|
|
Resolution: LATER
|
Assigned To: alt@gentoo.org
|
Reported By: flameeyes@gentoo.org
|
|
Component: Other
|
|
|
URL:
|
|
Summary: Linking to -ldl should never happen unconditionally
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-09-18 17:18 0000
|
The following ebuilds seems to link unconditionally to libdl (with -ldl). If
they use autotools, it's better to use the AM_DL macro to check if -ldl is
needed. If the link must be done from inside the ebuild, please use dlopen_lib
function in portability eclass to replace the -ldl unconditional link.
Thanks
app-accessibility/powiedz/powiedz-1.0.ebuild: Somehow refers to libdl
[accessibility, sound | spock@gentoo.org]
dev-lang/lua/lua-5.0.2-r1.ebuild: Somehow refers to libdl [twp@gentoo.org]
dev-lang/lua/lua-5.0.2.ebuild: Somehow refers to libdl [twp@gentoo.org]
dev-lang/tolua/tolua-5.0.ebuild: Somehow refers to libdl [twp@gentoo.org]
dev-lang/io-vm/io-vm-20030923.ebuild: Somehow refers to libdl
dev-python/pyparted/pyparted-1.6.9-r1.ebuild: Somehow refers to libdl [livecd
| allanonjl@gentoo.org]
mail-mta/postfix/postfix-2.2.4.ebuild: Somehow refers to libdl [net-mail |
langthang@gentoo.org]
mail-mta/postfix/postfix-2.2.2-r1.ebuild: Somehow refers to libdl [net-mail |
langthang@gentoo.org]
net-fs/autofs/autofs-4.1.3-r4.ebuild: Somehow refers to libdl [net-fs |
rphillips@gentoo.org, robbat2@gentoo.org]
net-mail/poppassd_ceti/poppassd_ceti-1.8.5-r1.ebuild: Somehow refers to libdl
[net-mail | cryos@gentoo.org]
net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild: Somehow refers to libdl
[apache | apache-devs@gentoo.org]
Affected herds: net-mail, accessibility, livecd, apache, net-fs, sound
Affected devs: apache-devs@gentoo.org, allanonjl@gentoo.org, spock@gentoo.org,
cryos@gentoo.org, rphillips@gentoo.org, langthang@gentoo.org,
robbat2@gentoo.org, twp@gentoo.org
app-accessibility/powiedz fixed.
net-mail/poppassd_ceti-1.8.5-r1 fixed.
mail-mta/postfix-2.2.5* fixed. I don't want to mess with stable ebuild.
dev-lang/lua/lua-5.0.2-r2 and dev-lang/tolua/tolua-5.0-r1 have been added to
portage with the calls to dlopen_lib. If there are no problems then I will
remove the older non-compatible ebuilds in a couple of weeks.
net-www/mod_auth_pam fixed.
Removing livecd since John does all of pyparted...
I'll just do it piece by piece going on and on.
dev-lang/lua is now maintained by Matti Bickel.
lua-5.0.2 && lua-5.1.1 updated, thanks Diego for the help