Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 722008 - dev-games/simgear-2019.1.1 : /.../version: error: too many decimal points in number
Summary: dev-games/simgear-2019.1.1 : /.../version: error: too many decimal points in ...
Status: RESOLVED DUPLICATE of bug 722900
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:
 
Reported: 2020-05-10 07:57 UTC by Toralf Förster
Modified: 2020-08-05 22:21 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.90 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
dev-games:simgear-2019.1.1:20200510-061622.log (dev-games:simgear-2019.1.1:20200510-061622.log,27.13 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,167.69 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
environment (environment,112.55 KB, text/plain)
2020-05-10 07:57 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.84 KB, application/x-bzip)
2020-05-10 07:57 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.26 KB, application/x-bzip)
2020-05-10 07:57 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.14 KB, application/x-bzip)
2020-05-10 07:57 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-05-10 07:57:29 UTC
                 from /usr/include/boost/foreach.hpp:30,
                 from /var/tmp/portage/dev-games/simgear-2019.1.1/work/simgear-2019.1.1/simgear/debug/logstream.cxx:32:
/var/tmp/portage/dev-games/simgear-2019.1.1/work/simgear-2019.1.1/version:1:1: error: too many decimal points in number
    1 | 2019.1.1
      | ^~~~~~~~
In file included from /usr/include/boost/config/detail/select_stdlib_config.hpp:24,

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-abi32+64-20200505-162645

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.43.1 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun 10 May 2020 03:05:14 AM UTC

emerge -qpvO dev-games/simgear
[ebuild  N    ] dev-games/simgear-2019.1.1  USE="(dns) openmp -debug -gdal -subversion -test" CPU_FLAGS_X86="sse2"
Comment 1 Toralf Förster gentoo-dev 2020-05-10 07:57:32 UTC
Created attachment 637392 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-10 07:57:35 UTC
Created attachment 637394 [details]
dev-games:simgear-2019.1.1:20200510-061622.log
Comment 3 Toralf Förster gentoo-dev 2020-05-10 07:57:39 UTC
Created attachment 637396 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-05-10 07:57:41 UTC
Created attachment 637398 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-05-10 07:57:44 UTC
Created attachment 637400 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-10 07:57:47 UTC
Created attachment 637402 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-05-10 07:57:50 UTC
Created attachment 637404 [details]
temp.tbz2
Comment 8 Igor 2020-05-11 15:24:06 UTC
It looks like (for some reason), 'version' file from source directory collides with newest GCC or boost (?). I'm not sure, but changing file name from '/var/tmp/portage/dev-games/simgear-9999/work/simgear-9999/version' to '/var/tmp/portage/dev-games/simgear-9999/work/simgear-9999/version2' and doing proper adjustment in CMakeLists.txt ('file(READ version versionFile)' -> 'file(READ version2 versionFile)') cause 'simgear' to compile. Same thing with flightgear.
Comment 9 Frank Goubert 2020-05-23 11:05:31 UTC
(In reply to Igor from comment #8)
> It looks like (for some reason), 'version' file from source directory
> collides with newest GCC or boost (?). I'm not sure, but changing file name
> from '/var/tmp/portage/dev-games/simgear-9999/work/simgear-9999/version' to
> '/var/tmp/portage/dev-games/simgear-9999/work/simgear-9999/version2' and
> doing proper adjustment in CMakeLists.txt ('file(READ version versionFile)'
> -> 'file(READ version2 versionFile)') cause 'simgear' to compile. Same thing
> with flightgear.

This worked for me, thanx!
Comment 10 Andreas Sturmlechner gentoo-dev 2020-05-23 12:55:58 UTC

*** This bug has been marked as a duplicate of bug 722900 ***