|
From: Franchetti, G. Dr. <G.F...@gs...> - 2025-12-02 06:17:25
|
Hello,
I have reinstalled fink almost completely. I miss gcc12, which fails to compile.
It gives this warning
-----WARNING-----WARNING-----WARNING-----
You seem to have GMP installed in /usr/local.
This is known to cause gcc12 to fail to build.
Please move aside /usr/local and try again.
-----WARNING-----WARNING-----WARNING-----
Do I really have to do that?
This never happened in earlier compilations.
Giuliano
.
.
.
find . -name Makefile.in | xargs perl -pi -e 's/install-info --version/false/g'
sudo -u fink-bld [ENV] sh -c /tmp/fink.gtYT_
/tmp/fink.w0BL7
#!/bin/bash -ev
set +x
if [ -e /usr/local/lib/libgmp.a ] || [ -e /usr/local/lib/libgmp.dylib ]; then
echo "-----WARNING-----WARNING-----WARNING-----"
echo "You seem to have GMP installed in /usr/local."
echo "This is known to cause gcc12 to fail to build."
echo "Please move aside /usr/local and try again."
echo "-----WARNING-----WARNING-----WARNING-----"
exit 1
else
echo "Good, /usr/local/lib/libgmp* not present."
fi
-----WARNING-----WARNING-----WARNING-----
You seem to have GMP installed in /usr/local.
This is known to cause gcc12 to fail to build.
Please move aside /usr/local and try again.
-----WARNING-----WARNING-----WARNING-----
### execution of /tmp/fink.w0BL7 failed, exit code 1
### execution of /tmp/fink.gtYT_ failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-gcc12-12.2.0-3
(Reading database ... 269019 files and directories currently installed.)
Removing fink-buildlock-gcc12-12.2.0-3 (2025.12.02-07.13.01) ...
Failed: phase compiling: gcc12-12.2.0-3 failed
Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem. If not, ask on one (not both, please) of
these mailing lists:
The Fink Users List <fin...@li...>
The Fink Beginners List <fin...@li...>.
Please try to include the complete error message in your report. This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.
Also include the following system information:
Package manager version: 0.45.99.git
Distribution version: selfupdate-git Tue Dec 2 07:04:24 2025, 14.4, x86_64
Trees: local/main stable/main local/injected
Xcode.app: 16.2
Xcode command-line tools: 16.2.0.0.1.1733547573
Max. Fink build jobs: 12
|