strange, after a "sudo port self update" there were some new versions of installed ports. most ports did well but some of the ports can't be upgraded. it seems that my editing on gcc versions were maybe wrong or not sufficient.
you told me a "port sync" will overwrite the edited files. is that the case too when typing in "port self update"?
most of the outdated ports depend on libjpeg-turbo, which is not installable.
As i understand port want to use gcc 4.2 even gcc 10 and 14 are installed. Is THAT the problem?
you told me a "port sync" will overwrite the edited files. is that the case too when typing in "port self update"?
Code:
port outdated
port outdated
The following installed ports are outdated:
chafa 1.14.4_0 < 1.14.4_1
exiftool 12.960.0_0 < 12.970.0_0
fastfetch 2.24.0_0 < 2.25.0_0
geeqie 2.4_0 < 2.4_1
ghostscript 10.03.1_0 < 10.04.0_0
gstreamer1 1.24.7_0 < 1.24.8_0
ImageMagick 6.9.13-16_0 < 6.9.13-16_1
libass 0.17.2_0 < 0.17.3_0
libical 3.0.17_1 < 3.0.18_0
libjpeg-turbo 3.0.3_0 < 3.0.4_0
libjxl 0.10.3_0 < 0.11.0_0
libspectre 0.2.12_3 < 0.2.12_4
netpbm 11.07.00_0 < 11.07.01_0
p5.34-image-exiftool 12.960.0_0 < 12.970.0_0
p5.34-test-simple 1.302.203_0 < 1.302.204_1
tiff 4.6.0_0 < 4.7.0_0
most of the outdated ports depend on libjpeg-turbo, which is not installable.
Code:
sudo port install libjpeg-turbo
sudo port install libjpeg-turbo
sudo: Zeitstempel aus der Zukunft wird ignoriert
Passwort:
---> Computing dependencies for libjpeg-turbo
---> Configuring libjpeg-turbo
Error: Failed to configure libjpeg-turbo: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_libjpeg-turbo/libjpeg-turbo/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port libjpeg-turbo failed
As i understand port want to use gcc 4.2 even gcc 10 and 14 are installed. Is THAT the problem?