pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/55052: devel/p5-Data-Dump fails to install



The following reply was made to PR pkg/55052; it has been noted by GNATS.

From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/55052: devel/p5-Data-Dump fails to install
Date: Sun, 22 Mar 2020 00:34:27 -0400

 On Sat, 21 Mar 2020 at 13:53:43 -0400, James E Keenan wrote:
 >Note in my original post that in my Vagrantfile I successfully installed 
 >6 other p5-* packages using 'sudo pkgin install'.  If that is so, why 
 >would a problem in 'pkgin' only manifest itself when trying to install 
 >'devel/p5-Data-Dump'?
 
 I don't know, but you haven't provided any logging information that
 shows what pkgin (or Vagrant) is actually doing while trying to install
 the package in question, so it's not possible to discern what's going
 on. The package installs correctly for me via pkg_add and pkgin (I just
 installed pkgin and tested with it in the most comparable environment I
 have).
 
 Please try installing the package outside of Vagrant, and provide a
 log of what happens. If pkgin doesn't work, please try pkg_add for
 comparative purposes.
 
 Below is a log of a successful installation of p5-Data-Dump on NetBSD
 8.1_STABLE (which shares the same packages as 8.0), a test I just ran.
 I don't know what version of pkgin you're using, so I chose 0.14.0,
 built from the pkgsrc 2019Q4 branch.
 
 # pkgin -v 
 pkgin 0.14.0 for NetBSD-8.1_STABLE x86_64 (using SQLite 3.17.0)
 # pkgin update
 reading local summary...
 processing local summary...
 processing remote summary (https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.1/All)...
 pkg_summary.bz2                                                                                      100% 3030KB 378.8KB/s   00:08    
 # pkgin -V install p5-Data-Dump   
 calculating dependencies...done.
 
 1 package to refresh:
   perl-5.30.1
 
 1 package to install:
   p5-Data-Dump-1.23nb4
 
 1 to refresh, 0 to upgrade, 1 to install
 11M to download, 59K to install
 
 proceed ? [Y/n] y
 perl-5.30.1.tgz                                                                                      100%   11MB   3.7MB/s   00:03    
 p5-Data-Dump-1.23nb4.tgz                                                                             100%   18KB  17.8KB/s   00:00    
 refreshing perl-5.30.1...
 pkg_add: Warning: package `perl-5.30.1' was built for a platform:
 pkg_add: NetBSD/x86_64 8.0 (pkg) vs. NetBSD/x86_64 8.1_STABLE (this host)
 installing p5-Data-Dump-1.23nb4...
 pkg_add: Warning: package `p5-Data-Dump-1.23nb4' was built for a platform:
 pkg_add: NetBSD/x86_64 8.0 (pkg) vs. NetBSD/x86_64 8.1_STABLE (this host)
 reading local summary...
 processing local summary...
 marking p5-Data-Dump-1.23nb4 as non auto-removable
 # ls -l /var/db/pkg/p5-Data-Dump-1.23nb4/
 total 24
 -r--r--r--  1 root  wheel  2277 Mar 22 00:02 +BUILD_INFO
 -r--r--r--  1 root  wheel   168 Mar 22 00:02 +BUILD_VERSION
 -r--r--r--  1 root  wheel    35 Mar 22 00:02 +COMMENT
 -rw-r--r--  1 root  wheel  1197 Mar 22 00:02 +CONTENTS
 -r-xr-xr-x  1 root  wheel  3802 Mar 22 00:02 +DEINSTALL
 -r--r--r--  1 root  wheel   591 Mar 22 00:02 +DESC
 -r-xr-xr-x  1 root  wheel  3769 Mar 22 00:02 +INSTALL
 -r--r--r--  1 root  wheel     9 Mar 22 00:02 +SIZE_ALL
 -r--r--r--  1 root  wheel     6 Mar 22 00:02 +SIZE_PKG
 # perl -MData::Dump -E 'say q|hello world|;'
 hello world
 
 Regards,
 
 Dave
 
 


Home | Main Index | Thread Index | Old Index