Alpha Linux compilation

Questions and Answers : Unix/Linux : Alpha Linux compilation
Message board moderation

To post messages, you must log in.

AuthorMessage
captain

Send message
Joined: 31 Jan 04
Posts: 9
Credit: 155,041
RAC: 0
Message 15128 - Posted: 10 Aug 2004, 9:15:59 UTC

Has anybody managed to get BOINC to compile on an Alpha m/c running Linux? I am using Debian distribution which I have reinstalled from scratch to include all development tools I can think of but there is continuous failure looking for MYSQL_CONFIG. The mysql package with bells and whistles IS definitely present although I don't use it for anything else. Clearly there is some mismatch but I don't know where. Any pointers please?
ID: 15128 · Report as offensive
Profile Crunch3r
Volunteer tester
Avatar

Send message
Joined: 15 Apr 99
Posts: 1546
Credit: 3,438,823
RAC: 0
Germany
Message 15134 - Posted: 10 Aug 2004, 9:54:11 UTC
Last modified: 10 Aug 2004, 9:56:14 UTC

Have you installed the mysql development source & headers ?

If youre machine is an ev67 you can download it from my ftp both boinc & seti boinc client.
look here:

ftp://quit.homelinux.org

You also should take a look here

http://setiweb.ssl.berkeley.edu/forum_thread.php?id=1872
ID: 15134 · Report as offensive
captain

Send message
Joined: 31 Jan 04
Posts: 9
Credit: 155,041
RAC: 0
Message 15150 - Posted: 10 Aug 2004, 12:40:35 UTC - in response to Message 15134.  

Thanks for the pointers.
I had not realised that it needed the source and headers for MYSQL. I installed
these and got right through configure. The make itself fails fairly late on when it tries to include {locale} at line 34 of util.C. Still scratching my head about that as there is no obvious locale in their distribution but plenty of them about in the system eg at /usr/bin.

I had already read the 1842 thread carefully but yours is an EV67 on a DS10 whereas my Alpha is an old 1000A used for reference only. Thus the two clients would not be of much use n'est ce pas? I have downloaded them anyway to test at some point although I would like to get further with the 'in-house' compilation.

Regards


> Have you installed the mysql development source & headers ?
>
> If youre machine is an ev67 you can download it from my ftp both boinc &
> seti boinc client.
> look here:
>
> ftp://quit.homelinux.org
>
> You also should take a look here
>
> http://setiweb.ssl.berkeley.edu/forum_thread.php?id=1872
>
ID: 15150 · Report as offensive
Profile Crunch3r
Volunteer tester
Avatar

Send message
Joined: 15 Apr 99
Posts: 1546
Credit: 3,438,823
RAC: 0
Germany
Message 15156 - Posted: 10 Aug 2004, 13:34:14 UTC - in response to Message 15150.  

> Thanks for the pointers.
> I had not realised that it needed the source and headers for MYSQL. I
> installed
> these and got right through configure. The make itself fails fairly late on
> when it tries to include {locale} at line 34 of util.C. Still scratching my
> head about that as there is no obvious locale in their distribution but plenty
> of them about in the system eg at /usr/bin.
>
> I had already read the 1842 thread carefully but yours is an EV67 on a DS10
> whereas my Alpha is an old 1000A used for reference only. Thus the two
> clients would not be of much use n'est ce pas? I have downloaded them anyway
> to test at some point although I would like to get further with the 'in-house'
> compilation.
>
> Regards
>
>
> > Have you installed the mysql development source & headers ?
> >
> > If youre machine is an ev67 you can download it from my ftp both boinc
> &
> > seti boinc client.
> > look here:
> >
> > ftp://quit.homelinux.org
> >
> > You also should take a look here
> >
> > http://setiweb.ssl.berkeley.edu/forum_thread.php?id=1872
> >
>
>
You need the glibc-devel source or glibc-headers including the missing locale.h .
ID: 15156 · Report as offensive
captain

Send message
Joined: 31 Jan 04
Posts: 9
Credit: 155,041
RAC: 0
Message 15359 - Posted: 11 Aug 2004, 7:01:52 UTC

After a number of fruitless hours searching for a file that will allow the make to continue I ask if anybody knows how to get the {locale} file it is looking for?
Alternatively can you email me a suitable - preferably English - locale file. I am assuming that this is some sort of class file for g++
Email as an attachment to demo@mcb.net if you have one.
Thanks
ID: 15359 · Report as offensive
Profile Crunch3r
Volunteer tester
Avatar

Send message
Joined: 15 Apr 99
Posts: 1546
Credit: 3,438,823
RAC: 0
Germany
Message 15364 - Posted: 11 Aug 2004, 7:52:40 UTC - in response to Message 15359.  

> After a number of fruitless hours searching for a file that will allow the
> make to continue I ask if anybody knows how to get the {locale} file it is
> looking for?
> Alternatively can you email me a suitable - preferably English - locale file.
> I am assuming that this is some sort of class file for g++
> Email as an attachment to demo@mcb.net if you have one.
> Thanks
>
>
I can´t mail one because i don´t know the version you´re using.
You should look for the package containing this file on www.rpmseek.com.


ID: 15364 · Report as offensive
captain

Send message
Joined: 31 Jan 04
Posts: 9
Credit: 155,041
RAC: 0
Message 15391 - Posted: 11 Aug 2004, 8:56:51 UTC

Unfortunately, RPMSEEK does not have any packages for Alpha containing the file locale ):

The m/c is an Alpha 1000A running on a Debian distribution GNU/Linux 3.0.
The packages are updated with apt-get update frequently.

I will install as many etra development libraries as I can find in the hope that the required file is in one of them!
ID: 15391 · Report as offensive
Profile Crunch3r
Volunteer tester
Avatar

Send message
Joined: 15 Apr 99
Posts: 1546
Credit: 3,438,823
RAC: 0
Germany
Message 15451 - Posted: 11 Aug 2004, 13:31:47 UTC - in response to Message 15391.  

> Unfortunately, RPMSEEK does not have any packages for Alpha containing the
> file locale ):
>
> The m/c is an Alpha 1000A running on a Debian distribution GNU/Linux 3.0.
> The packages are updated with apt-get update frequently.
>
> I will install as many etra development libraries as I can find in the hope
> that the required file is in one of them!
>
>
you only have to install glibc-devel that´s all. Locale.h is included in that package
ID: 15451 · Report as offensive
Profile Crunch3r
Volunteer tester
Avatar

Send message
Joined: 15 Apr 99
Posts: 1546
Credit: 3,438,823
RAC: 0
Germany
Message 16775 - Posted: 23 Aug 2004, 23:16:05 UTC - in response to Message 15451.  

> > Unfortunately, RPMSEEK does not have any packages for Alpha containing
> the
> > file locale ):
> >
> > The m/c is an Alpha 1000A running on a Debian distribution GNU/Linux
> 3.0.
> > The packages are updated with apt-get update frequently.
> >
> > I will install as many etra development libraries as I can find in the
> hope
> > that the required file is in one of them!
> >
> >
> you only have to install glibc-devel that´s all. Locale.h is included in that
> package
>
>
Any progress with your debian alpha distribution ???

ID: 16775 · Report as offensive
Profile Brian Parkhurst
Volunteer tester

Send message
Joined: 1 Apr 00
Posts: 11
Credit: 11,796,990
RAC: 1
United States
Message 32150 - Posted: 2 Oct 2004, 18:58:46 UTC

Boinc core 4.11 with Setiathome 4.03 client is available for Alpha platform
Gentoo linux running 2.4.21-alpha-r12 Kernel

http://www.pyrobrian.com/setiathome/boinc-4.11-setiathome-4.03.tar.gz


ID: 32150 · Report as offensive
captain

Send message
Joined: 31 Jan 04
Posts: 9
Credit: 155,041
RAC: 0
Message 32291 - Posted: 3 Oct 2004, 7:19:46 UTC

Thank you for that download. First problem was that the Debian distribution only has the libstdc++ at so.3 whereas so.5 is required. I took a risk and cp's .3 to .5 to get it running. It complains about version info as u would expect but runs a while. It attached to project and did the cpu benchmark but fails as soon as it tries to get wwork as follows :-

Script started on Sun Oct 3 08:23:44 2004
debian4:/tmp/setiathome# ./boinc_client
./boinc_client: /usr/lib/libstdc++.so.5: no version information available (required by ./boinc_client)
./boinc_client: /usr/lib/libstdc++.so.5: no version information available (required by ./boinc_client)
2004-10-03 08:23:55 [---] Starting BOINC client version 4.11 for alphaev56-unknown-linux-gnu
2004-10-03 08:23:55 [http://setiathome.berkeley.edu/] Project prefs: using your defaults
2004-10-03 08:23:55 [http://setiathome.berkeley.edu/] Found app_info.xml; using anonymous platform
2004-10-03 08:23:55 [http://setiathome.berkeley.edu/] Host ID not assigned yet
2004-10-03 08:23:55 [---] No general preferences found - using BOINC defaults
2004-10-03 08:23:56 [---] Insufficient work; requesting more
SIGSEGV: segmentation violation
Exiting...
debian4:/tmp/setiathome# exit
exit

Script done on Sun Oct 3 08:24:02 2004


The xml files appear to be in the right place.
Any ideas? At least it is better than my own efforts to compile the source. I have been trying off and on with each nigthly cvs but fail miserably in the scheduler make section - the most recent with a gnu internal compiler error!

Regards

ID: 32291 · Report as offensive
captain

Send message
Joined: 31 Jan 04
Posts: 9
Credit: 155,041
RAC: 0
Message 33560 - Posted: 7 Oct 2004, 8:50:04 UTC

Brian
Can you email me the libstdc++.so.5 library please? That would eliminate at least that possibility. If you can then send it as an attached file to demo@mcb.net and I will transfer it in house. Alternatively if you put it in the same place as the download I will FTP it across.
Regards
Stuart
(Captain)
ID: 33560 · Report as offensive
Profile Brian Parkhurst
Volunteer tester

Send message
Joined: 1 Apr 00
Posts: 11
Credit: 11,796,990
RAC: 1
United States
Message 60140 - Posted: 4 Jan 2005, 6:30:51 UTC - in response to Message 33560.  

> Brian
> Can you email me the libstdc++.so.5 library please? That would eliminate at
> least that possibility. If you can then send it as an attached file to
> demo@mcb.net and I will transfer it in house. Alternatively if you put it in
> the same place as the download I will FTP it across.
> Regards
> Stuart
> (Captain)
>

Sorry for the delay. I've been quite busy at work. I've sent it your way.

Also, I've just about completed setting up an update for the download version
Boinc_client 4.13 and latest CVS seti client. (4.08 I believe). Should be done later this evening. brianp-at-spamcop.net
ID: 60140 · Report as offensive
Profile Brian Parkhurst
Volunteer tester

Send message
Joined: 1 Apr 00
Posts: 11
Credit: 11,796,990
RAC: 1
United States
Message 60736 - Posted: 5 Jan 2005, 5:39:29 UTC - in response to Message 32150.  

> Boinc core 4.11 with Setiathome 4.03 client is available for Alpha platform
> Gentoo linux running 2.4.21-alpha-r12 Kernel
>
> http://www.pyrobrian.com/setiathome/boinc-4.11-setiathome-4.03.tar.gz
>
>
>
>
ID: 60736 · Report as offensive
Profile Brian Parkhurst
Volunteer tester

Send message
Joined: 1 Apr 00
Posts: 11
Credit: 11,796,990
RAC: 1
United States
Message 60737 - Posted: 5 Jan 2005, 5:42:52 UTC - in response to Message 32150.  

> Boinc core 4.11 with Setiathome 4.03 client is available for Alpha platform
> Gentoo linux running 2.4.21-alpha-r12 Kernel
>
> http://www.pyrobrian.com/setiathome/boinc-4.11-setiathome-4.03.tar.gz
>

I've updated the client and version

Current BOINC Client 4.13 and Setiathome 4.07. available.
http://www.pyrobrian.com/setiathome/setiathome-4.07-boinc-4.13.tar.gz

Requires libstdc++.so.5
Build using Gcc-3.3.4 on Alpha-ev56 running gentoo linux kernel 2.6.8-gentoo-r10


ID: 60737 · Report as offensive

Questions and Answers : Unix/Linux : Alpha Linux compilation


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.