Ticket #75 (closed defect: fixed)

Opened 14 months ago

Last modified 4 weeks ago

Does not build on FreeBSD 6.2-STABLE, FreeBSD 7.0-CURRENT

Reported by: flipie Owned by: daelstorm
Priority: major Milestone:
Component: museek_general Version: 0.1.12
Keywords: freebsd compile i386 mucipher Cc:

Description

See www.freshports.org/net-p2p/museekplus/

Build log attached.

Attachments

buildlog_museek.txt (4.8 kB) - added by flipie 14 months ago.
buildlog_museek

Change History

Changed 14 months ago by flipie

buildlog_museek

Changed 14 months ago by anonymous

The bug is due the broken way SWIG creates and SCons stupidly deletes the mucipher.i file (needed to compile the Mucipher Python module.)

running "scons; scons install" will probably fix this. if not, you can modify the SConscript to not build the Mucipher Python module. to do that, comment out this like in Mucipher/SConscript

SConscript(os.path.join('python', 'SConscript'))

The Mucipher python module is required only by the Python clients (mucous, mulog, murmur).

The pymuseek bindings (driver.py, messages.py) in subversion have support for PyCrypto?, replacing PyMucipher?.

Changed 14 months ago by flipie

"scons; scons install" did not fix this, but commenting out that line in Mucipher/SConscript did.

pycrypto was build, as did SVN. It runs! (Mucous-SVN did not; 0.8.0 did work.)

Upstream is informed about this.

Thanks a lot!

Changed 4 weeks ago by lbponey

  • status changed from new to closed
  • resolution set to fixed

Newnet2 doesn't use scons anymore. Try with cmake and reopen if you still have problems.

Add/Change #75 (Does not build on FreeBSD 6.2-STABLE, FreeBSD 7.0-CURRENT)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.