aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: Compile error CVS20080110  (Read 13442 times)

TASADAR-F

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 58
    • http://www.juventudaranda.com
Compile error CVS20080110
« on: January 10, 2008, 10:55:55 PM »

Since CVS20080108 to CVS20080110.

./configure stops in this line:

checking for crypto++ version >= 5.1...

Cvs20080107 work perfectly.
Logged

TASADAR-F

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 58
    • http://www.juventudaranda.com
Re: Compile error CVS20080110
« Reply #1 on: January 10, 2008, 10:57:30 PM »

I use Ubuntu 7.10
Logged

gugus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
    • FreeNAS
Re: Compile error CVS20080110
« Reply #2 on: January 11, 2008, 12:58:28 AM »

Excatly the same problem under FreeBSD 6.2.
Logged

Schuttwegraeumer

  • Sr. Member
  • ****
  • Karma: 2
  • Offline Offline
  • Posts: 421
Re: Compile error CVS20080110
« Reply #3 on: January 11, 2008, 02:18:00 AM »

On Ubuntu 7.10 you need this packages:

Code: [Select]
sudo apt-get install libglib2.0-dev libgtk2.0-dev zlib1g-dev libwxgtk2.8-dev libgd2-xpm-dev bison flex libcrypto++-dev libreadline5-dev libgeoip-dev libupnp-dev
Logged

TASADAR-F

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 58
    • http://www.juventudaranda.com
Re: Compile error CVS20080110
« Reply #4 on: January 11, 2008, 02:58:18 AM »

Yes with this packages amule ./configure work well. (New crypto++ not embeded requiered crypto++-dev)

But if you not install (crypto++-dev) console hang in this line:
checking for crypto++ version >= 5.1...

I wait 15min and console don't change.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Compile error CVS20080110
« Reply #5 on: January 11, 2008, 02:13:30 PM »

Phoenix rewrote this, I think it is fixed in tomorrow's tarball.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Compile error CVS20080110
« Reply #6 on: January 12, 2008, 02:45:32 AM »

Yes with this packages amule ./configure work well. (New crypto++ not embeded requiered crypto++-dev)

But if you not install (crypto++-dev) console hang in this line:
checking for crypto++ version >= 5.1...

I wait 15min and console don't change.
I don't think I have fixed this issue in particular. It should not hang in any circumstance. Could you please take a look at the file config.log and see if there is something interesting close to the end?

Cheers!
Logged

TASADAR-F

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 58
    • http://www.juventudaranda.com
Re: Compile error CVS20080110
« Reply #7 on: January 12, 2008, 04:18:04 AM »

Hello.

This is the log:

configure:7623: checking for wxWidgets version >= 2.8.0 (--unicode=yes)
configure:7667: result: yes (version 2.8.4)
configure:7671: checking for wxWidgets static library
configure:7675: result: no
configure:7886: checking if wxWidgets was built in DEBUG mode
configure:7898: result: no
configure:7910: checking if wxWidgets was built in STATIC mode
configure:7922: result: no
configure:7944: checking which wxWidgets toolkit was selected
configure:7979: result: gtk2
configure:8054: checking that wxWidgets has support for large files
configure:8068: g++ -E -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.cc
configure:8074: $? = 0
configure:8111: result: yes
configure:8228: checking for crypto++ version >= 5.1

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
Logged

TASADAR-F

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 58
    • http://www.juventudaranda.com
Re: Compile error CVS20080110
« Reply #8 on: January 12, 2008, 04:34:48 AM »

I test with different computer: laptop core 2 duo + Ubuntu 7.10 with updates

Same problem and same config.log
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Compile error CVS20080110
« Reply #9 on: January 12, 2008, 02:39:19 PM »

Have you set --disable-embedded-crypto explicitly, or just run ./configure? I have no problems here at all. Maybe you can insert "set -x" at the beginning of the script and post when it stops.
Logged
Homefucking is killing prostitution

gnazio

  • Approved Newbie
  • *
  • Karma: 5
  • Offline Offline
  • Posts: 18
  • Live long and prosper
Re: Compile error CVS20080110
« Reply #10 on: January 12, 2008, 07:00:03 PM »

Excatly the same problem under FreeBSD 6.2.

Install security/criptopp from ports and add the following option when running the configure script
Code: [Select]
--with-crypto-prefix=/usr/local/
Logged

TASADAR-F

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 58
    • http://www.juventudaranda.com
Re: Compile error CVS20080110
« Reply #11 on: January 12, 2008, 10:40:25 PM »

With opcion set -x and without crypto++-dev

log:

+ echo 'configure:8112: result: yes'
+ echo yes
yes
+ CPPFLAGS=
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=yes
+ test x = xwin32
+ RCFLAGS=
+ test '' = set
+ crypto_prefix=
+ min_crypto_version=5.1
+ echo 'configure:8229: checking for crypto++ version >= 5.1'
+ echo -n 'checking for crypto++ version >= 5.1... '
checking for crypto++ version >= 5.1... + CRYPTO_PP_STYLE=unknown
+ CRYPTO_PP_HEADER_PATH=
+ test x = x
+ crypto_prefix=/usr
+ test -f /usr/cryptopp/cryptlib.h
+ test -f /usr/include/cryptopp/cryptlib.h
+ test -f /usr/include/crypto++/cryptlib.h
+ test -z unknown
++ grep 'Reference Manual'
++ sed '-es#.*\s\(\([0-9]\+\.\?\)\+\)\s.*#\1#g'
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: Compile error CVS20080110
« Reply #12 on: January 13, 2008, 12:40:25 AM »

CVS-20080112 (I did't try 0110) configures fine here with Ubuntu 7.10 after installing libcrypto++-dev (without came 'Could not find cryptopp header file "cryptlib.h".')
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

TASADAR-F

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 58
    • http://www.juventudaranda.com
Re: Compile error CVS20080110
« Reply #13 on: January 13, 2008, 01:09:29 AM »

CVS20080112 work very good

Result:
checking for crypto++ version >= 5.1... configure: error:
        Could not find cryptopp header file "cryptlib.h".
        Please check if the path "/usr" is valid.

Thanks for all developers
Logged

lfroen

  • Guest
Re: Compile error CVS20080110
« Reply #14 on: January 13, 2008, 08:34:25 PM »

CVS20080112 work very good

Result:
checking for crypto++ version >= 5.1... configure: error:
        Could not find cryptopp header file "cryptlib.h".
        Please check if the path "/usr" is valid.

Thanks for all developers

I guess I should "thank" to SOME of developers too. Current SVN doesn't compile for same reason on Fedora 7 as well. AFAIK there's no libcrypt package for Fedora, BTW.
Suggestions?
Logged
Pages: [1] 2