Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55188 - Hugs compilation hangs on "libraries/Graphics/Rendering/OpenGL/GL/BeginEnd.hs"
Summary: Hugs compilation hangs on "libraries/Graphics/Rendering/OpenGL/GL/BeginEnd.hs"
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Andres Loeh (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 14:20 UTC by Alexander M. Turek
Modified: 2004-07-03 12:14 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 Alexander M. Turek 2004-06-25 14:20:16 UTC
Emerging the latest testing ebuild (2003.11) of dev-haskell/hugs fails because the compilation hangs on the file "libraries/Graphics/Rendering/OpenGL/GL/BeginEnd.hs" 

The latest stable package (2002.11-r1) works fine.

Reproducible: Always
Steps to Reproduce:
ACCEPT_KEYWORDS="~x86" emerge hugs

Actual Results:  
The compilation hangs on the line

Compiling ../../hugsdir/libraries/Graphics/Rendering/OpenGL/GL/BeginEnd.hs

Expected Results:  
I expected Hugs 2003.11 to be installed

# emerge info
Portage 2.0.50-r8 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7)
=================================================================
System uname: 2.6.7 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups dvd encode esd foomaticdb gdbm
gif gnome gpm gtk gtk2 imlib java jpeg libg++ libwww mad mikmod motif mpeg mysql
nas ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime
readline sdl slang spell ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Andres Loeh (RETIRED) gentoo-dev 2004-06-29 04:05:40 UTC
I cannot reproduce the problem, although I tried to reproduce your configuration
as much as possible. I will run a few more tests ...

ks
Comment 2 Alexander M. Turek 2004-07-03 12:14:26 UTC
Andres,

I finally could compile hugs.

The problem was that I have a graphics chipset by nVidia, but I did not install the OpenGL driver for nVidia chipsets.

After emerging nvidia-glx and running "opengl-update nvidia", everything worked out fine.

Nevertheless, thanks for helping me.

Regards,

Alexander