After hours of testing various linux distress on two of my old PowerBooks 5,6
(1. Debian 12 IS Working 2. Adelie is working too 3. T2SDE failing cause of Grub 4. Gentoo is too much trouble . . .)
I tried to install 10.5 on the second of the 5,6 PowerBook, 1,67Ghz, LowerRamFailure (1GB installed) and a 60GB HD, ATI Radeon 9700. 10.5.9 seems to work well.
I installed MacPorts 2.10 via Website, made a self update and changed legacy-support (even not on 10.6) to
I tried to install fastfetch, but without M4 it is not gonna happen. Also gcc7, icu or other ports are not installable. First macports complained about "Failed Checksum", then I tried the option to ignore the checksum, but it is not working.
At the end I tried to install icu, I got following error. Can you give me some advise what I did wrong? Is there a solution for an intermediate user like me?
Thanks, saxfun
(1. Debian 12 IS Working 2. Adelie is working too 3. T2SDE failing cause of Grub 4. Gentoo is too much trouble . . .)
I tried to install 10.5 on the second of the 5,6 PowerBook, 1,67Ghz, LowerRamFailure (1GB installed) and a 60GB HD, ATI Radeon 9700. 10.5.9 seems to work well.
I installed MacPorts 2.10 via Website, made a self update and changed legacy-support (even not on 10.6) to
Code:
sudo port deactivate legacy-support
sudo port install legacy-support-devel
I tried to install fastfetch, but without M4 it is not gonna happen. Also gcc7, icu or other ports are not installable. First macports complained about "Failed Checksum", then I tried the option to ignore the checksum, but it is not working.
At the end I tried to install icu, I got following error. Can you give me some advise what I did wrong? Is there a solution for an intermediate user like me?
Thanks, saxfun
Code:
---> Cleaning python27
---> Removing work directory for python27
---> Fetching archive for m4
---> m4-1.4.19_1.darwin_9.ppc.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
---> Attempting to fetch m4-1.4.19_1.darwin_9.ppc.tbz2 from http://packages.macports.org/m4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0---> Attempting to fetch m4-1.4.19_1.darwin_9.ppc.tbz2 from http://nue.de.packages.macports.org/m4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0---> Attempting to fetch m4-1.4.19_1.darwin_9.ppc.tbz2 from http://mirror.fcix.net/macports/packages/m4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0---> Applying patches to m4
---> Applying patch-clang-before-34.diff
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_m4/m4/work/m4-1.4.19" && /usr/bin/patch -t -N -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/m4/files/patch-clang-before-34.diff'
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=605e20a698d3f7296cda18ac7dd84b1a8f388b50
|https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=d125d4f6d1a5d9845824aaf1d1c9dc69699bf2f1
|
|diff --git lib/cdefs.h lib/cdefs.h
|index 7d91b06..1cf2ebd 100644
|--- lib/cdefs.h
|+++ lib/cdefs.h
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 23
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git lib/config.hin lib/config.hin
|index 1a9a70f..026b39c 100644
|--- lib/config.hin
|+++ lib/config.hin
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_m4/m4/work/m4-1.4.19" && /usr/bin/patch -t -N -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/m4/files/patch-clang-before-34.diff'
Exit code: 1
Error: Failed to patch m4: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_m4/m4/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port icu failed
---> Some of the ports you installed have notes:
db48 has the following notes:
The Java and Tcl bindings are now provided by the db48-java and
db48-tcl subports.
openssl11 has the following notes:
This is the last release of OpenSSL 1.1. No further public security updates will be provided. Please migrate to the openssl3 port.
python27 has the following notes:
To make this the default Python or Python 2 (i.e., the version run by the 'python' or 'python2' commands), run one or both of:
sudo port select --set python python27
sudo port select --set python2 python27
Last edited: