Package: mzscheme
Version: 1:209-6
Severity: normal
Running setup-plt, not everything compiles. It seems to need -fPIC in
the compilation flags to work (haven't tried yet.)
As a result, useful stuff like the readline extension doesn't work.
Here's a transcript of plt-setup:
setup-plt: Setup version is 209
setup-plt: PLT home directory is /usr/lib/plt
setup-plt: Collection paths are
setup-plt: /home/joshk/.plt-scheme/209/collects
setup-plt: /usr/lib/plt/collects
setup-plt: Pre-Installing Plot library
/usr/lib/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so
make: checking
/usr/lib/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so
make: checking /usr/lib/plt/collects/plot/src/fit/fit-low-level.o
make: checking /usr/lib/plt/collects/plot/src/fit/fit-low-level.c
make: checking /usr/lib/plt/collects/plot/fit-low-level.ss
make: checking /usr/lib/plt/collects/plot/src/fit/fit.o
make: checking /usr/lib/plt/collects/plot/src/fit/fit.c
make: checking /usr/lib/plt/collects/plot/src/fit/matrix.o
make: checking /usr/lib/plt/collects/plot/src/fit/matrix.c
make: making
/usr/lib/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so
because
/usr/lib/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so does
not exist
link-extension: (/usr/bin/ld -shared
/usr/lib/plt/collects/plot/src/fit/fit-low-level.o
/usr/lib/plt/collects/plot/src/fit/fit.o
/usr/lib/plt/collects/plot/src/fit/matrix.o /usr/lib/plt/lib/mzdyn.o -o
/usr/lib/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so)
/usr/bin/ld: /usr/lib/plt/lib/mzdyn.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/plt/lib/mzdyn.o: could not read symbols: Bad value
make: Failed to make
/usr/lib/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so;
link-extension: command failed
setup-plt: Pre-Installing readline
make: making compiled/native/x86_64-linux/mzrl.so because
compiled/native/x86_64-linux/mzrl.so does not exist
link-extension: (/usr/bin/ld -shared -L/usr/lib
compiled/native/x86_64-linux/mzrl.o -lreadline -lcurses
/usr/lib/plt/lib/mzdyn.o -o compiled/native/x86_64-linux/mzrl.so)
/usr/bin/ld: /usr/lib/plt/lib/mzdyn.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/plt/lib/mzdyn.o: could not read symbols: Bad value
make: Failed to make compiled/native/x86_64-linux/mzrl.so; link-extension:
command failed
setup-plt: Pre-Installing sgl
gl-vectors/compiled/native/x86_64-linux/gl-double-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-float-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-uint-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-ushort-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-ubyte-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-int-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-short-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-byte-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-boolean-vector.so
compiled/native/x86_64-linux/gl-prims.so
compiled/native/x86_64-linux/gl-prims-unsafe.so
make: making gl-vectors/compiled/native/x86_64-linux/gl-double-vector.so
gl-vectors/compiled/native/x86_64-linux/gl-double-vector.so
compile-extension: (/usr/bin/gcc -c -O2 -fPIC -I/usr/X11R6/include
-I/usr/X/include -I/usr/lib/plt/collects/compiler -I/usr/lib/plt/include
gl-vectors/gl-double-vector.c -o gl-vectors/gl-double-vector.o)
link-extension: (/usr/bin/ld -shared gl-vectors/gl-double-vector.o
/usr/lib/plt/lib/mzdyn.o -o
gl-vectors/compiled/native/x86_64-linux/gl-double-vector.so)
/usr/bin/ld: /usr/lib/plt/lib/mzdyn.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/plt/lib/mzdyn.o: could not read symbols: Bad value
make: Failed to make
gl-vectors/compiled/native/x86_64-linux/gl-double-vector.so; link-extension:
command failed
setup-plt: Pre-Installing homogeneous-vectors
glue-dot-c name: "c-generation/homo-f64-vector-glue.c"
glue-dot-c name: "c-generation/homo-f32-vector-glue.c"
glue-dot-c name: "c-generation/homo-s32-vector-glue.c"
glue-dot-c name: "c-generation/homo-s16-vector-glue.c"
glue-dot-c name: "c-generation/homo-s8-vector-glue.c"
glue-dot-c name: "c-generation/homo-u32-vector-glue.c"
glue-dot-c name: "c-generation/homo-u16-vector-glue.c"
glue-dot-c name: "c-generation/homo-u8-vector-glue.c"
make: making compiled/native/x86_64-linux/homo-f64-vector-prims.so
make: making compiled/native/x86_64-linux/homo-f64-vector-prims.so
link-extension: (/usr/bin/ld -shared -L/usr/lib/plt/collects/srfi/4/lib
compiled/native/x86_64-linux/homo-f64-vector-prims.o /usr/lib/plt/lib/mzdyn.o
-o compiled/native/x86_64-linux/homo-f64-vector-prims.so)
/usr/bin/ld: /usr/lib/plt/lib/mzdyn.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/plt/lib/mzdyn.o: could not read symbols: Bad value
make: Failed to make compiled/native/x86_64-linux/homo-f64-vector-prims.so;
make: Failed to make compiled/native/x86_64-linux/homo-f64-vector-prims.so;
link-extension: command failed
setup-plt: Pre-Installing SSL Driver
make: making compiled/native/x86_64-linux/mzssl.so
link-extension: (/usr/bin/ld -shared -L/usr/lib
compiled/native/x86_64-linux/mzssl.o -lssl -lcrypto /usr/lib/plt/lib/mzdyn.o -o
compiled/native/x86_64-linux/mzssl.so)
/usr/bin/ld: /usr/lib/plt/lib/mzdyn.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/plt/lib/mzdyn.o: could not read symbols: Bad value
make: Failed to make compiled/native/x86_64-linux/mzssl.so; link-extension:
command failed
setup-plt: No more .zos to compile for Browser private
setup-plt: No more .zos to compile for Browser
setup-plt: No more .zos to compile for Calltrace
setup-plt: No more .zos to compile for DrScheme private
setup-plt: No more .zos to compile for DrScheme
setup-plt: No more .zos to compile for Dynext
setup-plt: No more .zos to compile for Errortrace
setup-plt: No more .zos to compile for Framework private
setup-plt: No more .zos to compile for Framework
setup-plt: No more .zos to compile for frtime
setup-plt: No more .zos to compile for Graphics
setup-plt: No more .zos to compile for Help private
setup-plt: No more .zos to compile for Help Servlets
setup-plt: No more .zos to compile for Help Desk servlets private
setup-plt: No more .zos to compile for Help Servlets Release
setup-plt: No more .zos to compile for Help Servlets Release
setup-plt: No more .zos to compile for Help Servlets Resources
setup-plt: No more .zos to compile for Help Servlets Scheme
setup-plt: No more .zos to compile for Help Servlets Scheme Misc
setup-plt: No more .zos to compile for Help
setup-plt: No more .zos to compile for Hierarchical list widget
setup-plt: No more .zos to compile for Draw Teachpack
setup-plt: No more .zos to compile for htdch
setup-plt: No more .zos to compile for HTML
setup-plt: No more .zos to compile for Launcher
setup-plt: No more .zos to compile for Make
setup-plt: No more .zos to compile for MrEd private
setup-plt: No more .zos to compile for MrEd
setup-plt: No more .zos to compile for MrLib private
setup-plt: No more .zos to compile for MrLib
setup-plt: No more .zos to compile for mzc private
setup-plt: No more .zos to compile for mzc
setup-plt: No more .zos to compile for MzLib private
setup-plt: No more .zos to compile for MzLib
setup-plt: No more .zos to compile for MzScheme
setup-plt: No more .zos to compile for Net
setup-plt: No more .zos to compile for Parser-tools private-lex
setup-plt: No more .zos to compile for Parser-tools private-yacc
setup-plt: No more .zos to compile for Parser-tools
setup-plt: No more .zos to compile for PLaneT
setup-plt: No more .zos to compile for Plot library
setup-plt: No more .zos to compile for Preprocessor
setup-plt: No more .zos to compile for readline
setup-plt: No more .zos to compile for Setup PLT
setup-plt: Compiling .zos used by sgl
setup-plt: in /usr/lib/plt/collects/sgl/
default-load-handler: cannot open input file:
"/usr/lib/plt/collects/sgl/gl-vectors/gl-double-vector.ss" (No such file or
directory; errno=2)
setup-plt: No more .zos to compile for SLaTeX
setup-plt: No more .zos to compile for Slideshow
setup-plt: No more .zos to compile for SRFI 1
setup-plt: No more .zos to compile for homogeneous-vectors
setup-plt: No more .zos to compile for srfi
setup-plt: No more .zos to compile for SSAX/SXML
setup-plt: No more .zos to compile for SSL Driver
setup-plt: No more .zos to compile for Stepper private
setup-plt: No more .zos to compile for Stepper
setup-plt: No more .zos to compile for String constants
setup-plt: No more .zos to compile for Swindle
setup-plt: No more .zos to compile for Syntax Utilities
setup-plt: No more .zos to compile for tex2page
setup-plt: No more .zos to compile for Texpict private
setup-plt: No more .zos to compile for Texpict
setup-plt: No more .zos to compile for Version private
setup-plt: No more .zos to compile for Version
setup-plt: No more .zos to compile for Web Server
setup-plt: No more .zos to compile for XML private
setup-plt: No more .zos to compile for XML
setup-plt: Installing MrEd launcher /usr/lib/plt/bin/drscheme
setup-plt: Installing MrEd launcher /usr/lib/plt/bin/help-desk
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/mzc
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/mzpp
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/mztext
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/setup-plt
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/slatex
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/pdf-slatex
setup-plt: Installing MrEd launcher /usr/lib/plt/bin/slideshow
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/swindle
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/tex2page
setup-plt: Installing MrEd launcher /usr/lib/plt/bin/web-server
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/web-server-text
setup-plt: Installing MzScheme launcher /usr/lib/plt/bin/web-server-monitor
setup-plt: Installing Help
setup-plt: error loading installer: standard-module-name-resolver: collection
not found: "profj" in any of: ("/home/joshk/.plt-scheme/209/collects"
"/usr/lib/plt/collects")
setup-plt: Post-Installing MrEd
setup-plt: Done setting up
setup-plt:
setup-plt: Error during General Install for Draw Teachpack
(/usr/lib/plt/collects/htdch/draw)
setup-plt: setup-plt: error loading installer: standard-module-name-resolver:
collection not found: "profj" in any of:
("/home/joshk/.plt-scheme/209/collects" "/usr/lib/plt/collects")
setup-plt: Error during Compiling .zos for sgl (/usr/lib/plt/collects/sgl)
setup-plt: default-load-handler: cannot open input file:
"/usr/lib/plt/collects/sgl/gl-vectors/gl-double-vector.ss" (No such file or
directory; errno=2)
setup-plt: Error during Early Install for SSL Driver
(/usr/lib/plt/collects/openssl)
setup-plt: make: Failed to make compiled/native/x86_64-linux/mzssl.so;
link-extension: command failed
setup-plt: Error during Early Install for homogeneous-vectors
(/usr/lib/plt/collects/srfi/4)
setup-plt: make: Failed to make
compiled/native/x86_64-linux/homo-f64-vector-prims.so; make: Failed to make
compiled/native/x86_64-linux/homo-f64-vector-prims.so; link-extension: command
failed
setup-plt: Error during Early Install for sgl (/usr/lib/plt/collects/sgl)
setup-plt: make: Failed to make
gl-vectors/compiled/native/x86_64-linux/gl-double-vector.so; link-extension:
command failed
setup-plt: Error during Early Install for readline
(/usr/lib/plt/collects/readline)
setup-plt: make: Failed to make compiled/native/x86_64-linux/mzrl.so;
link-extension: command failed
setup-plt: Error during Early Install for Plot library
(/usr/lib/plt/collects/plot)
setup-plt: make: Failed to make
/usr/lib/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so;
link-extension: command failed
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Versions of packages mzscheme depends on:
ii debconf 1.4.58 Debian configuration management sy
ii gcc [c-compiler] 4:4.0.1-3 The GNU C compiler
ii gcc-3.3 [c-compiler] 1:3.3.6-9 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0.1-6 The GNU C compiler
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libfontconfig1 2.3.2-1 generic font configuration library
ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.0.1-6 GCC support library
ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library
ii libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libreadline5-dev 5.0-11 GNU readline and history libraries
ii libsm6 6.8.2.dfsg.1-7 X Window System Session Management
ii libssl-dev 0.9.7g-2 SSL development libraries, header
ii libstdc++6 4.0.1-6 The GNU Standard C++ Library v3
ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol client li
ii libxaw7 6.8.2.dfsg.1-7 X Athena widget set library
ii libxext6 6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii libxft2 2.1.7-1 FreeType-based font drawing librar
ii libxmu6 6.8.2.dfsg.1-7 X Window System miscellaneous util
ii libxrender1 1:0.9.0-2 X Rendering Extension client libra
ii libxt6 6.8.2.dfsg.1-7 X Toolkit Intrinsics
ii xlibmesa-gl [libgl1] 6.8.2.dfsg.1-7 Mesa 3D graphics library [X.Org]
ii xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii zlib1g 1:1.2.3-4 compression library - runtime
mzscheme recommends no packages.
-- debconf information:
mzscheme/create_local_plt_dir_failed:
mzscheme/create_zo_files_now: true
* mzscheme/run_webserver: false
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]