Hello,
In hope that
in other words it failed. Then immediately after that with portupgrade
My question is, what is wrong here?
In hope that
synth
is a better ports building tool than portupgrade
I have installed it and started experimenting. Must say that first impressions have been somewhat disappointing. As an example, I tried to upgrade libreoffice with command synth install editors/libreoffice
. The long run ended like this:
Code:
...
The task is complete. Final tally:
Initial queue size: 1
packages built: 0
ignored: 0
skipped: 0
failed: 1
Duration: 03:16:41
The build logs can be found at: /var/log/synth
Stand by, recursively scanning 1 port serially.
Scanning existing packages.
Packages validated, rebuilding local repository.
Local repository successfully rebuilt
Updating Synth repository catalogue...
Fetching meta.conf: 100% 163 B 0.2kB/s 00:01
Fetching packagesite.txz: 100% 151 KiB 154.7kB/s 00:01
Processing entries: 100%
Synth repository update completed. 604 packages processed.
All repositories are up to date.
pkg: No packages available to install matching 'libreoffice-6.4.4' have been found in the repositories
Unfortunately, the system upgraded failed.
in other words it failed. Then immediately after that with portupgrade
portupgrade --batch -R libreoffice-6.3.6_1
the task was completed without errors and libreoffice was upgraded and works without problems:
Code:
...
Installing libreoffice-6.4.4...
===> SECURITY REPORT:
This port has installed the following files which may act as network
servers and may therefore pose a remote security risk to the system.
/usr/local/lib/libreoffice/program/libsdlo.so
/usr/local/lib/libreoffice/program/libuno_sal.so.3
If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
For more information, and contact details about the security
status of this software, see the following webpage:
https://www.libreoffice.org/
===> Cleaning for qr-code-generator-1.6.0
===> Cleaning for libreoffice-6.4.4
---> Cleaning out obsolete shared libraries
My question is, what is wrong here?