Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458804 - dev-libs/cyrus-sasl-2.1.26 breaks error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory
Summary: dev-libs/cyrus-sasl-2.1.26 breaks error while loading shared libraries: libs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-23 02:27 UTC by tman
Modified: 2013-02-23 22:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tman 2013-02-23 02:27:45 UTC
it break the loading of shared libs. alot of programms has problem with it:

f.e: subversion

git-remote-http: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory
 * ERROR: app-portage/smart-live-rebuild-9999 failed (unpack phase):
 *   git-2_update_repo: can't update from http://bitbucket.org/mgorny/smart-live-rebuild.git
 * 
 * Call stack:


Reproducible: Always



Expected Results:  
Portage 2.1.11.52 (default/linux/amd64/13.0/desktop, gcc-4.6.3, glibc-2.16.0, 3.8.0-gentoo x86_64)
=================================================================
System uname: Linux-3.8.0-gentoo-x86_64-Intel-R-_Core-TM-_i7-3740QM_CPU_@_2.70GHz-with-gentoo-2.2
KiB Mem:    24628608 total,  19889172 free
KiB Swap:   24574972 total,  24574972 free
Timestamp of tree: Sat, 23 Feb 2013 01:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p42
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.10.2-r1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.6, 1.13.1
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:           2.16.0
Repositories: gentoo mpd nikai ruby emacs gamerlay science mgorny scarabeus qt wirelay poly-c mva luman flameeyes-overlay Techwolf alice lokal
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/X11/Sessions/awesome /etc/X11/Sessions/dwm /etc/conf.d/hwclock /etc/conf.d/keymaps /etc/default/grub /etc/fstab /etc/hosts /etc/make.conf /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /var/bind /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=corei7 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS="-O2 -pipe"
Comment 1 tman 2013-02-23 02:30:21 UTC
btw redep-rebuild run through and nothing have to remerge
Comment 2 Gerard van Vuuren 2013-02-23 16:19:28 UTC
Had to downgrade to cyrus-sasl-2.1.25-r4 in order to compile kdepimlibs-4.10.0
Gerard.
Comment 3 Alexandre Ferreira 2013-02-23 21:29:31 UTC
I have the same problem with cyrul-sasl-2.1.26 and kdepimlibs-4.10.0-r1. I discovered that cyrus-sasl requires that stddef.h be included before sasl.h so size_t is defined. 
I created a new kdepimlibs ebuild and patch. I will add the bug and the files. I am not seeing the shared lib problem. Kmail loads the libsasl2.so.3.0.0 file.
Comment 4 Eray Aslan gentoo-dev 2013-02-23 22:26:40 UTC
Should be fixed in CVS.  Please let me know if you still have problems.