You are not logged in.
Pages: 1
http://aur.archlinux.org/packages.php?d … =1&ID=4147
I've posted the error I get there. Here it is again, it happens while configuring museek+. I checked for the file 'mucipher.i' and it exists in src/museek+-0.1.12/Mucipher. Does anyone have this working?
Headers for Mucipher...
IOError: [Errno 2] No such file or directory: 'mucipher.i':
File "/root/museek-plus/src/museek+-0.1.12/SConstruct", line 385:
SConscript(os.path.join(dir, 'SConscript'), build_dir = bd, duplicate = 1)
File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 579:
return apply(method, args, kw)
File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 516:
return apply(_SConscript, [self.fs,] + files, subst_kw)
File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 244:
exec _file_ in call_stack[-1].globals
File "/root/museek-plus/src/museek+-0.1.12/build-i686-linux/Mucipher/SConscrip
t", line 17:
SConscript(os.path.join('python', 'SConscript'))
File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 579:
return apply(method, args, kw)
File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 516:
return apply(_SConscript, [self.fs,] + files, subst_kw)
File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 244:
exec _file_ in call_stack[-1].globals
File "/root/museek-plus/src/museek+-0.1.12/build-i686-linux/Mucipher/python/SC
onscript", line 29:
mucipherc = env_swigpy.SharedLibrary('_mucipherc', sources, SWIGFLAGS='-pyth
on')
File "/usr/lib/python2.4/site-packages/SCons/Environment.py", line 188:
return apply(self.builder, (self.env, target, source) + args, kw)
File "/usr/lib/python2.4/site-packages/SCons/Builder.py", line 615:
return self._execute(env, target, source, OverrideWarner(kw), ekw)
File "/usr/lib/python2.4/site-packages/SCons/Builder.py", line 784:
tlist = bld._execute(env, None, [snode], overwarn)
File "/usr/lib/python2.4/site-packages/SCons/Builder.py", line 784:
tlist = bld._execute(env, None, [snode], overwarn)
File "/usr/lib/python2.4/site-packages/SCons/Builder.py", line 567:
tlist, slist = self._create_nodes(env, target, source)
File "/usr/lib/python2.4/site-packages/SCons/Builder.py", line 536:
target, source = self.emitter(target=tlist, source=slist, env=env)
File "/usr/lib/python2.4/site-packages/SCons/Builder.py", line 204:
target, source = emitter(target, source, env)
File "/usr/lib/python2.4/site-packages/SCons/Tool/swig.py", line 88:
f = open(src)
==> ERROR: Build Failed. Aborting...
Linux user #438799
Offline
museek is quite a bitch to get working no matter what method u use to install it. maybe its better to wait for daelstorm to get back online soon(ish)...
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
I guess. I'm just using nicotine+ and gtk-qt-engine at the moment.
Linux user #438799
Offline
museek+ compiles if you alter two files in the src-package:
1) in src/museek+-0.1.12/Mucipher/python/SConscript:
delete mucipher.i from sources in line 7
delete the line 25 ( env_swigpy.Command("mucipher.i", "../mucipher.i", file_copy) )
2) i also had to take out the Tools from compiling; in src/museek+-0.1.12/SConstruct:
delete 'Tools' from subdirs in line 365 and
delete 'Tools' in line 379
Make a new tar.gz-file from src: "tar -czvf museek+-0.1.12.tar.gz src/museek+-0.1.12" and move the package to /var/cache/pacman/src/.
Then alter the first md5sum in PKGBUILD according to the new md5sum of the src-package.
Now it should compile.
(I also changed the line 17 in PKGBUILD to:
scons RELEASE=yes MULOG=debug QSA=1 MUSEEQ=yes MUSETUPGTK=yes MUSEEQTRAYICON=no MUCOUS=no PREFIX=/usr || return 1)
Last edited by otti (2007-03-15 14:12:40)
Offline
Pages: 1