Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81667 - drscheme 209 failed to compile
Summary: drscheme 209 failed to compile
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 14:20 UTC by schwaahed
Modified: 2005-02-23 01:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description schwaahed 2005-02-11 14:20:05 UTC
When I try to emerge drscheme 209 it fails.


Reproducible: Always
Steps to Reproduce:
1. emerge drscheme
2.
3.

Actual Results:  
setup-plt:   in /O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/xml/
setup-plt: Installing MrEd launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/drscheme
setup-plt: Installing MrEd launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/games
setup-plt: Installing MrEd launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/help-desk
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/mzc
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/mzpp
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/mztext
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/setup-plt
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/slatex
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/pdf-slatex
setup-plt: Installing MrEd launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/slideshow
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/swindle
setup-plt: Installing MrEd launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/framework-test-engine
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/framework-test
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/tex2page
setup-plt: Installing MrEd launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/web-server
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/web-server-text
setup-plt: Installing MzScheme launcher
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/bin/web-server-monitor
setup-plt: Installing Help
setup-plt: Installing Draw Teachpack
setup-plt: Installing ProfessorJ
setup-plt: Post-Installing MrEd
setup-plt: Done setting up
setup-plt:
setup-plt: Error during Compiling .zos for sgl
(/O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/sgl)
setup-plt:   default-load-handler: cannot open input file:
"/O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/sgl/gl-vectors/gl-double-vector.ss"
(No such file or directory; errno=2)
setup-plt: Error during Compiling .zos for mzc
(/O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/compiler)
setup-plt:   private/compiled/const.zo::33183: read (compiled): ill-formed code
setup-plt: Error during Compiling .zos for mzc private
(/O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/compiler/private)
setup-plt:   compiled/const.zo::33183: read (compiled): ill-formed code
setup-plt: Error during Early Install for sgl
(/O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/sgl)
setup-plt:   make: Failed to make
gl-vectors/compiled/native/i386-linux/gl-double-vector.so; compile-extension:
command
failed
setup-plt: Error during Early Install for Plot library
(/O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/plot)
setup-plt:   make: Failed to make
/O/TMP/portage/drscheme-209/image/usr/share/drscheme/collects/plot/src/fit/fit-low-level.o;
collects/compiler/private/compiled/const.zo::33183: read (compiled): ill-formed code
install: Errors in compilation process! (1)
make[1]: *** [copy-finish] Error 1
make[1]: Leaving directory `/O/TMP/portage/drscheme-209/work/plt/src'
make: *** [install] Error 2

!!! ERROR: dev-lisp/drscheme-209 failed.
!!! Function src_install, Line 46, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
I expect for the emerge of drscheme-209 to succeed.

I have opengl in my USE variables.
Comment 1 Morten Cools 2005-02-12 10:44:40 UTC
Might be related to bug #81385... Try updating opengl-update, and run it. 

If you look further up in the emerge output, you'll see that gl-double-vector fails to compile, due to being unable to find GL.h. (Shouldn't the make fail there instead of going all the way to the end?).

This worked for me, anyways...
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-02-23 01:40:17 UTC
Can't reproduce this, even with USE="opengl". Reopen if the problem persists.