Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830573 - games-simulation/flightgear-2020.3.11 fails to compile: FlightGear_js.h:28:10: fatal error: string file not found
Summary: games-simulation/flightgear-2020.3.11 fails to compile: FlightGear_js.h:28:10...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: missing-depend
  Show dependency tree
 
Reported: 2022-01-04 07:04 UTC by Agostino Sarubbo
Modified: 2023-12-14 13:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,188.02 KB, text/plain)
2022-01-04 07:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-04 07:04:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-simulation/flightgear-2020.3.11 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses CLANG as a compiler and LLD as a linker
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-04 07:04:41 UTC
Created attachment 761242 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-04 07:04:42 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


fatal: not a git repository: '/var/tmp/portage/games-simulation/flightgear-2020.3.11/work/flightgear-2020.3.11/.git'
/var/tmp/portage/games-simulation/flightgear-2020.3.11/work/flightgear-2020.3.11/3rdparty/joystick/FlightGear_js.h:28:10: fatal error: 'string' file not found
Comment 3 Paul Gover 2023-12-14 13:25:32 UTC
Hmmn, just run into this myself, running a normal "emerge --update" which pulled 
dev-games/simgear-2020.3.19 (compiled successfully), and
games-simulation/flightgear-2020.3.19, which doesn't compile.

I get "file not found" messages for
  string
  functional
  sstream
  iostream
which, in the unlikely event I understand it correctly, means its not finding libstdc++, though my build log doesn't mention it.

This is using clang, no ccache (I was, but I removed it)