From: Dirk E. <ed...@de...> - 2004-11-19 02:38:19
|
On Thu, Nov 18, 2004 at 03:12:53PM +0000, Christophe Rhodes wrote: > Package: octave-forge > Version: 2004.11.16-1 > Severity: normal > > Hi, > > My copy of /usr/bin/mex seems to have a literal @AWK@ left in it -- > which stops mex from working. Is it the sign of an autoconf gone wrong? > Hand-editing the script to have awk rather than @AWK@ makes it work. Thanks for the bug report, which I am passing on to the octave-forge hackers. This looks like something we can probably patch rather quickly in both the package and upstream cvs. Here what my build log shows: Processing extra/mex/ make[3]: Entering directory /tmp/buildd/octave-forge-2004.11.16/extra/mex' mkoctfile -DHAVE_OCTAVE_21 -v -c -o mex.o mex.cc /usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.63 -I/usr/include/octave-2.1.63/ octave -mieee-fp -O2 -DHAVE_OCTAVE_21 mex.cc -o mex.o cat mex.in | sed -e "s:@MKOCTFILE@:mkoctfile -DHAVE_OCTAVE_21 -v:;s:@LIBPATH@:/u sr/lib/octave/2.1.63/site/oct/i386-pc-linux-gnu/octave-forge:g;s:@MEXLIB@:mex.o: g" \ -e 's;@_AWK_@;@AWK@;g' > mex chmod a+x mex Probably something wrong with configure ... Regards, Dirk > Cheers, > > Christophe > > -- System Information: > Debian Release: 3.1 > APT prefers unstable > APT policy: (500, 'unstable'), (1, 'experimental') > Architecture: i386 (i686) > Kernel: Linux 2.6.7csr1 > Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) > > Versions of packages octave-forge depends on: > ii atlas3-base [liblapack.s 3.6.0-19 Automatically Tuned Linear Algebra > ii fftw3 3.0.1-10 Library for computing Fast Fourier > ii lapack3 [liblapack.so.3] 3.0.20000531a-5 library of linear algebra routines > ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an > ii libcln3 1.1.9-1 Class Library for Numbers (C++) > ii libg2c0 1:3.3.5-2 Runtime library for GNU Fortran 77 > ii libgcc1 1:3.4.2-3 GCC support library > ii libginac1.3 1.3.0-1 The GiNaC framework (runtime libra > ii libgmp3 4.1.4-4 Multiprecision arithmetic library > ii libgsl0 1.5-2 The GNU Scientific Library (GSL) - > ii libhdf5-serial-1.6.2-0 [ 1.6.2-3 Hierarchical Data Format 5 (HDF5) > ii libice6 4.3.0.dfsg.1-8 Inter-Client Exchange library > ii libjpeg62 6b-9 The Independent JPEG Group's JPEG > ii libncurses5 5.4-4 Shared libraries for terminal hand > ii libpng12-0 1.2.7-1 PNG library - runtime > ii libqhull5 2003.1-1 Calculate convex hulls and related > ii libreadline4 4.3-15 GNU readline and history libraries > ii libsm6 4.3.0.dfsg.1-8 X Window System Session Management > ii libstdc++5 1:3.3.5-2 The GNU Standard C++ Library v3 > ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li > ii octave2.1 2.1.63-1 The GNU Octave language for numeri > ii refblas3 [libblas.so.3] 1.2-6 Basic Linear Algebra Subroutines 3 > ii xlibs 4.3.0.dfsg.1-8 X Window System client libraries m > ii zlib1g 1:1.2.2-3 compression library - runtime > > -- no debconf information -- If your hair is standing up, then you are in extreme danger. -- http://www.usafa.af.mil/dfp/cockpit-phys/fp1ex3.htm |