aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule CVS 20080209/20 hangs on compiling  (Read 2758 times)

p.leitao

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
aMule CVS 20080209/20 hangs on compiling
« on: February 20, 2008, 03:13:07 PM »

The CVS compilation it stops when running  "g++  -isystem /usr/include -D__CRYPTO_INSTALLED__ -D__WEAK_CRYPTO__ -g -D__DEBUG__ -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0   -DUSE_WX_EXTENSIONS  -L/usr/lib  -lpthread -o amule  amule-RC4Encrypt.o amule-amule.o amule-BaseClient.o amule-ClientList.o amule-ClientCreditsList.o amule-ClientTCPSocket.o amule-ClientUDPSocket.o amule-DownloadClient.o amule-DownloadQueue.o amule-ECSpecialCoreTags.o amule-EMSocket.o amule-EncryptedStreamSocket.o amule-EncryptedDatagramSocket.o amule-ExternalConn.o amule-Friend.o amule-FriendList.o amule-HTTPDownload.o amule-IPFilter.o amule-KnownFileList.o amule-ListenSocket.o amule-MuleUDPSocket.o amule-SearchFile.o amule-SearchList.o amule-ServerConnect.o amule-ServerList.o amule-ServerSocket.o amule-ServerUDPSocket.o amule-SharedFileList.o amule-ThreadTasks.o amule-UploadBandwidthThrottler.o amule-UploadClient.o amule-UploadQueue.o amule-Kademlia.o amule-Search.o amule-Indexed.o amule-KademliaUDPListener.o amule-Prefs.o amule-RoutingZone.o amule-Contact.o amule-UPnP.o amule-UPnPCompatibility.o amule-amule-gui.o amule-amuleDlg.o amule-AddFriend.o amule-CatDialog.o amule-ChatSelector.o amule-ClientDetailDialog.o amule-FileDetailDialog.o amule-KadDlg.o amule-OScopeCtrl.o amule-PartFileConvert.o amule-PrefsUnifiedDlg.o amule-SearchDlg.o amule-ServerWnd.o amule-SharedFilesWnd.o amule-StatisticsDlg.o amule-SearchListCtrl.o amule-DownloadListCtrl.o amule-ClientListCtrl.o amule-FriendListCtrl.o amule-ServerListCtrl.o amule-SharedFilesCtrl.o amule-MuleTrayIcon.o amule-TransferWnd.o  amule-ClientCredits.o amule-ECSpecialMuleTags.o amule-KnownFile.o amule-GetTickCount.o amule-GuiEvents.o amule-Logger.o amule-PartFile.o amule-Preferences.o amule-Proxy.o amule-Server.o amule-Statistics.o amule-StatTree.o amule-SHAHashSet.o amule-TerminationProcess.o amule-UserEvents.o amule-OtherFunctions.o amule-NetworkFunctions.o -L. -lmuleappcommon -Llibs/common -Llibs/ec/cpp -lmulecommon -lec   -lbfd -liberty -lcryptopp -L. -lmuleappcore -L. -lmuleappgui  -pthread   -L/usr/X11R6/lib   -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8   -lz"
 
the command ld is not in fact hanged but it stays running during a huge period of time. (more than 8 hours)

I tried with the following configurations:

./configure --enable-ccache --with-denoise-level=3 --enable-debug --disable-optimize --enable-verbose --enable-cas --enable-wxcas --enable-amule-gui --enable-webserver --enable-amulecmd --enable-amule-daemon

./configure --enable-amule-gui --enable-webserver --enable-amulecmd --enable-amule-daemoni

./configure --enable-amule-gui  --enable-amulecmd --enable-amule-daemon

I'm compiling on a slackware distro
Kernel 2.4
wxWidgets             2.8.4 (gtk2,shared)
crypto++              5.5.2 (installed)
libpng                1.2.12
libgd                 2.0.33
zlib                  1.2.3

Any suggestion?
« Last Edit: February 20, 2008, 08:08:54 PM by p.leitao »
Logged
Paulo Alexandre Leitão

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: aMule CVS 20080209/20 hangs on compiling
« Reply #1 on: February 21, 2008, 10:05:40 AM »

Try configuring with --disable-debug.

Aren't you running low on memory?
Logged
concordia cum veritate

p.leitao

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: aMule CVS 20080209/20 hangs on compiling
« Reply #2 on: February 22, 2008, 09:35:22 PM »

Hi

I tried with the disable-debug but did not work. I let it run for 12 hours :(

You may have a point on the memory, I'm now installing a new Slackware to try it, let see if I can complete the test on weekend.

Thanks for the advice
Logged
Paulo Alexandre Leitão