I just installed Panther, but can't build emacs21 on it:
SW-90-732-818-2 104 % fink -V Package manager version: 0.16.0 Distribution version: 0.6.0.cvs
SW-90-732-818-2 105 % gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
SW-90-732-818-2 106 % sw_vers ProductName: Mac OS X ProductVersion: 10.3 BuildVersion: 7B85
I have Apple's X11 installed, with the SDK (both from Panther), though I am unable to rebuild the system-xfree86 package, which gives an error:
sudo /sw/bin/fink reinstall system-xfree86 Information about 1105 packages read in 1 seconds. The following package will be reinstalled: system-xfree86 Failed: can't build system-xfree86-4.2-13 because no package description is available
which is odd, because:
SW-90-732-818-2 110 % fink list system-xfree86 Information about 1105 packages read in 0 seconds. i system-xfree86 4.2-13 Placeholder package for manually installed XFree86
Anyway the end of the build process for emacs21 is:
Adjusted n_sect for 2033 symbol table entries.
write: 33095680 - 35077504, length: 1981824 [from MEM] (write updated symbol table)
write: 1900 - 1980, length: 80 [from MEM] (write dysymtab command)
write: 1980 - 1996, length: 16 [from MEM] (write two-level hint command)
write: 1996 - 2172, length: 176 [from MEM] (write other load command (LC_UNIXTHREAD))
write: 0 - 28, length: 28 [from MEM] (write mach header)
Fixed 0/0 local relocation entries in data segment(s).
Fixed 0/0 external relocation entries in data segment(s).
702764 pure bytes used
./emacs -q -batch -f list-load-path-shadows
make[1]: *** [emacs] Illegal instruction
(export PARALLEL; PARALLEL=0; cd leim; make all \
CC='gcc' CFLAGS='-g -O2' CPPFLAGS='-I/sw/include' \
LDFLAGS='-L/sw/lib -L/usr/X11R6/lib' MAKE='make')
if [ -d quail ]; then true; else make quail; fi
if [ -f quail/CCDOSPY.elc ]; then true; else \
EMACSLOADPATH=/sw/src/emacs21-21.2-26/emacs-21.2/
leim/../lisp ../src/emacs -batch --no-init-file --no-site-file -- multibyte -l /sw/src/emacs21-21.2-26/emacs-21.2 leim/../ lisp/international/titdic-cnv \
--eval '(batch-titdic-convert t)' -dir quail /sw/src/emacs21-21.2-26/emacs-21.2/leim/CXTERM-DIC; fi
make[1]: *** [quail/CCDOSPY.elc] Error 132
make: *** [leim] Error 2
### execution of failed, exit code 2
Failed: compiling emacs21-21.2-26 failed
Any help would be much appreciated.
By the way thanks to all the finkers for their great work!
Cheers, Gavin
------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
