[Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Kevin Horton
texmacs-1.0.6.15-3 fails to compile for me, failing in the configure  
phase with:

s@abs_top_builddir@$ac_abs_top_builddir;t t
$ac_datarootdir_hack
 $ac_file_inputs
  43293 Done| sed -f $tmp/subs-1.sed
  43294   | sed -f $tmp/subs-2.sed  $tmp/out
config.status: creating src/System/config.h
./config.status: line 663: 43311 Illegal instruction sed -f $tmp/ 
defines.sed $ac_file_inputs  $tmp/out1
  export GUILE_LOAD_PATH=/sw/share/guile/1.8
  make
make: *** No targets.  Stop.
### execution of /var/tmp/tmp.2.RMjPiG failed, exit code 2

===
a few details of my fink installation:
% fink -V | head -n 2:
Package manager version: 0.28.5
Distribution version: selfupdate-rsync Sun Aug 24 09:08:02 2008, 10.5,  
i386
% sw_vers:
ProductName:Mac OS X
ProductVersion: 10.5.4
BuildVersion:   9E17
% gcc --version | head -n 1:
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)



--
Kevin Horton
Ottawa, Canada




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Alexander Hansen

On Aug 24, 2008, at 10:46 AM, Kevin Horton wrote:

 texmacs-1.0.6.15-3 fails to compile for me, failing in the configure
 phase with:

 s@abs_top_builddir@$ac_abs_top_builddir;t t
 $ac_datarootdir_hack
  $ac_file_inputs
  43293 Done| sed -f $tmp/subs-1.sed
  43294   | sed -f $tmp/subs-2.sed  $tmp/out
 config.status: creating src/System/config.h
 ./config.status: line 663: 43311 Illegal instruction sed -f $tmp/
 defines.sed $ac_file_inputs  $tmp/out1
  export GUILE_LOAD_PATH=/sw/share/guile/1.8
  make
 make: *** No targets.  Stop.
 ### execution of /var/tmp/tmp.2.RMjPiG failed, exit code 2

 ===
 a few details of my fink installation:
 % fink -V | head -n 2:
 Package manager version: 0.28.5
 Distribution version: selfupdate-rsync Sun Aug 24 09:08:02 2008, 10.5,
 i386
 % sw_vers:
 ProductName:  Mac OS X
 ProductVersion:   10.5.4
 BuildVersion: 9E17
 % gcc --version | head -n 1:
 i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)



 --
 Kevin Horton
 Ottawa, Canada


It worked for me (10.5.4/Intel).  However, I have

$ gcc --version | head -n 1
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)

i.e. Xcode 3.1

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Martin Costabel
Kevin Horton wrote:
 
 texmacs-1.0.6.15-3 fails to compile for me, failing in the configure 
 phase with:
 
 s@abs_top_builddir@$ac_abs_top_builddir;t t
 $ac_datarootdir_hack
  $ac_file_inputs
  43293 Done| sed -f $tmp/subs-1.sed
  43294   | sed -f $tmp/subs-2.sed  $tmp/out
 config.status: creating src/System/config.h
 ./config.status: line 663: 43311 Illegal instruction sed -f 
 $tmp/defines.sed $ac_file_inputs  $tmp/out1
  export GUILE_LOAD_PATH=/sw/share/guile/1.8
  make
 make: *** No targets.  Stop.
 ### execution of /var/tmp/tmp.2.RMjPiG failed, exit code 2

Can you try to find out more precisely where this illegal instruction 
is coming from? Is there a crashreport? Is it repeatable? I don't see 
yet what could be causing this; haven't seen anything similar either.

-- 
Martin


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Kevin Horton
On 24-Aug-08, at 11:12 , Martin Costabel wrote:

 Kevin Horton wrote:
 texmacs-1.0.6.15-3 fails to compile for me, failing in the  
 configure phase with:
 s@abs_top_builddir@$ac_abs_top_builddir;t t
 $ac_datarootdir_hack
  $ac_file_inputs
 43293 Done| sed -f $tmp/subs-1.sed
 43294   | sed -f $tmp/subs-2.sed  $tmp/out
 config.status: creating src/System/config.h
 ./config.status: line 663: 43311 Illegal instruction sed -f  
 $tmp/defines.sed $ac_file_inputs  $tmp/out1
 export GUILE_LOAD_PATH=/sw/share/guile/1.8
 make
 make: *** No targets.  Stop.
 ### execution of /var/tmp/tmp.2.RMjPiG failed, exit code 2

 Can you try to find out more precisely where this illegal  
 instruction is coming from? Is there a crashreport? Is it  
 repeatable? I don't see yet what could be causing this; haven't seen  
 anything similar either.


It is repeatable - the first failure was when I was using screen, so I  
tried again without screen just in case it was the cause.

I see several crashreports from /usr/bin/sed that are at the correct  
time.  The three that have a timestamp that matches the log from the  
last compile failure are:

Process: sed [43003]
Path:/usr/bin/sed
Identifier:  sed
Version: ??? (???)
Code Type:   X86 (Native)
Parent Process:  sh [41574]

Date/Time:   2008-08-24 10:41:52.937 -0400
OS Version:  Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0001, 0x
Crashed Thread:  0

Thread 0 Crashed:
0   sed 0x3283 0x1000 + 8835
1   sed 0x4246 0x1000 + 12870
2   sed 0x23fe 0x1000 + 5118

Thread 0 crashed with X86 Thread State (32-bit):
   eax: 0x0007  ebx: 0x79e0  ecx: 0x003a  edx: 0x714c
   edi: 0x001004c0  esi: 0x  ebp: 0xb2b8  esp: 0xbfffe0e0
ss: 0x001f  efl: 0x00010297  eip: 0x3283   cs: 0x0017
ds: 0x001f   es: 0x001f   fs: 0x   gs: 0x0037
   cr2: 0x00803600

Binary Images:
 0x1000 - 0x6fff +sed ??? (???)  
0305ddbc27331edd2436c2b72315d6cd /usr/bin/sed
0x8fe0 - 0x8fe2da53  dyld 96.2 (???)  
7af47d3b00b2268947563c7fa8c59a07 /usr/lib/dyld
0x92f38000 - 0x92f3ffe9  libgcc_s.1.dylib ??? (???)  
a9ab135a5f81f6e345527df87f51bfc9 /usr/lib/libgcc_s.1.dylib
0x9518d000 - 0x95191fff  libmathCommon.A.dylib ??? (???) /usr/lib/ 
system/libmathCommon.A.dylib
0x963e3000 - 0x96543ff3  libSystem.B.dylib ??? (???)  
a12f397abf2285077b89bd726bff5b18 /usr/lib/libSystem.B.dylib
0x - 0x1780  libSystem.B.dylib ??? (???) /usr/lib/ 
libSystem.B.dylib

  ===
Process: sed [43022]
Path:/usr/bin/sed
Identifier:  sed
Version: ??? (???)
Code Type:   X86 (Native)
Parent Process:  sh [41574]

Date/Time:   2008-08-24 10:41:53.311 -0400
OS Version:  Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0001, 0x
Crashed Thread:  0

Thread 0 Crashed:
0   sed 0x3283 0x1000 + 8835
1   sed 0x4246 0x1000 + 12870
2   sed 0x23fe 0x1000 + 5118

Thread 0 crashed with X86 Thread State (32-bit):
   eax: 0x0007  ebx: 0x79e1  ecx: 0x003a  edx: 0x714c
   edi: 0x001001a0  esi: 0x  ebp: 0xbfffefe8  esp: 0xbfffde10
ss: 0x001f  efl: 0x00010297  eip: 0x3283   cs: 0x0017
ds: 0x001f   es: 0x001f   fs: 0x   gs: 0x0037
   cr2: 0xa084c79c

Binary Images:
 0x1000 - 0x6fff +sed ??? (???)  
0305ddbc27331edd2436c2b72315d6cd /usr/bin/sed
0x8fe0 - 0x8fe2da53  dyld 96.2 (???)  
7af47d3b00b2268947563c7fa8c59a07 /usr/lib/dyld
0x92f38000 - 0x92f3ffe9  libgcc_s.1.dylib ??? (???)  
a9ab135a5f81f6e345527df87f51bfc9 /usr/lib/libgcc_s.1.dylib
0x9518d000 - 0x95191fff  libmathCommon.A.dylib ??? (???) /usr/lib/ 
system/libmathCommon.A.dylib
0x963e3000 - 0x96543ff3  libSystem.B.dylib ??? (???)  
a12f397abf2285077b89bd726bff5b18 /usr/lib/libSystem.B.dylib
0x - 0x1780  libSystem.B.dylib ??? (???) /usr/lib/ 
libSystem.B.dylib

  
Process: sed [43125]
Path:/usr/bin/sed
Identifier:  sed
Version: ??? (???)
Code Type:   X86 (Native)
Parent Process:  sh [43030]

Date/Time:   2008-08-24 10:41:54.337 -0400
OS Version:  Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0001, 0x
Crashed Thread:  0

Thread 0 Crashed:
0   sed 0x3283 0x1000 + 8835
1   sed 0x4246 0x1000 + 12870
2   sed 0x23fe 0x1000 + 5118

Thread 0 crashed with X86 Thread State 

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Alexander Hansen

On Aug 24, 2008, at 11:30 AM, Kevin Horton wrote:

 On 24-Aug-08, at 11:12 , Martin Costabel wrote:

 Kevin Horton wrote:
 texmacs-1.0.6.15-3 fails to compile for me, failing in the
 configure phase with:
 s@abs_top_builddir@$ac_abs_top_builddir;t t
 $ac_datarootdir_hack
  $ac_file_inputs
43293 Done| sed -f $tmp/subs-1.sed
43294   | sed -f $tmp/subs-2.sed  $tmp/out
 config.status: creating src/System/config.h
 ./config.status: line 663: 43311 Illegal instruction sed -f
 $tmp/defines.sed $ac_file_inputs  $tmp/out1
 export GUILE_LOAD_PATH=/sw/share/guile/1.8
 make
 make: *** No targets.  Stop.
 ### execution of /var/tmp/tmp.2.RMjPiG failed, exit code 2

 Can you try to find out more precisely where this illegal
 instruction is coming from? Is there a crashreport? Is it
 repeatable? I don't see yet what could be causing this; haven't seen
 anything similar either.


 It is repeatable - the first failure was when I was using screen, so I
 tried again without screen just in case it was the cause.

 I see several crashreports from /usr/bin/sed that are at the correct
 time.  The three that have a timestamp that matches the log from the
 last compile failure are:

 Process: sed [43003]
 Path:/usr/bin/sed
 Identifier:  sed
 Version: ??? (???)
 Code Type:   X86 (Native)
 Parent Process:  sh [41574]

 Date/Time:   2008-08-24 10:41:52.937 -0400
 OS Version:  Mac OS X 10.5.4 (9E17)
 Report Version:  6

 Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
 Exception Codes: 0x0001, 0x
 Crashed Thread:  0

 Thread 0 Crashed:
 0   sed   0x3283 0x1000 + 8835
 1   sed   0x4246 0x1000 + 12870
 2   sed   0x23fe 0x1000 + 5118

 Thread 0 crashed with X86 Thread State (32-bit):
   eax: 0x0007  ebx: 0x79e0  ecx: 0x003a  edx: 0x714c
   edi: 0x001004c0  esi: 0x  ebp: 0xb2b8  esp: 0xbfffe0e0
ss: 0x001f  efl: 0x00010297  eip: 0x3283   cs: 0x0017
ds: 0x001f   es: 0x001f   fs: 0x   gs: 0x0037
   cr2: 0x00803600

 Binary Images:
 0x1000 - 0x6fff +sed ??? (???)
 0305ddbc27331edd2436c2b72315d6cd /usr/bin/sed
 0x8fe0 - 0x8fe2da53  dyld 96.2 (???)
 7af47d3b00b2268947563c7fa8c59a07 /usr/lib/dyld
 0x92f38000 - 0x92f3ffe9  libgcc_s.1.dylib ??? (???)
 a9ab135a5f81f6e345527df87f51bfc9 /usr/lib/libgcc_s.1.dylib
 0x9518d000 - 0x95191fff  libmathCommon.A.dylib ??? (???) /usr/lib/
 system/libmathCommon.A.dylib
 0x963e3000 - 0x96543ff3  libSystem.B.dylib ??? (???)
 a12f397abf2285077b89bd726bff5b18 /usr/lib/libSystem.B.dylib
 0x - 0x1780  libSystem.B.dylib ??? (???) /usr/lib/
 libSystem.B.dylib

  ===
 Process: sed [43022]
 Path:/usr/bin/sed
 Identifier:  sed
 Version: ??? (???)
 Code Type:   X86 (Native)
 Parent Process:  sh [41574]

 Date/Time:   2008-08-24 10:41:53.311 -0400
 OS Version:  Mac OS X 10.5.4 (9E17)
 Report Version:  6

 Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
 Exception Codes: 0x0001, 0x
 Crashed Thread:  0

 Thread 0 Crashed:
 0   sed   0x3283 0x1000 + 8835
 1   sed   0x4246 0x1000 + 12870
 2   sed   0x23fe 0x1000 + 5118

 Thread 0 crashed with X86 Thread State (32-bit):
   eax: 0x0007  ebx: 0x79e1  ecx: 0x003a  edx: 0x714c
   edi: 0x001001a0  esi: 0x  ebp: 0xbfffefe8  esp: 0xbfffde10
ss: 0x001f  efl: 0x00010297  eip: 0x3283   cs: 0x0017
ds: 0x001f   es: 0x001f   fs: 0x   gs: 0x0037
   cr2: 0xa084c79c

 Binary Images:
 0x1000 - 0x6fff +sed ??? (???)
 0305ddbc27331edd2436c2b72315d6cd /usr/bin/sed
 0x8fe0 - 0x8fe2da53  dyld 96.2 (???)
 7af47d3b00b2268947563c7fa8c59a07 /usr/lib/dyld
 0x92f38000 - 0x92f3ffe9  libgcc_s.1.dylib ??? (???)
 a9ab135a5f81f6e345527df87f51bfc9 /usr/lib/libgcc_s.1.dylib
 0x9518d000 - 0x95191fff  libmathCommon.A.dylib ??? (???) /usr/lib/
 system/libmathCommon.A.dylib
 0x963e3000 - 0x96543ff3  libSystem.B.dylib ??? (???)
 a12f397abf2285077b89bd726bff5b18 /usr/lib/libSystem.B.dylib
 0x - 0x1780  libSystem.B.dylib ??? (???) /usr/lib/
 libSystem.B.dylib

  
 Process: sed [43125]
 Path:/usr/bin/sed
 Identifier:  sed
 Version: ??? (???)
 Code Type:   X86 (Native)
 Parent Process:  sh [43030]

 Date/Time:   2008-08-24 10:41:54.337 -0400
 OS Version:  Mac OS X 10.5.4 (9E17)
 Report Version:  6

 Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
 Exception Codes: 0x0001, 0x
 Crashed Thread:  0

 Thread 0 Crashed:
 0   sed   0x3283 0x1000 + 8835
 1   sed   0x4246 0x1000 + 12870
 2   sed

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Martin Costabel
Kevin Horton wrote:
[]
 Maybe I should install fink's sed, on the assumption that this is a  
 bug with Apple's sed that will eventually get fixed.  Or, should I try  
 to reinstall Apple's sed, in case the current one has somehow gotten  
 borked?  How would one reinstall Apple's sed?

/usr/bin/sed comes from BaseSystem.pkg, and it was updated on my machine 
here by the 10.5.3 update. You could reinstall the 10.5.3 combo update 
and then the 10.5.4 combo update.

-- 
Martin



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Kevin Horton
On 24-Aug-08, at 12:38 , Martin Costabel wrote:

 Kevin Horton wrote:
 []
 Maybe I should install fink's sed, on the assumption that this is  
 a  bug with Apple's sed that will eventually get fixed.  Or, should  
 I try  to reinstall Apple's sed, in case the current one has  
 somehow gotten  borked?  How would one reinstall Apple's sed?

 /usr/bin/sed comes from BaseSystem.pkg, and it was updated on my  
 machine here by the 10.5.3 update. You could reinstall the 10.5.3  
 combo update and then the 10.5.4 combo update.

Thanks Martin.  I downloaded the 10.5.3 Combo updater, but it refused  
to install, perhaps because it is older than the current OS.  So, I  
extracted sed from it.  Diff reported that the file differed from my / 
usr/bin/sed, so I replaced mine with the one from 10.5.3.  Now texmacs  
builds with Apple's sed.

--
Kevin Horton
Ottawa, Canada




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users