On Jul 12, 2005, at 1:42 PM, Dominique Dhumieres wrote:

While updating to octave-forge-2005.06.13-1, I got the following error:

...
g++-3.3 -c -no-cpp-precomp -I/sw/include -I/sw/include/octave-2.1.71 -I/sw/include/octave-2.1.71/octave -I/sw/include -g -O2 -DHAVE_OCTAVE_21 chol.cc -o chol.o
In file included from chol.cc:32:
/sw/include/utils.h:2:10: #include expects "FILENAME" or <FILENAME>
In file included from chol.cc:32:
/sw/include/utils.h: In function `char* copystring(const char*)':
/sw/include/utils.h:90: warning: invalid conversion from `void*' to `char*'
/sw/include/utils.h: In function `char* catstring(char*, const char*)':
/sw/include/utils.h:100: warning: invalid conversion from `void*' to `char*'
/sw/include/utils.h:102: warning: invalid conversion from `void*' to `char*'
chol.cc: In function `octave_value_list Fchol(const octave_value_list&, int)':
chol.cc:71: error: `empty_arg' undeclared (first use this function)
chol.cc:71: error: (Each undeclared identifier is reported only once for each 
   function it appears in.)
make[2]: *** [chol.o] Error 1
...
Processing main/struct/...
make[2]: Nothing to be done for `all'.
Processing main/symbolic/...
make[2]: Nothing to be done for `all'.
Processing nonfree/
cd nonfree/ && make -k  2>&1 || \
   echo "nonfree/ not complete. See log for details" >>../build.fail \
| tee -a build.log
make[1]: Nothing to be done for `all'.
Build finished.
Please read FIXES/README before you install.
extra/ not complete. See log for details
make: *** [all] Error 1
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-octave-forge-2005.06.13-1
(Reading database ... 385317 files and directories currently installed.)
Removing fink-buildlock-octave-forge-2005.06.13-1 ...
Failed: phase compiling: octave-forge-2005.06.13-1 failed

I moved away the file /sw/include/utils.h and the update went fine.
Does anyone know from which package this file is coming? Is it a left-over 
of previous updates/installs or is it a conflict with some *-dev package?

TIA

Dominique


It's the latter:

$ dpkg -S /sw/include/utils.h
libcdparanoia0-dev: /sw/include/utils.h


--

Alexander Hansen

Fink Documentarian

[Day Job] Levitated Dipole Experiment

http://psfcwww2.psfc.mit.edu/ldx/


Reply via email to