[17 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, dist/build/Control/Lens/Internal/TH.o, dist/build/Control/Lens/Internal/TH.dyn_o ) src/Control/Lens/Internal/TH.hs:229:49: error: Variable not in scope: inlineSpecNoPhase :: Inline -> Bool -> Inline | 229 | inlinePragma methodName = [pragInlD methodName (inlineSpecNoPhase Inline False)] ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_developer-j3_abi32+64_test-20210627-122138 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.1.0 * clang version 12.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/12/bin /usr/lib/llvm/12 12.0.0 Python 3.9.6 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-bin-1.53.0 * The Glorious Glasgow Haskell Compilation System, version 8.10.4 HEAD of ::gentoo commit a51dbd0ff20d160070de44687340d4b0e13bbc58 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Jun 30 17:52:02 2021 +0000 2021-06-30 17:52:01 UTC emerge -qpvO dev-haskell/lens [ebuild N ] dev-haskell/lens-4.19.1 USE="hscolour inlining old-inline-pragmas test-doctests test-templates trustworthy -benchmark-uniplate -doc -dump-splices -j -profile -safe -test"
Created attachment 720402 [details] emerge-info.txt
Created attachment 720405 [details] dev-haskell:lens-4.19.1:20210630-185821.log
Created attachment 720408 [details] emerge-history.txt
Created attachment 720411 [details] environment
Created attachment 720414 [details] etc.portage.tar.bz2
Created attachment 720417 [details] temp.tar.bz2
`inlineSpecNoPhase` was recently removed from `template-haskell`. It's caused by --flags=old-inline-pragmas: src/Control/Lens/Internal/TH.hs:229:49: error: Variable not in scope: inlineSpecNoPhase :: Inline -> Bool -> Inline | 229 | inlinePragma methodName = [pragInlD methodName (inlineSpecNoPhase Inline False)] | ^^^^^^^^^^^^^^^^^ We should neve enable it manually.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e5a1d41b2dc2738b1f38a73a79a523b4844ada commit a0e5a1d41b2dc2738b1f38a73a79a523b4844ada Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2021-07-25 08:12:22 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2021-07-25 08:13:07 +0000 dev-haskell/lens: bump up to 4.19.2 Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/799386 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-haskell/lens/Manifest | 2 + dev-haskell/lens/lens-4.19.2-r2.ebuild | 88 ++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+)