all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 04/05: gnu: xorg-server: Update to 1.19.3.
       [not found] ` <20170406140413.158452084C@vcs0.savannah.gnu.org>
@ 2017-04-06 15:24   ` Leo Famulari
  2017-04-06 16:11     ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-04-06 15:24 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 2182 bytes --]

On Thu, Apr 06, 2017 at 10:04:12AM -0400, Marius Bakke wrote:
> mbakke pushed a commit to branch staging
> in repository guix.
> 
> commit 7c42cc7738cb28f393b17f9074a264607456c012
> Author: Marius Bakke <mbakke@fastmail.com>
> Date:   Thu Apr 6 15:42:15 2017 +0200
> 
>     gnu: xorg-server: Update to 1.19.3.
>     
>     * gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.3.
>     [native-inputs]: Remove FONT-UTIL, LIBTOOL, AUTOMAKE and AUTOCONF.
>     [arguments]: Remove 'bootstrap' phase.

This can go straight to master, right?

$ guix refresh -l -e '(@@ (gnu packages xorg) xorg-server)'
Building the following 72 packages would ensure 127 dependent packages are
rebuilt: xf86-video-i128-1.3.6 xf86-input-void-1.4.1 xf86-video-geode-2.11.19
xf86-video-vesa-2.3.4 xf86-video-tga-1.2.2 xf86-video-sunffb-1.2.2
xf86-input-synaptics-1.9.0 xf86-video-cirrus-1.5.3 xf86-video-mach64-6.9.5
xf86-input-keyboard-1.9.0 xfce-4.12.0 xf86-video-neomagic-1.2.9
xf86-video-ark-0.7.5 xf86-video-vmware-13.2.1 xf86-video-siliconmotion-1.7.9
xf86-video-r128-6.10.2 xf86-video-nouveau-1.0.14 xf86-video-suncg6-1.1.2
xf86-video-glint-1.2.9 xf86-video-trident-1.3.8 xf86-video-tdfx-1.4.7
xf86-video-ati-7.8.0 xf86-video-mga-1.6.5 xf86-input-mouse-1.9.2
xf86-video-fbdev-0.4.4 xf86-input-joystick-1.6.3 xf86-video-openchrome-0.5.0
xf86-video-nv-2.1.21 xf86-video-voodoo-1.2.5 xf86-video-intel-2.99.917-4-7e9e92c
xf86-input-evdev-2.10.5 xf86-video-sis-0.10.9 xf86-video-savage-2.3.9
xf86-video-qxl-0.1.5 gnome-disk-utility-3.22.1 vim-full-8.0.0494 guile-sly-0.1
awesome-4.0 kplotting-5.28.0 kimageformats-5.28.0 kdesignerplugin-5.28.0
lxqt-common-0.9.1 lxqt-session-0.9.0 kdesu-5.28.0 kemoticons-5.28.0
kpeople-5.28.0 kpmcore-2.2.1 baloo-5.28.0 kactivities-stats-5.28.0 kded-5.28.0
kxmlrpcclient-5.28.0 kdevelop-5.0.4 pspp-0.10.2 denemo-2.1 xpad-4.8.0
gnome-calculator-3.22.2 pavucontrol-3.0 gnome-system-monitor-3.22.2
synfigstudio-1.0.2 gobby-0.4.13 higan-101 beast-0.10.0 d-feet-0.3.11
proof-general-4.2 laby-0.6.4 gsegrafix-1.0.6 guile-gnome-2.16.4 linsmith-0.99.30
gnome-3.22.2 gnome-maps-3.18.3 weston-2.0.0 greenisland-0.9.0.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 04/05: gnu: xorg-server: Update to 1.19.3.
  2017-04-06 15:24   ` 04/05: gnu: xorg-server: Update to 1.19.3 Leo Famulari
@ 2017-04-06 16:11     ` Marius Bakke
  2017-04-06 21:05       ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-04-06 16:11 UTC (permalink / raw)
  To: Leo Famulari, guix-devel

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Thu, Apr 06, 2017 at 10:04:12AM -0400, Marius Bakke wrote:
>> mbakke pushed a commit to branch staging
>> in repository guix.
>> 
>> commit 7c42cc7738cb28f393b17f9074a264607456c012
>> Author: Marius Bakke <mbakke@fastmail.com>
>> Date:   Thu Apr 6 15:42:15 2017 +0200
>> 
>>     gnu: xorg-server: Update to 1.19.3.
>>     
>>     * gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.3.
>>     [native-inputs]: Remove FONT-UTIL, LIBTOOL, AUTOMAKE and AUTOCONF.
>>     [arguments]: Remove 'bootstrap' phase.
>
> This can go straight to master, right?

I don't think so, because of the inputs and arguments change, which
would affect xorg-server-1.19.2 as well (and cause the build to fail).

Commit 3433413b18f02436eb8459d097947257ac6973f7 addresses this, so
future xorg-server updates should indeed be eligible for 'master'.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 04/05: gnu: xorg-server: Update to 1.19.3.
  2017-04-06 16:11     ` Marius Bakke
@ 2017-04-06 21:05       ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2017-04-06 21:05 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

On Thu, Apr 06, 2017 at 06:11:02PM +0200, Marius Bakke wrote:
> Leo Famulari <leo@famulari.name> writes:
> > On Thu, Apr 06, 2017 at 10:04:12AM -0400, Marius Bakke wrote:
> >>     gnu: xorg-server: Update to 1.19.3.
> >>     
> >>     * gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.3.
> >>     [native-inputs]: Remove FONT-UTIL, LIBTOOL, AUTOMAKE and AUTOCONF.
> >>     [arguments]: Remove 'bootstrap' phase.
> >
> > This can go straight to master, right?
> 
> I don't think so, because of the inputs and arguments change, which
> would affect xorg-server-1.19.2 as well (and cause the build to fail).
> 
> Commit 3433413b18f02436eb8459d097947257ac6973f7 addresses this, so
> future xorg-server updates should indeed be eligible for 'master'.

Ah, right! Thank you for explaining :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-06 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170406140411.14339.19187@vcs0.savannah.gnu.org>
     [not found] ` <20170406140413.158452084C@vcs0.savannah.gnu.org>
2017-04-06 15:24   ` 04/05: gnu: xorg-server: Update to 1.19.3 Leo Famulari
2017-04-06 16:11     ` Marius Bakke
2017-04-06 21:05       ` Leo Famulari

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.