First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 154816
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mike <leblackdahliamurder@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
cvs.sh Patched version of cvs.sh text/plain Sébastien Benoit 2006-11-18 18:10 0000 18.77 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 154816 depends on: Show dependency tree
Bug 154816 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2006-11-11 09:45 0000
bdm mike # emerge --info
Portage 2.1.1-r1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r4,
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.6
Last Sync: Sat, 11 Nov 2006 17: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.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.13-r4
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=i686 -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"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
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.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm berkdb bitmap-fonts cdr cli cracklib crypt cups
dlloader dri dvd eds elibc_glibc emboss encode esd foomaticdb fortran gdbm gif
gpm gstreamer gtk2 hal iconv imlib input_devices_keyboard input_devices_mouse
isdnlog jpeg kde kernel_linux libg++ libwww mad mikmod motif mp3 mpeg ncurses
nptl nptlonly ogg opengl oss pam pcre perl png pppd python qt qt3 qt4 quicktime
readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts
type1-fonts udev userland_GNU video_cards_fglrx vorbis win32codecs xml xorg xv
zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Here is the error I get when I try to compile:

cd '/mnt/media/[03] School/C++/hkghkghk' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && mkdir '/mnt/media/[03]
School/C++/hkghkghk/debug' && cd '/mnt/media/[03] School/C++/hkghkghk/debug' &&
CXXFLAGS="-O0 -g3" "/mnt/media/[03] School/C++/hkghkghk/configure"
--enable-debug=full && cd '/mnt/media/[03] School/C++/hkghkghk/debug' &&
WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k 
This Makefile is only for the CVS repository 
This will be deleted before making the distribution 
<br /> 
*** YOU'RE USING autoconf (GNU Autoconf) 2.60. 
*** KDE requires autoconf 2.53 or newer 
gmake[1]: *** [cvs] Error 1 
gmake: *** [all] Error 2 
*** Exited with status: 2 ***

------- Comment #1 From Matteo Azzali 2006-11-12 04:17:45 0000 -------
The check for autoconf is wrong, it tryes to detect versions newer than 2.5
but fails recognizing 2.6. This is an error in the configure script, I don't 
know if you manually edited it or if it was auto-generated.
(if it's manually edited/you used a template external to kdevelop, there's
nothing we should do here, so please tell us).

As a workaround, you can open the configure script with kwrite, search
for autoconf and make sure it checks for "autoconf-2.x with x > 53" instead
than for "autoconf-2.5x with x >3" .

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2006-11-12 05:22:20 0000 -------
No.

The problem is in kdesdk or kapptemplate. We should probably fix it there.

------- Comment #3 From Sébastien Benoit 2006-11-16 12:44:26 0000 -------
(In reply to comment #2)
> No.
> 
> The problem is in kdesdk or kapptemplate. We should probably fix it there.
> 

The problem is the cvs.sh file that is added in <YOUR_PROJECT_DIR>/admin.  It
detects the autotools versions in a silly way.

As an example :

case $AUTOCONF_VERSION in
  Autoconf*2.5* | autoconf*2.5* ) : ;;
  "" )
    echo "*** AUTOCONF NOT FOUND!."
    echo "*** KDE requires autoconf $required_autoconf_version"
    exit 1
    ;;
  * )
    echo "*** YOU'RE USING $AUTOCONF_VERSION."
    echo "*** KDE requires autoconf $required_autoconf_version"
    exit 1
    ;;
esac


Needless to say that it is very poor programming practice.  If you want to
patch it quickly just change the version numbers to reflect those of the
packages installed on your system.  The best would be to rewrite the function
to do the check properly.

------- Comment #4 From Mike 2006-11-17 08:39:16 0000 -------
(In reply to comment #3)
> (In reply to comment #2)
> > No.
> > 
> > The problem is in kdesdk or kapptemplate. We should probably fix it there.
> > 
> 
> The problem is the cvs.sh file that is added in <YOUR_PROJECT_DIR>/admin.  It
> detects the autotools versions in a silly way.
> 
> As an example :
> 
> case $AUTOCONF_VERSION in
>   Autoconf*2.5* | autoconf*2.5* ) : ;;
>   "" )
>     echo "*** AUTOCONF NOT FOUND!."
>     echo "*** KDE requires autoconf $required_autoconf_version"
>     exit 1
>     ;;
>   * )
>     echo "*** YOU'RE USING $AUTOCONF_VERSION."
>     echo "*** KDE requires autoconf $required_autoconf_version"
>     exit 1
>     ;;
> esac
> 
> 
> Needless to say that it is very poor programming practice.  If you want to
> patch it quickly just change the version numbers to reflect those of the
> packages installed on your system.  The best would be to rewrite the function
> to do the check properly.
> 
Thanks for all of your replies. Although I tried what you suggested and the
error still stands. Here is my modification:

case $AUTOCONF_VERSION in
  Autoconf*2.60* | autoconf*2.60* ) : ;;
  "" )
    echo "*** AUTOCONF NOT FOUND!."
    echo "*** KDE requires autoconf $required_autoconf_version"
    exit 1
    ;;
  * )
    echo "*** YOU'RE USING $AUTOCONF_VERSION."
    echo "*** KDE requires autoconf $required_autoconf_version"
    exit 1
    ;;
esac

Here is my autoconf version, autoconf (GNU Autoconf) 2.60.

------- Comment #5 From Mike 2006-11-17 09:01:23 0000 -------
(In reply to comment #0)
I was playing around some more, and you also have to change your autoheader
line from csv.sh. But that didn't seem to fix everything. I now get this error
(at the bottom):

cd '/mnt/media/[03] School/C++/kde1' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && cd '/mnt/media/[03]
School/C++/kde1/debug' && CXXFLAGS="-O0 -g3" "/mnt/media/[03]
School/C++/kde1/configure" --enable-debug=full && cd '/mnt/media/[03]
School/C++/kde1/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k 
gmake: Warning: File `Makefile.cvs' has modification time 3.7e+04 s in the
future
This Makefile is only for the CVS repository
This will be deleted before making the distribution
<br />
gmake[1]: Warning: File `admin/Makefile.common' has modification time 3.7e+04 s
in the future
*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
gmake[2]: Entering directory `/mnt/media/[03] School/C++/kde1'
gmake[2]: Warning: File `admin/acinclude.m4.in' has modification time 3.7e+04 s
in the future
gmake[2]: warning: Clock skew detected. Your build may be incomplete.
gmake[2]: Leaving directory `/mnt/media/[03] School/C++/kde1'
*** Creating list of subdirectories
gmake[2]: Entering directory `/mnt/media/[03] School/C++/kde1'
cd . && gmake -f admin/Makefile.common subdirs
gmake[3]: Entering directory `/mnt/media/[03] School/C++/kde1'
gmake[3]: Warning: File `admin/Makefile.common' has modification time 3.7e+04 s
in the future
gmake[3]: warning: Clock skew detected. Your build may be incomplete.
gmake[3]: Leaving directory `/mnt/media/[03] School/C++/kde1'
gmake[2]: Leaving directory `/mnt/media/[03] School/C++/kde1'
*** Creating configure.files
*** Creating configure.in
gmake[2]: Entering directory `/mnt/media/[03] School/C++/kde1'
gmake[2]: Warning: File `configure.in.in' has modification time 3.7e+04 s in
the future
cd . && gmake -f admin/Makefile.common configure.in ;
gmake[3]: Entering directory `/mnt/media/[03] School/C++/kde1'
gmake[3]: Warning: File `admin/Makefile.common' has modification time 3.7e+04 s
in the future
gmake[3]: warning: Clock skew detected. Your build may be incomplete.
gmake[3]: Leaving directory `/mnt/media/[03] School/C++/kde1'
gmake[2]: warning: Clock skew detected. Your build may be incomplete.
gmake[2]: Leaving directory `/mnt/media/[03] School/C++/kde1'
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
Don't forget to run ./configure
If you haven't done so in a while, run ./configure --help
gmake[1]: warning: Clock skew detected. Your build may be incomplete.
gmake: warning: Clock skew detected. Your build may be incomplete.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... 
configure: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment
configure: error: newly created file is older than distributed files!
Check your system clock
*** Exited with status: 1 ***
(In reply to comment #0)
> bdm mike # emerge --info
> Portage 2.1.1-r1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r4,
> 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.6
> Last Sync: Sat, 11 Nov 2006 17: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.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.13-r4
> 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=i686 -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"
> CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
> /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
> CXXFLAGS="-O2 -march=i686 -pipe"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
> GENTOO_MIRRORS="http://distfiles.gentoo.org
> http://distro.ibiblio.org/pub/linux/distributions/gentoo"
> 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.gentoo.org/gentoo-portage"
> USE="x86 X alsa apache2 apm berkdb bitmap-fonts cdr cli cracklib crypt cups
> dlloader dri dvd eds elibc_glibc emboss encode esd foomaticdb fortran gdbm gif
> gpm gstreamer gtk2 hal iconv imlib input_devices_keyboard input_devices_mouse
> isdnlog jpeg kde kernel_linux libg++ libwww mad mikmod motif mp3 mpeg ncurses
> nptl nptlonly ogg opengl oss pam pcre perl png pppd python qt qt3 qt4 quicktime
> readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts
> type1-fonts udev userland_GNU video_cards_fglrx vorbis win32codecs xml xorg xv
> zlib"
> Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
> LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
> 
> Here is the error I get when I try to compile:
> 
> cd '/mnt/media/[03] School/C++/hkghkghk' && WANT_AUTOCONF_2_5="1"
> WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && mkdir '/mnt/media/[03]
> School/C++/hkghkghk/debug' && cd '/mnt/media/[03] School/C++/hkghkghk/debug' &&
> CXXFLAGS="-O0 -g3" "/mnt/media/[03] School/C++/hkghkghk/configure"
> --enable-debug=full && cd '/mnt/media/[03] School/C++/hkghkghk/debug' &&
> WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k 
> This Makefile is only for the CVS repository 
> This will be deleted before making the distribution 
> <br /> 
> *** YOU'RE USING autoconf (GNU Autoconf) 2.60. 
> *** KDE requires autoconf 2.53 or newer 
> gmake[1]: *** [cvs] Error 1 
> gmake: *** [all] Error 2 
> *** Exited with status: 2 ***

------- Comment #6 From Diego E. 'Flameeyes' Pettenò 2006-11-17 10:01:03 0000 -------
This is fixed in kapptemplate-3.5.5.

Arches, please consider marking this early stable (according to 3.5.5 stable
plans of course).
Thanks!

------- Comment #7 From Diego E. 'Flameeyes' Pettenò 2006-11-17 10:06:21 0000 -------
Actually, mark this stable as soon as you can, especially if you have autoconf
2.60 stable, I've removed the 3.5.5 special dependency.

------- Comment #8 From Christian KELLENBERGER 2006-11-18 01:01:36 0000 -------
I upgraded to "kapptemplate-3.5.5" and i have always the problem.
To upgrade i do :
nano /etc/portage/package.keywords and added kde-base/kapptemplate ~x86

------- Comment #9 From Christian Faulhammer 2006-11-18 04:06:21 0000 -------
(In reply to comment #8)
> I upgraded to "kapptemplate-3.5.5" and i have always the problem.
> To upgrade i do :
> nano /etc/portage/package.keywords and added kde-base/kapptemplate ~x86

 Even after a resync?

------- Comment #10 From Christian KELLENBERGER 2006-11-18 04:51:38 0000 -------
Yes, i do an emerge --sync and emerge -DNu world
I started KDevelop and do a new project. When i build the project i got error
about :

*** YOU'RE USING autoconf (GNU Autoconf) 2.60.
*** KDE requires autoconf 2.53 or newer
gmake[1]: *** [cvs] Error 1
gmake: *** [all] Error 2
*** Exited with status: 2 ***

------- Comment #11 From Mike 2006-11-18 12:22:26 0000 -------
(In reply to comment #10)
> Yes, i do an emerge --sync and emerge -DNu world
> I started KDevelop and do a new project. When i build the project i got error
> about :
> 
> *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
> *** KDE requires autoconf 2.53 or newer
> gmake[1]: *** [cvs] Error 1
> gmake: *** [all] Error 2
> *** Exited with status: 2 ***
> 
Exact same error here after upgrading to kapptemplate 3.5.5.

------- Comment #12 From Sébastien Benoit 2006-11-18 18:00:07 0000 -------
(In reply to comment #11)
> (In reply to comment #10)
> > Yes, i do an emerge --sync and emerge -DNu world
> > I started KDevelop and do a new project. When i build the project i got error
> > about :
> > 
> > *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
> > *** KDE requires autoconf 2.53 or newer
> > gmake[1]: *** [cvs] Error 1
> > gmake: *** [all] Error 2
> > *** Exited with status: 2 ***
> > 
> Exact same error here after upgrading to kapptemplate 3.5.5.
> 

The problem is the cvs.sh file in
/usr/share/apps/kdevappwizard/template-common/admin.tar.gz installed with
KDevelop.  It seems that KDevelop 3.4 has been fixed but the official Portage
tree stops at 3.3.92.  May be it is time to update the tree??

------- Comment #13 From Sébastien Benoit 2006-11-18 18:06:00 0000 -------
(In reply to comment #12)
> (In reply to comment #11)
> > (In reply to comment #10)
> > > Yes, i do an emerge --sync and emerge -DNu world
> > > I started KDevelop and do a new project. When i build the project i got error
> > > about :
> > > 
> > > *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
> > > *** KDE requires autoconf 2.53 or newer
> > > gmake[1]: *** [cvs] Error 1
> > > gmake: *** [all] Error 2
> > > *** Exited with status: 2 ***
> > > 
> > Exact same error here after upgrading to kapptemplate 3.5.5.
> > 
> 
> The problem is the cvs.sh file in
> /usr/share/apps/kdevappwizard/template-common/admin.tar.gz installed with
> KDevelop.  It seems that KDevelop 3.4 has been fixed but the official Portage
> tree stops at 3.3.92.  May be it is time to update the tree??
> 

I'm sorry. It is 3.3.4

------- Comment #14 From Sébastien Benoit 2006-11-18 18:10:18 0000 -------
Created an attachment (id=102312) [details]
Patched version of cvs.sh

It works for me.

------- Comment #15 From Mike 2006-11-18 20:41:24 0000 -------
I tried your patch, but I get a new error now:

cd '/mnt/media/[03] School/C++/uuuuu' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && mkdir '/mnt/media/[03]
School/C++/uuuuu/debug' && cd '/mnt/media/[03] School/C++/uuuuu/debug' &&
CXXFLAGS="-O0 -g3" "/mnt/media/[03] School/C++/uuuuu/configure"
--enable-debug=full && cd '/mnt/media/[03] School/C++/uuuuu/debug' &&
WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k 
This Makefile is only for the CVS repository
This will be deleted before making the distribution
<br />
*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
gmake[2]: Entering directory `/mnt/media/[03] School/C++/uuuuu'
gmake[2]: Leaving directory `/mnt/media/[03] School/C++/uuuuu'
*** Creating list of subdirectories
gmake[2]: Entering directory `/mnt/media/[03] School/C++/uuuuu'
cd . && gmake -f admin/Makefile.common subdirs
gmake[3]: Entering directory `/mnt/media/[03] School/C++/uuuuu'
gmake[3]: Leaving directory `/mnt/media/[03] School/C++/uuuuu'
gmake[2]: Leaving directory `/mnt/media/[03] School/C++/uuuuu'
*** Creating configure.files
*** Creating configure.in
gmake[2]: Entering directory `/mnt/media/[03] School/C++/uuuuu'
cd . && gmake -f admin/Makefile.common configure.in ;
gmake[3]: Entering directory `/mnt/media/[03] School/C++/uuuuu'
gmake[3]: Leaving directory `/mnt/media/[03] School/C++/uuuuu'
gmake[2]: Leaving directory `/mnt/media/[03] School/C++/uuuuu'
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
Don't forget to run ./configure
If you haven't done so in a while, run ./configure --help
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... 
configure: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment
configure: error: newly created file is older than distributed files!
Check your system clock
*** Exited with status: 1 ***

------- Comment #16 From Christian KELLENBERGER 2006-11-19 02:47:20 0000 -------
The workaround works for me too. 
There is two lines to change : on related to "Autoconf" and the other to
"Autoheader".
Thanks for the help.

------- Comment #17 From Gustavo Zacarias (RETIRED) 2006-11-20 07:14:37 0000 -------
sparc stable.

------- Comment #18 From Christian Faulhammer 2006-11-23 23:47:26 0000 -------
x86 gone

------- Comment #19 From Michael Weyershäuser 2006-11-24 08:36:01 0000 -------
Good to go on amd64.

Portage 2.1.1-r2 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4,
2.6.18-suspend2-Dudebox-Edition x86_64)
=================================================================
System uname: 2.6.18-suspend2-Dudebox-Edition x86_64 AMD Athlon(tm) 64
Processor 3200+
Gentoo Base System version 1.12.6
Last Sync: Thu, 23 Nov 2006 05:00:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
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.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.13-r4
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 /var/qmail/alias
/var/qmail/control"
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="-march=k8 -msse3 -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distcc distlocks
metadata-transfer multilib-strict parallel-fetch sandbox sfperms strict test"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j4"
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_overlay"
SYNC="rsync://server/gentoo-portage"
USE="amd64 X alsa apache2 berkdb bitmap-fonts cairo cdr cli cracklib crypt cups
dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox
fortran gcj gdbm gif gpm gstreamer gtk gtk2 hal iconv imap
input_devices_keyboard input_devices_mouse isdnlog jpeg kde kdeenablefinal
kdehiddenvisibility kernel_linux libg++ mad mikmod mp3 mpeg mysql ncurses nls
nptl nptlonly objc objc++ ogg oss pam pcre perl png ppds pppd python qt3
quicktime readline reflection sdl session spell spl sqlite ssl tcpd test
truetype truetype-fonts type1-fonts udev unicode userland_GNU
video_cards_radeon vorbis xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #20 From Markus Rothe 2006-11-24 13:33:55 0000 -------
ppc64 stable

------- Comment #21 From Charlie Shepherd (RETIRED) 2006-11-24 20:57:38 0000 -------
Descriptive summary...

------- Comment #22 From Simon Stelling (RETIRED) 2006-11-25 05:47:32 0000 -------
amd64 done

------- Comment #23 From nixnut 2006-11-25 06:29:02 0000 -------
Stable on ppc

------- Comment #24 From Bryan Østergaard (RETIRED) 2006-12-06 09:48:30 0000 -------
Alpha stable.

------- Comment #25 From Jakub Moc (RETIRED) 2007-01-01 02:23:17 0000 -------
*** Bug 159582 has been marked as a duplicate of this bug. ***

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