Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716274 - games-engines/frobtads-1.2.4 : tads3/sha2.cpp: error: #include expects FILENAME or <FILENAME>
Summary: games-engines/frobtads-1.2.4 : tads3/sha2.cpp: error: #include expects FILENA...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-04-05 09:09 UTC by Toralf Förster
Modified: 2021-05-31 07:58 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.58 KB, text/plain)
2020-04-05 09:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,329.37 KB, text/plain)
2020-04-05 09:09 UTC, Toralf Förster
Details
environment (environment,59.47 KB, text/plain)
2020-04-05 09:09 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,25.66 KB, application/x-bzip)
2020-04-05 09:09 UTC, Toralf Förster
Details
games-engines:frobtads-1.2.4:20200405-034940.log (games-engines:frobtads-1.2.4:20200405-034940.log,46.21 KB, text/plain)
2020-04-05 09:09 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.15 KB, application/x-bzip)
2020-04-05 09:09 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.48 KB, application/x-bzip)
2020-04-05 09:09 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-04-05 09:09:23 UTC
x86_64-gentoo-linux-musl-g++ -DHAVE_CONFIG_H -I.  -DRUNTIME -DFROBTADS -DTC_TARGET_T3 -DTADSNET  -DOS_DECLARATIVE_TLS  -DVMGLOB_VARS  -D_M_IX86_64 -DRUNFAST -I./src -I./tads2 -I./tads3 -I./tads3/unix  -DT3_INC_DIR=\/usr/share/frobtads/tads3/include\ -DT3_LIB_DIR=\/usr/share/frobtads/tads3/lib\ -DT3_RES_DIR=\/usr/share/frobtads/tads3/res\ -DT3_LOG_FILE=\/tmp/frob.log\     -O2 -pipe -march=native -fno-strict-aliasing  -c -o tads3/frob-sha2.o test -f tads3/sha2.cpp || echo ./tads3/sha2.cpp
tads3/sha2.cpp:117:23: error: #include expects FILENAME or <FILENAME>
  117 | #    include _ENDIAN_H
      |                       ^
make[1]: *** [Makefile:7294: tads3/frob-sha2.o] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
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.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Apr  5 00:39:13 UTC 2020
/var/db/repos/musl	Sat Apr  4 03:02:24 UTC 2020

emerge -qpvO games-engines/frobtads
[ebuild  N    ] games-engines/frobtads-1.2.4  USE="-debug -tads2compiler -tads3compiler"
Comment 1 Toralf Förster gentoo-dev 2020-04-05 09:09:26 UTC
Created attachment 630282 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-05 09:09:28 UTC
Created attachment 630284 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-05 09:09:31 UTC
Created attachment 630286 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-05 09:09:34 UTC
Created attachment 630288 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-05 09:09:37 UTC
Created attachment 630290 [details]
games-engines:frobtads-1.2.4:20200405-034940.log
Comment 6 Toralf Förster gentoo-dev 2020-04-05 09:09:39 UTC
Created attachment 630292 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-04-05 09:09:42 UTC
Created attachment 630294 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-05-31 07:58:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3273826107506fddb09fbea8b3593d73fcc2534

commit c3273826107506fddb09fbea8b3593d73fcc2534
Author:     Nikos Chantziaras <realnc@gmail.com>
AuthorDate: 2021-05-09 10:05:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-05-31 07:55:05 +0000

    games-engines/frobtads: Bump version to cmake-based 2.0
    
    Closes: https://bugs.gentoo.org/716274
    Closes: https://bugs.gentoo.org/721850
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Nikos Chantziaras <realnc@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 games-engines/frobtads/Manifest            |  1 +
 games-engines/frobtads/frobtads-2.0.ebuild | 46 ++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)