New Release: Version 2.5
crux86_64-2.5.iso
More Informations comming soon...
Vielen Dank und ein frohes neues Jahr
Hi,
There will be no crux86_64 2.4 ISO release in the next days. Sorry.
Please get the version 2.3.5 . Its nearly 2.4 and edit the httpup/rsync
files to 2.4 and sysup will work without any problems. For a fresh
installation its also possible to get an update package including all
new precompiled ports :
update_package-2.4.tar.bz2
The crux86_64 Ports on the server are already up to date.
If you are running crux86_64 on your machine you are already on 2.4 ;)
(just edit 2.3 too 2.4 for the official [core,opt,contrib] /etc/ports).
New Release: Version 2.3.5
New core System. glibc 2.6.1 , binutils 2.18 , gcc 4.2.1
Xorg 7.3 and some further new ports.
Some installation stuff.
Autodetection of the cdrom (no root= option longer necessary)
Automaticly adjusting fonts if you install xorg.
New or fixed Ports for crux86_64:
* Mesa3d updated to 7.0.1 .
* Nvidia driver uptadeted to 100.14.11 .
Workaround: Grub on a 64Bit System (see below).
You will not able to build a grub 64Bit verion, but its possible to use grub anyway
Read this: german / english
Workaround: GCC 4.1.x 64bit bug and -fvisibility-inlines-hidden (see below).
Update to gcc-4.2.1 and binutils-2.17.50 (or newer).
Be careful! This ports an not official in CRUX 2.3.
Maybe GCC-4.2.1 is incompatible with other Ports.
* Added new nvidia driver (+ gl-select) to crux86_64 Repository
Version 100.14.09 64bit and fixed link in gl-select
* Added fixed libmng to crux86_64 Repository
* Added fixed libgmp to crux86_64 Repository
* Added fixed gtk1 to crux86_64 Repository
* Added fixed glib1 to crux86_64 Repository
General Problems and Help:
GCC 4.1.x 64bit bug
> lib.o: relocation R_X86_64_32 can not be used when making a shared object;
> recompile with -fPIC
> lib.o: could not read symbols: Bad value
> collect2: ld returned 1 exit status
Remove "-fvisibility-inlines-hidden" from CXXFLAGS
libtool unknown host
> checking host system type... Invalid configuration `x86_64-unknown-linux-gnu':
> machine `x86_64-unknown' not recognized
> ltconfig: you must specify a host type if you use `--no-verify'
> Try `ltconfig --help' for more information.
> configure: error: libtool configure failed
Add the following line to the Pkgfile before ./configure (don't forget the last dot):
cp /usr/share/libtool/{config.guess,config.sub} .
|