Opened 7 years ago
Last modified 7 years ago
#54900 closed defect
libgcc @7.2.0: fatal error: bits/regex_scanner.tcc: No such file or directory — at Version 8
Reported by: | cjones051073 (Chris Jones) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | highsierra | Cc: | smeingast (Stefan Meingast), grimreaper (Eitan Adler), Schamschula (Marius Schamschula), sbutler (Stephen J. Butler) |
Port: | libgcc |
Description (last modified by mf2k (Frank Schima))
Running newly release macOS 10.13. Xcode and CLI tools fully updated.
building libgcc gives
:info:build from /opt/local/var/macports/build/_Users_chris_Projects_MacPorts_ports_lang_gcc7/libgcc/work/gcc-7.2.0/libstdc++-v3/include/precompiled/stdc++.h:110: :info:build /opt/local/var/macports/build/_Users_chris_Projects_MacPorts_ports_lang_gcc7/libgcc/work/build/x86_64-apple-darwin17/libstdc++-v3/include/bits/regex_scanner.h:272:10: fatal error: bits/regex_scanner.tcc: No such file or directory :info:build #include <bits/regex_scanner.tcc>
Full log attached.
Port has no maintainer, so not sure who to cc. Looks similar though to ticket:54829
Change History (10)
Changed 7 years ago by cjones051073 (Chris Jones)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | highsierra added |
---|---|
Summary: | libgcc - Build failure with macOS 10.13 → libgcc @7.2.0: fatal error: bits/regex_scanner.tcc: No such file or directory |
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | smeingast grimreaper added |
---|
comment:3 Changed 7 years ago by Schamschula (Marius Schamschula)
Cc: | Schamschula added |
---|
comment:4 Changed 7 years ago by cjones051073 (Chris Jones)
There appears to be a non-reproducible nature to the failure. I have run the build a few times now and each time the exact error is slightly different. Its in roughly the same place, and relates to an "bits/XYZ" include, but not exactly the same include each time. For instance
:info:build /opt/local/var/macports/build/_Users_chris_Projects_MacPorts_ports_lang_gcc7/libgcc/work/build/x86_64-apple-darwin17/libstdc++-v3/include/string:41:10: fatal error: bits/allocator.h: No such file or directory :info:build #include <bits/allocator.h> :info:build ^~~~~~~~~~~~~~~~~~
Could this be an APFS issue (the machine I am using was updated to the new filesystem). I ran checks with the betas version prior to the release, in a VM, and the only difference I can think of is that VM was not using APFS but the old file system...
comment:5 Changed 7 years ago by sbutler (Stephen J. Butler)
Cc: | sbutler added |
---|
Changed 7 years ago by cjones051073 (Chris Jones)
Attachment: | main2.log.bz2 added |
---|
comment:6 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
The High Sierra buildbot worker will be set up with HFS+ so we can see if it succeeds there.
comment:7 Changed 7 years ago by cjones051073 (Chris Jones)
I have a number of my own VMs, from 10.6 onwards that I use for testing. I am in the process of cloning the macOS 10.12 one to a new 10.13 instance, so I will also be able to test this...
comment:8 Changed 7 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
Supersedes #54400.