FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn 1696 / x86: Cannot read FLAC metadata error
- This topic has 2 replies, 2 voices, and was last updated 16 years, 10 months ago by mas.
-
AuthorPosts
-
30/01/2008 at 7:00 PM #2181masParticipant
Since I upgraded to a new machine and installed mt-daapd there I get suddenly
Cannot read FLAC metadata
errors where my old NSLU didnt generate any errors.
So I switched on -d 9 and this is the full error:
2008-01-30 20:29:20 (b7a846c0): Found music file: 03. Post Houmous - [Who Can You Trust].flac
2008-01-30 20:29:20 (b7a846c0): Codec type: flac
2008-01-30 20:29:20 (b7a846c0): Cannot read FLAC metadata from /data/Musik/Morcheeba/Who Can You Trust/03. Post Houmous - [Who Can You Trust].flac
2008-01-30 20:29:20 (b7a846c0): Skipping /data/Musik/Morcheeba/Who Can You Trust/03. Post Houmous - [Who Can You Trust].flac - scan failed
And it certainly isnt that I forgot to compile FLAC support in, see:
schnecke ~ # ldd -r /usr/sbin/mt-daapd
linux-gate.so.1 => (0xffffe000)
libavahi-common.so.3 => /usr/lib/libavahi-common.so.3 (0xb7f43000)
libavahi-client.so.3 => /usr/lib/libavahi-client.so.3 (0xb7f31000)
libdl.so.2 => /lib/libdl.so.2 (0xb7f2d000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7f15000)
libid3tag.so.0 => /usr/lib/libid3tag.so.0 (0xb7f01000)
libz.so.1 => /lib/libz.so.1 (0xb7eec000)
libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0xb7ee4000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb7e5e000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb7e57000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7e29000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0xb7e1f000)
libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0xb7ddd000)
libtag_c.so.0 => /usr/lib/libtag_c.so.0 (0xb7dd6000)
libc.so.6 => /lib/libc.so.6 (0xb7ca3000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7c5d000)
/lib/ld-linux.so.2 (0xb7f58000)
libm.so.6 => /lib/libm.so.6 (0xb7c37000)
libtag.so.1 => /usr/lib/libtag.so.1 (0xb7bc7000)
libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6 (0xb7a8d000)
libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libgcc_s.so.1 (0xb7a83000)
Furthermore some flacs work nicely, see
2008-01-30 20:29:20 (b7a846c0): Found music file: 11_Good Girl Down (feat. Bahamadia)_Morcheeba.flac
2008-01-30 20:29:20 (b7a846c0): Codec type: flac
2008-01-30 20:29:20 (b7a846c0): Date Added: 1201488543
2008-01-30 20:29:20 (b7a846c0): Codec: flac
2008-01-30 20:29:20 (b7a846c0): Rows: 1
2008-01-30 20:29:20 (b7a846c0): Executing: insert into updated (id) select id from songs where path='/data/Musik/Morcheeba/Fragments Of Freedom/11_Good Girl Down (feat. Bahamadia)_Morcheeba.flac' and idx=0
2008-01-30 20:29:20 (b7a846c0): Rows: 1
Any idea what that is and how I can fix ort further debug it?
02/02/2008 at 9:02 AM #16104rpeddeParticipantOthers had seen that and isolated it to a particular flac lib, with embedded cover art, but I don’t remember the specific details.
What’s the libvorbisfile on the slug versus your other machine?
03/02/2008 at 10:07 AM #16105masParticipantNew machine:
Via C7 Ester 1GHz, VIA CN700 + 8237R Plus chipsets
OS: Gentoo x86
libvorbis: 1.2.0ldd -r /usr/lib/libvorbisfile.so.3
linux-gate.so.1 => (0xffffe000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7f9d000)
libc.so.6 => /lib/libc.so.6 (0xb7e6a000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb7e63000)
libm.so.6 => /lib/libm.so.6 (0xb7e3d000)
/lib/ld-linux.so.2 (0x80000000)ldd -r /usr/lib/libvorbis.so
linux-gate.so.1 => (0xffffe000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb7ed1000)
libm.so.6 => /lib/libm.so.6 (0xb7eab000)
libc.so.6 => /lib/libc.so.6 (0xb7d78000)
/lib/ld-linux.so.2 (0x80000000)
Old machine:
NSLU, 266 MHz arm, no idea what chipset, deunderclocked
OS: debian/testing aka lenny
libvorbis: 1.2.0.dfsg-3Cant produce the ldd info any more as the machine isnt running any more. But the installed versions vere 1.2.0.dfsg-3/armb/lenny.
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.