Hi, I tried to insert aac files (m4a, m4b) created with faac into my ipod. gtkpod always told me it couldn't find the mp4v2 library, although it was present, as it is a dependency on the aac useflag. I found the resolution in the source code of gtkpod. It searches for libmp4v2.so.0, but the softlink is not installed by libmp4v2-1.9.1. I don't know if this is a bug of gtkpod, livmp4v2 or the ebuild of libmp4v2, but creating the link solved the problem. gtkpod loves my aac files now. Versions involved: media-libs/libmp4v2-1.9.1 app-pda/gtkpod-0.99.14_p20090710 My emerge --info: Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r4 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r4-i686-Intel-R-_Pentium-R-_M_processor_1600MHz-with-gentoo-2.0.0 Timestamp of tree: Wed, 09 Sep 2009 08:00:01 +0000 distcc 3.1 i686-pc-linux-gnu [enabled] ccache version 2.4 [disabled] app-shells/bash: 3.2_p39 dev-java/java-config: 2.1.8-r1 dev-lang/python: 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.1-r1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distcc distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="de_DE.utf-8" LC_ALL="de_DE.utf-8" LDFLAGS="-Wl,-O1" LINGUAS="de" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/dev/shm" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa asf avahi avi berkdb bluetooth bzip2 cairo cdr chipcard cli cracklib crypt cups dbus djvu dri dvd dvdr dvdread dvi exif ffmpeg flac fortran gdbm geldkarte gif glitz gnome-keyring gpm gstreamer gtk hal hbci iconv ipv6 irda isdnlog java6 jpeg laptop latex libnotify lm_sensors mad mmx mp3 mpeg mplayer mudflap musicbrainz ncurses nls nptl nptlonly ogg opengl openmp pam pango pcmcia pcre pdf png pppd python quicktime readline reflection samba session smartcard spell spl sse sse2 ssl startup-notification svg sysfs tcpd tidy timidity truetype unicode usb vcd vorbis win32codecs x86 xorg xulrunner xv xvid xvmc zeroconf zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
That's probably cause media-libs/libmp4v2-1.9.1 means libmp4v2.so.1. AFAICT, upstream fixed it in svn rev. 2356, by dlopening libmp4v2.so instead of libmp4v2.so.1.
+ 10 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> + gtkpod-0.99.14_p20090710.ebuild, + +files/gtkpod-0.99.14_p20090710-libmp4v2.patch: + dlopen libmp4v2.so.1 instead of libmp4v2.so.0 wrt #284471, thanks to + Arthur Spitzer for reporting.