View previous topic :: View next topic |
Author |
Message |
Poe Bodhisattva
Joined: 03 Apr 2004 Posts: 2155 Location: Mysłowice/Lublin, Poland
|
Posted: Sat May 10, 2008 7:43 am Post subject: |
|
|
Hi everyone. New ebuild for Songbird. version 0.6_pre20080509 (my birthday's build )
Some news abut this version
Standard, put ebuild to /your/overlay/media-sound/Songbird-bin/Songbird-bin-0.6_pre20080509.ebuild
and make digest by
Code: |
# ebuild Songbird-bin-0.6_pre20080509.ebuild digest
|
ebuild:
Code: |
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils versionator
MY_PN="Songbird"
#MY_PV="$(replace_version_separator 1 '_' ${PV})"
S="${WORKDIR}/${MY_PN}"
DESCRIPTION="A multimedia player, inspired by iTunes"
HOMEPAGE="http://www.songbirdnest.com/"
SRC_URI="amd64? ( http://developer.songbirdnest.com/nightly/builds/linux/x86_64/
Songbird_0.6pre_20080509_linux-x86_64.tar.gz )
x86? ( http://developer.songbirdnest.com/nightly/builds/linux/i686/Songb
ird_0.6pre_20080509_linux-i686.tar.gz ) "
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="alsa oss esd ogg flac faac fad musepack ugly theora speex ffmpeg gnome jpe
g"
RESTRICT="strip"
RDEPEND="${DEPEND}
alsa? ( media-plugins/gst-plugins-alsa )
oss? ( media-plugins/gst-plugins-oss )
esd? ( media-plugins/gst-plugins-esd )
ogg? ( media-plugins/gst-plugins-ogg
media-plugins/gst-plugins-vorbis )
gnome? ( media-plugins/gst-plugins-gconf
media-plugins/gst-plugins-gnomevfs )
flac? ( media-plugins/gst-plugins-flac )
faac? ( media-plugins/gst-plugins-faac )
faad? ( media-plugins/gst-plugins-faad )
ugly? ( media-libs/gst-plugins-ugly )
musepack? ( media-plugins/gst-plugins-musepack )
theora? ( media-plugins/gst-plugins-theora )
speex? ( media-plugins/gst-plugins-speex )
ffmpeg? ( media-plugins/gst-plugins-ffmpeg )
jpeg? ( media-plugins/gst-plugins-jpeg )"
DEPEND="${RDEPEND}
x11-libs/libXdmcp
x11-libs/libXau
x11-libs/libXfixes
x11-libs/libXcursor
x11-libs/libXrandr
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXext
x11-libs/libX11
dev-libs/liboil
media-libs/gstreamer
media-libs/gst-plugins-base
media-plugins/gst-plugins-x
media-plugins/gst-plugins-xvideo
media-plugins/gst-plugins-lame
media-plugins/gst-plugins-mpeg2dec
media-plugins/gst-plugins-mad
>=net-misc/neon-0.26.4
media-plugins/gst-plugins-neon
>=sys-libs/glibc-2.3.2
>=x11-libs/gtk+-2.0.0
>=virtual/xft-7.0
>=virtual/libstdc++-3.3
x11-libs/pango"
src_install() {
insinto /opt/songbird
doins -r *
fperms 755 /opt/songbird/Songbird_20080509/songbird
fperms 755 /opt/songbird/Songbird_20080509/xulrunner/xulrunner
fperms 755 /opt/songbird/Songbird_20080509/xulrunner/xulrunner-bin
dosym /opt/songbird/Songbird_20080509/songbird /opt/bin/songbird-bin
newicon "${S}"/chrome/icons/default/default.xpm ${PN}.xpm
make_desktop_entry ${PN} ${PN} ${PN}.xpm "AudioVideo;Player"
}
pkg_postinst() {
echo
ewarn "Songbird is still under development!"
ewarn "This ebuild is not supported by Gentoo, so"
ewarn "please do not send any bugs at Gentoo's bugzilla."
einfo "If you need help, find it there:"
einfo "http://tnij.org/songbird-community"
einfo "or"
einfo "http://tnij.org/songbird-at-fgo"
einfo ""
einfo "If You need other music/video plugins, look at"
einfo "Your portage tree into media-plugins/gst-plugins-*,"
einfo "but remember, that not all plugins are supported yet."
einfo ""
einfo "If You don't want too much deps on it package,"
einfo "disable gnome support"
echo
}
|
cheers _________________ Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333 |
|
Back to top |
|
|
uliandim n00b
Joined: 06 Jun 2008 Posts: 2
|
Posted: Fri Jun 06, 2008 4:36 pm Post subject: Question about Gentoo and Songbird |
|
|
I can't install Songbird 0.6 RC3 on Gentoo. I don't know how to do it.
You can download the program from here: http://it.dimigroup.info/?p=2862
Thank You! |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Fri Jun 06, 2008 4:45 pm Post subject: |
|
|
merged above post here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
Poe Bodhisattva
Joined: 03 Apr 2004 Posts: 2155 Location: Mysłowice/Lublin, Poland
|
Posted: Fri Jun 06, 2008 6:58 pm Post subject: |
|
|
why you can't? any errors?
I'll make an ebuild for a few minutes.
--
here you are:
Code: |
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils versionator
MY_PN="Songbird"
#MY_PV="$(replace_version_separator 1 '_' ${PV})"
S="${WORKDIR}/${MY_PN}"
DESCRIPTION="A multimedia player, inspired by iTunes"
HOMEPAGE="http://www.songbirdnest.com/"
SRC_URI="amd64? ( http://download.songbirdnest.com/installer/linux/x86_64/Songbird_0.6rc3_linux-x86_64.tar.gz )
x86? ( http://download.songbirdnest.com/installer/linux/i686/Songbird_0.6rc3_linux-i686.tar.gz ) "
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="alsa oss esd ogg flac faac fad musepack ugly theora speex ffmpeg gnome jpeg"
RESTRICT="strip"
RDEPEND="${DEPEND}
alsa? ( media-plugins/gst-plugins-alsa )
oss? ( media-plugins/gst-plugins-oss )
esd? ( media-plugins/gst-plugins-esd )
ogg? ( media-plugins/gst-plugins-ogg
media-plugins/gst-plugins-vorbis )
gnome? ( media-plugins/gst-plugins-gconf
media-plugins/gst-plugins-gnomevfs )
flac? ( media-plugins/gst-plugins-flac )
faac? ( media-plugins/gst-plugins-faac )
faad? ( media-plugins/gst-plugins-faad )
ugly? ( media-libs/gst-plugins-ugly )
musepack? ( media-plugins/gst-plugins-musepack )
theora? ( media-plugins/gst-plugins-theora )
speex? ( media-plugins/gst-plugins-speex )
ffmpeg? ( media-plugins/gst-plugins-ffmpeg )
jpeg? ( media-plugins/gst-plugins-jpeg )"
DEPEND="${RDEPEND}
x11-libs/libXdmcp
x11-libs/libXau
x11-libs/libXfixes
x11-libs/libXcursor
x11-libs/libXrandr
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXext
x11-libs/libX11
dev-libs/liboil
media-libs/gstreamer
media-libs/gst-plugins-base
media-plugins/gst-plugins-x
media-plugins/gst-plugins-xvideo
media-plugins/gst-plugins-lame
media-plugins/gst-plugins-mpeg2dec
media-plugins/gst-plugins-mad
>=net-misc/neon-0.26.4
media-plugins/gst-plugins-neon
>=sys-libs/glibc-2.3.2
>=x11-libs/gtk+-2.0.0
>=virtual/xft-7.0
>=virtual/libstdc++-3.3
x11-libs/pango"
src_install() {
insinto /opt/songbird
doins -r *
fperms 755 /opt/songbird/songbird
fperms 755 /opt/songbird/xulrunner/xulrunner
fperms 755 /opt/songbird/xulrunner/xulrunner-bin
dosym /opt/songbird/songbird /opt/bin/songbird-bin
newicon "${S}"/chrome/icons/default/default.xpm ${PN}.xpm
make_desktop_entry ${PN} ${PN} ${PN}.xpm "AudioVideo;Player"
}
pkg_postinst() {
echo
ewarn "Songbird is still under development!"
ewarn "This ebuild is not supported by Gentoo, so"
ewarn "please do not send any bugs at Gentoo's bugzilla."
einfo "If you need help, find it there:"
einfo "http://tnij.org/songbird-community"
einfo "or"
einfo "http://tnij.org/songbird-at-fgo"
einfo ""
einfo "If You need other music/video plugins, look at"
einfo "Your portage tree into media-plugins/gst-plugins-*,"
einfo "but remember, that not all plugins are supported yet."
einfo ""
einfo "If You don't want too much deps on it package,"
einfo "disable gnome support"
echo
}
|
you have to save it as 'Songbird-bin-0.6_rc3.ebuild' and put it into /your/portage/overlay/media-sound/Songbird-bin and
make digest by
Code: |
#cd /your/overlay/media-sound/Songbird-bin
#ebuild Songbird-bin-0.6_rc3.ebuild digest
|
and emerge it _________________ Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333 |
|
Back to top |
|
|
uliandim n00b
Joined: 06 Jun 2008 Posts: 2
|
Posted: Fri Jun 06, 2008 7:12 pm Post subject: |
|
|
Thank You |
|
Back to top |
|
|
Poe Bodhisattva
Joined: 03 Apr 2004 Posts: 2155 Location: Mysłowice/Lublin, Poland
|
Posted: Fri Jun 06, 2008 7:35 pm Post subject: |
|
|
you're welcome I hope, it will be works fine _________________ Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333 |
|
Back to top |
|
|
Poe Bodhisattva
Joined: 03 Apr 2004 Posts: 2155 Location: Mysłowice/Lublin, Poland
|
Posted: Sat Jun 14, 2008 12:42 pm Post subject: |
|
|
0.6 is out! - Release Notes
media-sound/Songbird-bin-0.6.ebuild
you have to do
Code: |
#ebuild Songbird-bin-0.6.ebuild digest
|
and emerge it
The Ebuild:
Code: |
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils versionator
MY_PN="Songbird"
S="${WORKDIR}/${MY_PN}"
DESCRIPTION="A multimedia player, inspired by iTunes"
HOMEPAGE="http://www.songbirdnest.com/"
SRC_URI="amd64? ( http://download.songbirdnest.com/installer/linux/x86_64/Songbird_0.6_linux-x86_64.tar.gz )
x86? ( http://download.songbirdnest.com/installer/linux/i686/Songbird_0.6_linux-i686.tar.gz ) "
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="alsa oss esd ogg flac faac fad musepack ugly theora speex ffmpeg gnome jpeg"
RESTRICT="strip"
RDEPEND="${DEPEND}
alsa? ( media-plugins/gst-plugins-alsa )
oss? ( media-plugins/gst-plugins-oss )
esd? ( media-plugins/gst-plugins-esd )
ogg? ( media-plugins/gst-plugins-ogg
media-plugins/gst-plugins-vorbis )
gnome? ( media-plugins/gst-plugins-gconf
media-plugins/gst-plugins-gnomevfs )
flac? ( media-plugins/gst-plugins-flac )
faac? ( media-plugins/gst-plugins-faac )
faad? ( media-plugins/gst-plugins-faad )
ugly? ( media-libs/gst-plugins-ugly )
musepack? ( media-plugins/gst-plugins-musepack )
theora? ( media-plugins/gst-plugins-theora )
speex? ( media-plugins/gst-plugins-speex )
ffmpeg? ( media-plugins/gst-plugins-ffmpeg )
jpeg? ( media-plugins/gst-plugins-jpeg )"
DEPEND="${RDEPEND}
x11-libs/libXdmcp
x11-libs/libXau
x11-libs/libXfixes
x11-libs/libXcursor
x11-libs/libXrandr
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXext
x11-libs/libX11
dev-libs/liboil
media-libs/gstreamer
media-libs/gst-plugins-base
media-plugins/gst-plugins-x
media-plugins/gst-plugins-xvideo
media-plugins/gst-plugins-lame
media-plugins/gst-plugins-mpeg2dec
media-plugins/gst-plugins-mad
>=net-misc/neon-0.26.4
media-plugins/gst-plugins-neon
>=sys-libs/glibc-2.3.2
>=x11-libs/gtk+-2.0.0
>=virtual/xft-7.0
>=virtual/libstdc++-3.3
x11-libs/pango"
src_install() {
insinto /opt/songbird
doins -r *
fperms 755 /opt/songbird/songbird
fperms 755 /opt/songbird/xulrunner/xulrunner
fperms 755 /opt/songbird/xulrunner/xulrunner-bin
dosym /opt/songbird/songbird /opt/bin/songbird-bin
newicon "${S}"/chrome/icons/default/default.xpm ${PN}.xpm
make_desktop_entry ${PN} ${PN} ${PN}.xpm "AudioVideo;Player"
}
pkg_postinst() {
echo
ewarn "Songbird is still under development!"
ewarn "This ebuild is not supported by Gentoo, so"
ewarn "please do not send any bugs at Gentoo's bugzilla."
einfo "If you need help, find it there:"
einfo "http://tnij.org/songbird-community"
einfo "or"
einfo "http://tnij.org/songbird-at-fgo"
einfo ""
einfo "If You need other music/video plugins, look at"
einfo "Your portage tree into media-plugins/gst-plugins-*,"
einfo "but remember, that not all plugins are supported yet."
einfo ""
einfo "If You don't want too much deps on it package,"
einfo "disable gnome support"
echo
}
|
enjoy
oh, and once, I'll try to have any server for packages with ebuilds, digests etc. for easier and faster download and install Songbird on your Gentoo.
cheers.
Poe _________________ Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333 |
|
Back to top |
|
|
Drowsiness n00b
Joined: 01 Jun 2008 Posts: 27 Location: Boston, Massachusetts
|
Posted: Fri Jun 27, 2008 10:53 pm Post subject: |
|
|
Thanks for the ebuild, appreciate it.
BUT... being the n00b that I am, I am having trouble emerging it. It gives me the message: "Masked by keyword: ~x86"
Any idea how to get this going?
Edit: Nevermind, solved the problem. Amazing what a little googling can dig up, eh? |
|
Back to top |
|
|
Gef Apprentice
Joined: 17 May 2008 Posts: 180 Location: France
|
Posted: Sat Jun 28, 2008 11:02 am Post subject: |
|
|
Hi,
Testing that nice looking app, I got that nasty problem :
Code: |
$host portage # emerge -av Songbird-bin
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] media-sound/Songbird-bin-0.6 USE="alsa esd ffmpeg jpeg ogg -faac -fad -flac -gnome -musepack -oss -speex -theora -ugly" 0 kB [1]
Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
[0] /usr/portage
[1] /usr/portage/local/$myOverlay
Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild Manifests...
>>> Emerging (1 of 1) media-sound/Songbird-bin-0.6 to /
* Songbird_0.6_linux-i686.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking Songbird_0.6_linux-i686.tar.gz ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking Songbird_0.6_linux-i686.tar.gz to /var/tmp/portage/media-sound/Songbird-bin-0.6/work
>>> Source unpacked.
>>> Compiling source in / ...
>>> Source compiled.
>>> Test phase [not enabled]: media-sound/Songbird-bin-0.6
>>> Install Songbird-bin-0.6 into /var/tmp/portage/media-sound/Songbird-bin-0.6/image/ category media-sound
cp: omission du répertoire `boot/boot'
install: ne peut évaluer `/var/tmp/portage/media-sound/Songbird-bin-0.6/temp/boot': Aucun fichier ou répertoire de ce type
cp: lecture de `dev/video': Aucun périphérique de ce type
cp: lecture de `dev/video0': Aucun périphérique de ce type
cp: écriture de `/var/tmp/portage/media-sound/Songbird-bin-0.6/temp/root': Aucun espace disponible sur le périphérique
install: écriture de `/var/tmp/portage/media-sound/Songbird-bin-0.6/image//opt/songbird/dev/root': Aucun espace disponible sur le périphérique
cp: Ne peut ouvrir `dev/dvdrw' en lecture: Aucun medium trouvé
install: ne peut évaluer `/var/tmp/portage/media-sound/Songbird-bin-0.6/temp/dvdrw': Aucun fichier ou répertoire de ce type
cp: Ne peut ouvrir `dev/dvd' en lecture: Aucun medium trouvé
install: ne peut évaluer `/var/tmp/portage/media-sound/Songbird-bin-0.6/temp/dvd': Aucun fichier ou répertoire de ce type
cp: Ne peut ouvrir `dev/cdrw' en lecture: Aucun medium trouvé
install: ne peut évaluer `/var/tmp/portage/media-sound/Songbird-bin-0.6/temp/cdrw': Aucun fichier ou répertoire de ce type
cp: Ne peut ouvrir `dev/cdrom' en lecture: Aucun medium trouvé
install: ne peut évaluer `/var/tmp/portage/media-sound/Songbird-bin-0.6/temp/cdrom': Aucun fichier ou répertoire de ce type
cp: écriture de `/var/tmp/portage/media-sound/Songbird-bin-0.6/temp/Data': Aucun espace disponible sur le périphérique
install: écriture de `/var/tmp/portage/media-sound/Songbird-bin-0.6/image//opt/songbird/dev/disk/by-label/Data': Aucun espace disponible sur le périphérique
^C |
Aucun fichier ou répertoire de ce type = No such file or directory
Aucun espace disponible sur le périphérique = Full peripheral
Ne peut ouvrir `dev/cdrw' en lecture: Aucun medium trouvé = Can't open ' ' in reading mode : no such media found
I'll investigate, put it seems that sandbox does does weird things during the "ins" stage.
edit : after 2/3 minutes, the package won't install ; it does lot's of I/O access on my hard drive. _________________ Laptop : Gentoo ~amd64
(remote) Server : Gentoo amd64 |
|
Back to top |
|
|
MalleRIM Guru
Joined: 23 Jul 2007 Posts: 563 Location: China
|
Posted: Sat Jun 28, 2008 2:03 pm Post subject: |
|
|
Is anyone working on a compilable ebuild? |
|
Back to top |
|
|
Poe Bodhisattva
Joined: 03 Apr 2004 Posts: 2155 Location: Mysłowice/Lublin, Poland
|
Posted: Wed Dec 03, 2008 8:27 pm Post subject: |
|
|
I'm sorry, I didn't do anything with newer ebuilds. I'll try to make an ebuild for 1.0 in next few days, I hope so.
sorry once again
cheers. _________________ Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333 |
|
Back to top |
|
|
Poe Bodhisattva
Joined: 03 Apr 2004 Posts: 2155 Location: Mysłowice/Lublin, Poland
|
Posted: Thu Mar 19, 2009 5:18 pm Post subject: |
|
|
Hi, I've created an ebuild for latest (1.1.1.1018) songbird-bin. sorry for a long gap.
http://www.wrzuta.pl/pliki/pfwL17yinZ/songbird-bin-1.1.1.1018.tar
Download the file above, and just unpack it into /your/overlay/media-sound and emerge.
In ebuild is hashed epatch line. If it's in ebuild, I have some errors. Somebody can look at it and try to remake it, but it's nothing important.
patch
Code: |
--- Songbird/songbird 2008-11-13 21:33:20.000000000 +0100
+++ Songbird/songbird 2008-11-15 01:38:51.000000000 +0100
@@ -310,6 +310,32 @@
elif [ -x "$MOZ_DIST_BIN/$MOZ_APPRUNNER_NAME" ]
then
MOZ_PROGRAM=$MOZ_DIST_BIN/$MOZ_APPRUNNER_NAME
+ ##
+ ## Try resolving symlinks
+ ##
+ else
+ here=`/bin/pwd`
+ progname="$0"
+ while [ -h "$progname" ]; do
+ bn=`basename "$progname"`
+ cd `dirname "$progname"`
+ progname=`/bin/ls -l "$bn" | sed -e 's/^.* -> //' `
+ progbase=`basename "$progname"`
+ if [ ! -x "$progname" ]; then
+ break
+ fi
+ curdir=`dirname "$progname"`
+ run_moz="$curdir/songbird-bin"
+ echo run_moz: $run_moz
+ if [ -x "$run_moz" ]; then
+ cd "$curdir"
+ MOZ_DIST_BIN=`/bin/pwd`
+ MOZ_PROGRAM=$MOZ_DIST_BIN/songbird-bin
+ echo xx $MOZ_PROGRAM
+ break
+ fi
+ done
+ cd "$here"
fi
fi
#
|
_________________ Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333 |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Thu Mar 19, 2009 9:53 pm Post subject: |
|
|
Somehow never worked for me!
Code: | sivaslee@sivas ~ $ songbird-bin
songbird-bin: Cannot execute .
sivaslee@sivas ~ $ songbird
-bash: songbird: command not found
sivaslee@sivas ~ $ /opt/songbird/songbird
*** glibc detected *** /opt/songbird/./songbird-bin: munmap_chunk(): invalid pointer: 0xb7e1a510 ***
======= Backtrace: =========
/lib/libc.so.6[0x485ae874]
/lib/libc.so.6[0x485af839]
//usr//lib/opengl/nvidia/lib/libnvidia-tls.so.1[0x4349da60]
/lib/libdl.so.2(dlclose+0x2a)[0x486b0d0a]
//usr//lib/opengl/nvidia/lib/libnvidia-tls.so.1[0x4349d931]
/opt/songbird/xulrunner/libnspr4.so[0xb7f9dd3f]
/opt/songbird/xulrunner/libnspr4.so(PR_NewLogModule+0x185)[0xb7f936d5]
/opt/songbird/xulrunner/libxul.so[0xb7916d41]
/opt/songbird/xulrunner/libxul.so[0xb79ceea6]
/opt/songbird/xulrunner/libxul.so[0xb713012d]
/lib/ld-linux.so.2[0x48530ce4]
/lib/ld-linux.so.2[0x48530e14]
/lib/ld-linux.so.2[0x48534dab]
/lib/ld-linux.so.2[0x48530926]
/lib/ld-linux.so.2[0x4853455c]
/lib/libdl.so.2[0x486b0c2f]
/lib/ld-linux.so.2[0x48530926]
/lib/libdl.so.2[0x486b10fc]
/lib/libdl.so.2(dlopen+0x41)[0x486b0b61]
/opt/songbird/./songbird-bin[0x804d537]
/opt/songbird/./songbird-bin[0x804d26f]
/opt/songbird/./songbird-bin[0x804d45e]
/opt/songbird/./songbird-bin[0x804d2d1]
/opt/songbird/./songbird-bin[0x8048e76]
/lib/libc.so.6(__libc_start_main+0xe5)[0x48559725]
/opt/songbird/./songbird-bin[0x8048bb1]
======= Memory map: ========
08048000-0804e000 r-xp 00000000 00:0c 15582119 /opt/songbird/songbird-bin
0804e000-0804f000 rw-p 00006000 00:0c 15582119 /opt/songbird/songbird-bin
4349d000-4349e000 r-xp 00000000 00:0c 14207100 /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.180.29
4349e000-4349f000 rw-p 00000000 00:0c 14207100 /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.180.29
48522000-4853e000 r-xp 00000000 00:0c 14647638 /lib/ld-2.9.so
4853f000-48540000 r--p 0001c000 00:0c 14647638 /lib/ld-2.9.so
48540000-48541000 rw-p 0001d000 00:0c 14647638 /lib/ld-2.9.so
48543000-48680000 r-xp 00000000 00:0c 14647639 /lib/libc-2.9.so
48680000-48682000 r--p 0013d000 00:0c 14647639 /lib/libc-2.9.so
48682000-48683000 rw-p 0013f000 00:0c 14647639 /lib/libc-2.9.so
48683000-48686000 rw-p 48683000 00:00 0
48688000-486ac000 r-xp 00000000 00:0c 14647643 /lib/libm-2.9.so
486ac000-486ad000 r--p 00023000 00:0c 14647643 /lib/libm-2.9.so
486ad000-486ae000 rw-p 00024000 00:0c 14647643 /lib/libm-2.9.so
486b0000-486b2000 r-xp 00000000 00:0c 14647642 /lib/libdl-2.9.so
486b2000-486b3000 r--p 00001000 00:0c 14647642 /lib/libdl-2.9.so
486b3000-486b4000 rw-p 00002000 00:0c 14647642 /lib/libdl-2.9.so
486b6000-486ca000 r-xp 00000000 00:0c 14647640 /lib/libpthread-2.9.so
486ca000-486cb000 r--p 00013000 00:0c 14647640 /lib/libpthread-2.9.so
486cb000-486cc000 rw-p 00014000 00:0c 14647640 /lib/libpthread-2.9.so
486cc000-486ce000 rw-p 486cc000 00:00 0
486d0000-486e2000 r-xp 00000000 00:0c 14647667 /lib/libz.so.1.2.3
486e2000-486e3000 r--p 00011000 00:0c 14647667 /lib/libz.so.1.2.3
486e3000-486e4000 rw-p 00012000 00:0c 14647667 /lib/libz.so.1.2.3
486e6000-486e7000 r-xp 00000000 00:0c 14647652 /usr/lib/libxcb-xlib.so.0.0.0
486e7000-486e8000 r--p 00000000 00:0c 14647652 /usr/lib/libxcb-xlib.so.0.0.0
486e8000-486e9000 rw-p 00001000 00:0c 14647652 /usr/lib/libxcb-xlib.so.0.0.0
486eb000-48703000 r-xp 00000000 00:0c 14647651 /usr/lib/libxcb.so.1.0.0
48703000-48704000 rw-p 00017000 00:0c 14647651 /usr/lib/libxcb.so.1.0.0
48706000-48708000 r-xp 00000000 00:0c 14647649 /usr/lib/libXau.so.6.0.0
48708000-48709000 ---p 00002000 00:0c 14647649 /usr/lib/libXau.so.6.0.0
48709000-4870a000 rw-p 00002000 00:0c 14647649 /usr/lib/libXau.so.6.0.0
4870c000-48710000 r-xp 00000000 00:0c 14647650 /usr/lib/libXdmcp.so.6.0.0
48710000-48711000 ---p 00004000 00:0c 14647650 /usr/lib/libXdmcp.so.6.0.0
48711000-48712000 rw-p 00004000 00:0c 14647650 /usr/lib/libXdmcp.so.6.0.0
48714000-4880e000 r-xp 00000000 00:0c 14647653 /usr/lib/libX11.so.6.2.0
4880e000-48811000 rw-p 000f9000 00:0c 14647653 /usr/lib/libX11.so.6.2.0
48813000-4881a000 r-xp 00000000 00:0c 14647677 /lib/librt-2.9.so
4881a000-4881b000 r--p 00006000 00:0c 14647677 /lib/librt-2.9.so
4881b000-4881c000 rw-p 00007000 00:0c 14647677 /lib/librt-2.9.so
48a73000-48a81000 r-xp 00000000 00:0c 14647654 /usr/lib/libXext.so.6.4.0
48a81000-48a82000 ---p 0000e000 00:0c 14647654 /usr/lib/libXext.so.6.4.0
48a82000-48a83000 rw-p 0000e000 00:0c 14647654 /usr/lib/libXext.so.6.4.0
48a83000-48a84000 rw-p 48a83000 00:00 0
48a86000-48a89000 r-xp 00000000 00:0c 14647662 /lib/libuuid.so.1.2
48a89000-48a8a000 r--p 00002000 00:0c 14647662 /lib/libuuid.so.1.2
48a8a000-48a8b000 rw-p 00003000 00:0c 14647662 /lib/libuuid.so.1.2
48b24000-48b5c000 r-xp 00000000 00:0c 14647696 /usr/lib/libexpat.so.1.5.2
48b5c000-48b5d000 rw-p 00037000 00:0c 14647696 /usr/lib/libexpat.so.1.5.2
48b8e000-48ba7000 r-xp 00000000 00:0c 14647661 /usr/lib/libICE.so.6.3.0
48ba7000-48ba8000 ---p 00019000 00:0c 14647661 /usr/lib/libICE.so.6.3.0
48ba8000-48ba9000 rw-p 00019000 00:0c 14647661 /usr/lib/libICE.so.6.3.0
48ba9000-48bab000 rw-p 48ba9000 00:00 0
48d0c000-48d32000 r-xp 00000000 00:0c 14647700 /usr/lib/libpng12.so.0.35.0
48d32000-48d33000 rw-p 00025000 00:0c 14647700 /usr/lib/libpng12.so.0.35.0
48d35000-48d3d000 r-xp 00000000 00:0c 14647663 /usr/lib/libSM.so.6.0.0
48d3d000-48d3e000 rw-p 00007000 00:0c 14647663 /usr/lib/libSM.so.6.0.0
48dc5000-48dcd000 r-xp 00000000 00:0c 14647685 /usr/lib/libXrender.so.1.3.0
48dcd000-48dce000 ---p 00008000 00:0c 14647685 /usr/lib/libXrender.so.1.3.0
48dce000-48dcf000 rw-p 00008000 00:0c 14647685 /usr/lib/libXrender.so.1.3.0
48e0d000-49c49000 r-xp 00000000 00:0c 14647648 /usr/lib/opengl/nvidia/lib/libGLcore.so.180.29
49c49000-49e3b000 rwxp 00e3b000 00:0c 14647648 /usr/lib/opengl/nvidia/lib/libGLcore.so.180.29
49e3b000-49e47000 rwxp 49e3b000 00:00 0
49e49000-49ee2000 r-xp 00000000 00:0c 14647655 /usr/lib/opengl/nvidia/lib/libGL.so.180.29
49ee2000-49f00000 rwxp 00099000 00:0c 14647655 /usr/lib/opengl/nvidia/lib/libGL.so.180.29
49f00000-49f0f000 rwxp 49f00000 00:00 0
49f5c000-49f60000 r-xp 00000000 00:0c 14647686 /usr/lib/libXfixes.so.3.1.0
49f60000-49f61000 ---p 00004000 00:0c 14647686 /usr/lib/libXfixes.so.3.1.0
49f61000-49f62000 rw-p 00004000 00:0c 14647686 /usr/lib/libXfixes.so.3.1.0
49f64000-49f66000 r-xp 00000000 00:0c 14647702 /usr/lib/libxcb-render-util.so.0.0.0
49f66000-49f67000 ---p 00002000 00:0c 14647702 /usr/lib/libxcb-render-util.so.0.0.0
49f67000-49f68000 rw-p 00002000 00:0c 14647702 /usr/lib/libxcb-render-util.so.0.0.0
49f6a000-49f73000 r-xp 00000000 00:0c 14647666 /usr/lib/libXi.so.6.0.0
49f73000-49f74000 rw-p 00008000 00:0c 14647666 /usr/lib/libXi.so.6.0.0
4a0c7000-4a0c9000 r-xp 00000000 00:0c 14647706 /usr/lib/libXinerama.so.1.0.0
4a0c9000-4a0ca000 r--p 00001000 00:0c 14647706 /usr/lib/libXinerama.so.1.0.0
4a0ca000-4a0cb000 rw-p 00002000 00:0c 14647706 /usr/lib/libXinerama.so.1.0.0
4a0f5000-4a0fc000 r-xp 00000000 00:0c 14647701 /usr/lib/libxcb-render.so.0.0.0
4a0fc000-4a0fd000 rw-p 00006000 00:0c 14647701 /usr/lib/libxcb-render.so.0.0.0
4a197000-4a199000 r-xp 00000000 00:0c 14647709 /usr/lib/libXdamage.so.1.1.0
4a199000-4a19a000 r--p 00001000 00:0c 14647709 /usr/lib/libXdamage.so.1.1.0
4a19a000-4a19b000 rw-p 00002000 00:0c 14647709 /usr/lib/libXdamage.so.1.1.0
4a21d000-4a246000 r-xp 00000000 00:0c 14647698 /usr/lib/libglitz.so.1.0.0
4a246000-4a248000 rw-p 00028000 00:0c 14647698 /usr/lib/libglitz.so.1.0.0
4a2c0000-4a2c8000 r-xp 00000000 00:0c 14647687 /usr/lib/libXcursor.so.1.0.2
4a2c8000-4a2c9000 ---p 00008000 00:0c 14647687 /usr/lib/libXcursor.so.1.0.2
4a2c9000-4a2ca000 rw-p 00008000 00:0c 14647687 /usr/lib/libXcursor.so.1.0.2
4a2cc000-4a2ce000 r-xp 00000000 00:0c 14647708 /usr/lib/libXcomposite.so.1.0.0
4a2ce000-4a2cf000 r--p 00001000 00:0c 14647708 /usr/lib/libXcomposite.so.1.0.0
4a2cf000-4a2d0000 rw-p 00002000 00:0c 14647708 /usr/lib/libXcomposite.so.1.0.0
4a66f000-4a6b9000 r-xp 00000000 00:0c 14647694 /usr/lib/libpixman-1.so.0.14.0
4a6b9000-4a6bb000 rw-p 00049000 00:0c 14647694 /usr/lib/libpixman-1.so.0.14.0
4a70b000-4a710000 r-xp 00000000 00:0c 14647699 /usr/lib/libglitz-glx.so.1.0.0
4a710000-4a711000 ---p 00005000 00:0c 14647699 /usr/lib/libglitz-glx.so.1.0.0
4a711000-4a712000 rw-p 00005000 00:0c 14647699 /usr/lib/libglitz-glx.so.1.0.0
4a7d4000-4a82d000 r-xp 00000000 00:0c 14647664 /usr/lib/libXt.so.6.0.0
4a82d000-4a82e000 ---p 00059000 00:0c/opt/songbird/songbird: line 134: 5131 Abgebrochen "$prog" ${1+"$@"}
sivaslee@sivas ~ $ /opt/songbird/songbird-bin
/opt/songbird/songbird-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory |
CooSee ' Ya _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
|
Bitspyer Apprentice
Joined: 17 Dec 2002 Posts: 211 Location: Mainz, Germany
|
Posted: Thu Mar 26, 2009 8:40 am Post subject: |
|
|
Some Problem here...
Build 1.1.2-1033
Quote: |
*** glibc detected *** ././songbird-bin: free(): invalid pointer: 0x00007fcf31a34580 ***
======= Backtrace: =========
/lib/libc.so.6[0x32f2078918]
/lib/libc.so.6(cfree+0x76)[0x32f207aef6]
//usr/lib64/opengl/nvidia/lib/libnvidia-tls.so.1[0x7fcf2d91fa3b]
======= Memory map: ========
00400000-00408000 r-xp 00000000 08:15 522903 /home/kern/opt/Songbird/songbird-bin
00608000-00609000 rw-p 00008000 08:15 522903 /home/kern/opt/Songbird/songbird-bin
41866000-41868000 rwxp 00000000 00:0d 423 /dev/zero
32f1200000-32f1220000 r-xp 00000000 08:03 100664874 /lib64/ld-2.9.so
32f141f000-32f1420000 r--p 0001f000 08:03 100664874 /lib64/ld-2.9.so
32f1420000-32f1421000 rw-p 00020000 08:03 100664874 /lib64/ld-2.9.so
32f2000000-32f2169000 r-xp 00000000 08:03 100664879 /lib64/libc-2.9.so
32f2169000-32f2369000 ---p 00169000 08:03 100664879 /lib64/libc-2.9.so
32f2369000-32f236d000 r--p 00169000 08:03 100664879 /lib64/libc-2.9.so
32f236d000-32f236e000 rw-p 0016d000 08:03 100664879 /lib64/libc-2.9.so
32f236e000-32f2373000 rw-p 32f236e000 00:00 0
32f2400000-32f2484000 r-xp 00000000 08:03 100775890 /lib64/libm-2.9.so
32f2484000-32f2683000 ---p 00084000 08:03 100775890 /lib64/libm-2.9.so
32f2683000-32f2684000 r--p 00083000 08:03 100775890 /lib64/libm-2.9.so
32f2684000-32f2685000 rw-p 00084000 08:03 100775890 /lib64/libm-2.9.so
32f2800000-32f2802000 r-xp 00000000 08:03 100666219 /lib64/libdl-2.9.so
32f2802000-32f2a02000 ---p 00002000 08:03 100666219 /lib64/libdl-2.9.so
32f2a02000-32f2a03000 r--p 00002000 08:03 100666219 /lib64/libdl-2.9.so
32f2a03000-32f2a04000 rw-p 00003000 08:03 100666219 /lib64/libdl-2.9.so
32f2c00000-32f2c17000 r-xp 00000000 08:03 100770432 /lib64/libpthread-2.9.so
32f2c17000-32f2e16000 ---p 00017000 08:03 100770432 /lib64/libpthread-2.9.so
32f2e16000-32f2e17000 r--p 00016000 08:03 100770432 /lib64/libpthread-2.9.so
32f2e17000-32f2e18000 rw-p 00017000 08:03 100770432 /lib64/libpthread-2.9.so
32f2e18000-32f2e1c000 rw-p 32f2e18000 00:00 0
32f3000000-32f3015000 r-xp 00000000 08:03 100799588 /lib64/libz.so.1.2.3
32f3015000-32f3214000 ---p 00015000 08:03 100799588 /lib64/libz.so.1.2.3
32f3214000-32f3215000 r--p 00014000 08:03 100799588 /lib64/libz.so.1.2.3
32f3215000-32f3216000 rw-p 00015000 08:03 100799588 /lib64/libz.so.1.2.3
32f3400000-32f341c000 r-xp 00000000 08:03 40220488 /usr/lib64/libxcb.so.1.0.0
32f341c000-32f361c000 ---p 0001c000 08:03 40220488 /usr/lib64/libxcb.so.1.0.0
32f361c000-32f361d000 r--p 0001c000 08:03 40220488 /usr/lib64/libxcb.so.1.0.0
32f361d000-32f361e000 rw-p 0001d000 08:03 40220488 /usr/lib64/libxcb.so.1.0.0
32f3800000-32f3802000 r-xp 00000000 08:03 40220577 /usr/lib64/libXau.so.6.0.0
32f3802000-32f3a01000 ---p 00002000 08:03 40220577 /usr/lib64/libXau.so.6.0.0
32f3a01000-32f3a02000 r--p 00001000 08:03 40220577 /usr/lib64/libXau.so.6.0.0
32f3a02000-32f3a03000 rw-p 00002000 08:03 40220577 /usr/lib64/libXau.so.6.0.0
32f3c00000-32f3d03000 r-xp 00000000 08:03 40220503 /usr/lib64/libX11.so.6.2.0
32f3d03000-32f3f03000 ---p 00103000 08:03 40220503 /usr/lib64/libX11.so.6.2.0
32f3f03000-32f3f04000 r--p 00103000 08:03 40220503 /usr/lib64/libX11.so.6.2.0
32f3f04000-32f3f09000 rw-p 00104000 08:03 40220503 /usr/lib64/libX11.so.6.2.0
32f4000000-32f4005000 r-xp 00000000 08:03 40220595 /usr/lib64/libXdmcp.so.6.0.0
32f4005000-32f4204000 ---p 00005000 08:03 40220595 /usr/lib64/libXdmcp.so.6.0.0
32f4204000-32f4205000 r--p 00004000 08:03 40220595 /usr/lib64/libXdmcp.so.6.0.0
32f4205000-32f4206000 rw-p 00005000 08:03 40220595 /usr/lib64/libXdmcp.so.6.0.0
32f4400000-32f4401000 r-xp 00000000 08:03 40220489 /usr/lib64/libxcb-xlib.so.0.0.0
32f4401000-32f4601000 ---p 00001000 08:03 40220489 /usr/lib64/libxcb-xlib.so.0.0.0
32f4601000-32f4602000 r--p 00001000 08:03 40220489 /usr/lib64/libxcb-xlib.so.0.0.0
32f4602000-32f4603000 rw-p 00002000 08:03 40220489 /usr/lib64/libxcb-xlib.so.0.0.0
32f4800000-32f4811000 r-xp 00000000 08:03 40299731 /usr/lib64/libXext.so.6.4.0
32f4811000-32f4a10000 ---p 00011000 08:03 40299731 /usr/lib64/libXext.so.6.4.0
32f4a10000-32f4a11000 r--p 00010000 08:03 40299731 /usr/lib64/libXext.so.6.4.0
32f4a11000-32f4a12000 rw-p 00011000 08:03 40299731 /usr/lib64/libXext.so.6.4.0
32f4c00000-32f4c04000 r-xp 00000000 08:03 100887367 /lib64/libuuid.so.1.2
32f4c04000-32f4e03000 ---p 00004000 08:03 100887367 /lib64/libuuid.so.1.2
32f4e03000-32f4e04000 r--p 00003000 08:03 100887367 /lib64/libuuid.so.1.2
32f4e04000-32f4e05000 rw-p 00004000 08:03 100887367 /lib64/libuuid.so.1.2
32f5000000-32f5008000 r-xp 00000000 08:03 100775879 /lib64/librt-2.9.so
32f5008000-32f5207000 ---p 00008000 08:03 100775879 /lib64/librt-2.9.so
32f5207000-32f5208000 r--p 00007000 08:03 100775879 /lib64/librt-2.9.so
32f5208000-32f5209000 rw-p 00008000 08:03 100775879 /lib64/librt-2.9.so
32f5400000-32f5416000 r-xp 00000000 08:03 40185795 /usr/lib64/libICE.so.6.3.0
32f5416000-32f5616000 ---p 00016000 08:03 40185795 /usr/lib64/libICE.so.6.3.0
32f5616000-32f5617000 r--p 00016000 08:03 40185795 /usr/lib64/libICE.so.6.3.0
32f5617000-32f5618000 rw-p 00017000 08:03 40185795 /usr/lib64/libICE.so.6.3.0
32f5618000-32f561b000 rw-p 32f5618000 00:00 0
32f5800000-32f5808000 r-xp 00000000 08:03 40299705 /usr/lib64/libSM.so.6.0.0
32f5808000-32f5a07000 ---p 00008000 08:03 40299705 /usr/lib64/libSM.so.6.0.0
32f5a07000-32f5a08000 r--p 00007000 08:03 40299705 /usr/lib64/libSM.so.6.0.0
32f5a08000-32f5a09000 rw-p 00008000 08:03 40299705 /usr/lib64/libSM.so.6.0.0
32fa600000-32fa65e000 r-xp 00000000 08:03 40299707 /usr/lib64/libXt.so.6.0.0
32fa65e000-32fa85e000 ---p 0005e000 08:03 40299707 /usr/lib64/libXt.so.6.0.0
32fa85e000-32fa85f000 r--p 0005e000 08:03 40299707 /usr/lib64/libXt.so.6.0.0
32fa85f000-32fa864000 rw-p 0005f000 08:03 40299707 /usr/lib64/libXt.so.6.0.0
32fa864000-32fa865000 rw-p 32fa864000 00:00 0
35ed200000-35ed225000 r-xp 00000000 08:03 40220381 /usr/lib64/libpng12.so.0.35.0
35ed225000-35ed424000 ---p 00025000 08:03 40220381 /usr/lib64/libpng12.so.0.35.0
35ed424000-35ed425000 r--p 00024000 08:03 40220381 /usr/lib64/libpng12.so.0.35.0
35ed425000-35ed426000 rw-p 00025000 08:03 40220381 /usr/lib64/libpng12.so.0.35.0
35eda00000-35eda27000 r-xp 00000000 08:03 40255690 /usr/lib64/libexpat.so.1.5.2
35eda27000-35edc27000 ---p 00027000 08:03 40255690 /usr/lib64/libexpat.so.1.5.2
35edc27000-35edc29000 r--p 00027000 08:03 40255690 /usr/lib64/libexpat.so.1.5.2
35edc29000-35edc2a000 rw-p 00029000 08:03 40255690 /usr/lib64/libexpat.so.1.5.2
35ee200000-35ee209000 r-xp 00000000 08:03 40220383 /usr/lib64/libXrender.so.1.3.0
35ee209000-35ee408000 ---p 00009000 08:03 40220383 /usr/lib64/libXrender.so.1.3.0
35ee408000-35ee409000 r--p 00008000 08:03 40220383 /usr/lib64/libXrender.so.1.3.0
35ee./songbird: Zeile 134: 18463 Abgebrochen "$prog" ${1+"$@"}
|
_________________ Der Weg zur Dunklen Seite... Schneller er ist, verführerischer, leichter. |
|
Back to top |
|
|
bram2000 n00b
Joined: 22 Sep 2006 Posts: 38
|
Posted: Thu Mar 26, 2009 10:42 am Post subject: |
|
|
I get the same problem too, its a known bug relating to the official nvidia drivers (nvidia-tls specifically). I found that executing the binary file directly got the app running fine though: /opt/songbird/songbird-bin
Cheers,
Jon |
|
Back to top |
|
|
icaruslnx n00b
Joined: 14 Apr 2009 Posts: 19
|
Posted: Tue Apr 14, 2009 5:18 pm Post subject: |
|
|
Running the binary directly still gives the library error with libjemalloc.so which I believe is a lib from mozilla-firefox? I've tried recompiling everything, firefox, songbird, xulrunner, nvidia-drivers, etc...I'll try to fall back to an older nvidia-driver and see if that helps..
/opt/songbird/songbird-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory |
|
Back to top |
|
|
dylix Apprentice
Joined: 20 Sep 2002 Posts: 261 Location: Atlanta
|
Posted: Thu Apr 16, 2009 2:27 am Post subject: |
|
|
icaruslnx wrote: | Running the binary directly still gives the library error with libjemalloc.so which I believe is a lib from mozilla-firefox? I've tried recompiling everything, firefox, songbird, xulrunner, nvidia-drivers, etc...I'll try to fall back to an older nvidia-driver and see if that helps..
/opt/songbird/songbird-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory |
same here.. _________________
https://dylix.org/
|
|
Back to top |
|
|
UB|K l33t
Joined: 27 May 2004 Posts: 786 Location: Villeurbanne, France
|
Posted: Mon Apr 20, 2009 9:23 am Post subject: |
|
|
icaruslnx wrote: | Running the binary directly still gives the library error with libjemalloc.so which I believe is a lib from mozilla-firefox? I've tried recompiling everything, firefox, songbird, xulrunner, nvidia-drivers, etc...I'll try to fall back to an older nvidia-driver and see if that helps..
/opt/songbird/songbird-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory |
recompiling xulrunner is useless because the songbird's binary is shipped this all the required dependencies (including a modified version of xulrunner, gstreamer, taglib etc...)
so songbird provide it's own libjemalloce.so. It's located directly in /opt/songbird and thats this lib that fails to load.
A dirty workaround is to copy this lib in /usr/lib(64)
For the nvidia problem you should use xorg libGL by doing:
Code: | export LD_PRELOAD="/usr/lib/opengl/xorg-x11/lib/libGL.so" |
before running songbird. To fix this permanently you can write this line at the beginning of the launch script (/opt/songbird/songbird) |
|
Back to top |
|
|
icaruslnx n00b
Joined: 14 Apr 2009 Posts: 19
|
Posted: Mon Apr 20, 2009 4:21 pm Post subject: |
|
|
Thanks UB|K both those did the trick for me, although a big ugly...
So, instead I edited the /opt/songbird/songbird launch script and added this near the beginning. This way I don't need to add rouge libs anywhere and I'll know if it's fixed in the next version if it works or not
Code: | export LD_PRELOAD="/usr/lib/opengl/xorg-x11/lib/libGL.so /opt/songbird/libjemalloc.so" |
At least if it's still broken after an update I'll know what needs to be done to fix it again. Thanks again for the pointer UB|K! |
|
Back to top |
|
|
arnvidr l33t
Joined: 19 Aug 2004 Posts: 629 Location: Oslo, Norway
|
|
Back to top |
|
|
kernelOfTruth Watchman
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
|
Back to top |
|
|
Thib n00b
Joined: 16 Jul 2009 Posts: 3
|
Posted: Thu Jul 16, 2009 5:33 pm Post subject: |
|
|
Hi,
I find myself noob but I can't unpack the tar archive.
Code: | # tar xvf songbird-bin-1.1.1.1018.tar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors |
I tried to use the z and j option but it says that it isn't a bzip2 or gzip file. I didn't find anything useful on google or the forum search function about this error.
How do I get trought this error? |
|
Back to top |
|
|
sparkplug n00b
Joined: 23 Apr 2009 Posts: 13
|
Posted: Tue Sep 15, 2009 7:53 am Post subject: |
|
|
tar -xvf
Not tar xvf |
|
Back to top |
|
|
soya Guru
Joined: 29 Jan 2004 Posts: 429
|
Posted: Sun Sep 20, 2009 11:10 am Post subject: |
|
|
Here you can find v.1.2.0:
https://bugs.gentoo.org/139019 _________________ Si el tonto te alaba laméntalo, si el listo te censura piénsalo. |
|
Back to top |
|
|
gordon_freeman n00b
Joined: 13 Oct 2009 Posts: 39
|
Posted: Mon Oct 19, 2009 2:28 pm Post subject: |
|
|
I just get lost of gstreamer problems when I run it: Code: | run_moz: /opt/songbird/songbird-bin
xx /opt/songbird/songbird-bin
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/opt/songbird/gst-plugins/libgstpulse.so': libpulse.so.0: cannot open shared object file: No such file or directory
(songbird-bin:19754): GStreamer-WARNING **: invalid name template bwf_audio_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: invalid name template alaw_audio_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: invalid name template dv_dif_video_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: invalid name template jpeg2000_video_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: invalid name template mpeg_audio_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: invalid name template mpeg_video_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: invalid name template up_video_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: invalid name template vc3_video_sink_%u: conversion specification must be of type '%d' or '%s' for GST_PAD_REQUEST padtemplate
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgsthdvparse.so': /usr/lib64/gstreamer-0.10/libgsthdvparse.so: undefined symbol: _gst_debug_dump_mem
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstffmpeg.so': libx264.so.75: cannot open shared object file: No such file or directory
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstrawparse.so': /usr/lib64/gstreamer-0.10/libgstrawparse.so: undefined symbol: gst_video_format_new_caps_interlaced
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstdeinterlace.so': /usr/lib64/gstreamer-0.10/libgstdeinterlace.so: undefined symbol: gst_video_format_parse_caps_interlaced
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstpostproc.so': libx264.so.75: cannot open shared object file: No such file or directory
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstmpegdemux.so': /usr/lib64/gstreamer-0.10/libgstmpegdemux.so: undefined symbol: _gst_debug_dump_mem
(songbird-bin:19754): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstapp.so': /usr/lib/libgstapp-0.10.so.0: undefined symbol: gst_buffer_list_get_type
/opt/songbird/songbird-bin: symbol lookup error: /usr/lib64/python2.6/site-packages/gst-0.10/gst/_gst.so: undefined symbol: gst_task_pool_get_type
Could not initialize GStreamer: Error re-scanning registry , child terminated by signal
| Any ideas? |
|
Back to top |
|
|
|