[MacPorts] #70227: gcc13 @13.2.0_4 +stdlib_flag+universal: configuration stage 1 of intl fails
MacPorts
noreply at macports.org
Sat Jun 15 17:45:09 UTC 2024
#70227: gcc13 @13.2.0_4 +stdlib_flag+universal: configuration stage 1 of intl fails
------------------------+--------------------
Reporter: ar-an-ribe | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Keywords: | Port: gcc13
------------------------+--------------------
In trying to build `gcc13 @13.2.0_4 +stdlib_flag+universal` on Mavericks,
the configuration stage 1 for building `intl` fails:
{{{
:info:build checking for x86_64-apple-darwin13-gcc... /opt/local/bin
/clang-mp-16 -arch i386 -arch x86_64
:info:build no
:info:build configure: error: in
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc13/gcc13/work/build/intl':
:info:build configure: error: C compiler cannot create executables
:info:build See `config.log' for more details
:info:build make[2]: *** [configure-stage1-intl] Error 77
:info:build make[2]: *** Waiting for unfinished jobs....
}}}
The relevant lines from `intl`’s `config.log` seem to be:
{{{
configure:2569: checking whether the C compiler works
configure:2591: /opt/local/bin/clang-mp-16 -arch i386 -arch x86_64 -g
-L/opt/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
ld: unknown option: -no_deduplicate
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
configure:2595: $? = 1
configure:2633: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2638: error: in
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc13/gcc13/work/build/intl':
configure:2640: error: C compiler cannot create executables
}}}
This seems to be another ticket that is related to `ld`.
--
Ticket URL: <https://trac.macports.org/ticket/70227>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list