Menu

CMake generator option broken (v0.9.7)

wpkg
2015-03-06
2015-03-10
  • Mathieu SCHROETER

    Hello,

    With 0.9.7, the bug fixed by Krasovsky [1] is still present (missing space after the CMake generator option):

    [3071]: xcraft [wpkg] Verb: wpkg --verbose --output-repository-dir /home/schroeterm/devel/bootstrap-nixdev/sysroot/toolchain/var/wpkg/source --build --cmake-generator Unix Makefiles --make-tool make
    
    [3071]: xcraft [wpkg] Info: wpkg:info: 2015/03/06 20:00:12: [package:bootstrap+expat-src] system("cd /tmp/wpkg-3120/build && export PATH=/bin:$PATH && export LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH && export WPKG_ROOTDIR=/ && export WPKG_INSTDIR=/ && export WPKG_ADMINDIR=/var/lib/wpkg && cmake -G Unix\\ Makefiles/home/schroeterm/devel/bootstrap-nixdev/sysroot/toolchain/var/tmp/wpkg/source/bootstrap+expat"). (run-script)
    [3071]: xcraft [wpkg] Err: CMake Error: Could not create named generator Unix Makefiles/home/schroeterm/devel/bootstrap-nixdev/sysroot/toolchain/var/tmp/wpkg/source/bootstrap+expat
    

    --

    (1):
    https://sourceforge.net/p/unigw/discussion/647573/thread/fe87155c/#eb57
    https://sourceforge.net/p/unigw/discussion/647573/thread/fe87155c/eb57/attachment/0005-Fixed-the-following-issues-on-MinGW-platform.patch
    (see line 179 in the patch)

    Thanks
    Regards

     
  • Alexis Wilke

    Alexis Wilke - 2015-03-09

    Okay, that's applied. I'll push that in a bit.

    I also marked the patch as merged.

     

    Last edit: Alexis Wilke 2015-03-10
  • Mathieu SCHROETER

    Thank you Alexis

     

Log in to post a comment.