Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 914700 Details for
Bug 946820
dev-libs/darts-0.32h_pre20181117064816 - [llvm] lexicon.h: error: no member named random_shuffle in namespace std
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs:darts-0.32h_pre20181117064816:20241222-122632.log
dev-libs:darts-0.32h_pre20181117064816:20241222-122632.log (text/plain), 7.02 KB, created by
Toralf Förster
on 2024-12-22 13:15:01 UTC
(
hide
)
Description:
dev-libs:darts-0.32h_pre20181117064816:20241222-122632.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-12-22 13:15:01 UTC
Size:
7.02 KB
patch
obsolete
> * Package: dev-libs/darts-0.32h_pre20181117064816:0 > * Repository: gentoo > * Maintainer: cjk@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking darts-0.32h_pre20181117064816.tar.gz to /var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work >>>> Source unpacked in /var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work >>>> Preparing source in /var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983 ... > * Running 'aclocal -I m4 --system-acdir=/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/temp/aclocal' ... > [ ok ] > * Running 'autoconf' ... > [ ok ] > * Running 'automake --add-missing --copy --foreign --force-missing' ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983 ... > * econf: updating darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/darts-0.32h_pre20181117064816 --htmldir=/usr/share/doc/darts-0.32h_pre20181117064816/html --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether sleep supports fractional seconds... yes >checking filesystem timestamp resolution... 0.01 >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking xargs -n works... yes >checking whether the C++ compiler works... yes >checking for C++ compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether the compiler supports GNU C++... yes >checking whether clang++ accepts -g... yes >checking for clang++ option to enable C++11 features... none needed >checking whether make supports the include directive... yes (GNU style) >checking dependency style of clang++... none >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating include/Makefile >config.status: creating src/Makefile >config.status: creating test/Makefile >config.status: executing depfiles commands > >darts-clone 0.32h configuration: >----------------------- > CXX: clang++ > CXXFLAGS: -O2 -pipe -march=native -fno-diagnostics-color -Wall -Weffc++ -I${top_srcdir}/include > LDFLAGS: -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 > LIBS: > >Paths: > Install path prefix: /usr > >Now type 'make' to build darts-clone 0.32h! >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983 ... >make -O -j4 >Making all in include >make[1]: Nothing to be done for 'all'. >Making all in src >make[1]: Entering directory '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/src' >clang++ -DPACKAGE_NAME=\"darts-clone\" -DPACKAGE_TARNAME=\"darts-clone\" -DPACKAGE_VERSION=\"0.32h\" -DPACKAGE_STRING=\"darts-clone\ 0.32h\" -DPACKAGE_BUGREPORT=\"susumu.yata@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"darts-clone\" -DVERSION=\"0.32h\" -I. -Wall -Weffc++ -I../include -O2 -pipe -march=native -fno-diagnostics-color -c -o darts-benchmark.o darts-benchmark.cc >In file included from darts-benchmark.cc:8: >././lexicon.h:63:10: error: no member named 'random_shuffle' in namespace 'std' > 63 | std::random_shuffle(keys_.begin(), keys_.end(), mt); > | ~~~~~^ >1 error generated. >make[1]: *** [Makefile:384: darts-benchmark.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/src' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/src' >clang++ -DPACKAGE_NAME=\"darts-clone\" -DPACKAGE_TARNAME=\"darts-clone\" -DPACKAGE_VERSION=\"0.32h\" -DPACKAGE_STRING=\"darts-clone\ 0.32h\" -DPACKAGE_BUGREPORT=\"susumu.yata@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"darts-clone\" -DVERSION=\"0.32h\" -I. -Wall -Weffc++ -I../include -O2 -pipe -march=native -fno-diagnostics-color -c -o darts.o darts.cc >make[1]: Leaving directory '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/src' >make[1]: Entering directory '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/src' >clang++ -DPACKAGE_NAME=\"darts-clone\" -DPACKAGE_TARNAME=\"darts-clone\" -DPACKAGE_VERSION=\"0.32h\" -DPACKAGE_STRING=\"darts-clone\ 0.32h\" -DPACKAGE_BUGREPORT=\"susumu.yata@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"darts-clone\" -DVERSION=\"0.32h\" -I. -Wall -Weffc++ -I../include -O2 -pipe -march=native -fno-diagnostics-color -c -o mkdarts.o mkdarts.cc >In file included from mkdarts.cc:8: >././lexicon.h:63:10: error: no member named 'random_shuffle' in namespace 'std' > 63 | std::random_shuffle(keys_.begin(), keys_.end(), mt); > | ~~~~~^ >1 error generated. >make[1]: *** [Makefile:384: mkdarts.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983/src' >make: *** [Makefile:339: all-recursive] Error 1 > * ERROR: dev-libs/darts-0.32h_pre20181117064816::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-libs/darts-0.32h_pre20181117064816::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/darts-0.32h_pre20181117064816::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-libs:darts-0.32h_pre20181117064816:20241222-122632.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/temp/environment'. > * Working directory: '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983' > * S: '/var/tmp/portage/dev-libs/darts-0.32h_pre20181117064816/work/darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 946820
:
914699
| 914700 |
914701
|
914702
|
914703
|
914704
|
914705
|
914706
|
914707