Your message dated Thu, 15 Sep 2005 09:02:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#328368: fixed in drscheme 1:209-7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Sep 2005 21:41:26 +0000
>From [EMAIL PROTECTED] Wed Sep 14 14:41:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailfarm.berkeley.edu (calmail-fe3.berkeley.edu) [128.32.61.106] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EFf0Q-0005NS-00; Wed, 14 Sep 2005 14:41:26 -0700
Received: from [169.229.99.128] (account [EMAIL PROTECTED] HELO 
localhost.localdomain)
  by calmail-fe3.berkeley.edu (CommuniGate Pro SMTP 4.2.6)
  with ESMTP-TLS id 100387677; Wed, 14 Sep 2005 14:40:43 -0700
Received: by localhost.localdomain (Postfix, from userid 1000)
        id 5E8A6C4243; Wed, 14 Sep 2005 14:40:42 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Joshua Kwan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: plt-setup fails to build everything on amd64
X-Mailer: reportbug 3.17
Date: Wed, 14 Sep 2005 14:40:42 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

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

---------------------------------------
Received: (at 328368-close) by bugs.debian.org; 15 Sep 2005 16:09:10 +0000
>From [EMAIL PROTECTED] Thu Sep 15 09:09:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EFwBf-00076W-00; Thu, 15 Sep 2005 09:02:11 -0700
From: Ari Pollak <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#328368: fixed in drscheme 1:209-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 15 Sep 2005 09:02:11 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: drscheme
Source-Version: 1:209-7

We believe that the bug you reported is fixed in the latest version of
drscheme, which is due to be installed in the Debian FTP archive:

drscheme_209-7.diff.gz
  to pool/main/d/drscheme/drscheme_209-7.diff.gz
drscheme_209-7.dsc
  to pool/main/d/drscheme/drscheme_209-7.dsc
drscheme_209-7_i386.deb
  to pool/main/d/drscheme/drscheme_209-7_i386.deb
mzscheme_209-7_i386.deb
  to pool/main/d/drscheme/mzscheme_209-7_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ari Pollak <[EMAIL PROTECTED]> (supplier of updated drscheme package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.7
Date: Thu, 15 Sep 2005 11:21:40 -0400
Source: drscheme
Binary: drscheme mzscheme
Architecture: source i386
Version: 1:209-7
Distribution: unstable
Urgency: low
Maintainer: Stevie Strickland <[EMAIL PROTECTED]>
Changed-By: Ari Pollak <[EMAIL PROTECTED]>
Description: 
 drscheme   - PLT Scheme Programming Environment
 mzscheme   - PLT Scheme Interpreter
Closes: 328368
Changes: 
 drscheme (1:209-7) unstable; urgency=low
 .
   * -fPIC was sort of defined in CFLAGS already, but it wasn't being included
      in all Makefiles. Fix invocation of configure to define CFLAGS properly.
      (Closes: #328368)
   * Remove --enable-noopt from configure invocation unless DEB_BUILD_OPTIONS ==
     noopt. I'm not sure why it was there in the first place.
   * Update X build-depends so we don't pull in all of xlibs-dev unnecessarily.
Files: 
 725cb0777fa583ff3617a17fe93d83e3 885 interpreters optional drscheme_209-7.dsc
 e184bb9a4b541f0f41b8e3e4198ead79 30295 interpreters optional 
drscheme_209-7.diff.gz
 c7495ab1ee627d49e1e8f504d3a576f7 2931760 interpreters optional 
drscheme_209-7_i386.deb
 9e02c88dfc708fdb6e31f8c1326f8c4c 10722778 interpreters optional 
mzscheme_209-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDKZk9wO+u47cOQDsRA9lsAJkBhsnhFvdxR3PankI4JzMlfimmlgCfWRQX
/PBxSUGnmcN7P25ejK6LV4w=
=soAb
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to