aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: No-start on Gentoo 64-bit  (Read 2334 times)

dummkopf

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
No-start on Gentoo 64-bit
« on: August 08, 2008, 07:28:24 PM »

Below is what I get. I tried to re-compile crypto++ without sse2 support and compiled aMule again - still no cigar.  What gives?  :-\

Code: [Select]
$ amule
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
ListenSocket: Ok.
Loading temp files from /home/<user>/.aMule/Temp.

All PartFiles Loaded.
No shareable files found in directory: /home/<user>/.aMule/Incoming
amule: integer.cpp:2317: void CryptoPP::MontgomeryReduce(CryptoPP::word*, CryptoPP::word*, CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, size_t): Assertion `carry | !borrow' failed.
Aborted
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: No-start on Gentoo 64-bit
« Reply #1 on: August 09, 2008, 03:08:53 AM »

Disable optimization in crupto++ compilation.

BTW some research through the forum would be good....
Logged

dummkopf

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: No-start on Gentoo 64-bit
« Reply #2 on: August 09, 2008, 03:53:02 AM »

Thanks. It (-O1 for crypto++) did the trick. 

BTW, normal newbies are as lazy as other normal people.  :P They do not read stickies meant for them for instance.  :)
Logged