|
From: Franchetti, G. Dr. <G.F...@gs...> - 2025-12-04 03:17:46
|
Hello,
Following the warning of the compilation process, I have moved away *gmp* from /usr/local/lib
Now, trying to compile gcc12, the previous warning disappears.
However, a new error appears. See below
Giuliano
../../gcc-12.2.0/gcc/hash-map.h:39:19: note: previous use is here
39 | class GTY((user)) hash_map
| ^
./gt-cp-pt.h:210:61: note: did you mean class here?
210 | struct hash_map<tree,tree_pair_p> * x ATTRIBUTE_UNUSED = (struct hash_map<tree,tree_pair_p> *)x_p;
| ^~~~~~
| class
11 warnings generated.
7 warnings generated.
rm gcc.pod
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
### execution of /tmp/fink.OxmD5 failed, exit code 2
### execution of /tmp/fink.ME0k4 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-gcc12-12.2.0-3
(Reading database ... 269020 files and directories currently installed.)
Removing fink-buildlock-gcc12-12.2.0-3 (2025.12.04-04.07.35) ...
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 Thu Dec 4 04:07:08 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
|