Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468482 - Failed sb-concurrency on dev-lisp/sbcl-1.1.7
Summary: Failed sb-concurrency on dev-lisp/sbcl-1.1.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
: 465560 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-03 17:02 UTC by Massimo Balestra
Modified: 2014-01-11 11:37 UTC (History)
1 user (show)

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


Attachments
emerge --info '=dev-lisp/sbcl-1.1.7' (emerge--info,6.06 KB, text/plain)
2013-05-03 17:02 UTC, Massimo Balestra
Details
emerge -pqv '=dev-lisp/sbcl-1.1.7' (emerge-pqv,131 bytes, text/plain)
2013-05-03 17:08 UTC, Massimo Balestra
Details
build.log (build.log.bz2,291.45 KB, text/plain)
2013-05-06 01:46 UTC, Massimo Balestra
Details
Patch wicht uses changes of comment 7 (test-frlock.patch,956 bytes, text/plain)
2013-05-23 11:12 UTC, Juergen Rose
Details
An sbcl-1.1.7.ebuild which applies the patch (sbcl-1.1.7.ebuild,6.66 KB, text/plain)
2013-05-23 11:13 UTC, Juergen Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Massimo Balestra 2013-05-03 17:02:11 UTC
Building the upgrade of dev-lisp/sbcl to version 1.1.7 it fails with the error: 
WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
  sb-concurrency


It is possible I have an old and slow hardware, then I tried to shutdown all services and programs that could use cpu and resources with the same result: it still fails.
Comment 1 Massimo Balestra 2013-05-03 17:02:57 UTC
Created attachment 347292 [details]
emerge --info '=dev-lisp/sbcl-1.1.7'
Comment 2 Massimo Balestra 2013-05-03 17:08:09 UTC
Created attachment 347294 [details]
emerge -pqv '=dev-lisp/sbcl-1.1.7'
Comment 3 Stelian Ionescu 2013-05-05 21:12:19 UTC
Please attach the full build log and also the contents of /proc/cpuinfo
Comment 4 Massimo Balestra 2013-05-06 01:46:48 UTC
Created attachment 347476 [details]
build.log

Sorry I forgot to add the build.log
Comment 5 Massimo Balestra 2013-05-06 01:48:55 UTC
 ~ # cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Pentium(R) 4 CPU 2.66GHz
stepping        : 9
microcode       : 0x17
cpu MHz         : 2658.081
cache size      : 512 KB
fdiv_bug        : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips        : 5316.16
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 32 bits virtual
power management:
Comment 6 Juergen Rose 2013-05-22 14:33:33 UTC
I have maybe a similar bug, 'emerge -v1 sbcl' fails with:

  28      0   0.0      1   0.0   2928 100.0        -  (LAMBDA NIL :IN "/var/tmp/portage/dev-lisp/sbcl-1.1.7/work/sbcl-1.1.7/src/cold/compile-cold-sbcl.lisp")
------------------------------------------------------------------------
          0   0.0                                     elsewhere
; disassembly for SB-SPROF::CONSALOT
; Size: 112 bytes
; 0AD228FE:       B80B001001       MOV EAX, 17825803          ; no-arg-parsing entry point
;      903:       B9409C0000       MOV ECX, 40000
;      908:       EB53             JMP L4
;      90A: L0:   83E904           SUB ECX, 4                 ; 23/2928 samples
;      90D:       64892D20000000   MOV FS:[#x20], EBP
;      914:       BB30000000       MOV EBX, 48
;      919:       64031D0C000000   ADD EBX, FS:[#xC]
;      920:       643B1D10000000   CMP EBX, FS:[#x10]
;      927:       7607             JBE L1
;      929:       E8F2B134FD       CALL #x806DB20             ; alloc_overflow_ebx
;      92E:       EB0A             JMP L2
;      930: L1:   64891D0C000000   MOV FS:[#xC], EBX
;      937:       83EB30           SUB EBX, 48
;      93A: L2:   8D5B07           LEA EBX, [EBX+7]
;      93D:       C643F9B2         MOV BYTE PTR [EBX-7], 178
;      941:       C643FD28         MOV BYTE PTR [EBX-3], 40
;      945:       64312D20000000   XOR FS:[#x20], EBP
;      94C:       7402             JEQ L3                     ; 146/2928 samples
;      94E:       CC09             BREAK 9                    ; pending interrupt trap
;      950: L3:   E853E12DF6       CALL #x1000AA8             ; ALLOCATE-CONS-TO-EDX
                                                              ; 2080/2928 samples
;      955:       895AFD           MOV [EDX-3], EBX           ; 20/2928 samples
;      958:       894201           MOV [EDX+1], EAX           ; 25/2928 samples
;      95B:       8BC2             MOV EAX, EDX               ; 27/2928 samples
;      95D: L4:   83F900           CMP ECX, 0
;      960:       7FA8             JNLE L0                    ; 20/2928 samples
;      962:       8BD0             MOV EDX, EAX
;      964:       8BE5             MOV ESP, EBP
;      966:       F8               CLC
;      967:       5D               POP EBP
;      968:       C3               RET                        ; 1/2928 samples
;      969:       CC0A             BREAK 10                   ; error trap
;      96B:       02               BYTE #X02
;      96C:       18               BYTE #X18                  ; INVALID-ARG-COUNT-ERROR
;      96D:       4F               BYTE #X4F                  ; ECX
* make: Leaving directory `/var/tmp/portage/dev-lisp/sbcl-1.1.7/work/sbcl-1.1.7/contrib/sb-sprof'

WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
  sb-bsd-sockets
 * ERROR: dev-lisp/sbcl-1.1.7 failed (compile phase):


root@inspironM12:/root(36)# emerge --info '=dev-lisp/sbcl-1.1.7'
Portage 2.1.12.1 (default/linux/x86/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.7.6-gentoo i686)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.7.6-gentoo-i686-Intel-R-_Atom-TM-_CPU_Z520_@_1.33GHz-with-gentoo-2.2
KiB Mem:     1022892 total,    124480 free
KiB Swap:    8388604 total,   8000732 free
Timestamp of tree: Tue, 21 May 2013 09:00:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.4, 3.2.4
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.6, 1.12.6, 1.13.2
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.6.3, 4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo science x11 sunrise x-portage x-cpan g-octave
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="* -@EULA PUEL Intel-SDP dlj-1.1 skype-eula skype-4.0.0.7-copyright googleearth AdobeFlash-10.3 cadsoft Oracle-BCLA-JavaSE MakeMKV-EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -mtune=generic -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=core2 -mtune=generic -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/science /var/lib/layman/x11 /var/lib/layman/sunrise /usr/local/portage /var/lib/cpan /var/lib/g-octave"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="R X Xaw3d a52 aac acl acpi admin afs alsa ao apache2 apng applet archive arpack asf aspell assistant atlas audacious audiofile automap automount bash-completion berkdb blas blast bluetooth bluray boo boost branding bzip2 cairo cdda cddb cdf cdio cdparanoia cdr cg cgi chm cli consolekit corba cracklib crypt css cups curl cxx daap db dbi dbm dbus declarative designer devhelp device-mapper dga dia dirac djvu doc dot dri ds2490 ds9097 ds9097u dts dv dvb dvd dvdr dvi dynamicplugin eds egl elf emacs emboss emf encode epiphany evo examples exif expat extensions extra extras faac faad fam fbcon fbcondecor ffmpeg fftw firefox fits flac fltk fontconfig foomaticdb fortran fortran95 fpm fpx fts3 fuse g3dvl garmin gcj gd gdal gdbm gdu gedit geoip geolocation geos gfortran gif gimp git glade glib glpk gml gmp gnome gnome-keyring gnome-print gnuplot gnutls gold gphoto2 gpm grammar graphics graphtft graphviz grass gsl gsm gstreamer gtk gtk3 gudev guile harness hddtemp hdf hdf5 hdri html http httpd hvm hwdb iconv icq icu id3 id3tag ide imagemagick imap inotify introspection ipod ipv6 irda ithreads jabber jadetex java java6 jbig john jpeg jpeg2k kate kdepim kdrive kerberos keymap kpathsea kqemu kvm ladspa lame lapack laptop latex lcms ldap lensfun libffi libkms libnotify libsamplerate lirc live lm_sensors lua lzo mad mail maildir mapnik math matroska media-library mercurial mikmod mmx mmxext mng mod modules mono motif mozilla mp3 mp4 mpeg mpi mplayer mtp mudflap musepack musicbrainz mysql mysqli nautilus ncurses neXt netcdf netpbm network networking networkmanager nfs nls nntp nptl nsplugin ntfs ntp numpy obex objc ocaml ocr octave odbc ofa ogdi ogg openexr opengl openmp overview pae pam pango pcre pda pdf perl plasma plotutils plugins png podcast policykit portaudio posix postgres postscript ppds preview-latex proj projectm projectx pstricks pulseaudio python python-bindings q16 q32 qemu qhull qt3support qt4 quicktime raw readline reiserfs reports rhythmbox rle romio rpc rrdcgi rrdtool samba sasl schroedinger science sdk sdl secure-delete semantic-desktop server session shout sip slang slp smart smbclient smp sms sndfile snmp soap sockets sound soup sox speex spell sql sqlite sse sse2 ssl ssse3 startup-notification stlport subtitles subversion sudo suexec svg svm swig szip t1lib tcl tcpd tex tex4ht texmacs tgif theora thesaurus threads thunderbird tidy tiff tk tools truetype udev udisks unicode upower usb userlocales utempter v4l vaapi vala vdpau video virtualbox visio vorbis vpx wav webdav webdav-serf webkit wifi wmf wxwidgets x264 x86 xa xattr xcb xemacs xetex xext xft xine xml xmlreader xmlrpc xpm xv xvid xvmc yaml youtube zlib zvbi" ABI_X86="32" ALSA_CARDS="intel8x0" 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 auth_digest authn_anon authn_dbd authn_core authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info lbmethod_byrequests log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif slotmem_shm so socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="canon fuji ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CURL_SSL="nss" DRACUT_MODULES="caps lvm syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de fr ru" NETBEANS_MODULES="apisupport cnd dlight enterprise ergonomics groovy gsf harness ide identity j2ee java mobility nb php profiler ruby websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="psb intel vesa fbdev" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

dev-lisp/sbcl-1.1.7 was built with the following:
USE="doc threads unicode zlib -debug -source"
CFLAGS="-O2 -march=core2 -mtune=generic -pipe"
CXXFLAGS="-O2 -march=core2 -mtune=generic -pipe"


root@inspironM12:/root(37)# emerge -pqv '=dev-lisp/sbcl-1.1.7'
[ebuild   R   ] dev-lisp/sbcl-1.1.7  USE="doc threads unicode zlib -debug -source"
Comment 7 Eckard Brauer 2013-05-22 21:00:12 UTC
Hello,

same problem here. Solved by both:

- improving the timeout value in sbcl-1.1.7/contrib/sb-concurrency/tests/test-frlock.lisp line 85 from 60 to 240, and
- decreasing the reader-count, read-count and write-count in the same file, lines 20 and 22 to half of the values given.

After that, "for step in compile install qmerge clean; do ebuild /path/to/sbcl-1.1.7.ebuild $step || break; done".
Comment 8 Juergen Rose 2013-05-23 11:06:44 UTC
(In reply to comment #7)
> Hello,
> 
> same problem here. Solved by both:
> 
> - improving the timeout value in
> sbcl-1.1.7/contrib/sb-concurrency/tests/test-frlock.lisp line 85 from 60 to
> 240, and
> - decreasing the reader-count, read-count and write-count in the same file,
> lines 20 and 22 to half of the values given.
> 
> After that, "for step in compile install qmerge clean; do ebuild
> /path/to/sbcl-1.1.7.ebuild $step || break; done".

I tried to apply these changes with the attached patch and ebuild, but I still have the same error.
Comment 9 Juergen Rose 2013-05-23 11:12:32 UTC
Created attachment 348978 [details]
Patch wicht uses changes of comment 7
Comment 10 Juergen Rose 2013-05-23 11:13:52 UTC
Created attachment 348980 [details]
An sbcl-1.1.7.ebuild which applies the patch
Comment 11 Juergen Rose 2013-05-24 12:56:36 UTC
Should I file a seperate bug, because in my case sb-bsd-sockets is failing?
Comment 12 Eckard Brauer 2013-06-19 11:17:29 UTC
Thanks for the patch -- same applies to dev-lisp/sbcl-1.1.8 at here.
Comment 13 Andrey Grozin gentoo-dev 2013-10-14 09:24:10 UTC
*** Bug 465560 has been marked as a duplicate of this bug. ***
Comment 14 Andrey Grozin gentoo-dev 2014-01-11 11:37:52 UTC
  11 Jan 2014; Andrey Grozin <grozin@gentoo.org> sbcl-1.1.14.ebuild,
  +files/bsd-sockets-test.patch, +files/concurrency-test.patch:
  Patching tests which fail on some systems: bug #486552, thanks to Danis S.
  <ssoqboss@gmail.com>; bug #468482, thanks to Eckard Brauer
  <ecki@intershop.de> and Juergen Rose <rose@rz.uni-potsdam.de>