[MacPorts] #38276: nfsen @1.3 staging into destroot failure
#38276: nfsen @1.3 staging into destroot failure --------------------------+-------------------------------- Reporter: stanrandom@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: nfsen --------------------------+-------------------------------- It looks like nfsen's unhappy with the current version of RRD. I think this is the relevant bit of the install log. {{{ :info:destroot Check for required Perl modules: All modules found. :info:destroot RRD version '1.4007' not yet supported! :info:destroot :info:destroot Command failed: /opt/local/bin/perl5.12 ./install.pl ./etc /nfsen-dist.conf :info:destroot Exit code: 255 :error:destroot org.macports.destroot for port nfsen returned: command execution failed }}} I'm on Mac OS 10.8.2 with MacPorts 2.1.3 and XCode 4.6 -- Ticket URL: <https://trac.macports.org/ticket/38276> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+--------------------- Reporter: stanrandom@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+--------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => markd@… Comment: In the future, please Cc the port maintainer(s). -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+--------------------- Reporter: stanrandom@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+--------------------- Comment (by stanrandom@…): This wasn't resolved by the recent version bumps to 10.8.3 with Xcode 4.6.1, for what it's worth - thought I'd update this just to reflect latest version numbers. -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+--------------------- Reporter: stanrandom@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+--------------------- Comment (by stanrandom@…): I think this is the line in NfSenRRD.pm that's causing this: {{{if ( $rrd_version >= 1.2 && $rrd_version < 1.3 ) {}}} The nfsen port will only work with RRD 1.0.x or 1.2.x, and latest 1.2.x rrdtool in ports is five years old so I didn't fancy installing that. The version of that file from the latest nfsen in github has 1.3 replaced with 1.5 -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+--------------------- Reporter: stanrandom@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+--------------------- Comment (by jul_bsd@…): Still got this problem on 10.9.1 made an update to 1.3.6p1 and an extra variant for devel (which seems a bit stalled since dec 2008 but used module::build / Work in progress) still test needed but seems running {{{ # nfsen stop Constant subroutine Lookup::AF_INET6 redefined at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/Lookup.pm line 43 Prototype mismatch: sub Lookup::AF_INET6 () vs none at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/Lookup.pm line 43 Constant subroutine Lookup::PF_INET6 redefined at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/Lookup.pm line 43 Prototype mismatch: sub Lookup::PF_INET6 () vs none at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/Lookup.pm line 43 Constant subroutine AbuseWhois::AF_INET6 redefined at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/AbuseWhois.pm line 42 Prototype mismatch: sub AbuseWhois::AF_INET6 () vs none at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/AbuseWhois.pm line 42 Constant subroutine AbuseWhois::PF_INET6 redefined at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/AbuseWhois.pm line 42 Prototype mismatch: sub AbuseWhois::PF_INET6 () vs none at /opt/local/lib/perl5/5.12.4/Exporter.pm line 64. at /opt/local/libexec/nfsen/AbuseWhois.pm line 42 Prototype mismatch: sub AbuseWhois::AF_INET6: none vs () at /opt/local/libexec/nfsen/AbuseWhois.pm line 44 Prototype mismatch: sub AbuseWhois::PF_INET6: none vs () at /opt/local/libexec/nfsen/AbuseWhois.pm line 44 Shutdown nfcapd: (upstream1)[64013]. . Shutdown nfsend:[no pid file found!] }}} -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+--------------------- Reporter: stanrandom@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+--------------------- Comment (by jul_bsd@…): I recently reinstall my whole macports install and for some reason, rrdtool switch to 5.16 only {{{ $ port contents rrdtool|grep RRDs.pm /opt/local/lib/perl5/vendor_perl/5.16.1/darwin-thread-multi- 2level/RRDs.pm }}} Portfile doesn't seem to have change as seen here https://trac.macports.org/browser/trunk/dports/net/rrdtool?rev=107344&order=... I switch the port to 5.16 but not sure if it's depending on install. Also put a subport devel instead of variant but for now it doesn't built as before, not sure why. Note this bug superseded/solved #34977, #22923 and partially related to #42498 -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+--------------------- Reporter: stanrandom@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+--------------------- Comment (by jul_bsd@…): * port lint --nitpick * livecheck * /tab/spacex4/ -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+--------------------- Reporter: stanrandom@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+--------------------- Comment (by jul_bsd@…): * destroot.asroot yes * sha256 * mode line -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#38276: nfsen @1.3 staging into destroot failure ---------------------------+-------------------------------- Reporter: stanrandom@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: nfsen | ---------------------------+-------------------------------- Changes (by mf2k@…): * owner: markd@… => macports-tickets@… Comment: markd has retired. See #44782. -- Ticket URL: <https://trac.macports.org/ticket/38276#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts