You are not logged in.

#1 2006-12-06 18:15:50

martti1
Member
Registered: 2006-10-14
Posts: 38

Unsupported: museek-plus

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

#2 2006-12-07 00:44:11

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Unsupported: museek-plus

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

#3 2006-12-07 11:10:01

martti1
Member
Registered: 2006-10-14
Posts: 38

Re: Unsupported: museek-plus

I guess. I'm just using nicotine+ and gtk-qt-engine at the moment.


Linux user #438799

Offline

#4 2007-01-06 14:21:52

otti
Member
Registered: 2006-12-18
Posts: 64

Re: Unsupported: museek-plus

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

Board footer

Powered by FluxBB