On 6/10/12 8:42 AM, Dominique Dhumieres wrote: > Updating to geometry-oct343-1.5.0-1 on > > Package manager version: 0.32.6 > Distribution version: selfupdate-rsync Sun Jun 10 16:13:19 2012, 10.6, x86_64 > Trees: local/main stable/main stable/crypto unstable/main unstable/crypto > Xcode: 3.2.6 > Max. Fink build jobs: 2 > > fials with > > /sw64/bin/tar --no-same-owner --no-same-permissions -xf > /sw64/src/geometry-1.5.0.tar.gz > /tmp/fink.AMvO6 > #!/bin/sh -ev > if [ $UID -ne 0 ] > then > echo "geometry-oct343 cannot be built with --build-as-nobody" > exit 1 > fi > export OCTAVE=/sw64/bin/octave-3.4.3 > # repack tarball, since octave-3.4.3 appears not to want to install > # from directories > cd .. > tar -cf geometry.tar geometry > cd /sw64/src/fink.build/geometry-oct343-1.5.0-1/geometry > pkgsrc=geometry.tar > /sw64/share/octave/3.4.3/scripts/octave-forge-compile.sh $pkgsrc > #!/bin/sh -ev > cd .. > mkdir -p bld/share/octave/3.4.3/packages bld/lib/octave/3.4.3/packages > cp /sw64/share/octave/3.4.3/scripts/octave-forge-comp > /sw64/share/octave/3.4.3/scripts/octave-forge-inst bld > chmod a+x bld/octave-forge* > sed -i.bak -e "s/@PKGNAME@/$1/" bld/octave-forge* > bld/octave-forge-comp > GNU Octave, version 3.4.3 > Copyright (C) 2011 John W. Eaton and others. > This is free software; see the source code for copying conditions. > There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or > FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. > > Octave was configured for "x86_64-apple-darwin". > > Additional information about Octave is available at http://www.octave.org. > > Please contribute if you find this software useful. > For more information, visit http://www.octave.org/help-wanted.html > > Read http://www.octave.org/bugs.html to learn how to submit bug reports. > > For information about changes from previous versions, type `news'. > > executing commands from /sw64/share/octave/site/m/startup/octaverc ... done. > warning: function /sw64/share/octave/3.4.3/packages/statistics-1.1.3/fstat.m > shadows a core library function > warning: dispatch is obsolete and will be removed from a future version of > Octave; please use classes instead > warning: function /sw64/share/octave/3.4.3/packages/strings-1.0.7/strtrim.m > shadows a core library function > executing commands from /sw64/share/octave/3.4.3/m/startup/octaverc ... done. > > ans = > /sw64/src/fink.build/geometry-oct343-1.5.0-1/bld/share/octave/3.4.3/packages > mkdir (/var/tmp/oct-KDqnJJ) > untar (./geometry.tar, /var/tmp/oct-KDqnJJ) > warning: Copying subfolder src to package main dir, but multiple Makefiles > are not handled > make: Entering directory `/private/var/tmp/oct-KDqnJJ/geometry/src' > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c compilador.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c errores.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c eucli.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c fgeneral.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c greiner.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c polig.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c ptopol.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c segmento.c > /sw64/bin/mkoctfile-3.4.3 -Wall -Wextra -I. -c ventorno.c > /sw64/bin/mkoctfile-3.4.3 _oc_polybool.cc compilador.o errores.o eucli.o > fgeneral.o greiner.o polig.o ptopol.o segmento.o ventorno.o -Wall -Wextra -v > -I. > oct-cxx -c -I/sw64/include -fPIC -I/sw64/include/octave-3.4.3/octave/.. > -I/sw64/include/octave-3.4.3/octave -I/sw64/include -I/sw64/include > -I/sw64/include/freetype2 -I/sw64/include -I/sw64/include -O3 -Wall -Wextra > -I. _oc_polybool.cc -o _oc_polybool.o > oct-cxx -bundle -bundle_loader /sw64/bin/octave-3.4.3 -Wall -Wextra -o > _oc_polybool.oct compilador.o errores.o eucli.o fgeneral.o greiner.o polig.o > ptopol.o segmento.o ventorno.o _oc_polybool.o -L/sw64/lib/octave/3.4.3 > -L/sw64/lib -loctinterp -loctave -lcruft -Wl,-dead_strip_dylibs -L/sw64/lib > -lptlapack -lptcblas -lptf77blas -latlas -lfftw3 -lfftw3f -lm > -lGraphicsMagick -L/sw64/lib/gcc4.6/lib -lgfortran > rm fgeneral.o eucli.o polig.o compilador.o greiner.o segmento.o errores.o > ventorno.o ptopol.o > make: Leaving directory `/private/var/tmp/oct-KDqnJJ/geometry/src' > copyfile /var/tmp/oct-KDqnJJ/geometry/src/_oc_polybool.oct > /var/tmp/oct-KDqnJJ/geometry/inst/x86_64-apple-darwin-api-v45+ > error: cellfun: unrecognized parameter unif > error: evaluating argument list element number 1 > error: called from: > error: > /sw64/src/fink.build/geometry-oct343-1.5.0-1/bld/lib/octave/3.4.3/packages/geometry-1.5.0/x86_64-apple-darwin-api-v45+/PKG_ADD > at line 12, column 10 > error: /sw64/share/octave/3.4.3/m/pkg/pkg.m at line 2328, column 5 > error: /sw64/share/octave/3.4.3/m/pkg/pkg.m at line 909, column 5 > error: /sw64/share/octave/3.4.3/m/pkg/pkg.m at line 361, column 9 > error: /sw64/src/fink.build/geometry-oct343-1.5.0-1/bld/octave-forge-comp > at line 4, column 1 > ### execution of /tmp/fink.AMvO6 failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw64/bin/dpkg-lockwait -r fink-buildlock-geometry-oct343-1.5.0-1 > (Reading database ... 472613 files and directories currently installed.) > Removing fink-buildlock-geometry-oct343-1.5.0-1 ... > Failed: phase compiling: geometry-oct343-1.5.0-1 failed > > TIA > > Dominique > > PS I did not have any problem with geometry-oct36*
The webpage for the package says that it is supposed to be OK for Octave 3.4.3: http://octave.sourceforge.net/geometry/index.html so I only tested it for octave-3.6.2. I get the same thing. It appears that this new version doesn't actually work for Octave-3.4.3, so I've put in a separate .info file to bring back geometry-oct343-1.4.1. -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/2012/02/21/got-job/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
