Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

taglib-sharp needed for 1.4.1 on ubuntu-karmic, it's not in the repos... #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the issue:
Can't compile version 1.4.1 on ubuntu-9.10, the jaunty-deb doesn't work
either...

What steps will reproduce the problem?
1. download source-code, install mono etc
2. run ./configure
3. taglib-sharp is missing...

GENERAL INFORMATION ABOUT YOUR SYSTEM:

TheLastRipper version? 1.4.1
Mono/.Net runtime version? mono 2.4.2.3+dfsg2 (ubuntu karmic)
Operating system and version? ubuntu 9.10, 32-bit

Actually I build my own version of taglib-sharp from
http://download.banshee-project.org/taglib-sharp/2.0.3.3/ , it was possible
only after installing all kinds of monodoc-packages. But make for
thelastripper crashed, last messages before the Stacktrace were: 

/MainWindow.cs(177,47): warning CS0618: `Gtk.Image.FromPixbuf' is obsolete:
`Use the Pixbuf property instead'

** (/usr/lib/mono/2.0/gmcs.exe:16919): WARNING **: The following assembly
referenced from
/home/heinrich/Downloads/software/thelastripper-1.4.1/libLastRip/bin/Release/lib
LastRip.dll
could not be loaded:
     Assembly:   taglib-sharp    (assemblyref_index=3)
     Version:    2.0.3.3
     Public Key: db62eba44689b5b0
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly
(/home/heinrich/Downloads/software/thelastripper-1.4.1/libLastRip/bin/Release/).

** (/usr/lib/mono/2.0/gmcs.exe:16919): WARNING **: Could not load file or
assembly 'taglib-sharp, Version=2.0.3.3, Culture=neutral,
PublicKeyToken=db62eba44689b5b0' or one of its dependencies.
Stacktrace:...

Wrong version of taglib-sharp? Jopsen, you wrote that the only difference
between 1.4.0 and 1.4.1 was that you excluded taglib-sharp; could you put
it back in?

I'll try to use the older version, perhaps that is working better on 9.10

so long
hank

Original issue reported on code.google.com by hanksch...@googlemail.com on 1 Nov 2009 at 11:26

GoogleCodeExporter commented 8 years ago
Sorry, found it in Karmic: libtaglib2.0-cil was the right package...

http://packages.ubuntu.com/source/karmic/taglib-sharp

Everythings fine now! ;-)

Original comment by hanksch...@googlemail.com on 1 Nov 2009 at 11:38

GoogleCodeExporter commented 8 years ago
guess I'll have to rebuild the .deb package soon...
 - Thanks...

Original comment by jopsen@gmail.com on 1 Nov 2009 at 2:25

GoogleCodeExporter commented 8 years ago
how about fedora? i have the same error on fedora 13. How can i fix it ?

Thanks in advance.

Original comment by ungalc...@gmail.com on 2 Aug 2010 at 9:50