Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785799 - dev-vcs/git-annex-8.20200810 - BuildFlags.hs: error:
Summary: dev-vcs/git-annex-8.20200810 - BuildFlags.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: 2021-04-26 08:08 UTC by Toralf Förster
Modified: 2021-05-11 22:01 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.29 KB, text/plain)
2021-04-26 08:08 UTC, Toralf Förster
Details
dev-vcs:git-annex-8.20200810:20210426-045850.log (dev-vcs:git-annex-8.20200810:20210426-045850.log,98.90 KB, text/plain)
2021-04-26 08:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,137.49 KB, text/plain)
2021-04-26 08:08 UTC, Toralf Förster
Details
environment (environment,96.47 KB, text/plain)
2021-04-26 08:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,19.07 KB, application/x-bzip)
2021-04-26 08:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,37.51 KB, application/x-bzip)
2021-04-26 08:08 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 2021-04-26 08:08:50 UTC
Building executable 'git-annex' for git-annex-8.20200810..

BuildFlags.hs:32:2: error:
     warning: #warning Building without local pairing. [-Wcpp]
       32 | #warning Building without local pairing.
          |  ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20210423-202814

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.3.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.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Apr 26 01:50:08 UTC 2021

emerge -qpvO dev-vcs/git-annex
[ebuild  N    ] dev-vcs/git-annex-8.20200810  USE="assistant dbus debuglocks gitlfs httpclientrestricted magicmime networkbsd s3 torrentparser webapp -benchmark -doc -pairing -webdav"
Comment 1 Toralf Förster gentoo-dev 2021-04-26 08:08:51 UTC
Created attachment 702567 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-26 08:08:52 UTC
Created attachment 702570 [details]
dev-vcs:git-annex-8.20200810:20210426-045850.log
Comment 3 Toralf Förster gentoo-dev 2021-04-26 08:08:54 UTC
Created attachment 702573 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-04-26 08:08:55 UTC
Created attachment 702576 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-04-26 08:08:57 UTC
Created attachment 702579 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-26 08:08:58 UTC
Created attachment 702582 [details]
temp.tar.bz2
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2021-05-11 22:01:02 UTC
Might be too low lower bound of network package:

```
Assistant/Pairing/Network.hs:20:1: error:
    Could not find module ‘Network.Multicast’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
20 | import Network.Multicast
   | ^^^^^^^^^^^^^^^^^^^^^^^^

Assistant/Pairing/Network.hs:21:1: error:
    Could not load module ‘Network.Info’
    It is a member of the hidden package ‘network-info-0.2.0.10’.
    Perhaps you need to add ‘network-info’ to the build-depends in your .cabal file.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
21 | import Network.Info
```