pkgsrc-Users archive

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

Re: Build failure for emulators/qemu



On Wed, 7 Apr 2021 at 02:03, Paul Goyette <paul%whooppee.com@localhost> wrote:
>
> On a amd64 host running NetBSD-9.99.80, and with pkgsrc updated on
> 2021-04-06 at 16:34:03 UTC, and having built all dependencies in
> an otherwise clean/empty sandbox, I'm getting a bunch of
>
>         pkg_create: can't stat `/tmp/pkgs/emulators/.../<name>.js
>
> in the "Generating post-install file lists".  After the above
> messages, I get PLIST complaints for the same *.js files, and the
> package build fails.
>
> According to the build log, it is being built with options
>
>         iscsi opengl sdl spice
>
> (debug-info and gtk3 are not included).
>
>
> Any clues?
I have gtk3 added to my qemu options; I have been using the following
patch for quite some time. I never submitted a report, as I thought it
was something local I have modified at some stage.

==================

cvs diff: Diffing .
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/qemu/PLIST,v
retrieving revision 1.70
diff -u -r1.70 PLIST
--- PLIST 20 Feb 2021 22:59:29 -0000 1.70
+++ PLIST 7 Apr 2021 09:29:58 -0000
@@ -97,7 +97,7 @@
 share/doc/qemu/interop/_static/doctools.js
 share/doc/qemu/interop/_static/documentation_options.js
 share/doc/qemu/interop/_static/file.png
-share/doc/qemu/interop/_static/jquery-3.4.1.js
+share/doc/qemu/interop/_static/jquery-3.2.1.js
 share/doc/qemu/interop/_static/jquery.js
 share/doc/qemu/interop/_static/language_data.js
 share/doc/qemu/interop/_static/minus.png
@@ -128,7 +128,7 @@
 share/doc/qemu/specs/_static/doctools.js
 share/doc/qemu/specs/_static/documentation_options.js
 share/doc/qemu/specs/_static/file.png
-share/doc/qemu/specs/_static/jquery-3.4.1.js
+share/doc/qemu/specs/_static/jquery-3.2.1.js
 share/doc/qemu/specs/_static/jquery.js
 share/doc/qemu/specs/_static/language_data.js
 share/doc/qemu/specs/_static/minus.png
@@ -155,7 +155,7 @@
 share/doc/qemu/system/_static/doctools.js
 share/doc/qemu/system/_static/documentation_options.js
 share/doc/qemu/system/_static/file.png
-share/doc/qemu/system/_static/jquery-3.4.1.js
+share/doc/qemu/system/_static/jquery-3.2.1.js
 share/doc/qemu/system/_static/jquery.js
 share/doc/qemu/system/_static/language_data.js
 share/doc/qemu/system/_static/minus.png
@@ -244,7 +244,7 @@
 share/doc/qemu/tools/_static/doctools.js
 share/doc/qemu/tools/_static/documentation_options.js
 share/doc/qemu/tools/_static/file.png
-share/doc/qemu/tools/_static/jquery-3.4.1.js
+share/doc/qemu/tools/_static/jquery-3.2.1.js
 share/doc/qemu/tools/_static/jquery.js
 share/doc/qemu/tools/_static/language_data.js
 share/doc/qemu/tools/_static/minus.png
@@ -271,7 +271,7 @@
 share/doc/qemu/user/_static/doctools.js
 share/doc/qemu/user/_static/documentation_options.js
 share/doc/qemu/user/_static/file.png
-share/doc/qemu/user/_static/jquery-3.4.1.js
+share/doc/qemu/user/_static/jquery-3.2.1.js
 share/doc/qemu/user/_static/jquery.js
 share/doc/qemu/user/_static/language_data.js
 share/doc/qemu/user/_static/minus.png
cvs diff: Diffing files
cvs diff: Diffing patches

==============
>
>
> +--------------------+--------------------------+-----------------------+
> | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
> | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
> | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
> +--------------------+--------------------------+-----------------------+



-- 
----


Home | Main Index | Thread Index | Old Index