On Wed, 2013-02-27 at 11:35 -0600, Jeremiah Benham wrote: > > > On Wed, Feb 27, 2013 at 10:52 AM, Richard Shann > <richard.sh...@virgin.net> wrote: > Working from your gub master branch also fails - nsis won't go > through - > I don't know what may have changed since I used it before. The > error > looks like this: > > *** Stage: compile (nsis, tools) > invoking cd /home/rshann/gub/target/tools/build/nsis-2.46.src > && scons PREFIX=/home/rshann/gub/target/tools/root/usr > PREFIX_DEST=/home/rshann/gub/target/tools/install/nsis-2.46.src-root > DEBUG=no NSIS_CONFIG_LOG=yes SKIPUTILS="NSIS Menu" > > /home/rshann/gub/target/tools/root/usr/lib/scons-0.98.4/SCons/compat/_scons_hashlib.py:36: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > scons: Reading SConscript files ... > > /home/rshann/gub/target/tools/root/usr/lib/scons-0.98.4/SCons/Platform/posix.py:38: > DeprecationWarning: The popen2 module is deprecated. Use the subprocess > module. > import popen2 > > /home/rshann/gub/target/tools/root/usr/lib/scons-0.98.4/SCons/Tool/msvs.py:37: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > EnvironmentError: No module named _sha256: > > The only commit you have made to this is to set Debug=no in > nsis.py > > > The last thing I did in master was to revert some evince stuff back to > what was used around the rc3 release. If you want to use it you will > have to do the symlinking with the evince libs into /usr/lib/ like I > described a while back. I think my links are still there, but I haven't got that far yet... > I will do some work on the mingw branch soon. Are you sure you have > the master branch? git branch * master mingw
so I guess so - I deleted the non-mingw PLATFORMS in denemo.make so I get: git diff diff --git a/denemo.make b/denemo.make index 21259cf..c18a3eb 100644 --- a/denemo.make +++ b/denemo.make @@ -6,7 +6,7 @@ default: all DENEMO_BRANCH="master" DENEMO_REPO_URL=git://git.savannah.gnu.org/denemo.git -PLATFORMS=mingw linux-x86 darwin-x86 +PLATFORMS=mingw # derived info DENEMO_SOURCE_URL=$(DENEMO_REPO_URL)?branch=$(DENEMO_BRANCH) but that is all. > I fixed the md5sum hashlib thing a while back. So perhaps your fix is only in your local copy? Richard _______________________________________________ Denemo-devel mailing list Denemo-devel@gnu.org https://lists.gnu.org/mailman/listinfo/denemo-devel