emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28813: closed (Building totem-3.26.0 fails, orderi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28813: closed (Building totem-3.26.0 fails, ordering issue with repsect to vala plugins and Totem-1.0.gir)
Date: Mon, 16 Oct 2017 13:00:02 +0000

Your message dated Mon, 16 Oct 2017 14:59:13 +0200
with message-id <address@hidden>
and subject line Re: bug#28813: [PATCH] gnu: totem: Disable parallel build due 
to http://debbugs.gnu.org/28813
has caused the debbugs.gnu.org bug report #28813,
regarding Building totem-3.26.0 fails, ordering issue with repsect to vala 
plugins and Totem-1.0.gir
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28813: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28813
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Building totem-3.26.0 fails, ordering issue with repsect to vala plugins and Totem-1.0.gir Date: Fri, 13 Oct 2017 11:48:29 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
$ guix build totem

Exerpt from log

[81/150] Compiling C object 
'src/plugins/media-player-keys/address@hidden/totem-media-player-keys.c.o'.
[82/150] Compiling C object 
'src/plugins/media-player-keys/address@hidden/src_backend_bacon-video-widget-enums.c.o'.
[83/150] Compiling C object 'src/plugins/ontop/address@hidden/totem-ontop.c.o'.
[84/150] Compiling C object 
'src/plugins/autoload-subtitles/address@hidden/src_backend_bacon-video-widget-enums.c.o'.
[85/150] Generating screensaver.plugin with a custom command.
Found cached translation database
Merging translations into src/plugins/screensaver/screensaver.plugin.
[86/150] Compiling C object 
'src/plugins/ontop/address@hidden/src_backend_bacon-video-widget-enums.c.o'.
[87/150] Compiling Vala source 
../totem-3.26.0/src/plugins/rotation/bacon-video.vapi 
../totem-3.26.0/src/plugins/rotation/totem-rotation-plugin.vala.
FAILED: src/plugins/rotation/address@hidden/totem-rotation-plugin.c 
src/plugins/rotation/rotation.h src/plugins/rotation/rotation.vapi 
valac -C --pkg clutter-gtk-1.0 --pkg cogl-pango-1.0 --pkg libpeas-1.0 --pkg 
gtk+-3.0 -d src/plugins/rotation/address@hidden --library=rotation -H 
src/plugins/rotation/rotation.h --vapi ../rotation.vapi 
--girdir=/tmp/guix-build-totem-3.26.0.drv-0/build/src --pkg=Totem-1.0 
../totem-3.26.0/src/plugins/rotation/bacon-video.vapi 
../totem-3.26.0/src/plugins/rotation/totem-rotation-plugin.vala
error: Package `Totem-1.0' not found in specified Vala API directories or 
GObject-Introspection GIR directories
Compilation failed: 1 error(s), 0 warning(s)
...



It tries to build the totem-rotation-plugin which requires the
src/Totem-1.0.gir file.  However src/Totem-1.0.gir has not been
generated yet.

The offending rule in the generated build.ninja file is this

build src/plugins/sample-vala/address@hidden/totem-sample-vala-plugin.c 
src/plugins/sample-vala/sample-vala.h src/plugins/sample-vala/sample-vala.vapi: 
vala_COMPILER 
../totem-3.26.0/src/plugins/sample-vala/totem-sample-vala-plugin.vala

which should instead read

build src/plugins/sample-vala/address@hidden/totem-sample-vala-plugin.c 
src/plugins/sample-vala/sample-vala.h
src/plugins/sample-vala/sample-vala.vapi: vala_COMPILER 
../totem-3.26.0/src/plugins/sample-vala/totem-sample-vala-plugin.vala || 
src/Totem-1.0.gir

Unforunately I don't know enough about meson and ninja to figure out how
to fix this.

It also builds successfully if you force ninja to only use one thread.

This should probably be reported upstream.  Other distros may not notice
this if valac picks up the system Totem-1.0.gir if Totem is already
installed.

-Adam



--- End Message ---
--- Begin Message --- Subject: Re: bug#28813: [PATCH] gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813 Date: Mon, 16 Oct 2017 14:59:13 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi Adam,

Adam Van Ymeren <address@hidden> skribis:

> ---
>  gnu/packages/gnome.scm | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 1ceba162b..031b30426 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -3641,6 +3641,12 @@ for application developers.")
>      (arguments
>       `(#:glib-or-gtk? #t
>  
> +       ;; Disable parallel builds until
> +       ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28813 is
> +       ;; fixed.  Try enabling it when updating this package in case
> +       ;; upstream has fixed it.
> +       #:parallel-build? #f

Good catch!  I completed the commit log and applied, thanks.

If you haven’t already, could you report it upstream?

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]