#14586 closed defect (wontfix)
esniper requires curl +ssl
Reported by: | tobias@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | dhaines@… | |
Port: |
Description
I get this while building esniper:
polarapfel:~ tobias$ sudo port install esniper ---> Fetching pkgconfig ---> Attempting to fetch pkg-config-0.23.tar.gz from http://pkg-config.freedesktop.org/releases/ ---> Verifying checksum(s) for pkgconfig ---> Extracting pkgconfig ---> Configuring pkgconfig ---> Building pkgconfig with target all ---> Staging pkgconfig into destroot ---> Installing pkgconfig 0.23_0 ---> Activating pkgconfig 0.23_0 ---> Cleaning pkgconfig ---> Fetching curl ---> Attempting to fetch curl-7.18.0.tar.bz2 from http://curl.haxx.se/download/ ---> Verifying checksum(s) for curl ---> Extracting curl ---> Configuring curl ---> Building curl with target all ---> Staging curl into destroot ---> Installing curl 7.18.0_0 ---> Activating curl 7.18.0_0 ---> Cleaning curl ---> Fetching esniper ---> Attempting to fetch esniper-2-17-1.tgz from http://downloads.sourceforge.net/esniper ---> Verifying checksum(s) for esniper ---> Extracting esniper ---> Configuring esniper Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_esniper/work/esniper-2-17-1" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-curl-config=/opt/local/bin/curl-config " returned error 1 Command output: checking for a BSD-compatible install... /usr/bin/install checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.0... gcc3 checking whether make sets $(MAKE)... (cached) yes yes checking for curl_easy_setopt in -lcurl... yes checking for curl_easy_strerror in -lcurl... yes checking for cURL SSL support... configure: error: no SSL cURL is available from http://curl.haxx.se/ Error: Status 1 encountered during processing. polarapfel:~ tobias$
Any ideas?
Change History (3)
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Cc: | dhaines@… added |
---|---|
Milestone: | → Port Bugs |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | esniper won't build due to buggy curl dependency → esniper requires curl +ssl |
I agree with jmr. This can't be fixed in MacPorts today. Install curl +ssl first, then install esniper.
Note: See
TracTickets for help on using
tickets.
Cc maintainer. I think you might just need to install curl with the ssl variant. Unfortunately it's not currently possible for a port to depend on a particular variant of another port. See #126.