Hi there,
I just installed boinc-4.27 but can't get any work due to the server-message "platform 'x86_64-unknown-gnu-linux' not found".
What can I do?
/proc/cpuinfo:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 4
model name : AMD Athlon(tm) 64 Processor 3200+
stepping : 8
cpu MHz : 2002.577
cache size : 1024 KB
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow
bogomips : 3923.96
TLB size : 1088 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp
CFLAGS="-O3 -march=athlon64 -pipe -funroll-loops -fomit-frame-pointer -mmmx -msse -msse2 -m3dnow"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
gcc -v:
Lese Spezifikationen von /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/specs
Konfiguriert mit: /var/tmp/portage/gcc-3.4.3-r1/work/gcc-3.4.3/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/include/g++-v3 --host=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --enable-languages=c,c++,java --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread-Modell: posix
gcc-Version 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)
Any help is appreciated.
Thanks,
Manuel
--
god is real
- unless he's integer.
Copyright © 2024 Einstein@Home. All rights reserved.
no work - platform 'x86_64-unknown-gnu-linux' not found
)
Q1: Did you compile boinc by yourself?
Q2: If not, did you install the 32 or (if that exists) the 64bit version of boinc?
Well, I just recompiled boinc
)
Well, I just recompiled boinc with --build=x86_64-pc-linux-gnu as boinc reported x86_64-unknown-gnu-linux instead of the correct value x86_64-pc-linux-gnu.
Now, it reports the correct value, but the error message stays the same:
2005-03-27 12:11:23 [Einstein@Home] Requesting 8640.00 seconds of work
2005-03-27 12:11:23 [Einstein@Home] Sending request to scheduler: http://einstein.phys.uwm.edu/EinsteinAtHome_cgi/cgi
2005-03-27 12:11:24 [Einstein@Home] Scheduler RPC to http://einstein.phys.uwm.edu/EinsteinAtHome_cgi/cgi succeeded
2005-03-27 12:11:24 [Einstein@Home] Message from server: platform 'x86_64-pc-linux-gnu' not found
--
god is real
- unless he's integer.
> Q1: Did you compile boinc
)
> Q1: Did you compile boinc by yourself?
> Q2: If not, did you install the 32 or (if that exists) the 64bit version of
> boinc?
I compiled myself with the given parameters.
--
god is real
- unless he's integer.
> > Q1: Did you compile boinc
)
> > Q1: Did you compile boinc by yourself?
> > Q2: If not, did you install the 32 or (if that exists) the 64bit version
> of
> > boinc?
> I compiled myself with the given parameters.
There is ?currently? no 64 bit application available. Can you try to compile boinc in 32 bit mode?
It should identify the host as i686-pc-linux-gnu.
> > > Q1: Did you compile
)
> > > Q1: Did you compile boinc by yourself?
> > > Q2: If not, did you install the 32 or (if that exists) the 64bit
> version
> > of
> > > boinc?
> > I compiled myself with the given parameters.
>
> There is ?currently? no 64 bit application available. Can you try to compile
> boinc in 32 bit mode?
Is that reasonable? I mean - it will work - but is that not a scary misuse of ressources?
--
god is real
- unless he's integer.
Ok, I did now a recompile
)
Ok, I did now a recompile with --build=i686-pc-gnu-linux but with 64bit CFLAGS. So the client now works in 64bit mode but recognizes itself as a i686-pc-gnu-linux machine. As AMD64 can transparently run 32bit code this works even it does not use the ressources perfectly...
--
god is real
- unless he's integer.