Posts by amedee

1) Questions and Answers : Unix/Linux : error compiling boinc: ld returned exit status 1 (Message 85523)
Posted 13 Mar 2005 by Profile amedee
Post:
When I type make, I get this error after a while:

Making all in clientgui
make[2]: Entering directory `/home/amedee/boinc/clientgui'
g++ -I../lib -I../api -I../db -I../RSAEuro/source -I../client -I../tools -I../sched -I/usr/include/mysql -march=athlon64 -pipe -DHAVE_ERRNO_AS_DEFINE=1 -DUSE_OLD_FUNCTIONS -pthread -include ../config.h -g -O2 -pthread -o boinc_gui boinc_gui-BOINCBaseView.o boinc_gui-BOINCGUIApp.o boinc_gui-BOINCListCtrl.o boinc_gui-BOINCTaskCtrl.o boinc_gui-DlgAbout.o boinc_gui-DlgAttachProject.o boinc_gui-DlgConnection.o boinc_gui-DlgOptions.o boinc_gui-LogBOINC.o boinc_gui-MainDocument.o boinc_gui-MainFrame.o boinc_gui-stdwx.o boinc_gui-ValidateAccountKey.o boinc_gui-ValidateURL.o boinc_gui-ViewMessages.o boinc_gui-ViewProjects.o boinc_gui-ViewResources.o boinc_gui-ViewTransfers.o boinc_gui-ViewWork.o boinc_gui-diagnostics.o boinc_gui-gui_rpc_client.o boinc_gui-filesys.oboinc_gui-mfile.o boinc_gui-miofile.o boinc_gui-parse.o boinc_gui-util.o boinc_gui-md5_file.o boinc_gui-md5.o -pthread -lwx_gtk2-2.4 -ldl -lz -lnsl -lm
boinc_gui-MainDocument.o(.text+0x135): In function `CMainDocument::CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:34: undefined reference to `ACCT_MGR_CLIENT::ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x2ce): In function `CMainDocument::CMainDocument()':
/usr/include/wx/datetime.inl:67: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x465): In function `CMainDocument::CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:34: undefined reference to `ACCT_MGR_CLIENT::ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x5fe): In function `CMainDocument::CMainDocument()':
/usr/include/wx/datetime.inl:67: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x78a): In function `CMainDocument::~CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x83b):/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0xaba): In function `CMainDocument::~CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0xb6b):/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0xdea):/home/amedee/boinc/clientgui/MainDocument.cpp:82: more undefined references to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()' follow
boinc_gui-MainDocument.o(.text+0x1114): In function `CMainDocument::OnExit()':
/home/amedee/boinc/clientgui/MainDocument.cpp:155: undefined reference to `ACCT_MGR_CLIENT::close()'
boinc_gui-MainDocument.o(.text+0x1142):/home/amedee/boinc/clientgui/MainDocument.cpp:155: undefined reference to `ACCT_MGR_CLIENT::close()'
boinc_gui-MainDocument.o(.text+0x24a2): In function `CMainDocument::OnInit()':
/home/amedee/boinc/clientgui/MainDocument.cpp:138: undefined reference to `ACCT_MGR_CLIENT::init()'
boinc_gui-MainFrame.o(.text+0x4034): In function `CMainFrame::OnToolsUpdateAccounts(wxCommandEvent&)':
/usr/include/wx/gdicmn.h:212: undefined reference to `CDlgAccountManager::CDlgAccountManager(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long)'
collect2: ld gaf exit-status 1 terug
make[2]: *** [boinc_gui] Error 1
make[2]: Leaving directory `/home/amedee/boinc/clientgui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/amedee/boinc'
make: *** [all] Error 2
2) Message boards : Number crunching : BOINC nightly tarballs are gone? (Message 85521)
Posted 13 Mar 2005 by Profile amedee
Post:
Aha! Found some more forums.
I'm moving to the Questions & Problems forum.
This thread may be closed.
3) Message boards : Number crunching : BOINC nightly tarballs are gone? (Message 85518)
Posted 13 Mar 2005 by Profile amedee
Post:
oh well, at least there is CVS:

cvs -d :pserver:anonymous@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc

Unfortunately this does not compile cleanly:


Making all in clientgui
make[2]: Entering directory `/home/amedee/boinc/clientgui'
g++ -I../lib -I../api -I../db -I../RSAEuro/source -I../client -I../tools -I../sched -I/usr/include/mysql -march=athlon64 -pipe-DHAVE_ERRNO_AS_DEFINE=1 -DUSE_OLD_FUNCTIONS -pthread -include ../config.h -g -O2 -pthread -o boinc_gui boinc_gui-BOINCBaseView.o boinc_gui-BOINCGUIApp.o boinc_gui-BOINCListCtrl.o boinc_gui-BOINCTaskCtrl.o boinc_gui-DlgAbout.o boinc_gui-DlgAttachProject.o boinc_gui-DlgConnection.o boinc_gui-DlgOptions.o boinc_gui-LogBOINC.o boinc_gui-MainDocument.o boinc_gui-MainFrame.o boinc_gui-stdwx.o boinc_gui-ValidateAccountKey.o boinc_gui-ValidateURL.o boinc_gui-ViewMessages.o boinc_gui-ViewProjects.o boinc_gui-ViewResources.o boinc_gui-ViewTransfers.o boinc_gui-ViewWork.o boinc_gui-diagnostics.o boinc_gui-gui_rpc_client.o boinc_gui-filesys.o boinc_gui-mfile.o boinc_gui-miofile.o boinc_gui-parse.o boinc_gui-util.o boinc_gui-md5_file.o boinc_gui-md5.o -pthread-lwx_gtk2-2.4 -ldl -lz -lnsl -lm
boinc_gui-MainDocument.o(.text+0x135): In function `CMainDocument::CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:34: undefined reference to `ACCT_MGR_CLIENT::ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x2ce): In function `CMainDocument::CMainDocument()':
/usr/include/wx/datetime.inl:67: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x465): In function `CMainDocument::CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:34: undefined reference to `ACCT_MGR_CLIENT::ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x5fe): In function `CMainDocument::CMainDocument()':
/usr/include/wx/datetime.inl:67: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x78a): In function `CMainDocument::~CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0x83b):/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0xaba): In function `CMainDocument::~CMainDocument()':
/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0xb6b):/home/amedee/boinc/clientgui/MainDocument.cpp:82: undefined reference to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()'
boinc_gui-MainDocument.o(.text+0xdea):/home/amedee/boinc/clientgui/MainDocument.cpp:82: more undefined references to `ACCT_MGR_CLIENT::~ACCT_MGR_CLIENT()' follow
boinc_gui-MainDocument.o(.text+0x1114): In function `CMainDocument::OnExit()':
/home/amedee/boinc/clientgui/MainDocument.cpp:155: undefined reference to `ACCT_MGR_CLIENT::close()'
boinc_gui-MainDocument.o(.text+0x1142):/home/amedee/boinc/clientgui/MainDocument.cpp:155: undefined reference to `ACCT_MGR_CLIENT::close()'
boinc_gui-MainDocument.o(.text+0x24a2): In function `CMainDocument::OnInit()':
/home/amedee/boinc/clientgui/MainDocument.cpp:138: undefined reference to `ACCT_MGR_CLIENT::init()'
boinc_gui-MainFrame.o(.text+0x4034): In function `CMainFrame::OnToolsUpdateAccounts(wxCommandEvent&)':
/usr/include/wx/gdicmn.h:212: undefined reference to `CDlgAccountManager::CDlgAccountManager(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long)'
collect2: ld gaf exit-status 1 terug
make[2]: *** [boinc_gui] Error 1
make[2]: Leaving directory `/home/amedee/boinc/clientgui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/amedee/boinc'
make: *** [all] Error 2
4) Message boards : Number crunching : BOINC nightly tarballs are gone? (Message 85480)
Posted 12 Mar 2005 by Profile amedee
Post:
OK, so it's really not me: the download servers *are* fubar.

Thanks for the advice. I will be using the ebuild anyway to get the init scripts and such ok. The ebuild itself isn't that out-of-date either: 2005-03-09 13:57 PST according to http://bugs.gentoo.org/show_bug.cgi?id=54962
And I can always compile from the latest source and drop the binary over the emerged one.
5) Questions and Answers : Unix/Linux : where are the nightly tarballs? (Message 85405)
Posted 12 Mar 2005 by Profile amedee
Post:
I'd like to compile boinc on my AMD64/Gentoo, but I can't find the nightly tarballs.
500 Infernal Server Error.
Doh!
6) Message boards : Number crunching : BOINC nightly tarballs are gone? (Message 85395)
Posted 12 Mar 2005 by Profile amedee
Post:
I'm trying to compile BOINC for a Gentoo Linux on an AMD64.

Good news: there is an ebuild for BOINC!
http://bugs.gentoo.org/show_bug.cgi?id=54962

Bad news: the nightly tarball can't be found!
I get these errors:


saruman ~ # emerge app-sci/boinc
Calculating dependencies ...done!
>>> emerge (1 of 1) app-sci/boinc-4.66 to /
>>> Downloading http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
--16:44:55-- http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
=> `/usr/portage/distfiles/boinc-cvs-2005-02-06.tar.gz'
Resolving ftp.belnet.be... 193.190.198.20
Connecting to ftp.belnet.be[193.190.198.20]:80... connected.
HTTP verzoek verzonden, wacht op antwoord... 404 Not Found
16:44:55 FOUT 404: Not Found.

>>> Downloading http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
--16:44:55-- http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
=> `/usr/portage/distfiles/boinc-cvs-2005-02-06.tar.gz'
Resolving ftp.snt.utwente.nl... 130.89.175.1
Connecting to ftp.snt.utwente.nl[130.89.175.1]:80... connected.
HTTP verzoek verzonden, wacht op antwoord... 404 Not Found
16:44:56 FOUT 404: Not Found.

>>> Downloading ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
--16:44:56-- ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
=> `/usr/portage/distfiles/boinc-cvs-2005-02-06.tar.gz'
Resolving ftp.belnet.be... 193.190.198.20
Connecting to ftp.belnet.be[193.190.198.20]:21... connected.
Inloggen als anonymous ... Ingelogd!
==> SYST ... gereed. ==> PWD ... gereed.
==> TYPE I ... gereed. ==> CWD /mirror/rsync.gentoo.org/gentoo/distfiles ... gereed.
==> PASV ... gereed. ==> RETR boinc-cvs-2005-02-06.tar.gz ...
Onbekend bestand `boinc-cvs-2005-02-06.tar.gz'.

>>> Downloading ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
--16:44:57-- ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/boinc-cvs-2005-02-06.tar.gz
=> `/usr/portage/distfiles/boinc-cvs-2005-02-06.tar.gz'
Resolving ftp.snt.utwente.nl... 130.89.175.1
Connecting to ftp.snt.utwente.nl[130.89.175.1]:21... connected.
Inloggen als anonymous ... Ingelogd!
==> SYST ... gereed. ==> PWD ... gereed.
==> TYPE I ... gereed. ==> CWD /pub/os/linux/gentoo/distfiles ... gereed.
==> PASV ... gereed. ==> RETR boinc-cvs-2005-02-06.tar.gz ...
Onbekend bestand `boinc-cvs-2005-02-06.tar.gz'.

>>> Downloading http://boinc.ssl.berkeley.edu/source/nightly/boinc-cvs-2005-02-06.tar.gz
--16:44:59-- http://boinc.ssl.berkeley.edu/source/nightly/boinc-cvs-2005-02-06.tar.gz
=> `/usr/portage/distfiles/boinc-cvs-2005-02-06.tar.gz'
Resolving boinc.ssl.berkeley.edu... 128.32.18.189
Connecting to boinc.ssl.berkeley.edu[128.32.18.189]:80... connected.
HTTP verzoek verzonden, wacht op antwoord... 500 Internal Server Error
16:44:59 FOUT 500: Internal Server Error.

!!! Couldn't download boinc-cvs-2005-02-06.tar.gz. Aborting.


When I try poking around at http://boinc.berkeley.edu/source/nightly/ or http://boinc.berkeley.edu/source/ I get an Infernal Server error:


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.0.46 (Red Hat) Server at boinc.berkeley.edu Port 80





 
©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.