> On 26.10.2014, at 16:52, Alexander Hansen <alexanderk.han...@gmail.com> wrote:
> 
> On 10/26/14, 8:18 AM, Lukas Reichlin wrote:
>> Hi Alexander
>> 
>> After installing octave382-ref successfully with all my packages, I ran into 
>> the problem below while installing the new Octave GUI.
>> 
>> Best regards,
>> Lukas
>> 
>> 
>> Octave successfully built.  Now choose from the following:
>> 
>>    ./run-octave    - to run in place to test before installing
>>    make check      - to run the tests
>>    make install    - to install (PREFIX=/sw)
>> 
>> Makefile:2848: warning: overriding commands for target `check'
>> Makefile:2410: warning: ignoring old commands for target `check'
>> make[3]: Nothing to be done for `install-exec-am'.
>> /sw/bin/gmkdir -p 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/site/m 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/site/api-v49+/m
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/site/m
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/site/oct/x86_64-apple-darwin
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/site/oct/api-v49+/x86_64-apple-darwin
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/3.8.2/site/oct/x86_64-apple-darwin
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/site/exec/x86_64-apple-darwin
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/api-v49+/site/exec/x86_64-apple-darwin
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/3.8.2/site/exec/x86_64-apple-darwin
>>  /sw/bin/gmkdir -p 
>> '/sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/include/octave-3.8.2/octave'
>>  /sw/bin/ginstall -c -m 644 config.h 
>> '/sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/include/octave-3.8.2/octave'
>>  /sw/bin/gmkdir -p 
>> '/sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/etc'
>>  /sw/bin/ginstall -c -m 644 CITATION NEWS config.log 
>> '/sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/etc'
>>  /sw/bin/gmkdir -p 
>> '/sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/include/octave-3.8.2/octave'
>>  /sw/bin/ginstall -c -m 644 oct-conf-post.h 
>> '/sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/include/octave-3.8.2/octave'
>>  # Install manpages manually
>>  mkdir -p /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/man/man1
>>  mv doc/interpreter/*.1 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/man/man1
>>  # Install info pages manually
>>  mkdir -p /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/info
>>  mv doc/interpreter/*.info* 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/info
>>  # install texi macros
>>  mkdir -p 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/etc
>>  mv doc/interpreter/*.texi  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/etc
>> 
>>  # Install Fink-specific octaverc which points at our oct-versioned
>>  # package directory, and create the database directory
>>  cp octaverc 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/m/startup
>>  mkdir -p 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/var/octave/3.8.2/
>> 
>>  # install examples
>>  mkdir -p 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/doc/examples
>>  cp -R examples 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/doc/examples
>> 
>>  # remove autogenerated freedesktop.org desktop file
>>  rm -f 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/applications/www.octave.org-octave.desktop
>>  mkdir -p 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/octave/3.8.2/scripts
>> 
>>  # upstream install operation mangles mkoctfile(?), so copy it over
>>  # from %b manually
>>  cd /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/bin
>>  rm mkoctfile mkoctfile-3.8.2
>>  /bin/cp 
>> /sw/src/fink.build/octave-ref-qtmac-3.8.2-2/octave-3.8.2/src/mkoctfile 
>> mkoctfile-3.8.2
>>  ln -s mkoctfile-3.8.2 mkoctfile
>> 
>>  # sanitize .la files
>>  cd /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/3.8.2/
>>  perl -pi -e 's/(\-framework)\s(\w+)/-Wl,$1,$2/g' *.la
>> 
>>  # manually install libcxx-fix.h
>>  if [ -e 
>> /sw/src/fink.build/octave-ref-qtmac-3.8.2-2/octave-3.8.2/liboctave/operators/libcxx-fix.h
>>  ] ; then
>>      cp 
>> /sw/src/fink.build/octave-ref-qtmac-3.8.2-2/octave-3.8.2/liboctave/operators/libcxx-fix.h
>>  
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/include/octave-3.8.2/octave/
>>  fi
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.J_KQf
>> /usr/bin/install -d -m 700 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac
>> /bin/cp -r AUTHORS 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac/
>> /bin/cp -r BUGS 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac/
>> /bin/cp -r COPYING 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac/
>> /bin/cp -r ChangeLog 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac/
>> /bin/cp -r NEWS 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac/
>> /bin/cp -r README 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac/
>> /bin/chmod -R go=u-w 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/doc/octave-ref-qtmac
>> /bin/rm -f /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/info/dir 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/info/dir.old 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/info/dir 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/share/info/dir.old
>> /bin/rm -rf /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2
>> /bin/mkdir -p /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw
>> /bin/mkdir -p /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/DEBIAN
>> /usr/sbin/chown -R fink-bld:fink-bld 
>> /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.qRdfr
>> /usr/bin/install -d -m 755 
>> /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw/include
>> /bin/mv 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/include/octave-3.8.2 
>> /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw/include/
>> /usr/bin/install -d -m 755 
>> /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw/lib/octave/3.8.2
>> /bin/mv 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/3.8.2/*.la 
>> /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw/lib/octave/3.8.2/
>> /bin/mv 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/3.8.2/lib{octave,octinterp}.dylib
>>  /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw/lib/octave/3.8.2/
>> /bin/mv 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/3.8.2/liboctgui.dylib
>>  /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw/lib/octave/3.8.2/
>> mv: rename 
>> /sw/src/fink.build/root-octave-ref-qtmac-3.8.2-2/sw/lib/octave/3.8.2/liboctgui.dylib
>>  to 
>> /sw/src/fink.build/root-octave382-ref-qtmac-dev-3.8.2-2/sw/lib/octave/3.8.2/liboctgui.dylib:
>>  No such file or directory
>> ### execution of /bin/mv failed, exit code 1
>> ### execution of /tmp/fink.qRdfr failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-octave-ref-qtmac-3.8.2-2
>> (Reading database ... 153089 files and directories currently installed.)
>> Removing fink-buildlock-octave-ref-qtmac-3.8.2-2 ...
>> Failed: phase installing: octave382-ref-qtmac-dev-3.8.2-2 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> Also try using "fink configure" to set your maximum build jobs to 1 and
>> attempt to build the package again.
>> If you continue to have issues, please check to see if the FAQ on Fink's
>> website solves the problem.  If not, ask on one (not both, please) of
>> these mailing lists:
>> 
>>      The Fink Users List <fink-users@lists.sourceforge.net>
>>      The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
>> 
>> with a carbon copy to the maintainer:
>> 
>>      Alexander Hansen <alexkhan...@users.sourceforge.net>
>> 
>> Note that this is preferable to emailing just the maintainer directly,
>> since most fink package maintainers do not have access to all possible
>> hardware and software configurations.
>> 
>> Please try to include the complete error message in your report.  This
>> generally consists of a compiler line starting with e.g. "gcc" or "g++"
>> followed by the actual error output from the compiler.
>> 
>> Also include the following system information:
>> Package manager version: 0.38.1
>> Distribution version: selfupdate-rsync Sun Oct 26 15:28:19 2014, 10.10, 
>> x86_64
>> Trees: local/main stable/main stable/crypto
>> Xcode.app: 6.1
>> Xcode command-line tools: 6.1.0.0.1.1413057044
>> Max. Fink build jobs:  4
>> 
>> fx:~ lukas$
>> 
> 
> Hmm...
> 
> Can I have you check in your octave382-ref-qtmac build directory 
> (/sw/src/fink.build/octave-ref-qtmac-3.8.2/octave-3.8.2/) as to whether 
> libgui.dylib actually got built?
> 
> Thanks!
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> My package updates: http://finkakh.wordpress.com/

There's a folder "libgui" inside 
"/sw/src/fink.build/octave-ref-qtmac-3.8.2-2/octave-3.8.2/", but no dylib.

Best regards,
Lukas



------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to