pkgsrc-Users archive

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

pkgin can't process URL




I posted about this some time ago but didn't find a solution. Trying again with a little more determination...

A handful of dependencies fail to install when using pkgin.  The error always shows a wildcard for the package name, e.g. 'libLLVM*'.  I'm not sure if that's anything special, or if it's just failing on these packages for some other reason.

In every case, the package can be installed manually, but fails to install as a dependency.

Any ideas what might be causing this?  pkgin bug?  Might it have to do with the web server config?

Here's an example:

[root@pbulkc7 bacon]# pkgin install canu

[snip]

---Jul 17 10:49:54: installing canu-1.8...
SSL support disabled
pkg_add.bin: Can't process https://mirror2.hpc.uwm.edu:443/pkgsrc/packages/sharedapps/pkg-2019Q2/RHEL7/All/libLLVM*: Operation not permitted
pkg_add.bin: no pkg found for 'libLLVM>=7.0', sorry.
pkg_add.bin: Can't install dependency libLLVM>=7.0
pkg_add.bin: Can't install dependency MesaLib>=10.5.3
pkg_add.bin: Can't install dependency cairo>=1.16.0
pkg_add.bin: Can't install dependency pango>=1.42.4nb2
pkg_add.bin: Can't install dependency gnuplot>0
pkg_add.bin: 1 package addition failed
[root@pbulkc7 bacon]# pkgin install libLLVM
calculating dependencies...done.

1 package to install:
  libLLVM-7.0.1nb1

0 to refresh, 0 to upgrade, 1 to install
24M to download, 81M to install

proceed ? [Y/n]
libLLVM-7.0.1nb1.tgz                          100%   24MB 24.3MB/s   00:00
installing libLLVM-7.0.1nb1...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
marking libLLVM-7.0.1nb1 as non auto-removable

[root@pbulkc7 bacon]# pkgin install canu

[snip]

---Jul 17 10:59:00: installing canu-1.8...
SSL support disabled
pkg_add.bin: Can't process https://mirror2.hpc.uwm.edu:443/pkgsrc/packages/sharedapps/pkg-2019Q2/RHEL7/All/libXrandr*: Operation not permitted
pkg_add.bin: no pkg found for 'libXrandr>=1.1.2', sorry.
pkg_add.bin: Can't install dependency libXrandr>=1.1.2
pkg_add.bin: Can't install dependency MesaLib>=10.5.3
pkg_add.bin: Can't install dependency cairo>=1.16.0
pkg_add.bin: Can't install dependency pango>=1.42.4nb2
pkg_add.bin: Can't install dependency gnuplot>0
pkg_add.bin: 1 package addition failed
[root@pbulkc7 bacon]# pkgin install libXrandr[root@pbulkc7 bacon]# pkgin install canu
calculating dependencies...done.[root@pbulkc7 bacon]# pkgin install canu

1 package to install:
  libXrandr-1.5.2

0 to refresh, 0 to upgrade, 1 to install
46K to download, 137K to install

proceed ? [Y/n]
libXrandr-1.5.2.tgz                           100%   46KB 45.9KB/s   00:00
installing libXrandr-1.5.2...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
marking libXrandr-1.5.2 as non auto-removable
[root@pbulkc7 bacon]# pkgin install canu
calculating dependencies...done.

6 packages to install:
  MesaLib-18.3.4nb1 cairo-gobject-1.16.0nb3 pango-1.42.4nb4 cairo-1.16.0
  gnuplot-5.2.6nb1 canu-1.8

0 to refresh, 0 to upgrade, 6 to install
0B to download, 247M to install

proceed ? [Y/n]
installing MesaLib-18.3.4nb1...
MesaLib-18.3.4nb1: copying /sharedapps/pkg-2019Q2/share/examples/mesa/00-mesa-defaults.conf to /sharedapps/pkg-2019Q2/etc/drirc.d/00-mesa-defaults.conf
installing cairo-gobject-1.16.0nb3...
installing pango-1.42.4nb4...
installing cairo-1.16.0...
installing gnuplot-5.2.6nb1...
installing canu-1.8...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
marking canu-1.8 as non auto-removable




Home | Main Index | Thread Index | Old Index