Issue with BOINC at ./configure

Anything related to compile and create applications for the Always Innovating OS

Issue with BOINC at ./configure

Postby islevegan » Wed Dec 09, 2009 2:09 pm

I am *not* a developer and have virtually no experience compiling.

I'm following the direction here

http://boinc.berkeley.edu/trac/wiki/SourceCode

to check out 5_10, 6_8, 6_10, and 6_10_24 but they all give similar errors, if not the same

once done with svn i follow the basic instructions here:

http://boinc.berkeley.edu/trac/wiki/BuildSystem

but having various issues. I tried to attach the config.log file but it says extention log is not allowed on this forum, so i added .txt and it says that is not allowed either :roll:

Anyway, some of the configuration options may be helpful but I have no idea what to use.

Any suggestions?
islevegan
 
Posts: 47
Joined: Sun Oct 11, 2009 2:34 pm

Re: Issue with BOINC at ./configure

Postby matejcik » Wed Dec 09, 2009 4:17 pm

so how about posting some context, e.g. the last twenty lines of ./configure ouput, including the error that happened?
don't worry, you can do that many times over until all your issues are resolved ;e)
WARNING: Carrier anomaly.
Trace program: running.
matejcik
 
Posts: 251
Joined: Wed Oct 21, 2009 7:10 am

Re: Issue with BOINC at ./configure

Postby he_the_great » Thu Dec 10, 2009 12:22 pm

It seems BOINC is C++. I haven't gotten a C++ application to compile. Just installing the g++ package doesn't work. you have to remove gcc then install g++-symlinks and then gcc-symlinks. I usually ended up installing more things and my system no longer boots. I haven't tried only getting g++ working, but I think it is a moot point until we get a repo that doesn't kill the system.

Anyone else had success/failures with C++ apps?
he_the_great
 
Posts: 195
Joined: Tue Aug 25, 2009 10:51 am
Location: Washington

Re: Issue with BOINC at ./configure

Postby Gary13579 » Thu Dec 10, 2009 12:28 pm

Wait what? C++ is missing? That's quite a shame :\.

Your system is probably breaking because of a glibc upgrade, btw. It's one of the files in the repo that if upgraded breaks the OS. Installing g++ or glibc++ is likely upgrading glibc.
Gary13579
 
Posts: 41
Joined: Mon Nov 30, 2009 8:07 pm

Re: Issue with BOINC at ./configure

Postby he_the_great » Thu Dec 10, 2009 3:15 pm

Gary13579 wrote:Wait what? C++ is missing? That's quite a shame :\.

Your system is probably breaking because of a glibc upgrade, btw. It's one of the files in the repo that if upgraded breaks the OS. Installing g++ or glibc++ is likely upgrading glibc.


While that might be true, I can't even install g++ without removing gcc (conflicting links). I wish we had aptitude so that I'd know what my package manager was doing.

I should mention that if a cross-compiling environment is set up, you should be able to compile there and use the application on the TB.
he_the_great
 
Posts: 195
Joined: Tue Aug 25, 2009 10:51 am
Location: Washington

Re: Issue with BOINC at ./configure

Postby torpor » Fri Dec 11, 2009 2:37 pm

ipkg update
ipkg install libc6-dev
ipkg install gcc
ipkg install g++
ipkg install binutils
ipkg install vim-full
ipkg install gdb

.. done all that? i am compiling C++ apps on my touchbook just fine.
torpor
 
Posts: 140
Joined: Fri Aug 21, 2009 1:35 am

Re: Issue with BOINC at ./configure

Postby he_the_great » Fri Dec 11, 2009 3:31 pm

Well I'll give it a try, but I know vim-full doesn't exist which makes me wonder if it really would work.
he_the_great
 
Posts: 195
Joined: Tue Aug 25, 2009 10:51 am
Location: Washington

Re: Issue with BOINC at ./configure

Postby torpor » Fri Dec 11, 2009 3:38 pm

oops, sorry .. vim-full doesn't have anything to do with your compiler setup, its just my preferred editor for development .. the rest should help though. Let me know, I've got my TB in front of me now, anything else that goes wrong I can probably walk you through it ..
torpor
 
Posts: 140
Joined: Fri Aug 21, 2009 1:35 am

Re: Issue with BOINC at ./configure

Postby nprnncbl » Fri Dec 11, 2009 4:05 pm

I haven't tried BOINC, but I am having some related problems with compiling on the TB, which have to do with divergence between stock Angstrom and AI OS. Basically, there are a number of packages with different versions between the two releases (usually newer in Angstrom), and once you start upgrading some packages, like those required for compiling, some libraries no longer match, so then you upgrade those, and then some application has a mismatch, etc.

So now my system is in a somewhat mixed-up state, and gets more mixed up each time I try to compile something else.
nprnncbl
 
Posts: 99
Joined: Sat Aug 29, 2009 4:52 am

Re: Issue with BOINC at ./configure

Postby he_the_great » Sun Dec 13, 2009 9:24 pm

torpor wrote: Let me know, I've got my TB in front of me now, anything else that goes wrong I can probably walk you through it ..


g++ still isn't found, "sh: g++: not found," but it claimed to have been configured. But it didn't render the system useless.

Code: Select all
ipkg upgrade g++

Code: Select all
Nothing to be done
he_the_great
 
Posts: 195
Joined: Tue Aug 25, 2009 10:51 am
Location: Washington

Next

Return to Development

Who is online

Users browsing this forum: No registered users and 0 guests

cron