Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917017 - dev-lang/luau-0.602 - /.../ConstraintSolver.cpp: error: find is not a member of std
Summary: dev-lang/luau-0.602 - /.../ConstraintSolver.cpp: error: find is not a member ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-14
  Show dependency tree
 
Reported: 2023-11-07 22:33 UTC by Toralf Förster
Modified: 2023-11-16 23:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.46 KB, text/plain)
2023-11-07 22:33 UTC, Toralf Förster
Details
dev-lang:luau-0.602:20231107-215815.log (dev-lang:luau-0.602:20231107-215815.log,25.99 KB, text/plain)
2023-11-07 22:33 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,162.12 KB, text/plain)
2023-11-07 22:33 UTC, Toralf Förster
Details
environment (environment,95.65 KB, text/plain)
2023-11-07 22:33 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.05 KB, application/x-xz)
2023-11-07 22:33 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,28.08 KB, application/x-xz)
2023-11-07 22:33 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,250.14 KB, text/plain)
2023-11-07 22:34 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,24.34 KB, application/x-xz)
2023-11-07 22:34 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-11-07 22:33:52 UTC
too long lines were shrinked:

[29/260] /usr/bin/x86_64-pc-linux-gnu-g++  -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Analysis/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Ast/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Common/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau
[30/260] /usr/bin/x86_64-pc-linux-gnu-g++  -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Analysis/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Ast/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Common/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau
[31/260] /usr/bin/x86_64-pc-linux-gnu-g++  -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Analysis/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Ast/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Common/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau
FAILED: CMakeFiles/Luau.Analysis.dir/Analysis/src/ConstraintSolver.cpp.o 
/usr/bin/x86_64-pc-linux-gnu-g++  -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Analysis/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Ast/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Common/include -I/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Co
/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Analysis/src/ConstraintSolver.cpp: In lambda function:
/var/tmp/portage/dev-lang/luau-0.602/work/luau-0.602/Analysis/src/ConstraintSolver.cpp:391:49: error: find is not a member of std; did you mean bind?
  391 |                             if (end(cv) == std::find(begin(cv), end(cv), c))
      |                                                 ^~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_systemd-20231105-204015

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.4
Python 3.11.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.73.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
2)	Eclipse Temurin JRE 21.0.1_p12 [openjdk-jre-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-jre-bin-21 

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.3 linux/amd64

  HEAD of ::gentoo
commit 16b3ce0f1fd70148cedf65239b57968da60af2ff
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 7 21:02:02 2023 +0000

    2023-11-07 21:02:01 UTC

emerge -qpvO dev-lang/luau
[ebuild  N    ] dev-lang/luau-0.602
Comment 1 Toralf Förster gentoo-dev 2023-11-07 22:33:53 UTC
Created attachment 874283 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-11-07 22:33:54 UTC
Created attachment 874284 [details]
dev-lang:luau-0.602:20231107-215815.log
Comment 3 Toralf Förster gentoo-dev 2023-11-07 22:33:56 UTC
Created attachment 874285 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-11-07 22:33:57 UTC
Created attachment 874286 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-11-07 22:33:58 UTC
Created attachment 874287 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-11-07 22:33:59 UTC
Created attachment 874288 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-11-07 22:34:00 UTC
Created attachment 874289 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2023-11-07 22:34:02 UTC
Created attachment 874290 [details]
temp.tar.xz
Comment 9 Kostadin Shishmanov 2023-11-16 19:36:37 UTC
See also: https://github.com/luau-lang/luau/pull/1104
Comment 10 Maciej Barć gentoo-dev 2023-11-16 23:15:05 UTC
luau development is really fast, we will just drop this flawed version
Comment 11 Larry the Git Cow gentoo-dev 2023-11-16 23:38:17 UTC
The bug has been closed via the following commit(s):

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

commit eb065f3f2a02d1e8fed0cab36cf611b9a56a3b2e
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2023-11-16 23:17:25 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-11-16 23:38:14 +0000

    dev-lang/luau: drop old 0.602
    
    Closes: https://bugs.gentoo.org/917017
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/luau/Manifest          |  1 -
 dev-lang/luau/luau-0.602.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)