Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 860432

Summary: dev-haskell/texmath-0.12.5.1 - server/Main.hs: error:
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: CONFIRMED ---    
Severity: normal CC: mmokrejs
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/30612
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-haskell:texmath-0.12.5.1:20220723-234955.log
emerge-history.txt
environment
etc.portage.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-07-24 07:51:55 UTC
Preprocessing executable 'texmath-server' for texmath-0.12.5.1..
Building executable 'texmath-server' for texmath-0.12.5.1..
[1 of 1] Compiling Main             ( server/Main.hs, dist/build/texmath-server/texmath-server-tmp/Main.dyn_o )

server/Main.hs:61:7: error:
    • No instance for (FromJSON Params) arising from a use of serve
    • In the expression: serve api server

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4-20220723-110146

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.1.1 *
clang/llvm (if any):
clang version 14.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.6
Python 3.10.5
Available Ruby profiles:
  [1]   ruby31 *
Available Rust versions:
  [1]   rust-bin-1.62.1 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli:

  HEAD of ::gentoo
commit 660277659a3f4ec66702efce5b869329c8c72d38
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 23 23:01:45 2022 +0000

    2022-07-23 23:01:44 UTC

emerge -qpvO dev-haskell/texmath
[ebuild  N    ] dev-haskell/texmath-0.12.5.1  USE="executable server -doc -hscolour -profile -test"
Comment 1 Toralf Förster gentoo-dev 2022-07-24 07:51:56 UTC
Created attachment 793697 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-07-24 07:51:57 UTC
Created attachment 793700 [details]
dev-haskell:texmath-0.12.5.1:20220723-234955.log
Comment 3 Toralf Förster gentoo-dev 2022-07-24 07:51:59 UTC
Created attachment 793703 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-07-24 07:52:00 UTC
Created attachment 793706 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-07-24 07:52:02 UTC
Created attachment 793709 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-07-24 07:52:03 UTC
Created attachment 793712 [details]
temp.tar.bz2
Comment 7 Ervin Peters 2022-08-14 06:27:10 UTC
2. confirm.

Related to the server useflag. With disabled server useflag textmath builds.

ervin