bug#36685: ant-bootstrap fails on core-updates (409 dependents)

2019-07-16 Thread Gábor Boskovits
Hi, Chris Marusich ezt írta (időpont: 2019. júl. 16., Ke 8:59): > Hi, > > At commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e ('git branch --all > --contains 464a29d3d74e7d2f27042db6ab166bfdbe1f992e' tells me that only > core-updates has this commit at this time), the following error occurs > whe

bug#36686: evolution-data-server fails on core-updates (10 dependents)

2019-07-16 Thread Chris Marusich
Hi, On commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e ('git branch --all --contains 464a29d3d74e7d2f27042db6ab166bfdbe1f992e' reports this commit is only merged into core-updates at this time), evolution-data-server fails with the following error, which causes its 10 dependent packages to fail, a

bug#36659: There should be an unattended upgrades service

2019-07-16 Thread Matthew Brooks
If an automatic updater is included by default (which I think would be a rather bad idea), it absolutely needs to be very easy for a user to disable. GuixSD gives users a hell of a lot more control over the system and software and such than most other operating systems do, and that's a great stre

bug#36687: guix gc: error: executing SQLite statement: database disk image is malformed

2019-07-16 Thread Chris Marusich
Hi, My disk was filling up, so I tried to run "guix gc", but I got an error instead: --8<---cut here---start->8--- $ guix gc -C 25GiB ... deleting `/gnu/store/n0gyzfw77ik35ld9d0d4737w88f11m4b-profile.drv' deleting `/gnu/store/fl7w0dlki7c906isiiflf9ka4c49zcmi-ca

bug#36611: Disappearing profile?

2019-07-16 Thread racin
Hello Ludovic, > What do you mean by “my profile disappeared once again”? Is the > ~/.guix-profile symlink still around? What does: > > readlink -f ~/.guix-profile > > show? > .guix-profile points to /var/guix/profiles/per-user/matthieu/guix-profile as it should. But the packages that I ha

bug#36685: ant-bootstrap fails on core-updates (409 dependents)

2019-07-16 Thread Efraim Flashner
Building with gcc-5 didn't make it suddenly start working, before anyone goes down that path. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description:

bug#36687: guix gc: error: executing SQLite statement: database disk image is malformed

2019-07-16 Thread Ricardo Wurmus
Chris Marusich writes: > My disk was filling up, so I tried to run "guix gc", but I got an error > instead: > > --8<---cut here---start->8--- > $ guix gc -C 25GiB > ... > deleting `/gnu/store/n0gyzfw77ik35ld9d0d4737w88f11m4b-profile.drv' > deleting > `/gnu/s

bug#36659: There should be an unattended upgrades service

2019-07-16 Thread Ricardo Wurmus
Hi Matthew, > If an automatic updater is included by default (which I think would be > a rather bad idea), it absolutely needs to be very easy for a user to > disable. Of course. It would be as simple as removing a service from the list of default system services in the operating system config

bug#36659: There should be an unattended upgrades service

2019-07-16 Thread Arne Babenhauserheide
Ricardo Wurmus writes: >> Further, an automatic upgrade service wouldn't really add anything >> useful, since cron jobs and scripts can already be used to automate >> upgrading if one so desires. > > I disagree. We provide a whole lot of services that aren’t strictly > necessary in order to sat

bug#36690: guix import hackage fails on key:value

2019-07-16 Thread Robert Vollmert
Apparently, it’s valid for a cabal file to have key-value pairs without a space, e.g. benchmark benchmarks type: exitcode-stdio-1.0 main-is:Speed.hs hs-source-dirs:test default-language: Haskell2010 build-depends: base < 5, criterion, diagrams-core, diagrams-lib from htt

bug#36659: There should be an unattended upgrades service

2019-07-16 Thread pelzflorian (Florian Pelz)
This is just my opinions/ideas: On Tue, Jul 16, 2019 at 02:29:07AM -0500, Matthew Brooks wrote: > If an automatic updater is included by default (which I think would > be a rather bad idea), it absolutely needs to be very easy for a > user to disable. Guix System should target non-power users too

bug#36686: evolution-data-server fails on core-updates (10 dependents)

2019-07-16 Thread Timothy Sample
Hi Chris, Chris Marusich writes: > Hi, > > On commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e ('git branch --all > --contains 464a29d3d74e7d2f27042db6ab166bfdbe1f992e' reports this commit > is only merged into core-updates at this time), evolution-data-server > fails with the following error, wh

bug#36084: ghc-tasty/ghc-clock circular dependency breaking is broken

2019-07-16 Thread Timothy Sample
Hi Robert, Robert Vollmert writes: > ghc-tasty depends via “inputs” on ghc-clock-bootstrap (v0.5) which is built > without tests, > while ghc-clock (v0.7) depends via “native-inputs” on ghc-tasty for tests. > > This means that any package which depends on ghc-tasty and ghc-clock is > potential

bug#36685: ant-bootstrap fails on core-updates (409 dependents)

2019-07-16 Thread Ricardo Wurmus
Chris Marusich writes: > Hi, > > At commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e ('git branch --all > --contains 464a29d3d74e7d2f27042db6ab166bfdbe1f992e' tells me that only > core-updates has this commit at this time), the following error occurs > when trying to build ant-bootstrap, which c

bug#36084: ghc-tasty/ghc-clock circular dependency breaking is broken

2019-07-16 Thread Robert Vollmert
> On 16. Jul 2019, at 17:08, Timothy Sample wrote: > > Hi Robert, > > After looking at this and your patch at , > I’m wondering if it works as long as we make sure the versions match. > Can we just inherit the current “ghc-clock”, disable its tests, and call > it “

bug#36084: ghc-tasty/ghc-clock circular dependency breaking is broken

2019-07-16 Thread Timothy Sample
Hi, Robert Vollmert writes: >> On 16. Jul 2019, at 17:08, Timothy Sample wrote: >> >> Hi Robert, >> >> After looking at this and your patch at , >> I’m wondering if it works as long as we make sure the versions match. >> Can we just inherit the current “ghc-clock”,

bug#36611: Disappearing profile?

2019-07-16 Thread Ludovic Courtès
Hi, ra...@free.fr skribis: >> What do you mean by “my profile disappeared once again”? Is the >> ~/.guix-profile symlink still around? What does: >> >> readlink -f ~/.guix-profile >> >> show? >> > > .guix-profile points to /var/guix/profiles/per-user/matthieu/guix-profile as > it should. B

bug#36698: shepherd: list-actions not implemented

2019-07-16 Thread Jesse Gibbons
I am curious about what actions are implemented in the system services on my GuixSD install. I try something like the following for the different system services and get an error: jesse@piranhaplant ~$ sudo herd list-actions term-tty6 Password: herd: service 'term-tty6' does not have an action 'li