Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274383 - dev-scheme/guile-lib-0.1.3 fails to compile on alpha
Summary: dev-scheme/guile-lib-0.1.3 fails to compile on alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 272675
  Show dependency tree
 
Reported: 2009-06-16 17:24 UTC by Tobias Klausmann (RETIRED)
Modified: 2009-08-25 18:44 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 Tobias Klausmann (RETIRED) gentoo-dev 2009-06-16 17:24:32 UTC
>>> Emerging (3 of 3) dev-scheme/guile-lib-0.1.3
 * guile-lib-0.1.3.tar.gz RMD160 SHA1 SHA256 size ;-) ...                [ ok ]
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking guile-lib-0.1.3.tar.gz to /var/tmp/portage/dev-scheme/guile-lib-0.1.3/work
>>> Source unpacked in /var/tmp/portage/dev-scheme/guile-lib-0.1.3/work
>>> Compiling source in /var/tmp/portage/dev-scheme/guile-lib-0.1.3/work/guile-lib-0.1.3 ...
./configure --prefix=/usr --build=alpha-unknown-linux-gnu --host=alpha-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for guile... /usr/bin/guile
checking for guile-config... /usr/bin/guile-config
checking for guile-tools... /usr/bin/guile-tools
checking libguile compile flags...   -pthread
checking libguile link flags...  -pthread  -lguile -lltdl -Wl,-O1 -lgmp -lcrypt -lm -lltdl
checking if (srfi srfi-34) is available... yes
checking if (srfi srfi-35) is available... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating unit-tests/Makefile
make -j2 
Making all in src
make[1]: Entering directory `/var/tmp/portage/dev-scheme/guile-lib-0.1.3/work/guile-lib-0.1.3/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/dev-scheme/guile-lib-0.1.3/work/guile-lib-0.1.3/src'
Making all in doc                                                               
make[1]: Entering directory `/var/tmp/portage/dev-scheme/guile-lib-0.1.3/work/guile-lib-0.1.3/doc'                                                              
guile --debug --use-srfi=13 -l ./guile-library.scm \                            
         -c '(for-each (lambda (m) (format #t "~a.scm\n" (string-join (map symbol->string m) "/"))) (map car *modules*))' \                                     
         > guile-libraryscmfiles                                                
../dev-environ ./make-texinfo.scm ./guile-library.scm >guile-library.texi       
Backtrace:                                                                      
In unknown file:                                                                
   ?: 125  (let (# #) (dynamic-wind # thunk #))                                 
   ?: 126  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]                                                                              
   ?: 127* [#<procedure #f ()>]                                                 
   ?: 128* [primitive-load "/usr/share/guile/1.8/oop/goops/compile.scm"]        
In /usr/share/guile/1.8/oop/goops/compile.scm:                                  
  19: 129* (define-module (oop goops compile) :use-module ...)                  
In unknown file:                                                                
   ?: 130* [copy-tree ...                                                       
   ?: 131* [apply #<procedure #f args> (# :use-module # :use-module ...)]       
   ?: 132  [#<procedure #f args> (oop goops compile) :use-module ...]           
   ?: 133  (quasiquote (eval-case (# #) (else #)))                              
   ?: 134* [compile-define-module-args (# :use-module # :use-module ...)]       
   ?: 135  [loop ((quote #)) (:use-module (oop goops) :use-module ...)]         
     ...                                                                        
   ?: 136  [loop ...                                                            
   ?: 137* [cons* ...                                                           
   ?: 138* (quasiquote (list (unquote-splicing (compile-interface-spec #))))    
   ?: 139* [compile-interface-spec (oop goops)]                                 
   ?: 140  (letrec (# # #) (if # # #))                                          
   ?: 141  (if (not (pair? (car spec))) (quasiquote ((quote #))) ...)           
   ?: 142* [not ...                                                             
   ?: 143* [pair? ...                                                           
   ?: 144* (car spec)                                                           
                                                                                
<unnamed port>: In expression (car spec):                                       
<unnamed port>: Stack overflow                                                  
make[1]: *** [guile-library.texi] Error 1                                       
make[1]: Leaving directory `/var/tmp/portage/dev-scheme/guile-lib-0.1.3/work/guile-lib-0.1.3/doc'                                                               
make: *** [all-recursive] Error 1                                               

# emerge --info:
Portage 2.1.6.13 (default/linux/alpha/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r5 alpha)
=================================================================
System uname: Linux-2.6.29-gentoo-r5-alpha-EV68AL-with-gentoo-2.0.1
Timestamp of tree: Mon, 15 Jun 2009 18:45:01 +0000
distcc 3.1 alpha-unknown-linux-gnu [enabled]
app-shells/bash:     4.0_p24
dev-lang/python:     2.4.6, 2.6.2-r1
dev-python/pycrypto: 2.0.1-r8
dev-util/cmake:      2.6.3-r1
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r3
sys-apps/sandbox:    2.0
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.5, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.29
ACCEPT_KEYWORDS="alpha ~alpha"
CBUILD="alpha-unknown-linux-gnu"
CFLAGS="-mieee -pipe -O2 -mcpu=ev67"
CHOST="alpha-unknown-linux-gnu"
CONFIG_PROTECT="/etc /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-mieee -pipe -O2 -mcpu=ev67"
DISTDIR="/usr/portage/distfiles"
FEATURES="distcc distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans usepkg userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.tiscali.nl/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync5.de.gentoo.org/gentoo-portage"
USE="X acl alpha alsa apache2 audiofile bash-completion berkdb bzip2 calendar cdparanoia cdr cli cracklib crypt dio dri encode ethereal exif ffmpeg fftw firefox flac fortran ftp gdbm gpm iconv imlib2 isdnlog jpeg kdeenablefinal libcaca lua mad matroska midi mmap mng moznocompose moznoirc moznomail mozsvg mpeg mudflap ncurses network-cron nls nptl nptlonly offensive ogg openmp pam pcre pdflib perl png pnm ppds pppd python rar readline recode reflection session sharedmem sockets sox spl ssl svg sysfs szip tcpd tetex theora truetype unicode usb v4l v4l2 vcd vidix vim vim-pager vlm vorbis xcb xorg xosd xpm xvid zlib" ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="vga glint mga nvidia vesa r128 "
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2009-07-17 14:01:05 UTC
please try guile-lib-0.1.6
Comment 2 Tobias Klausmann (RETIRED) gentoo-dev 2009-07-19 17:07:25 UTC
0.1.6 compiles and passes its test suite. Is this a suitable replacement regarding g-wrap (bug 272675)?
Comment 3 Marijn Schouten (RETIRED) gentoo-dev 2009-07-20 10:33:42 UTC
Yes, g-wrap-1.9.11 appears to work fine with guile-lib-0.1.6.
Comment 4 Tobias Klausmann (RETIRED) gentoo-dev 2009-08-25 18:44:13 UTC
Stabilized -0.1.6 on alpha.