liquidtimes / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

0.5.0 build failed #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am not able to build sopcast-player 0.5.0 because build with 'make 
INSTALLDIR=/usr/lib/sopcast-player' failed:

Generating language files...
/usr/bin/python -c 'import compileall; compileall.compile_dir("lib", 
rx=re.compile("/[.]svn"), force=1)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 're' is not defined
make: *** [byte-compile] Error 1

Original issue reported on code.google.com by alekc...@googlemail.com on 24 Apr 2011 at 12:59

GoogleCodeExporter commented 8 years ago
Version 0.5.1 addresses this error, thank you for your bug report.

Original comment by flyguy97 on 24 Apr 2011 at 3:42

GoogleCodeExporter commented 8 years ago
Version 0.6.0 addressed this issue.

Original comment by flyguy97 on 30 Apr 2011 at 5:26

GoogleCodeExporter commented 8 years ago
0.6.0 version have problems with build.
There was error when I run 'make':

Generating vlc python bindings...
cd pyvlc_bindings; \
make; \
cd ..
make[1]: Entering directory 
`/home/user/rpmbuild/SOURCES/sopcast-player/pyvlc_bindings'
make[1]: *** No rule to make target `/usr/include/vlc/*.h', needed by 
`generated/vlc.py'.  Stop.
make[1]: Leaving directory 
`/home/user/rpmbuild/SOURCES/sopcast-player/pyvlc_bindings'
install -p -m 0644 pyvlc_bindings/generated/* ./lib;
install: cannot stat `pyvlc_bindings/generated/*': No such file or directory
make: *** [byte-compile] Error 1

Original comment by alekc...@googlemail.com on 30 Apr 2011 at 10:54

GoogleCodeExporter commented 8 years ago
If anyone has a fix for this I would be incredibly grateful. I have no idea why 
this error is being generated. Running make on just the vlc bindings produces 
no errors. I am admittedly very weak with makefiles.

Original comment by flyguy97 on 30 Apr 2011 at 5:02

GoogleCodeExporter commented 8 years ago

Original comment by flyguy97 on 30 Apr 2011 at 5:03

GoogleCodeExporter commented 8 years ago
Build complete after I installed files /usr/include/vlc/*.h from vlc-devel 
package.
Sorry it was my mistake that I not installed vlc-devel before (it was not 
needed for previous versions).

Original comment by alekc...@googlemail.com on 30 Apr 2011 at 5:20

GoogleCodeExporter commented 8 years ago
Thank you for pointing this out, now I can fix my ubuntu ppa. Do you mind if I 
credit you for your contribution, if yes, how would you like your name to show 
up?

Original comment by flyguy97 on 30 Apr 2011 at 5:47

GoogleCodeExporter commented 8 years ago
I think that libvlc-dev should be listed only in "Build Dependencies" in 
INSTALL but not in "Runtime Dependencies". At least 0.6.2 works here without 
vlc-devel package.
I am not much can contribute.

Original comment by alekc...@googlemail.com on 3 May 2011 at 9:05

GoogleCodeExporter commented 8 years ago
Tested with Hardy, Lucid and Maverick. Definently requires libvlc-dev on those 
releases to run. Leaving the dependency greatly eases deployment to Launchpad. 
If you wish to use SopCast Player without this dependency please compile from 
source.

Original comment by flyguy97 on 7 May 2011 at 4:38