[Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Dominique Dhumieres
Updating to tsa-oct364-4.2.4-7 failed on

Package manager version: 0.34.7
Distribution version: selfupdate-rsync Sun Apr 28 12:30:42 2013, 10.6, x86_64
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
Xcode.app: 3.2.6
Xcode command-line tools: 3.2.6
tsa-oct364-4.2.4-7 is set to build with only one job.

with

pkgsrc=tsa
/sw64/share/fink-octave-scripts/octave-forge-patch.sh tsa 4.2.4 3.6.4 
/sw64/src/fink.build/tsa-oct364-4.2.4-7/tsa 
/sw64/src/fink.build/root-tsa-oct364-4.2.4-7/sw64 $pkgsrc
#!/bin/sh -ev
if [ $UID -ne 0 ]
then 
echo $1 cannot be built with --build-as-nobody
exit 1
fi
octvers=$3
subst1=s,@PKG@,$1,g
subst2=s,@PKGVERS@,$2,g
subst3=s,@OCTVERS@,$octvers,g
subst4=s,@BUILDDIR@,$4,g
subst5=s,@INSTDIR@,$5,g
subst6=s,@PKGSRC@,$6,g
for scriptfile in octave-forge-install.sh octave-forge-inst \
  octave-forge-postinst.sh 
octave-forge-postinst \
  octave-forge-prerm.sh octave-forge-prerm; do 
sed -e $subst1 -e $subst2 -e $subst3 -e $subst4 -e $subst5 
/sw64/share/fink-octave-scripts/$scriptfile.in  $scriptfile
chmod a+x $scriptfile
done
if [[ $octvers  3.4.0 ]] ; then

oc_shell_script=/sw64/share/fink-octave-scripts/octave-forge-compile-3.4.3.sh.in

oc_oct_script=/sw64/share/fink-octave-scripts/octave-forge-comp-3.4.3.in
else

oc_shell_script=/sw64/share/fink-octave-scripts/octave-forge-compile-3.0.5.sh.in

oc_oct_script=/sw64/share/fink-octave-scripts/octave-forge-comp-3.0.5.in
fi
sed -e $subst1 -e $subst3 -e $subst4 -e $subst6 $oc_shell_script  
octave-forge-compile.sh
sed -e $subst1 -e $subst3 -e $subst6 $oc_oct_script  octave-forge-comp
sed -e $subst3 -e $subst4 /sw64/share/fink-octave-scripts/genmkoctfile.sh.in  
genmkoctfile.sh
sed: impossible de lire /sw64/share/fink-octave-scripts/genmkoctfile.sh.in: No 
such file or directory
### execution of /tmp/fink.t7yY5 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw64/bin/dpkg-lockwait -r fink-buildlock-tsa-oct364-4.2.4-7
(Reading database ... 530832 files and directories currently installed.)
Removing fink-buildlock-tsa-oct364-4.2.4-7 ...
Failed: phase compiling: tsa-oct364-4.2.4-7 failed

TIA

Dominique

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Alexander Hansen
On 4/28/13 3:33 AM, Dominique Dhumieres wrote:
 Updating to tsa-oct364-4.2.4-7 failed on

 Package manager version: 0.34.7
 Distribution version: selfupdate-rsync Sun Apr 28 12:30:42 2013, 10.6, x86_64
 Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
 Xcode.app: 3.2.6
 Xcode command-line tools: 3.2.6
 tsa-oct364-4.2.4-7 is set to build with only one job.

 with

 pkgsrc=tsa
 /sw64/share/fink-octave-scripts/octave-forge-patch.sh tsa 4.2.4 3.6.4 
 /sw64/src/fink.build/tsa-oct364-4.2.4-7/tsa 
 /sw64/src/fink.build/root-tsa-oct364-4.2.4-7/sw64 $pkgsrc
 #!/bin/sh -ev
 if [ $UID -ne 0 ]
 then
   echo $1 cannot be built with --build-as-nobody
   exit 1
 fi
 octvers=$3
 subst1=s,@PKG@,$1,g
 subst2=s,@PKGVERS@,$2,g
 subst3=s,@OCTVERS@,$octvers,g
 subst4=s,@BUILDDIR@,$4,g
 subst5=s,@INSTDIR@,$5,g
 subst6=s,@PKGSRC@,$6,g
 for scriptfile in octave-forge-install.sh octave-forge-inst \
 octave-forge-postinst.sh 
 octave-forge-postinst \
 octave-forge-prerm.sh octave-forge-prerm; do
   sed -e $subst1 -e $subst2 -e $subst3 -e $subst4 -e $subst5 
 /sw64/share/fink-octave-scripts/$scriptfile.in  $scriptfile
   chmod a+x $scriptfile
 done
 if [[ $octvers  3.4.0 ]] ; then
   
 oc_shell_script=/sw64/share/fink-octave-scripts/octave-forge-compile-3.4.3.sh.in
   
 oc_oct_script=/sw64/share/fink-octave-scripts/octave-forge-comp-3.4.3.in
 else
   
 oc_shell_script=/sw64/share/fink-octave-scripts/octave-forge-compile-3.0.5.sh.in
   
 oc_oct_script=/sw64/share/fink-octave-scripts/octave-forge-comp-3.0.5.in
 fi
 sed -e $subst1 -e $subst3 -e $subst4 -e $subst6 $oc_shell_script  
 octave-forge-compile.sh
 sed -e $subst1 -e $subst3 -e $subst6 $oc_oct_script  octave-forge-comp
 sed -e $subst3 -e $subst4 /sw64/share/fink-octave-scripts/genmkoctfile.sh.in 
  genmkoctfile.sh
 sed: impossible de lire /sw64/share/fink-octave-scripts/genmkoctfile.sh.in: 
 No such file or directory
 ### execution of /tmp/fink.t7yY5 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw64/bin/dpkg-lockwait -r fink-buildlock-tsa-oct364-4.2.4-7
 (Reading database ... 530832 files and directories currently installed.)
 Removing fink-buildlock-tsa-oct364-4.2.4-7 ...
 Failed: phase compiling: tsa-oct364-4.2.4-7 failed

 TIA

 Dominique


This looks like a problem in fink-octave-scripts, but I can't see where 
this is being triggered (no 10.6 available right now).

What do you get from

dpkg -l fink-octave-scripts
dpkg -L fink-octave-scripts

?
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Dominique Dhumieres
 What do you get from
 dpkg -l fink-octave-scripts

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  fink-octave-scripts 0.2.0-1 Convenience 
scripts for Octave add-ons

 dpkg -L fink-octave-scripts

/.
/sw64
/sw64/share
/sw64/share/doc
/sw64/share/doc/fink-octave-scripts
/sw64/share/doc/fink-octave-scripts/Readme.md
/sw64/share/fink-octave-scripts
/sw64/share/fink-octave-scripts/octave-forge-comp-3.0.5.in
/sw64/share/fink-octave-scripts/octave-forge-comp-3.4.3.in
/sw64/share/fink-octave-scripts/octave-forge-compile-3.0.5.sh.in
/sw64/share/fink-octave-scripts/octave-forge-compile-3.4.3.sh.in
/sw64/share/fink-octave-scripts/octave-forge-inst.in
/sw64/share/fink-octave-scripts/octave-forge-install.sh.in
/sw64/share/fink-octave-scripts/octave-forge-patch.sh
/sw64/share/fink-octave-scripts/octave-forge-postinst.in
/sw64/share/fink-octave-scripts/octave-forge-postinst.sh.in
/sw64/share/fink-octave-scripts/octave-forge-prerm.in
/sw64/share/fink-octave-scripts/octave-forge-prerm.sh.in


Dominique

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Alexander Hansen
On 4/28/13 9:52 AM, Dominique Dhumieres wrote:
 What do you get from
 dpkg -l fink-octave-scripts

 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
 uppercase=bad)
 ||/ NameVersion 
 Description
 +++-===-===-==
 ii  fink-octave-scripts 0.2.0-1 
 Convenience scripts for Octave add-ons

 dpkg -L fink-octave-scripts

 /.
 /sw64
 /sw64/share
 /sw64/share/doc
 /sw64/share/doc/fink-octave-scripts
 /sw64/share/doc/fink-octave-scripts/Readme.md
 /sw64/share/fink-octave-scripts
 /sw64/share/fink-octave-scripts/octave-forge-comp-3.0.5.in
 /sw64/share/fink-octave-scripts/octave-forge-comp-3.4.3.in
 /sw64/share/fink-octave-scripts/octave-forge-compile-3.0.5.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-compile-3.4.3.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-inst.in
 /sw64/share/fink-octave-scripts/octave-forge-install.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-patch.sh
 /sw64/share/fink-octave-scripts/octave-forge-postinst.in
 /sw64/share/fink-octave-scripts/octave-forge-postinst.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-prerm.in
 /sw64/share/fink-octave-scripts/octave-forge-prerm.sh.in


 Dominique


That's the right version, but, indeed, the contents don't look correct. :-)

Could I please see the output from running fink rebuild 
fink-octave-scripts?
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Dominique Dhumieres
 Could I please see the output from running fink rebuild
 fink-octave-scripts?

sudo -u fink-bld [ENV] sh -c /tmp/fink.3_0yH
unzip -o /sw64/src/fink-octave-scripts-0.2.0.zip
Archive:  /sw64/src/fink-octave-scripts-0.2.0.zip
704a46481fa174ca6c6a2e727f4a16c3e3eebc59
   creating: fink-octave-scripts-0.2.0/
  inflating: fink-octave-scripts-0.2.0/COPYING  
  inflating: fink-octave-scripts-0.2.0/NEWS  
  inflating: fink-octave-scripts-0.2.0/Readme.md  
  inflating: fink-octave-scripts-0.2.0/genmkoctfile.sh.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-comp-3.0.5.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-comp-3.4.3.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-compile-3.0.5.sh.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-compile-3.4.3.sh.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-inst.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-install.sh.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-patch.sh.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-postinst.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-postinst.sh  
  inflating: fink-octave-scripts-0.2.0/octave-forge-postinst.sh.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-prerm.in  
  inflating: fink-octave-scripts-0.2.0/octave-forge-prerm.sh.in  
sudo -u fink-bld [ENV] sh -c /tmp/fink.juO5P
sed -e 's,@FINKPREFIX@,/sw64,g' octave-forge-patch.sh.in  octave-forge-patch.sh
sed -i -e 's,@FINKPREFIX@,/sw64,g' octave-forge-comp*.in octave-forge-*inst*.in 
octave-forge-prerm*.in genmkoctfile.sh.in
sudo -u fink-bld [ENV] sh -c /tmp/fink.fnc8s
echo No compiling required.
No compiling required.
/bin/rm -rf /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1
/bin/mkdir -p /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64
/bin/mkdir -p /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/DEBIAN
/usr/sbin/chown -R fink-bld:fink-bld 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1
sudo -u fink-bld [ENV] sh -c /tmp/fink.wLFmP
mkdir -p 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/fink-octave-scripts
cp octave-forge-patch.sh octave-forge-comp*.in octave-forge-*inst*.in 
octave-forge-prerm*.in genmkoctfile.sh.in 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/fink-octave-scripts/
chmod a+x 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/fink-octave-scripts/octave-forge-patch.sh
sudo -u fink-bld [ENV] sh -c /tmp/fink.g_6B5
/usr/bin/install -d -m 700 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/doc/fink-octave-scripts
/bin/cp -r Readme.md 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/doc/fink-octave-scripts/
/bin/chmod -R go=u-w 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/doc/fink-octave-scripts
/bin/rm -f /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/info/dir 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/info/dir.old 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/info/dir 
/sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/info/dir.old
Reverting ownership of install dir to root
Writing control file...
Writing md5sums file...
dpkg-deb -b root-fink-octave-scripts-0.2.0-1 
/sw64/fink/10.6/stable/main/binary-darwin-x86_64/sci
dpkg-deb: building package `fink-octave-scripts' in 
`/sw64/fink/10.6/stable/main/binary-darwin-x86_64/sci/fink-octave-scripts_0.2.0-1_darwin-x86_64.deb'.
Removing runtime build-lock...
Removing build-lock package...
/sw64/bin/dpkg-lockwait -r fink-buildlock-fink-octave-scripts-0.2.0-1
(Reading database ... 530832 files and directories currently installed.)
Removing fink-buildlock-fink-octave-scripts-0.2.0-1 ...
Reading buildlock packages...
/sw64/bin/dpkg-lockwait -i 
/sw64/fink/dists/stable/main/binary-darwin-x86_64/sci/fink-octave-scripts_0.2.0-1_darwin-x86_64.deb
(Reading database ... 530831 files and directories currently installed.)
Preparing to replace fink-octave-scripts 0.2.0-1 (using 
.../fink-octave-scripts_0.2.0-1_darwin-x86_64.deb) ...
Unpacking replacement fink-octave-scripts ...
Setting up fink-octave-scripts (0.2.0-1) ...

Dominique

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Alexander Hansen
On 4/28/13 2:44 PM, Dominique Dhumieres wrote:
 Could I please see the output from running fink rebuild
 fink-octave-scripts?

 sudo -u fink-bld [ENV] sh -c /tmp/fink.3_0yH
 unzip -o /sw64/src/fink-octave-scripts-0.2.0.zip
 Archive:  /sw64/src/fink-octave-scripts-0.2.0.zip
 704a46481fa174ca6c6a2e727f4a16c3e3eebc59
 creating: fink-octave-scripts-0.2.0/
inflating: fink-octave-scripts-0.2.0/COPYING
inflating: fink-octave-scripts-0.2.0/NEWS
inflating: fink-octave-scripts-0.2.0/Readme.md
inflating: fink-octave-scripts-0.2.0/genmkoctfile.sh.in
inflating: fink-octave-scripts-0.2.0/octave-forge-comp-3.0.5.in
inflating: fink-octave-scripts-0.2.0/octave-forge-comp-3.4.3.in
inflating: fink-octave-scripts-0.2.0/octave-forge-compile-3.0.5.sh.in
inflating: fink-octave-scripts-0.2.0/octave-forge-compile-3.4.3.sh.in
inflating: fink-octave-scripts-0.2.0/octave-forge-inst.in
inflating: fink-octave-scripts-0.2.0/octave-forge-install.sh.in
inflating: fink-octave-scripts-0.2.0/octave-forge-patch.sh.in
inflating: fink-octave-scripts-0.2.0/octave-forge-postinst.in
inflating: fink-octave-scripts-0.2.0/octave-forge-postinst.sh
inflating: fink-octave-scripts-0.2.0/octave-forge-postinst.sh.in
inflating: fink-octave-scripts-0.2.0/octave-forge-prerm.in
inflating: fink-octave-scripts-0.2.0/octave-forge-prerm.sh.in
 sudo -u fink-bld [ENV] sh -c /tmp/fink.juO5P
 sed -e 's,@FINKPREFIX@,/sw64,g' octave-forge-patch.sh.in  
 octave-forge-patch.sh
 sed -i -e 's,@FINKPREFIX@,/sw64,g' octave-forge-comp*.in 
 octave-forge-*inst*.in octave-forge-prerm*.in genmkoctfile.sh.in
 sudo -u fink-bld [ENV] sh -c /tmp/fink.fnc8s
 echo No compiling required.
 No compiling required.
 /bin/rm -rf /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1
 /bin/mkdir -p /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64
 /bin/mkdir -p /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/DEBIAN
 /usr/sbin/chown -R fink-bld:fink-bld 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1
 sudo -u fink-bld [ENV] sh -c /tmp/fink.wLFmP
 mkdir -p 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/fink-octave-scripts
 cp octave-forge-patch.sh octave-forge-comp*.in octave-forge-*inst*.in 
 octave-forge-prerm*.in genmkoctfile.sh.in 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/fink-octave-scripts/
 chmod a+x 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/fink-octave-scripts/octave-forge-patch.sh
 sudo -u fink-bld [ENV] sh -c /tmp/fink.g_6B5
 /usr/bin/install -d -m 700 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/doc/fink-octave-scripts
 /bin/cp -r Readme.md 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/doc/fink-octave-scripts/
 /bin/chmod -R go=u-w 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/doc/fink-octave-scripts
 /bin/rm -f 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/info/dir 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/info/dir.old 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/info/dir 
 /sw64/src/fink.build/root-fink-octave-scripts-0.2.0-1/sw64/share/info/dir.old
 Reverting ownership of install dir to root
 Writing control file...
 Writing md5sums file...
 dpkg-deb -b root-fink-octave-scripts-0.2.0-1 
 /sw64/fink/10.6/stable/main/binary-darwin-x86_64/sci
 dpkg-deb: building package `fink-octave-scripts' in 
 `/sw64/fink/10.6/stable/main/binary-darwin-x86_64/sci/fink-octave-scripts_0.2.0-1_darwin-x86_64.deb'.
 Removing runtime build-lock...
 Removing build-lock package...
 /sw64/bin/dpkg-lockwait -r fink-buildlock-fink-octave-scripts-0.2.0-1
 (Reading database ... 530832 files and directories currently installed.)
 Removing fink-buildlock-fink-octave-scripts-0.2.0-1 ...
 Reading buildlock packages...
 /sw64/bin/dpkg-lockwait -i 
 /sw64/fink/dists/stable/main/binary-darwin-x86_64/sci/fink-octave-scripts_0.2.0-1_darwin-x86_64.deb
 (Reading database ... 530831 files and directories currently installed.)
 Preparing to replace fink-octave-scripts 0.2.0-1 (using 
 .../fink-octave-scripts_0.2.0-1_darwin-x86_64.deb) ...
 Unpacking replacement fink-octave-scripts ...
 Setting up fink-octave-scripts (0.2.0-1) ...

 Dominique


It _looks_ like genmkoctfile.sh.in should have been installed, then. 
What does dpkg -L fink-octave-scripts return now?

As a workaround, you could manually copy genmkoctfile.sh.in from an 
unzipped fink-octave-scripts-0.2.0.zip archive into 
/sw64/share/fink-octave-scripts and in that file change @FINKPREFIX@ to 
/sw64.  I'd rather come up with a robust solution, though.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack 

Re: [Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Dominique Dhumieres
 What does dpkg -L fink-octave-scripts return now?

/.
/sw64
/sw64/share
/sw64/share/doc
/sw64/share/doc/fink-octave-scripts
/sw64/share/doc/fink-octave-scripts/Readme.md
/sw64/share/fink-octave-scripts
/sw64/share/fink-octave-scripts/genmkoctfile.sh.in
/sw64/share/fink-octave-scripts/octave-forge-comp-3.0.5.in
/sw64/share/fink-octave-scripts/octave-forge-comp-3.4.3.in
/sw64/share/fink-octave-scripts/octave-forge-compile-3.0.5.sh.in
/sw64/share/fink-octave-scripts/octave-forge-compile-3.4.3.sh.in
/sw64/share/fink-octave-scripts/octave-forge-inst.in
/sw64/share/fink-octave-scripts/octave-forge-install.sh.in
/sw64/share/fink-octave-scripts/octave-forge-patch.sh
/sw64/share/fink-octave-scripts/octave-forge-postinst.in
/sw64/share/fink-octave-scripts/octave-forge-postinst.sh.in
/sw64/share/fink-octave-scripts/octave-forge-prerm.in
/sw64/share/fink-octave-scripts/octave-forge-prerm.sh.in

and tsa-oct364 has been updated.

Thanks for the help.

Dominique

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: tsa-oct364-4.2.4-7 failed

2013-04-28 Thread Alexander Hansen
On 4/28/13 3:27 PM, Dominique Dhumieres wrote:
 What does dpkg -L fink-octave-scripts return now?

 /.
 /sw64
 /sw64/share
 /sw64/share/doc
 /sw64/share/doc/fink-octave-scripts
 /sw64/share/doc/fink-octave-scripts/Readme.md
 /sw64/share/fink-octave-scripts
 /sw64/share/fink-octave-scripts/genmkoctfile.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-comp-3.0.5.in
 /sw64/share/fink-octave-scripts/octave-forge-comp-3.4.3.in
 /sw64/share/fink-octave-scripts/octave-forge-compile-3.0.5.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-compile-3.4.3.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-inst.in
 /sw64/share/fink-octave-scripts/octave-forge-install.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-patch.sh
 /sw64/share/fink-octave-scripts/octave-forge-postinst.in
 /sw64/share/fink-octave-scripts/octave-forge-postinst.sh.in
 /sw64/share/fink-octave-scripts/octave-forge-prerm.in
 /sw64/share/fink-octave-scripts/octave-forge-prerm.sh.in

 and tsa-oct364 has been updated.

 Thanks for the help.

 Dominique


I'm not sure what went wrong. :-)

I updated fink-octave-scripts today for a different issue, so after you 
update that, you may want to check it with dpkg -L again.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users