Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 2026 18:40:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 297314] graphics/gdk-pixbuf2 doesn't  build
Message-ID:  <bug-297314-39348-JcKz4AbBtd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-297314-39348@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 297314: graphics/gdk-pixbuf2 doesn't  build
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297314



--- Description ---
Hi !

Consider a "minimal" machine "B" created populating a new disk on an other
machine "A" and using this new disk to boot "B" :
* amd64 (both machines)
* 15.1-p1 system
* basic customization : hostname, IP, ssh keys
* copy of the port tree, checked out on "A" => commit
e04b81ba66c8f185ffc21337c18161ac69bff145 (HEAD -> main, origin/main,
origin/HEAD) Date:   Wed Aug 5 15:38:43 2026 +0200

At that point, "B" is used with ssh session from "A", and "B" has no graphic
capabilities.

After installing the dependencies,
make -C /usr/ports/graphics/gdk-pixbuf2 install
fails (see attachment log-make-gdk-pixbuf2).

The solution I used was to by-pass some test with the patch patch-Makefile.diff
below :
--------------------
--- ./Makefile.orig 2025-09-22 07:49:53.000000000 +0000
+++ /Makefile 2026-08-06 14:19:08.864915000 +0000
@@ -19,7 +19,7 @@
 SHEBANG_FILES= build-aux/*.py
 USE_LDCONFIG=	yes
 MESON_ARGS=  -Dbuiltin_loaders="none" \
-   -Dtests=true \
+   -Dtests=false \
    -Dandroid=disabled \
    -Dglycin=disabled \
    -Dinstalled_tests=false

--------------------

I DO NOT like to skip tests, but it sounds theses tests are impossible to exec
before some graphic capabilities apears...
And, IMHO, it should be possible to bootstrap a configuration compiling from
source and scratch.

Thanks !


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-297314-39348-JcKz4AbBtd>