Ticket #52 (closed defect: duplicate)

Opened 3 years ago

Last modified 2 years ago

Test on Ubuntu 10.10

Reported by: http://nicolargo.myopenid.com/ Owned by: https://thomasvs.myopenid.com/
Priority: major Milestone:
Component: morituri Version: 0.1.1
Keywords: rip, ubuntu Cc:

Description

Hi Thomas, just try to install Morituri rip on my conputer (Ubuntu 10.10).

No pb for the installation:
./configure
make
sudo make install

I have the following error when i run the software:

# rip offset find
Traceback (most recent call last):

File "/usr/local/bin/rip", line 35, in <module>

sys.exit(main.main(sys.argv[1:]))

File "/usr/local/lib/python2.6/site-packages/morituri/rip/main.py", line 12, in main

ret = c.parse(argv)

File "/usr/local/lib/python2.6/site-packages/morituri/extern/command/command.py", line 329, in parse

return self.subCommands[command].parse(args[1:])

File "/usr/local/lib/python2.6/site-packages/morituri/extern/command/command.py", line 329, in parse

return self.subCommands[command].parse(args[1:])

File "/usr/local/lib/python2.6/site-packages/morituri/extern/command/command.py", line 300, in parse

ret = self.do(args)

File "/usr/local/lib/python2.6/site-packages/morituri/rip/offset.py", line 95, in do

runner.run(t)

File "/usr/local/lib/python2.6/site-packages/morituri/common/task.py", line 390, in run

raise TaskException?(task.exception, message=task.exceptionMessage)

morituri.common.task.TaskException?: (OSError(2, 'No such file or directory'), 'exception OSError at /usr/lib/python2.6/subprocess.py:1141: _execute_child(): [Errno 2] No such file or directory')

Nicolas

Change History

comment:1 Changed 3 years ago by https://www.google.com/accounts/o8/id?id=aitoawnoy7spn5ophidbzwplkgftsqqzin2t-ve

I'm pretty sure that this isn't a Morituri bug. As described in this  debian bug (#590961), if you install the libaudio2 package it will solve the problem.

I'm not sure if Morituri actually needs libaudio2, though.

comment:2 Changed 2 years ago by https://www.google.com/accounts/o8/id?id=aitoawl71fs2coarzbejaxbth32ycwvrsw0yavg

In case anyone else ends up here via Google, a related error (with 1.1.1 on Ubuntu 10.10) is

Failed to load plugin /usr/lib/ao/plugins-4/libesd.so => dlopen() failed

I fixed this by installing libesd0.

comment:3 Changed 2 years ago by http://thomasvs.myopenid.com/

  • Status changed from new to closed
  • Resolution set to duplicate
  • Milestone 0.1.0 deleted

duplicate of #24

comment:4 follow-up: ↓ 5 Changed 2 years ago by https://me.yahoo.com/a/1x8mkrkct9uz0oqhoxpcytvzz5cnv2g-#69d0d

Hi, Thomas. I tried morituri on Lubuntu 10.10. Some CDs ripped just fine, but some got an error message like this :

budianto@budianto-laptop:/media/Expansion/FLAC$ rip cd rip --offset 6
Checking device /dev/sr0
CDDB disc id 7908c509
MusicBrainz? disc id Lhkbpp49GvbK6zI2YITyZk.zy1s-
Matching releases:
Artist : Children of Bodom
Title : Are You Dead Yet?
Artist : Children of Bodom
Title : Are You Dead Yet?

WARNING: pycdio not installed, cannot identify drive
Ripping track 1 of 9: 01. Children of Bodom - Living Dead Beat.flac
Message: pygobject_register_sinkfunc is deprecated (GstObject?)
Traceback (most recent call last):

File "/usr/bin/rip", line 35, in <module>

sys.exit(main.main(sys.argv[1:]))

File "/usr/lib/python2.6/dist-packages/morituri/rip/main.py", line 12, in main

ret = c.parse(argv)

File "/usr/lib/python2.6/dist-packages/morituri/extern/command/command.py", line 329, in parse

return self.subCommands[command].parse(args[1:])

File "/usr/lib/python2.6/dist-packages/morituri/extern/command/command.py", line 329, in parse

return self.subCommands[command].parse(args[1:])

File "/usr/lib/python2.6/dist-packages/morituri/extern/command/command.py", line 300, in parse

ret = self.do(args)

File "/usr/lib/python2.6/dist-packages/morituri/rip/cd.py", line 228, in do

ripIfNotRipped(i + 1)

File "/usr/lib/python2.6/dist-packages/morituri/rip/cd.py", line 185, in ripIfNotRipped

taglist=prog.getTagList(number))

File "/usr/lib/python2.6/dist-packages/morituri/common/program.py", line 440, in ripTrack

os.makedirs(dirname)

File "/usr/lib/python2.6/os.py", line 157, in makedirs

mkdir(name, mode)

OSError: [Errno 22] Invalid argument: '/media/Expansion/FLAC/Children of Bodom - Are You Dead Yet?'

I need your help for this. Thank You

comment:5 in reply to: ↑ 4 Changed 2 years ago by http://thomasvs.myopenid.com/

Replying to https://me.yahoo.com/a/1x8mkrkct9uz0oqhoxpcytvzz5cnv2g-#69d0d:

Hi, Thomas. I tried morituri on Lubuntu 10.10. Some CDs ripped just fine, but some got an error message like this :

please create a separate ticket, this is a different issue.

Is it possible you are ripping to a non-linux file system that does not support ?

Note: See TracTickets for help on using tickets.