octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pkg.m


From: Juan Pablo Carbajal
Subject: pkg.m
Date: Fri, 16 Mar 2012 10:09:07 +0100

Hi,

Debugging the installation of the package geometry-1.4.0[1] I found
that pkg is creating a PKG_ADD script that contains many copies of the
PKG_ADD script packaged with geometry. Is this the expected behavior?

Additionally, before starting with this I could install geometry from
forge without any problems, i.e.
pkg -forge install geometry
gave no errors. After testing the -prefix option (to understand the
problem reported), I am not able to install from forge anymore:

octave:1> pkg -forge -verbose install geometry
mkdir (/tmp/oct-wNVtqQ)
untar (/home/juanpi/Projects/octave-forge/admin/geometry-1.4.0.tar.gz,
/tmp/oct-wNVtqQ)
warning: Copying subfolder src to package main dir, but multiple
Makefiles are not handled
make: Entering directory `/tmp/oct-wNVtqQ/geometry/src'
mkoctfile -c -Wall -Wextra -I. compilador.c -o compilador.o
mkoctfile -c -Wall -Wextra -I. errores.c -o errores.o
mkoctfile -c -Wall -Wextra -I. eucli.c -o eucli.o
mkoctfile -c -Wall -Wextra -I. fgeneral.c -o fgeneral.o
mkoctfile -c -Wall -Wextra -I. greiner.c -o greiner.o
mkoctfile -c -Wall -Wextra -I. polig.c -o polig.o
mkoctfile -c -Wall -Wextra -I. ptopol.c -o ptopol.o
mkoctfile -c -Wall -Wextra -I. segmento.c -o segmento.o
mkoctfile -c -Wall -Wextra -I. ventorno.c -o ventorno.o
mkoctfile -s -Wall -Wextra -I. _oc_polybool.cc *.o
rm -rf *.o *~
make: Leaving directory `/tmp/oct-wNVtqQ/geometry/src'
copyfile /tmp/oct-wNVtqQ/geometry/src/_oc_polybool.oct
/tmp/oct-wNVtqQ/geometry/inst/x86_64-unknown-linux-gnu-api-v48+
warning: load_path:
/home/juanpi/octave/geometry-1.4.0/x86_64-unknown-linux-gnu-api-v48+:
No such file or directory
/home/juanpi/octave/geometry-1.4.0/x86_64-unknown-linux-gnu-api-v48+/_oc_polybool.oct:
failed to load:
/home/juanpi/octave/geometry-1.4.0/x86_64-unknown-linux-gnu-api-v48+/_oc_polybool.oct:
undefined symbol: _ZN3MPI8Datatype4FreeEv
error: called from `gen_doc_cache>create_cache' in file
/usr/local/share/octave/3.6.1/m/help/gen_doc_cache.m near line 94,
column 17
error: called from:
error:   /usr/local/share/octave/3.6.1/m/pkg/pkg.m at line 869, column 5
error:   /usr/local/share/octave/3.6.1/m/pkg/pkg.m at line 383, column 9

Help? Ideas?

Thanks

[1] 
http://gnu-octave-repository.2306053.n4.nabble.com/geometry-1-4-0-cannot-handle-installation-prefixes-td4463998.html


-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]