Opened 7 months ago

Last modified 4 months ago

#68221 assigned defect

qt5-qtwebkit @5.9.2_6: Could not open generated/XPathGrammar.tab.c.

Reported by: chrstphrchvz (Christopher Chavez) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: qt5-qtwebkit qt59-qtwebkit qt511-qtwebkit qt513-qtwebkit

Description

This error is encountered by CI builders at least on macOS 11 and 12:

2023-09-01T12:13:54.9432050Z bison -d -p xpathyy xml/XPathGrammar.y -o generated/XPathGrammar.tab.c && mv -f generated/XPathGrammar.tab.c generated/XPathGrammar.cpp && mv -f generated/XPathGrammar.tab.h generated/XPathGrammar.h
2023-09-01T12:13:54.9579940Z xml/XPathGrammar.y:54.1-12: warning: deprecated directive: ‘%pure_parser’, use ‘%define api.pure’ [-Wdeprecated]
2023-09-01T12:13:54.9580830Z    54 | %pure_parser
2023-09-01T12:13:54.9581340Z       | ^~~~~~~~~~~~
2023-09-01T12:13:54.9581790Z       | %define api.pure
…
2023-09-01T12:13:55.0904070Z xml/XPathGrammar.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
…
2023-09-01T12:13:55.1008000Z Could not open /opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_aqua_qt5/qt5-qtwebkit/work/qtwebkit-opensource-src-5.9.2/Source/WebCore/generated/XPathGrammar.tab.c.
2023-09-01T12:13:55.1013920Z make[2]: *** [fwheader_generator] Error 2

Change History (1)

comment:1 Changed 4 months ago by chrstphrchvz (Christopher Chavez)

Port: qt59-qtwebkit qt511-qtwebkit qt513-qtwebkit added

I have seen this again for qt59-qtwebkit, so I assume at least qt511-qtwebkit and qt513-qtwebkit are also affected.

Note: See TracTickets for help on using tickets.