pkgsrc-Users archive

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

Re: Upgrade all installed packages



On 4/20/23 14:15, Marko Bauhardt wrote:


Jason Bacon <jtocino%gmx.com@localhost> hat am 19.04.2023 23:40 CEST
Can you try wip/auto-admin?

Hey, that was a quick response, thx :)
I pulled the latest changes from wip and installed auto-admin.
It starts to work but failed on openssl

/sdfeu/arpa/m/mbauhardt/OS/pkgsrc/security/openssl/work/.destdir/usr/pkg/man/man7/x509.7
cd /sdfeu/arpa/m/mbauhardt/OS/pkgsrc/security/openssl/work/.destdir/usr/pkg/man/man1;                    for f in openssl-*; do                                          /bin/rm -f ${f};
                                  mv -f `echo ${f} | /usr/bin/sed -e 's/openssl-//'` ${f};        done;                                                           /bin/rm -f openssl-c_rehash.1;
                          /bin/ln -s openssl-rehash.1 c_rehash.1
=> Automatic manual page handling
=> Generating post-install file lists
=> Checking file-check results for openssl-1.1.1t
=> Creating binary package /sdfeu/arpa/m/mbauhardt/OS/pkgsrc/security/openssl/work/.packages/openssl-1.1.1t.tgz
===> Building binary package for openssl-1.1.1t
=> Creating binary package /sdfeu/arpa/m/mbauhardt/OS/pkgsrc/packages/All/openssl-1.1.1t.tgz
===> Replacing for openssl-1.1.1t
=> Becoming ``root'' to make su-replace (/usr/bin/su)
sh: /usr/bin/su: permission denied
*** Error code 126

Stop.
make[1]: stopped in /sdfeu/arpa/m/mbauhardt/OS/pkgsrc/security/openssl
*** Error code 1

Stop.
make: stopped in /sdfeu/arpa/m/mbauhardt/OS/pkgsrc/security/openssl
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Becoming ``root'' to make su-real-package-install (/usr/bin/su)
sh: /usr/bin/su: permission denied
*** Error code 126

Stop.
make[1]: stopped in /sdfeu/arpa/m/mbauhardt/OS/pkgsrc/security/openssl
*** Error code 1

Stop.
make: stopped in /sdfeu/arpa/m/mbauhardt/OS/pkgsrc/security/openssl


`su`...

I'm not sure that's related to auto-admin.

What happens if you just run "pkg_chk -su"?

(The "-su" flags here are not related to the su command you're unable to run.)

Did you bootstrap this pkgsrc tree as root? If not, was it bootstrapped with --unprivileged?




Home | Main Index | Thread Index | Old Index