Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873919 - dev-vcs/git-annex-10.20220624 - Utility/FileSystemEncoding.hs: error:
Summary: dev-vcs/git-annex-10.20220624 - Utility/FileSystemEncoding.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:
Depends on:
Blocks:
 
Reported: 2022-10-01 20:08 UTC by Toralf Förster
Modified: 2022-10-20 21:29 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.81 KB, text/plain)
2022-10-01 20:08 UTC, Toralf Förster
Details
dev-vcs:git-annex-10.20220624:20221001-184211.log (dev-vcs:git-annex-10.20220624:20221001-184211.log,10.42 KB, text/plain)
2022-10-01 20:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,115.81 KB, text/plain)
2022-10-01 20:08 UTC, Toralf Förster
Details
environment (environment,94.94 KB, text/plain)
2022-10-01 20:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,16.13 KB, application/x-bzip)
2022-10-01 20:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,24.04 KB, application/x-bzip)
2022-10-01 20:08 UTC, Toralf Förster
Details
possible fix (git-annex-fix.patch,382 bytes, patch)
2022-10-05 21:29 UTC, Nick Bowler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-10-01 20:08:42 UTC
[ 4 of 29] Compiling Utility.Env.Basic ( Utility/Env/Basic.hs, Utility/Env/Basic.o )
[ 5 of 29] Compiling Build.Mans       ( Build/Mans.hs, Build/Mans.o )
[ 6 of 29] Compiling Utility.FileSystemEncoding ( Utility/FileSystemEncoding.hs, Utility/FileSystemEncoding.o )

Utility/FileSystemEncoding.hs:28:1: error:
    Could not load module System.FilePath.ByteString
    It is a member of the hidden package filepath-bytestring-1.4.2.1.9.

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit bad3f16ba89820625be57df021e438b4809d14cb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Oct 1 18:02:03 2022 +0000

    2022-10-01 18:02:02 UTC

emerge -qpvO dev-vcs/git-annex
[ebuild  N    ] dev-vcs/git-annex-10.20220624  USE="assistant benchmark dbus gitlfs magicmime pairing torrentparser webapp -debug -doc"
Comment 1 Toralf Förster gentoo-dev 2022-10-01 20:08:43 UTC
Created attachment 815068 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-01 20:08:44 UTC
Created attachment 815071 [details]
dev-vcs:git-annex-10.20220624:20221001-184211.log
Comment 3 Toralf Förster gentoo-dev 2022-10-01 20:08:45 UTC
Created attachment 815074 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-01 20:08:47 UTC
Created attachment 815077 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-01 20:08:48 UTC
Created attachment 815080 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-01 20:08:49 UTC
Created attachment 815083 [details]
temp.tar.bz2
Comment 7 Nick Bowler 2022-10-05 21:29:16 UTC
Created attachment 821698 [details, diff]
possible fix

This appears sufficient to restore working builds.
Comment 8 Martin Wegner 2022-10-07 23:58:20 UTC
(In reply to Nick Bowler from comment #7)
> Created attachment 821698 [details, diff] [details, diff]
> possible fix
> 
> This appears sufficient to restore working builds.

Had the same error, applying the patch to the ebuild fixed the build for me. Thanks!
Comment 9 Alexis Praga 2022-10-20 21:29:21 UTC
If that fix is on par with Gentoo standards, would it be possible to merge it to the tree ? Thanks.