Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920108 - dev-libs/rocksdb-8.10.0 - /.../offpeak_time_info.h: error: int64_t does not name a type
Summary: dev-libs/rocksdb-8.10.0 - /.../offpeak_time_info.h: error: int64_t does not n...
Status: CONFIRMED
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:
Depends on:
Blocks:
 
Reported: 2023-12-16 10:43 UTC by Toralf Förster
Modified: 2024-04-11 01:26 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.04 KB, text/plain)
2023-12-16 10:43 UTC, Toralf Förster
Details
dev-libs:rocksdb-8.9.1:20231215-233855.log (dev-libs:rocksdb-8.9.1:20231215-233855.log,188.44 KB, text/plain)
2023-12-16 10:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,68.58 KB, text/plain)
2023-12-16 10:44 UTC, Toralf Förster
Details
environment (environment,96.82 KB, text/plain)
2023-12-16 10:44 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,16.95 KB, application/x-xz)
2023-12-16 10:44 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,113.75 KB, text/plain)
2023-12-16 10:44 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,28.17 KB, application/x-xz)
2023-12-16 10:44 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 2023-12-16 10:43:56 UTC
too long lines were shrinked:

[148/731] /usr/bin/x86_64-gentoo-linux-musl-g++ -DBZIP2 -DGFLAGS=1 -DGFLAGS_IS_A_DLL=0 -DLZ4 -DOS_LINUX -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_IOURING_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_PLATFORM_POSIX -DROCKSDB_RANGESYNC_PRESENT -DRO
[149/731] /usr/bin/x86_64-gentoo-linux-musl-g++ -DBZIP2 -DGFLAGS=1 -DGFLAGS_IS_A_DLL=0 -DLZ4 -DOS_LINUX -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_IOURING_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_PLATFORM_POSIX -DROCKSDB_RANGESYNC_PRESENT -DRO
[150/731] /usr/bin/x86_64-gentoo-linux-musl-g++ -DBZIP2 -DGFLAGS=1 -DGFLAGS_IS_A_DLL=0 -DLZ4 -DOS_LINUX -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_IOURING_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_PLATFORM_POSIX -DROCKSDB_RANGESYNC_PRESENT -DRO
FAILED: CMakeFiles/rocksdb.dir/options/offpeak_time_info.cc.o 
/usr/bin/x86_64-gentoo-linux-musl-g++ -DBZIP2 -DGFLAGS=1 -DGFLAGS_IS_A_DLL=0 -DLZ4 -DOS_LINUX -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_IOURING_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_PLATFORM_POSIX -DROCKSDB_RANGESYNC_PRESENT -DROCKSDB_SCHE
In file included from /var/tmp/portage/dev-libs/rocksdb-8.9.1/work/rocksdb-8.9.1/options/offpeak_time_info.cc:6:
/var/tmp/portage/dev-libs/rocksdb-8.9.1/work/rocksdb-8.9.1/options/offpeak_time_info.h:33:44: error: 'int64_t' does not name a type
   33 |   OffpeakTimeInfo GetOffpeakTimeInfo(const int64_t& current_time) const;
      |                                            ^~~~~~~

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

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

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-13 *
clang/llvm (if any):
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm
  [3]   openjdk-bin-21 

php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit 32c3bda15fc1229c25853f4495bb117f99da7869
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Dec 15 23:01:56 2023 +0000

    2023-12-15 23:01:55 UTC

emerge -qpvO dev-libs/rocksdb
[ebuild  N    ] dev-libs/rocksdb-8.9.1  USE="-jemalloc -numa -static-libs -tbb -test"
Comment 1 Toralf Förster gentoo-dev 2023-12-16 10:43:57 UTC
Created attachment 879569 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-16 10:43:58 UTC
Created attachment 879570 [details]
dev-libs:rocksdb-8.9.1:20231215-233855.log
Comment 3 Toralf Förster gentoo-dev 2023-12-16 10:44:00 UTC
Created attachment 879571 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-12-16 10:44:01 UTC
Created attachment 879572 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-12-16 10:44:02 UTC
Created attachment 879573 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-16 10:44:03 UTC
Created attachment 879574 [details]
qlist-info.txt
Comment 7 Toralf Förster gentoo-dev 2023-12-16 10:44:04 UTC
Created attachment 879575 [details]
temp.tar.xz
Comment 8 orbea 2024-03-06 06:28:52 UTC
Missing <cstdint> include.

/rocksdb-8.9.1/options/offpeak_time_info.h:11:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
Comment 9 Agostino Sarubbo gentoo-dev 2024-03-08 11:42:39 UTC
tinderbox_musl has reproduced this issue with version 8.10.0 - Updating summary.