Hi, Just a build update:

I pulled the latest from svn yesterday 49198, wiped everything and rebuilt.

I still have to use the chroot built from the older iso:T2 SDE 9.0-svn (2020/01/18) the more recent one gives Lua errors when I try to run Config. Have not had a chance to debug that yet.


First regression on a clean build: glib stage 0 broke, something in the mesa config:

meson.build:1:0: ERROR: Value "false" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".

Patch attached.

(config is generic minimal cross build of x86-64)


Jan

Index: package/gnome2/glib/glib.conf
===================================================================
--- package/gnome2/glib/glib.conf	(revision 49461)
+++ package/gnome2/glib/glib.conf	(working copy)
@@ -14,7 +14,7 @@
 
 if atstage toolchain; then
 	var_append SYSGCC_WRAPPER_APPEND " " "-I$root/include"
-	var_append mesonopt " " "-Dlibmount=false -Dinternal_pcre=true"
+	var_append mesonopt " " "-Dlibmount=disabled -Dinternal_pcre=true"
 else
 	. $base/package/*/*/gnome2-conf.in NO_SANITY_CHECK
 

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to