Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881313 - dev-games/ode-0.14-r1 - demo_tracks.cpp: error: non-constant-expression cannot be narrowed from
Summary: dev-games/ode-0.14-r1 - demo_tracks.cpp: error: non-constant-expression canno...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-14 20:55 UTC by Toralf Förster
Modified: 2022-11-14 20:55 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.38 KB, text/plain)
2022-11-14 20:55 UTC, Toralf Förster
Details
dev-games:ode-0.14-r1:20221114-200854.log (dev-games:ode-0.14-r1:20221114-200854.log,129.35 KB, text/plain)
2022-11-14 20:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,255.87 KB, text/plain)
2022-11-14 20:55 UTC, Toralf Förster
Details
environment (environment,80.37 KB, text/plain)
2022-11-14 20:55 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,696 bytes, application/x-bzip)
2022-11-14 20:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,28.06 KB, application/x-bzip)
2022-11-14 20:55 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,15.93 KB, application/x-bzip)
2022-11-14 20:55 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,38.53 KB, application/x-bzip)
2022-11-14 20:55 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,3.55 KB, application/x-bzip)
2022-11-14 20:55 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 2022-11-14 20:55:03 UTC
too long lines were shrinked:

clang++ -DHAVE_CONFIG_H -I. -I../../ode/src  -I../../include -I../../include -DDRAWSTUFF_TEXTURE_PATH="\"/usr/share/doc/ode-0.14-r1/examples\"" -DdTRIMESH_ENABLED -DdNODEBUG -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -c -o demo_buggy.o demo_buggy.cpp
clang++ -DHAVE_CONFIG_H -I. -I../../ode/src  -I../../include -I../../include -DDRAWSTUFF_TEXTURE_PATH="\"/usr/share/doc/ode-0.14-r1/examples\"" -DdTRIMESH_ENABLED -DdNODEBUG -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -c -o demo_tracks.o demo_tracks.cpp
clang++ -DHAVE_CONFIG_H -I. -I../../ode/src  -I../../include -I../../include -DDRAWSTUFF_TEXTURE_PATH="\"/usr/share/doc/ode-0.14-r1/examples\"" -DdTRIMESH_ENABLED -DdNODEBUG -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -c -o demo_kinematic.o demo_kinematic.cpp
clang++ -DHAVE_CONFIG_H -I. -I../../ode/src  -I../../include -I../../include -DDRAWSTUFF_TEXTURE_PATH="\"/usr/share/doc/ode-0.14-r1/examples\"" -DdTRIMESH_ENABLED -DdNODEBUG -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -c -o demo_cards.o demo_cards.cpp
demo_tracks.cpp:193:23: error: non-constant-expression cannot be narrowed from
      type 'double' to 'dReal' (aka 'float') in initializer list
      [-Wc++11-narrowing]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20221112-220005

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Ruby profiles:
  [1]   ruby31 *
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 

php cli (if any):

  HEAD of ::gentoo
commit e0484b385a43ace0b96fb91a643fd17f22a34497
Merge: f2401ce11ca3 0c77aadb9830
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 14 17:46:45 2022 +0000

    Merge updates from master

emerge -qpvO dev-games/ode
[ebuild  N    ] dev-games/ode-0.14-r1  USE="examples -debug -doc -double-precision -gyroscopic -static-libs"
Comment 1 Toralf Förster gentoo-dev 2022-11-14 20:55:04 UTC
Created attachment 832509 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-14 20:55:05 UTC
Created attachment 832511 [details]
dev-games:ode-0.14-r1:20221114-200854.log
Comment 3 Toralf Förster gentoo-dev 2022-11-14 20:55:07 UTC
Created attachment 832513 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-14 20:55:08 UTC
Created attachment 832515 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-14 20:55:09 UTC
Created attachment 832517 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-14 20:55:10 UTC
Created attachment 832519 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-14 20:55:11 UTC
Created attachment 832521 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-14 20:55:12 UTC
Created attachment 832523 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-11-14 20:55:13 UTC
Created attachment 832525 [details]
var.tmp.clang.tar.bz2