Opened 19 years ago

Closed 19 years ago

#4134 closed defect (worksforme)

Openvpn2 dependency to lzo not resolved while compiling and installing

Reported by: malte.sarner@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

The error is solved by manually install lzo before openvpn2.

Ports tree fetched via anoncvs 20050726.

port version

Version: 1.100

---> Fetching openvpn2 ---> Attempting to fetch openvpn-2.0.tar.gz from http://www.openvpn.net//release/ ---> Verifying checksum(s) for openvpn2 ---> Extracting openvpn2 ---> Configuring openvpn2 Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var /db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dport s_net_openvpn2/work/openvpn-2.0" && ./configure --prefix=/opt/local --mandir=/opt/local/share/ ma n --with-lzo-headers=/opt/local/include --with-lzo-lib=/opt/local/lib --program-suffix=2" return ed error 1 Command output: checking for socket... yes checking for recv... yes checking for recvfrom... yes checking for send... yes checking for sendto... yes checking for listen... yes checking for accept... yes checking for connect... yes checking for bind... yes checking for select... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for time... yes checking for ctime... yes checking for memset... yes checking for vsnprintf... yes configure: checking for working epoll implementation... checking for epoll_create... no configure: checking for libdl Library and Header files... checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen... yes configure: checking for LZO Library and Header files... checking lzo1x.h usability... no checking lzo1x.h presence... no checking for lzo1x.h... no LZO library and headers not found. LZO library available from http://www.oberhumer.com/opensource/lzo/ configure: error: Or try ./configure --disable-lzo

The problem should be repeatable by removing darwinports installation, fetching the darwinport tree again, configure and install base and then try to install openvpn2.

Change History (1)

comment:1 Changed 19 years ago by pguyot (Paul Guyot)

Resolution: worksforme
Status: newclosed

[12:20]/<3>darwinports/dports(41)> sudo port uninstall openvpn2 Password: ---> Deactivating openvpn2 2.0_0 sud---> Uninstalling openvpn2 2.0_0 o [12:21]/<3>darwinports/dports(42)> sudo port uninstall lzo ---> Unable to uninstall lzo 1.08_0, the following ports depend on it: ---> openvpn port uninstall failed: Please uninstall the ports that depend on lzo first. [12:21]/<3>darwinports/dports(43)> sudo port uninstall openvpn ---> Deactivating openvpn 1.6.0_0 ---> Uninstalling openvpn 1.6.0_0 [12:21]/<3>darwinports/dports(44)> sudo port uninstall lzo ---> Deactivating lzo 1.08_0 ---> Uninstalling lzo 1.08_0 [12:21]/<3>darwinports/dports(45)> sudo port install -dv openvpn2 DEBUG: Found port in file:///Junk/src/opendarwin/darwinports/dports/net/openvpn2 DEBUG: Changing to port directory: /Junk/src/opendarwin/darwinports/dports/net/openvpn2 DEBUG: Requested variant powerpc is not provided by port openvpn2. DEBUG: Requested variant darwin is not provided by port openvpn2. DEBUG: Requested variant macosx is not provided by port openvpn2. DEBUG: Found port in file:///Junk/src/opendarwin/darwinports/dports/devel/lzo DEBUG: Changing to port directory: /Junk/src/opendarwin/darwinports/dports/devel/lzo DEBUG: Searching for dependency: lzo DEBUG: Didn't find receipt, going to depspec regex for: lzo DEBUG: Found port in file:///Junk/src/opendarwin/darwinports/dports/devel/openssl DEBUG: Changing to port directory: /Junk/src/opendarwin/darwinports/dports/devel/openssl DEBUG: Searching for dependency: openssl DEBUG: Found Dependency: receipt exists for openssl DEBUG: Requested variant powerpc is not provided by port lzo. DEBUG: Requested variant darwin is not provided by port lzo. DEBUG: Requested variant macosx is not provided by port lzo. DEBUG: Executing com.apple.main (lzo) DEBUG: No TBZ archive: /opt/local/var/db/dports/packages/darwin/powerpc/lzo-1.08_0.powerpc.tbz DEBUG: Skipping unarchive (lzo) since no archive found DEBUG: Skipping completed com.apple.unarchive (lzo) ---> Fetching lzo DEBUG: Executing com.apple.fetch (lzo) ...

Note: See TracTickets for help on using tickets.