Path: csiph.com!weretis.net!feeder8.news.weretis.net!sewer!news2.arglkargh.de!news.karotte.org!news.space.net!news.muc.de!.POSTED.news.muc.de!not-for-mail From: bugzilla-noreply@freebsd.org Newsgroups: muc.lists.freebsd.emulation Subject: [Bug 291390] emulators/qemu-user-static: poudriere build fails on both 14-STABLE and 15-STABLE Date: Mon, 22 Jun 2026 23:48:15 +0000 Organization: Newsgate at muc.de e.V. Sender: owner-freebsd-emulation@FreeBSD.org Approved: news-admin@muc.de Distribution: world Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: news.muc.de; posting-host="news.muc.de:193.149.48.2"; logging-data="94967"; mail-complaints-to="news-admin@muc.de" X-Original-To: emulation@mlmmj.nyi.freebsd.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782172095; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lLwa8Zp5V3a3f8sQIspMA0jzqLhO2qp5JJCzogdft+0=; b=M/re2sWsW3v6MSDBG+sxWJXHya/UX/iZfdHYxOALe/n1oxenOwXyrBqun/v1LDpAt0LF1e c7vMrE0wIEakJzf+a6myH1xg2T6kAYakGEaDRKfQ7wYrkBs33UhSSF7kFC/ERjUmWjNObA TNw5cm3tDzVqgoAx4Nz51cyqVwVSsgrzQhPbp8CAviXKO/+Ynx6PL4ad1eLGQCQW5isbnJ VMK6w7mkkwJ3U200zgugTaf1aFA+6cZFgwV9JyD/QBNnaLUpmX3TOhz0XiL+7LTw1wEmfx hq8ACZDgA7cXmhz8cyw+83y92LZ7szZOfSgUbKesDhJd4x3BHiRDZ6sTL8lzPQ== X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f In-Reply-To: Auto-Submitted: auto-generated Precedence: list X-Newsgate-Id: f02c70b8849f+ X-No-Archive: Yes Xref: csiph.com muc.lists.freebsd.emulation:13014 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D291390 --- Comment #30 from Alexey Shuvaev --- (In reply to Sulev-Madis Silber from comment #29) I also have both versions of pcre: > pkg info | grep pcre > pcre-8.45_4 Perl Compatible Regular Expressions library > pcre2-10.47_1 Perl Compatible Regular Expressions librar= y, version 2 libpcre2-8 is the new one (2-10 actually): > pkg-config --libs libpcre2-8 > -L/usr/local/lib -lpcre2-8 The libraries are installed in the system: > ls /usr/local/lib/libpcre2-8.* > /usr/local/lib/libpcre2-8.a /usr/local/lib/libpcre2-8.so.0 > /usr/local/lib/libpcre2-8.so /usr/local/lib/libpcre2-8.so.0.15.0 Most importantly, the linking works: > cc -o test `pkg-config --cflags --libs glib-2.0 --libs libpcre2-8` test.c > pkg-config --cflags --libs glib-2.0 --libs libpcre2-8 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/lo= cal/include -L/usr/local/lib -lglib-2.0 -lintl -lpcre2-8 Check that you and the system linker can find libpcre2-8.so! --=20 You are receiving this mail because: You are the assignee for the bug.= -- Posted automagically by a mail2news gateway at muc.de e.V. Please direct questions, flames, donations, etc. to news-admin@muc.de