First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 141446
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Alpha Porters <alpha@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Hill <dirtyepic@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
build.log build.log of failed compilation on amd64 text/plain Michael Weyershäuser 2006-08-28 09:56 0000 246.98 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 141446 depends on: 141432 141438 Show dependency tree
Show dependency graph
Bug 141446 blocks: 140707
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-22 16:56 0000
current stable sci-mathematics/octave-2.1.69 fails to build with GCC 4.1 (bug
#126157). if possible, please stabilize >=sci-mathematics/octave-2.1.72 or
backport a fix from ~arch so we can work on getting GCC 4.1 into stable.

thanks ;d

------- Comment #1 From Joshua Jackson 2006-07-26 22:50:50 0000 -------
x86 is gone 

------- Comment #2 From Luis Medinas (RETIRED) 2006-08-02 20:22:51 0000 -------
this can go to stable on all arches.
So you know what to do!

Also please mark stable octave-forge-2006.01.28

------- Comment #3 From Christian Faulhammer 2006-08-03 03:14:59 0000 -------
1) emerges fine
2) fails test suite
FAIL: octave.test/system/tilde_expand-1.m
all others are passed

3) passes collision test
4) passes the proposed test from the ebuild
5) maybe a USE flag test is useful so you can pull in DejaGnu as dependency, I
don't know if you are able to test on portage FEATURES="test"
6) why do you cc x86 when it is already gone? Removed...damn, I only noticed
after testing it

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
2.6.17-gentoo-r4 i686)
=================================================================
System uname: 2.6.17-gentoo-r4 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.6.15
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash
/etc/terminfo"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage"
USE="x86 3dnow 3dnowext X Xaw3d a52 alsa arts artworkextra asf audiofile avi
bash-completion beagle berkdb bidi bitmap-fonts bootsplash branding bzip2 cairo
cdda cddb cdparanoia cdr cli cracklib crypt css cups curl custom-cflags dbus
dga directfb divx4linux dlloader dri dts dvd dvdr dvdread dvi eds emacs emboss
encode esd evo exif expat fam fat fbcon fdftk ffmpeg firefox foomaticdb fortran
ftp gb gcj gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml hal icq idn
imagemagick imap imlib ipv6 isdnlog java javascript jikes jpeg jpeg2k ldap leim
libg++ libwww lm_sensors mad maildir matroska mbox mikmod mime mmx mmxext mng
mono motif mp3 mpeg mpeg2 mule nautilus ncurses nforce2 nls nocardbus nptl
nptlonly nsplugin nvidia objc ogg opengl pam pcre pdf pdflib perl plotutils pmu
png ppds pppd preview-latex print python qt qt3 qt4 quicktime readline
reflection reiserfs samba sdk session slang spell spl sse ssl svg svga t1lib
tcltk tcpd theora thunderbird tiff truetype truetype-fonts type1-fonts udev usb
vcd videos vorbis win32codecs wmf wxwindows xine xml xorg xosd xv xvid zlib
elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux linguas_de
userland_GNU video_cards_radeon video_cards_vesa video_cards_fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #4 From Christian Faulhammer 2006-08-03 03:29:03 0000 -------
Ok, sorry for the noise I have forgotten the request for octave-forge, readded
x86

------- Comment #5 From Ferris McCormick 2006-08-03 05:34:17 0000 -------
octave-2.1.72 stable on sparc.  Builds and installs as expected, and it passes
all tests.  Note, however, that to run the tests, you must have the dejagnu
package (and hence tcl & expect) installed.  So, if FEATURES=test is enabled,
it seems you should really have a dependency on dev-util/dejagnu.

------- Comment #6 From Ferris McCormick 2006-08-03 06:01:12 0000 -------
octave-forge-2006.01.28 NOT stable on sparc.  When built with FEATURES=test,
the build fails thus:
=============================
>>> Test phase [check]: sci-mathematics/octave-forge-2006.01.28
admin/mktests.sh admin/mkpkgadd
admin/run_forge octave --norc -q fntests.m
FIXES [tests 2 of 13 files]
warning: hankel: column wins anti-diagonal conflict
                                         ---> success
main/audio [tests 2 of 13 files]
                                         ---> success
main/cell [tests 1 of 2 files]
                                         ---> success
main/comm [tests 5 of 60 files]
                                         ---> success
main/control [tests 0 of 1 files]
                                         ---> success
main/econometrics [tests 0 of 25 files]
                                         ---> success
main/fixed [tests 0 of 43 files]
                                         ---> success
main/general [tests 6 of 26 files]
                                         ---> success
main/geometry [tests 0 of 7 files]
                                         ---> success
main/gsl [tests 0 of 5 files]
                                         ---> success
main/ident [tests 0 of 4 files]
                                         ---> success
main/image [tests 34 of 87 files]
panic: Segmentation fault -- stopping myself...
admin/run_forge: line 53: 30952 Segmentation fault      $*
make: *** [check] Error 139
=======================================

If this is a known or expected failure, then sparc can go stable.  Otherwise,
no.  (System is SB1000-SMP, profile=2006.0, thus):
=====================================
Portage 2.1.1_pre4-r2 (default-linux/sparc/sparc64/2006.0, gcc-3.4.6,
glibc-2.3.6-r4, 2.6.15-gentoo-r4-SB1000 sparc64)
=================================================================
System uname: 2.6.15-gentoo-r4-SB1000 sparc64 sun4u
Gentoo Base System version 1.6.15
distcc 2.18.3 sparc-unknown-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r6
ACCEPT_KEYWORDS="sparc"
AUTOCLEAN="yes"
CBUILD="sparc-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mcpu=ultrasparc3"
CHOST="sparc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config
/usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/spool/PBS"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
/etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -mcpu=ultrasparc3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache cvs distlocks metadata-transfer parallel-fetch
sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo
ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/
http://gentoo.chem.wisc.edu/gentoo/
http://mirror.phy.olemiss.edu/mirror/gentoo"
LC_ALL="en_US.utf8"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="sparc X Xaw3d apache2 avi berkdb bitmap-fonts bzip2 cairo cli crypt cscope
cups dba dlloader dri eds encode esd examples fbcon firebird foomaticdb fortran
gcc64 gd gdbm gif glx graphviz gstreamer gtk gtk2 imlib isdnlog jpeg kerberos
libwww lzw-tiff mad mikmod motif mpeg mysql ncurses nls nptl ogg opengl oss pam
pcre pdf pdflib perl png pppd python qt3 readline reflection ruby ruby18 sdl
session spell spl sqlite ssl stroke tcltk tcpd tetex tiff truetype
truetype-fonts type1-fonts udev vorbis xml xmms xorg xv zlib elibc_glibc
input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux
userland_GNU video_cards_dummy video_cards_fbdev video_cards_sunffb"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS
========================================

------- Comment #7 From Christian Faulhammer 2006-08-03 06:21:07 0000 -------
octave-forge:

1) emerges fine
2) passes collision test
3) passes test suite

info above

------- Comment #8 From Luis Medinas (RETIRED) 2006-08-03 10:05:55 0000 -------
if octave-forge-2006.01.28 doesn't pass the test you can try
octave-forge-2006.03.17 at least on amd64 it works fine.

Thanks

------- Comment #9 From Ferris McCormick 2006-08-03 10:42:38 0000 -------
(In reply to comment #8)
> if octave-forge-2006.01.28 doesn't pass the test you can try
> octave-forge-2006.03.17 at least on amd64 it works fine.
> 
> Thanks
> 

On sparc, it seems that octave-forge-2006.<anything> fails main/image tests
with a SegFault using octave-2.1.7[23].  Now, the README in octave-forge
suggests that the scripts provided by octave-forge are not guaranteed stable,
so I am not sure what marking them stable would mean, anyway.  I note that if I
force the main/image tests not to run, then later on, sparc gets a SegFault in
main/sparse tests.  Now, this might be a problem with octave itself, but once
dejagnu is installed, octave runs its own test suite without problems.

Unfortunately, the script for running the octave-forge tests seems to be set up
to provide as little information as possible on a failure like sparc is seeing,
so finding just which tests are failing requires more pain than I am willing to
endure at the moment.

------- Comment #10 From Tobias Scherbaum 2006-08-05 05:07:24 0000 -------
ppc already stable

------- Comment #11 From Andrej Kacian (RETIRED) 2006-08-06 14:44:40 0000 -------
x86 done also for octave-forge, thanks Christian!

------- Comment #12 From Markus Rothe 2006-08-11 14:31:02 0000 -------
ppc64 stable

------- Comment #13 From Danny van Dyk (RETIRED) 2006-08-16 15:49:33 0000 -------
octave-forge 2006.03.17 doesn't build with gcc-4.1.x and octave-2.1.72, as the
installed octave headers are buggy.

Sample is /usr/include/octave-2.1.72/octave/ArrayN.h, line 66.
Instead of

  ArrayN (const dim_vector& dv, const T& val)
    : Array<T> (dv) { fill (val); }

it should be

  ArrayN (const dim_vector& dv, const T& val)
    : Array<T> (dv) { this->fill (val); }

This problem arises in a lot of places.

------- Comment #14 From Ryan Hill 2006-08-17 17:26:50 0000 -------
for octave-forge i believe we need octive-2.1.73 and octive-forge-2006.03.17. 
see bug #130223.  is that correct?

------- Comment #15 From Ryan Hill 2006-08-17 17:33:37 0000 -------
(In reply to comment #14)
> for octave-forge i believe we need octive-2.1.73 and octive-forge-2006.03.17. 
> see bug #130223.  is that correct?

Sorry. Bug #133246.

------- Comment #16 From Michael Weyershäuser 2006-08-28 09:54:52 0000 -------
This did NOT emerge on amd64, various errors during compilation, build.log
follows:

make[1]: Leaving directory
`/var/tmp/portage/octave-forge-2006.01.28/work/octave-forge-2006.01.28/main'
Build finished.
main/ not complete.
Some functions failed to compile (search build.log for errors) but many
other functions will still work correctly.  Run 'make check' to see
what works.  Run 'make install' to install what has been built.
make: *** [all] Error 1

!!! ERROR: sci-mathematics/octave-forge-2006.01.28 failed.


emerge --info
Portage 2.1-r2 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
2.6.17-suspend2-r4Dudebox-Edition x86_64)
=================================================================
System uname: 2.6.17-suspend2-r4Dudebox-Edition x86_64 AMD Athlon(tm) 64
Processor 3200+
Gentoo Base System version 1.12.4
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -msse3 -Os -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=k8 -msse3 -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer
multilib-strict parallel-fetch sandbox sfperms strict test userfetch userpriv
usersandbox"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://server/gentoo-portage"
USE="amd64 X alsa arts avi berkdb bitmap-fonts cairo cdr cli crypt cups dbus
dlloader dri dvd dvdr eds emboss encode esd fam firefox fortran gdbm gif gnome
gpm gstreamer gtk gtk2 hal isdnlog jpeg kde kdeenablefinal kdehiddenvisibility
ldap libg++ mad mikmod mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam
pcre pdflib perl png ppds pppd python qt3 qt4 quicktime readline reflection sdl
session spell spl ssl tcpd test truetype truetype-fonts type1-fonts udev
unicode vorbis xml xorg xv zlib elibc_glibc input_devices_keyboard
input_devices_mouse kernel_linux userland_GNU video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #17 From Michael Weyershäuser 2006-08-28 09:56:53 0000 -------
Created an attachment (id=95292) [edit]
build.log of failed compilation on amd64

------- Comment #18 From Michael Weyershäuser 2006-08-28 10:02:21 0000 -------
On a sidenote: octave-2.7.12 emerged fine for me and passed the tests supposed
in the ebuild. Only octave-forge-2006.1.28 failed. Sorry about the bugspam ;)

------- Comment #19 From Fabio Rossi 2006-09-07 06:04:50 0000 -------
octave-forge-2006.{01.28,03.17} don't compile against octave-2.1.72. With
octave-2.1.73 and octave-forge-2006.03.17 there are no problems


Portage 2.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3,
2.6.17-gentoo-r7 i686)
=================================================================
System uname: 2.6.17-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.4
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=prescott -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms
splitdebug strict"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/"
LANG="it_IT.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa apache2 arts asf audiofile bash-completion berkdb
bitmap-fonts blas browserplugin bzip2 cairo cddb cdparanoia cdr chroot clamav
cli cmucl crypt cups curl dlloader dri dv dvb dvd dvdr dvdread encode ethereal
examples exif fame fbcon ffmpeg fftw firefox foomaticdb fortran fpx gcj gd gdbm
gif gimpprint ginac gmp gnutls gpm graphviz gs gtk gtk2 gtkhtml idn imagemagick
imlib innodb ipv6 isdnlog java jbig jpeg jpeg2k kde kdeenablefinal lcms libg++
live lm_sensors lzo mad mime mjpeg mmx mmxext mng motif mozdevelop mozsvg
mozxmlterm mp3 mpeg ncurses network nls nntp nptl nptlonly nsplugin odbc ogg
opengl oss pam pcre perl plotutils png ppds pppd python qt3 quicktime readline
real reflection samba sdk sdl session skey smime spell spl sse sse2 ssl stats
svg tcltk tcpd tetex theora threads tiff truetype truetype-fonts type1
type1-fonts udev unicode usb utf8 vim-with-x vorbis wifi win32codecs wmf wxgtk1
wxwindows xanim xcomposite xine xml xmms xorg xv xvid yv12 zlib elibc_glibc
input_devices_keyboard input_devices_mouse kernel_linux userland_GNU
video_cards_vga video_cards_vesa video_cards_fbdev video_cards_i810"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #20 From Jakub Moc 2006-09-07 11:32:46 0000 -------
*** Bug 146730 has been marked as a duplicate of this bug. ***

------- Comment #21 From Ryan Hill 2006-09-08 18:49:37 0000 -------
sorry arches, this got expanded to include octave-forge, which apparently
doesn't build against octave-2.1.72.  please stable octave-2.1.73 and
octave-forge-2006.1.28, or octave-forge-2006.3.17 if that doesn't work
(amd64?).

------- Comment #22 From Christian Faulhammer 2006-09-09 04:03:54 0000 -------
octave:

1) emerges fine (x86 has the last pending dependency stable)
2) passes collision test
3) still fails test suite
FAIL: octave.test/system/tilde_expand-1.m

4) works

octave-forge 2006.03.17 (the other one fails):

1) emerges fine
2) passes collision test
3) passes test suite
4) works

Portage 2.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
2.6.17-gentoo-r7 i686)
=================================================================
System uname: 2.6.17-gentoo-r7 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash
/etc/terminfo"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage"
USE="x86 3dnow 3dnowext X Xaw3d a52 alsa arts artworkextra asf audiofile avi
bash-completion beagle berkdb bidi bitmap-fonts bootsplash branding bzip2 cairo
cdda cddb cdparanoia cdr cli cracklib crypt css cups curl custom-cflags dbus
dga directfb divx4linux dlloader dri dts dvd dvdr dvdread dvi eds emacs emboss
encode esd evo exif expat fam fat fbcon ffmpeg firefox fortran ftp gb gcj gdbm
gif gnome gpm gstreamer gtk gtk2 gtkhtml hal icq idn imagemagick imap ipv6
isdnlog java javascript jikes jpeg jpeg2k ldap leim libg++ lm_sensors mad
maildir matroska mbox mikmod mime mmx mmxext mng mono mp3 mpeg mpeg2 mule
nautilus ncurses nforce2 nls nocardbus nptl nptlonly nsplugin nvidia objc ogg
opengl pam pcre pdf pdflib perl plotutils pmu png ppds pppd preview-latex print
python qt3 qt4 quicktime readline reflection reiserfs samba sdk session slang
spell spl sse ssl svg svga t1lib tcltk tcpd tetex theora thunderbird tiff
truetype truetype-fonts type1-fonts udev usb vcd videos vorbis win32codecs wmf
wxwindows xine xml xorg xosd xv xvid zlib elibc_glibc input_devices_mouse
input_devices_keyboard kernel_linux linguas_de userland_GNU video_cards_radeon
video_cards_vesa video_cards_fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #23 From Andrej Kacian (RETIRED) 2006-09-09 13:37:24 0000 -------
Maintainer: how about that failed test? Is it ok to mark stable anyway?

------- Comment #24 From Bo Ørsted Andresen 2006-09-09 19:35:00 0000 -------
octave-forge-2006.1.28 specifically depends on and fails against octave-2.72.

octave-2.73:
1) emerges fine
2) fails 1 test
FAIL: octave.test/system/tilde_expand-1.m

There definitely should be a test use flag to pull in dev-util/dejagnu.

3) passes collision-protect
4) works fine

sci-mathematics/octave-forge-2006.03.17:
1) emerges fine
2) passes test suite
3) passes collision-protect
4) seems to work

Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
2.6.17-suspend2-r5 i686)
=================================================================
System uname: 2.6.17-suspend2-r5 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.12.4
Last Sync: Sat, 09 Sep 2006 23:30:08 +0000
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -Os -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=pentium-m -Os -pipe"
DISTDIR="/opt/distfiles"
FEATURES="autoconfig buildpkg collision-protect distlocks fixpackages
metadata-transfer parallel-fetch sandbox sfperms splitdebug strict test
userfetch"
GENTOO_MIRRORS="http://mirror.uni-c.dk/pub/gentoo
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo"
LC_ALL="en_GB.utf8"
LINGUAS="da en en_GB"
MAKEOPTS="-j2"
PKGDIR="/opt/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--timeout=60"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://zlin.dk/gentoo-portage"
USE="x86 X aac acpi alsa asf avi bash-completion berkdb bitmap-fonts bluetooth
bzip2 cairo cdr cli crypt css cups dlloader dri dvd dvdr elibc_glibc emboss
encode fam fat fbcon ffmpeg firefox flac fortran gdbm gif gphoto2 gpm i8x0
ieee1394 imagemagick input_devices_evdev input_devices_keyboard
input_devices_mouse input_devices_synaptics input_devices_void irda irmc
isdnlog jfs jpeg kde kdehiddenvisibility kernel_linux libg++ linguas_da
linguas_en linguas_en_GB logitech-mouse mad mikmod mmx mmxext mp3 mpeg mplayer
msn ncurses nls nptl nptlonly nsplugin ntfs ogg opengl pam pcre pdf pdflib perl
png ppds pppd python qt3 quicktime readline real reflection reiser4 reiserfs
scanner sdl session slp spell spl sse sse2 ssl subversion svg svga syslog tcpd
tetex tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU
vcd video_cards_fbdev video_cards_fglrx video_cards_i810 video_cards_radeon
video_cards_vesa vorbis wifi win32codecs xcomposite xfs xine xml xorg
xscreensaver xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS

------- Comment #25 From Ferris McCormick 2006-09-11 05:49:42 0000 -------
For sparc also:
FAIL: octave.test/system/tilde_expand-1.m

Is this exptected?

------- Comment #26 From Markus Rothe 2006-09-15 06:19:49 0000 -------
tests for octave-2.1.73 do not fail on ppc64 (installs clean) -> stable

unfortunatly I see the same errors with octave-force-2006.01.28 on ppc64 as
seen on amd64 (comment #17), so I cannot mark stable. (octave-force not even
~ppc64)

------- Comment #27 From Simon Stelling (RETIRED) 2006-09-15 08:43:09 0000 -------
*** Bug 147701 has been marked as a duplicate of this bug. ***

------- Comment #28 From Timon Van Overveldt 2006-09-21 06:19:07 0000 -------
Compiled without failure on ~x86 athlon-xp, totally up to date.


=============================================================================


Portage 2.1.1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17.11
i686
)
=================================================================
System uname: 2.6.17.11 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.5
Last Sync: Thu, 21 Sep 2006 07:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.6-r1, 2.0.29
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms
/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ "
LINGUAS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/d
istfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aac alsa apache2 asf avi bash-completion berkdb bitmap-fonts bzip2 cdr
cg
i cli crypt cups curl curlwrappers dbus divx4linux dlloader dri dvd elibc_glibc 
exif fat flac fluxbox fortran ftp fuse gd gdbm gif gpm gstreamer gtk gtk+ gtk2
h
ash imagemagick imap input_devices_keyboard input_devices_mouse ipv6 isdnlog
jav
a jpeg kernel_linux ldap libg++ libnotify mad mhash ming mozdevelop mp3 mpeg
mpl
ayer msn mysql mysqli ncurses nls nptl nptlonly nsplugin ntfs ogg opengl oss
pam
 pcre perl png ppds pppd python quicktime readline real reflection reiser4
reise
rfs samba session soap sockets spl sqlite ssl svg svga tcpd threads tidy tiff
tk
 truetype truetype-fonts type1-fonts udev unicode usb userland_GNU
video_cards_n
vidia video_cards_vesa vorbis win32codecs wma wmv x86 xine xml xml2 xmms xorg
xp
m xsl xvid zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTA
GE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #29 From Timon Van Overveldt 2006-09-22 04:57:36 0000 -------
octave 2.1.73 emerges fine on x86

Portage 2.1.1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17.11
i686)
=================================================================
System uname: 2.6.17.11 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.5
Last Sync: Fri, 22 Sep 2006 06:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.29
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ "
LINGUAS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aac alsa apache2 asf avi bash-completion berkdb bitmap-fonts bzip2 cdr
cgi cli crypt cups curl curlwrappers dbus divx4linux dlloader dri dvd
elibc_glibc exif fat flac fluxbox fortran ftp fuse gd gdbm gif gpm gstreamer
gtk gtk+ gtk2 hash imagemagick imap input_devices_keyboard input_devices_mouse
ipv6 isdnlog java jpeg kernel_linux ldap libg++ libnotify mad mhash ming
mozdevelop mp3 mpeg mplayer msn mysql mysqli ncurses nls nptl nptlonly nsplugin
ntfs ogg opengl oss pam pcre perl png ppds pppd python quicktime readline real
reflection reiser4 reiserfs samba session soap sockets spl sqlite ssl svg svga
tcpd threads tidy tiff tk truetype truetype-fonts type1-fonts udev unicode usb
userland_GNU video_cards_nvidia video_cards_vesa vorbis win32codecs wma wmv x86
xine xml xml2 xmms xorg xpm xsl xvid zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #30 From Markus Meier 2006-09-24 13:27:30 0000 -------
=sci-mathematics/octave-2.1.73
1.) emerges fine on x86
2.) passes collision test
3.) test suite fails:
FAIL: octave.test/system/tilde_expand-1.m
4.) but octave works


=sci-mathematics/octave-forge-2006.03.17
1.) emerges fine on x86
2.) passes collision test
3.) passes test suite

emerge --info
Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
2.6.18 i686)
=================================================================
System uname: 2.6.18 i686 Genuine Intel(R) CPU           T2300  @ 1.66GHz
Gentoo Base System version 1.12.5
Last Sync: Sun, 24 Sep 2006 10:50:01 +0000
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en de en_GB de_CH"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://192.168.2.1/gentoo-portage"
USE="x86 X a52 aac acpi alsa apache2 asf berkdb bitmap-fonts cairo cdr cdrom
cli crypt cups dbus divx dlloader dri dts dvd dvdr dvdread eds elibc_glibc
emboss encode fam ffmpeg firefox flac fortran gdbm gif gnome gpm gstreamer gtk
hal input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg kde
kernel_linux ldap libg++ linguas_de linguas_de_CH linguas_en linguas_en_GB mad
mikmod mmx mono mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre perl
png ppds pppd python qt3 qt4 quicktime readline reflection rtsp samba sdl
session smp spell spl sse sse2 sse3 ssl svg tcpd tetex theora threads truetype
truetype-fonts type1-fonts udev unicode userland_GNU vcd video_cards_fbdev
video_cards_i810 video_cards_vesa vorbis win32codecs wxwindows x264 xine xml
xorg xprint xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #31 From Wormo 2006-09-30 17:00:23 0000 -------
The moment we've all been waiting for...
octave 2.1.73 and octave-forge 2006.03.17 now stable on ppc

------- Comment #32 From Simon Stelling (RETIRED) 2006-10-04 09:02:04 0000 -------
amd64 needs it, so it's stable now

------- Comment #33 From Chris Gianelloni 2006-10-04 10:01:36 0000 -------
x86 done

------- Comment #34 From Simon Stelling (RETIRED) 2006-10-06 06:46:16 0000 -------
*** Bug 150271 has been marked as a duplicate of this bug. ***

------- Comment #35 From Simon Stelling (RETIRED) 2006-10-06 06:50:33 0000 -------
i think i meant do add that comment to another, unrelated bug... amd64 is still
to be done (besides that it doesn't build according to comment 16)

------- Comment #36 From Fabio Rossi 2006-10-06 07:19:53 0000 -------
octave-forge-2006.01.28 doesn't compile against stable octave-2.1.73 on x86
arch. It's better to stabilize octave-forge-2006.03.17 as soon as possible for
x86.

Portage 2.1.1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3,
2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.5
Last Sync: Mon, 02 Oct 2006 01:53:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=prescott -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms
splitdebug strict"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/"
LANG="it_IT.UTF-8"
LINGUAS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa apache2 arts asf audiofile bash-completion berkdb
bitmap-fonts blas browserplugin bzip2 cairo cddb cdparanoia cdr chroot clamav
cli cmucl crypt cups curl dlloader dri dv dvb dvd dvdr dvdread elibc_glibc
encode ethereal examples exif fame fbcon ffmpeg fftw firefox foomaticdb fortran
fpx gcj gd gdbm gif gimpprint ginac gmp gnutls gpm graphviz gs gtk gtk2 gtkhtml
idn imagemagick imlib innodb input_devices_keyboard input_devices_mouse ipv6
isdnlog java jbig jpeg jpeg2k kde kdeenablefinal kernel_linux lcms libg++ live
lm_sensors lzo mad mime mjpeg mmx mmxext mng motif mozdevelop mozsvg mozxmlterm
mp3 mpeg ncurses network nls nntp nptl nptlonly nsplugin odbc ogg opengl oss
pam pcre perl plotutils png ppds pppd python qt3 quicktime readline real
reflection samba sdk sdl session skey smime spell spl sse sse2 ssl stats svg
tcltk tcpd tetex theora threads tiff truetype truetype-fonts type1 type1-fonts
udev unicode usb userland_GNU utf8 video_cards_fbdev video_cards_i810
video_cards_vesa video_cards_vga vim-with-x vorbis wifi win32codecs wmf wxgtk1
wxwindows xanim xcomposite xine xml xmms xorg xv xvid yv12 zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #37 From Markus Dittrich 2006-11-05 11:35:56 0000 -------
I am cc-ing the sci-team since due to a lack of access to amd64 and sparc
the sci-mathematics team has no way of looking into the problems with 
octave-forge. I don't consider octave-forge essential (others might disagree
though) and would rather have the arch teams mask it for now and go ahead
with stabilizing octave itself and we'll sort out the octave-forge problems on
the troubled arches later on. Any comments?

Thanks,
Markus

------- Comment #38 From Luis Medinas (RETIRED) 2006-11-12 20:24:54 0000 -------
octave 2.1.73 and octave-forge-2006-03-17 stable on amd64

------- Comment #39 From Ferris McCormick 2006-11-13 06:21:35 0000 -------
octave-2.1.73-r1 stable on sparc (Bypassing 2.1.73 because 2.1.73-r1 has a fix
for the failing test, and given the choice, we want FEATURES=test to succeed on
stable packages; after all, people do use it.)

However, we still see !!! ERROR: sci-mathematics/octave-forge-2006.03.17
failed. on sparc (Segmentation fault someplace in main/image).  What do you
want us to do about octave-forge?  It builds, and would install but for the
failure with FEATURES=test.

------- Comment #40 From Jakub Moc 2006-11-14 14:04:06 0000 -------
*** Bug 155167 has been marked as a duplicate of this bug. ***

------- Comment #41 From Jakub Moc 2006-11-26 06:08:32 0000 -------
Well, sparc never had sci-mathematics/octave-forge stable, so...

alpha still needs to stabilize >=sci-mathematics/octave-2.1.73, re-assigning to
them. All done otherwise.

------- Comment #42 From Jakub Moc 2006-12-21 01:19:37 0000 -------
(In reply to comment #36)
> octave-forge-2006.01.28 doesn't compile against stable octave-2.1.73 on x86
> arch. It's better to stabilize octave-forge-2006.03.17 as soon as possible for
> x86.

CCing x86 again; damn this bug is messy.

------- Comment #43 From Markus Meier 2006-12-22 10:42:34 0000 -------
sci-mathematics/octave-forge-2006.03.17  USE="X -ginac -qhull"
1. emerges on x86
2. passes collision test
3. works

Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4,
2.6.18.4 i686)
=================================================================
System uname: 2.6.18.4 i686 Genuine Intel(R) CPU           T2300  @ 1.66GHz
Gentoo Base System version 1.12.6
Last Sync: Fri, 22 Dec 2006 14:00:01 +0000
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner"
FEATURES="autoconfig collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/ http://gentoo.inode.at/"
LINGUAS="en de en_GB de_CH"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi alsa alsa_cards_ali5451 alsa_cards_als4000
alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106
alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371
alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel
alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident
alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem
alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw
alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix
alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty
alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks
alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa
alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter
alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null
alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route
alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2
asf berkdb bitmap-fonts cairo cdr cdrom cli cracklib crypt cups dbus divx
dlloader dri dts dvd dvdr dvdread eds elibc_glibc emboss encode fam ffmpeg
firefox flac fortran gdbm gif gnome gpm gstreamer gtk hal iconv
input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg kde
kdeenablefinal kernel_linux ldap libg++ linguas_de linguas_de_CH linguas_en
linguas_en_GB mad mikmod mmx mono mp3 mpeg ncurses nls nptl nptlonly ogg opengl
oss pam pcre perl png ppds pppd python qt3 qt4 quicktime readline reflection
rtsp ruby samba sdl session smp spell spl sse sse2 sse3 ssl svg tcpd test tetex
theora threads truetype truetype-fonts type1-fonts udev unicode userland_GNU
vcd video_cards_fbdev video_cards_i810 video_cards_vesa vorbis win32codecs
wxwindows x264 xine xml xorg xprint xv xvid zlib"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY

------- Comment #44 From Christian Faulhammer 2007-01-03 00:13:34 0000 -------
x86 done, once and for all.

------- Comment #45 From Gustavo Zacarias (RETIRED) 2007-02-12 19:23:21 0000 -------
We don't have a stable octave-forge and given the issues Ferris mentions we'll
just vanish.

------- Comment #46 From Raúl Porcel 2007-05-20 15:24:29 0000 -------
alpha stable, but only octave, we don't have octave-forge keyworded.

Closing.

First Last Prev Next    No search results available      Search page      Enter new bug