[Bug 297314] graphics/gdk-pixbuf2 doesn't build
[email protected] Thu, 06 Aug 2026 18:40:47 +0000
| Newsgroups | gmane.os.freebsd.devel.ports.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297314
Bug ID: 297314
Summary: graphics/gdk-pixbuf2 doesn't build
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
Created attachment 273506
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=273506&action=edit
make install log
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 !
--
You are receiving this mail because:
You are the assignee for the bug.