* Re: 03/03: gnu: elogind: Update to 232.3.
[not found] ` <20170905145954.AE51C20335@vcs0.savannah.gnu.org>
@ 2017-09-06 21:04 ` Leo Famulari
[not found] ` <CADh9keW-SUVOtvXHU+6QXLU9Cv-x5mUTSsw91iBYyewGWfVMKQ@mail.gmail.com>
2017-09-07 12:11 ` Ludovic Courtès
0 siblings, 2 replies; 3+ messages in thread
From: Leo Famulari @ 2017-09-06 21:04 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 999 bytes --]
On Tue, Sep 05, 2017 at 10:59:54AM -0400, Ricardo Wurmus wrote:
> rekado pushed a commit to branch master
> in repository guix.
>
> commit fa67d5654176b4b815832eaf259188e1486c65ab
> Author: Ricardo Wurmus <rekado@elephly.net>
> Date: Tue Jul 25 10:15:58 2017 +0200
>
> gnu: elogind: Update to 232.3.
>
> * gnu/packages/freedesktop.scm (elogind): Update to 232.3.
> [home-page]: Use new upstream home page.
> [arguments]: Disable tests, add new required configure flags; add build phase
> "autogen".
> [native-inputs]: Add autoconf, automake, libtool, and python.
According to `git bisect`, this update broke several packages related to
FreeDesktop and GNOME.
Specifically, those packages all require libcap to be available now. The
list of affected packages can be found with `git grep libcap`, since
they all had libcap added to their inputs.
I found that propagating libcap from elogind fixed some of the build
failures and not others.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 03/03: gnu: elogind: Update to 232.3.
[not found] ` <CADh9keUwWOq6za7xzpPc6-1f0R28hK6YHMx+6UTuR8urBwQtXw@mail.gmail.com>
@ 2017-09-06 21:18 ` Peter Mikkelsen
0 siblings, 0 replies; 3+ messages in thread
From: Peter Mikkelsen @ 2017-09-06 21:18 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
Hi leo,
Den 6. sep. 2017 23.04 skrev "Leo Famulari" <leo@famulari.name>:
On Tue, Sep 05, 2017 at 10:59:54AM -0400, Ricardo Wurmus wrote:
> rekado pushed a commit to branch master
> in repository guix.
>
> commit fa67d5654176b4b815832eaf259188e1486c65ab
> Author: Ricardo Wurmus <rekado@elephly.net>
> Date: Tue Jul 25 10:15:58 2017 +0200
>
> gnu: elogind: Update to 232.3.
>
> * gnu/packages/freedesktop.scm (elogind): Update to 232.3.
> [home-page]: Use new upstream home page.
> [arguments]: Disable tests, add new required configure flags; add
build phase
> "autogen".
> [native-inputs]: Add autoconf, automake, libtool, and python.
According to `git bisect`, this update broke several packages related to
FreeDesktop and GNOME.
Specifically, those packages all require libcap to be available now. The
list of affected packages can be found with `git grep libcap`, since
they all had libcap added to their inputs.
I found that propagating libcap from elogind fixed some of the build
failures and not others.
I have sent a patch which updates elogind to 232.4, and at least, that
allows med to login to my system, which wasn't possible before. I have not
checked if it does anything about the libcap issue though.
Cheers,
Peter
[-- Attachment #2: Type: text/html, Size: 2029 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 03/03: gnu: elogind: Update to 232.3.
2017-09-06 21:04 ` 03/03: gnu: elogind: Update to 232.3 Leo Famulari
[not found] ` <CADh9keW-SUVOtvXHU+6QXLU9Cv-x5mUTSsw91iBYyewGWfVMKQ@mail.gmail.com>
@ 2017-09-07 12:11 ` Ludovic Courtès
1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-09-07 12:11 UTC (permalink / raw)
To: Leo Famulari, Efraim Flashner; +Cc: guix-devel
Heya!
Leo Famulari <leo@famulari.name> skribis:
> On Tue, Sep 05, 2017 at 10:59:54AM -0400, Ricardo Wurmus wrote:
>> rekado pushed a commit to branch master
>> in repository guix.
>>
>> commit fa67d5654176b4b815832eaf259188e1486c65ab
>> Author: Ricardo Wurmus <rekado@elephly.net>
>> Date: Tue Jul 25 10:15:58 2017 +0200
>>
>> gnu: elogind: Update to 232.3.
>>
>> * gnu/packages/freedesktop.scm (elogind): Update to 232.3.
>> [home-page]: Use new upstream home page.
>> [arguments]: Disable tests, add new required configure flags; add build phase
>> "autogen".
>> [native-inputs]: Add autoconf, automake, libtool, and python.
>
> According to `git bisect`, this update broke several packages related to
> FreeDesktop and GNOME.
>
> Specifically, those packages all require libcap to be available now. The
> list of affected packages can be found with `git grep libcap`, since
> they all had libcap added to their inputs.
>
> I found that propagating libcap from elogind fixed some of the build
> failures and not others.
I’ve pushed a Proper Fix™ here:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c2ffcc4425946725f843466680b89b9b0aa1f45e
The problem is just that libelogind.la was missing a -L flag for libcap.
I’ve successfully rebuilt all the dependents of elogind here.
Cheers,
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-07 12:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170905145953.17202.3144@vcs0.savannah.gnu.org>
[not found] ` <20170905145954.AE51C20335@vcs0.savannah.gnu.org>
2017-09-06 21:04 ` 03/03: gnu: elogind: Update to 232.3 Leo Famulari
[not found] ` <CADh9keW-SUVOtvXHU+6QXLU9Cv-x5mUTSsw91iBYyewGWfVMKQ@mail.gmail.com>
[not found] ` <CADh9keUwWOq6za7xzpPc6-1f0R28hK6YHMx+6UTuR8urBwQtXw@mail.gmail.com>
2017-09-06 21:18 ` Peter Mikkelsen
2017-09-07 12:11 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.