Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 830573

Summary: games-simulation/flightgear-2020.3.11 fails to compile: FlightGear_js.h:28:10: fatal error: string file not found
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Maciej Mrozowski <reavertm>
Status: CONFIRMED ---    
Severity: normal CC: games
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 893356    
Attachments: build.log

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)