[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
package install error
From: |
Clinton Winant |
Subject: |
package install error |
Date: |
Tue, 18 Dec 2012 11:00:27 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
Trying to install package signal, this requires various other package
which, in turn require package struct. When attempting to install
package struct:
octave:1> pkg install struct-1.0.10.tar.gz
make: /usr/bin/mkoctfile: Command not found
make: *** [fields2cell.oct] Error 127
'make' returned the following error: make: Entering directory
`/tmp/oct-dYlbKf/struct-1.0.10/src'
/usr/bin/mkoctfile -s fields2cell.cc
make: Leaving directory `/tmp/oct-dYlbKf/struct-1.0.10/src'
error: called from `pkg>configure_make' in file
/usr/share/octave/3.6.2/m/pkg/pkg.m near line 1391, column 9
error: called from:
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 834, column 5
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383, column 9
octave:1> pkg install struct-1.0.10.tar.gz
make: /usr/bin/mkoctfile: Command not found
make: *** [fields2cell.oct] Error 127
'make' returned the following error: make: Entering directory
`/tmp/oct-7yyCVL/struct-1.0.10/src'
/usr/bin/mkoctfile -s fields2cell.cc
make: Leaving directory `/tmp/oct-7yyCVL/struct-1.0.10/src'
error: called from `pkg>configure_make' in file
/usr/share/octave/3.6.2/m/pkg/pkg.m near line 1391, column 9
error: called from:
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 834, column 5
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383, column 9
octave:1>
Other package install have failed because of missing dependencies, but
not in this way. Suggestions to either address@hidden or
address@hidden will be appreciated
linux 12.10 octave 3.6.2
- package install error,
Clinton Winant <=