Opened 14 years ago

Closed 14 years ago

#25539 closed defect (fixed)

ejabberd 2.1.3 configure ./conftest.erl:6: can't find include lib "ssl/include/ssl_pkix.hrl"

Reported by: smbmacportstrac@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: smparkes@…, aaronbrashears@…, ryandesign (Ryan Carsten Schmidt)
Port: ejabberd

Description

version:1
:msg:main --->  Computing dependencies for ejabberd:info:main .:debug:main Searching for dependency: erlang
:debug:main Found Dependency: receipt exists for erlang
:debug:main Searching for dependency: expat
:debug:main Found Dependency: receipt exists for expat
:debug:main Searching for dependency: openssl
:debug:main Found Dependency: receipt exists for openssl
:debug:main Searching for dependency: libiconv
:debug:main Found Dependency: receipt exists for libiconv
:debug:main Searching for dependency: zlib
:debug:main Found Dependency: receipt exists for zlib
:msg:main 
:debug:main Executing org.macports.main (ejabberd)
:debug:main Skipping completed org.macports.archivefetch (ejabberd)
:debug:main Skipping completed org.macports.unarchive (ejabberd)
:debug:main Skipping completed org.macports.fetch (ejabberd)
:debug:main Skipping completed org.macports.checksum (ejabberd)
:debug:main Skipping completed org.macports.extract (ejabberd)
:debug:main Skipping completed org.macports.patch (ejabberd)
:msg:main --->  Configuring ejabberd
:debug:main Using compiler 'Mac OS X gcc 4.0'
:debug:configure configure phase started at Mon Jul  5 15:48:50 CDT 2010
:debug:configure Executing org.macports.configure (ejabberd)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch ppc' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch ppc' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5' CXX='/usr/bin/g++-4.0' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_ejabberd/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m32' LDFLAGS='-L/opt/local/lib -arch ppc' OBJC='/usr/bin/gcc-4.0' FCFLAGS='-pipe -O2 -m32' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch ppc' FFLAGS='-pipe -O2 -m32' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.0'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_ejabberd/work/ejabberd-2.1.3/src" && ./configure --prefix=/opt/local --with-expat=/opt/local --with-zlib=/opt/local --with-openssl=/opt/local'
:info:configure checking for gcc... /usr/bin/gcc-4.0
:info:configure checking for C compiler default output file name... a.out
:info:configure checking whether the C compiler works... yes
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of executables... 
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/gcc-4.0 accepts -g... yes
:info:configure checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
:info:configure checking whether make sets $(MAKE)... yes
:info:configure checking for erlc... /opt/local/bin/erlc
:info:configure checking for erl... /opt/local/bin/erl
:info:configure ./conftest.erl:6: can't find include lib "ssl/include/ssl_pkix.hrl"
:info:configure configure: error: could not compile sample program
:info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_ejabberd/work/ejabberd-2.1.3/src" && ./configure --prefix=/opt/local --with-expat=/opt/local --with-zlib=/opt/local --with-openssl=/opt/local " returned error 1
:error:configure Target org.macports.configure returned: configure failure: shell command failed
:debug:configure Backtrace: configure failure: shell command failed
    while executing
"$procedure $targetname"
:info:configure Warning: the following items did not execute (for ejabberd): org.macports.archive org.macports.configure org.macports.build org.macports.destroot
:notice:configure Log for ejabberd is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_ejabberd/main.log

Change History (5)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Port: ejabberd added

Please remember to fill in the port field.

comment:2 Changed 14 years ago by smparkes@…

Cc: smparkes@… added

Cc Me!

comment:3 Changed 14 years ago by aaronbrashears@…

Cc: aaronbrashears@… added

Cc Me!

comment:4 Changed 14 years ago by aaronbrashears@…

On my installation, macports installs erlang R14A which includes the erlang ssl-4.0 library which does not appear to have a ssl_pkix.hrl file. From my reading of it, ejabberd did not pick up R14A compatibility until 2.1.5.

http://www.ejabberd.im/ejabberd-2.1.5

comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed

Resolved by #26641.

Note: See TracTickets for help on using tickets.