[MacPorts] #17647: ike-scan does not run on 10.3.9
#17647: ike-scan does not run on 10.3.9 --------------------------------+------------------------------------------- Reporter: gseanmcg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: ike-scan --------------------------------+------------------------------------------- # /opt/local/bin/ike-scan dyld: /opt/local/bin/ike-scan Undefined symbols: _getopt_long_only Trace/BPT trap -- Ticket URL: <http://trac.macports.org/ticket/17647> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17647: ike-scan does not run on 10.3.9 --------------------------------+------------------------------------------- Reporter: gseanmcg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: panther | Port: ike-scan --------------------------------+------------------------------------------- Changes (by jmr@…): * keywords: => panther Comment: We don't support Panther any more, so unless you provide a patch, this is unlikely to be fixed. Have you reported the issue upstream? -- Ticket URL: <http://trac.macports.org/ticket/17647#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17647: ike-scan does not run on 10.3.9 --------------------------------+------------------------------------------- Reporter: gseanmcg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: panther | Port: ike-scan --------------------------------+------------------------------------------- Old description:
# /opt/local/bin/ike-scan dyld: /opt/local/bin/ike-scan Undefined symbols: _getopt_long_only Trace/BPT trap
New description: {{{ # /opt/local/bin/ike-scan dyld: /opt/local/bin/ike-scan Undefined symbols: _getopt_long_only Trace/BPT trap }}} -- Comment(by blb@…): You might try installing the libgnugetopt port, and if that works, ike- scan should probably depend on it. -- Ticket URL: <http://trac.macports.org/ticket/17647#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17647: ike-scan does not run on 10.3.9 --------------------------------+------------------------------------------- Reporter: gseanmcg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: panther | Port: ike-scan --------------------------------+------------------------------------------- Comment(by gseanmcg@…): I will mess around some more and generate a patch -- Ticket URL: <http://trac.macports.org/ticket/17647#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17647: ike-scan does not run on 10.3.9 --------------------------------+------------------------------------------- Reporter: gseanmcg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: panther | Port: ike-scan --------------------------------+------------------------------------------- Comment(by gseanmcg@…): sure enough, linking against gnugetopt fixed it -- here's the edited Portfile: # $Id$ PortSystem 1.0 name ike-scan version 1.9 description ike-scan can discover and identify IPsec VPN systems running IKE. long_description ${description} maintainers nomaintainer categories security net platforms darwin homepage http://www.nta-monitor.com/ike-scan/ master_sites http://www.nta-monitor.com/ike-scan/download/ \ http://berlin.ccc.de/~cryx/ike-scan/ checksums md5 bed63c7d2f54c482525a735be7b5e720 \ sha1 e973742c32c7b65fe134233482c94e3e94db3b32 \ rmd160 1d5c1fb5b9200ad098616bc7f2d2913c8217dc1d depends_lib port:gettext port:openssl port:libgnugetopt configure.args --mandir=${prefix}/share/man --with-openssl=${prefix} configure.cppflags-append "-L${prefix}/lib" configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" configure.ldflags-append "-lgettextlib -lgnugetopt" livecheck.check regex livecheck.url http://www.nta-monitor.com/tools/${name}/download livecheck.regex ${name}-(\\d+\\.\\d+) -- Ticket URL: <http://trac.macports.org/ticket/17647#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17647: ike-scan does not run on 10.3.9 ---------------------------------+------------------------------------------ Reporter: gseanmcg@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: panther Port: ike-scan | ---------------------------------+------------------------------------------ Changes (by blb@…): * status: new => closed * resolution: => fixed Comment: This should be fixed with r43789 (libgnugetopt should only be needed by 10.3 as 10.4+ have getopt_long_only in the OS). -- Ticket URL: <http://trac.macports.org/ticket/17647#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts