Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860432 - dev-haskell/texmath-0.12.5.1 - server/Main.hs: error:
Summary: dev-haskell/texmath-0.12.5.1 - server/Main.hs: error:
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-07-24 07:51 UTC by Toralf Förster
Modified: 2023-04-15 21:24 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.98 KB, text/plain)
2022-07-24 07:51 UTC, Toralf Förster
Details
dev-haskell:texmath-0.12.5.1:20220723-234955.log (dev-haskell:texmath-0.12.5.1:20220723-234955.log,16.65 KB, text/plain)
2022-07-24 07:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,58.71 KB, text/plain)
2022-07-24 07:51 UTC, Toralf Förster
Details
environment (environment,77.58 KB, text/plain)
2022-07-24 07:52 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.75 KB, application/x-bzip)
2022-07-24 07:52 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.11 KB, application/x-bzip)
2022-07-24 07:52 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 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