pkgsrc-Bugs archive

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

Re: pkg/53765



The following reply was made to PR pkg/53765; it has been noted by GNATS.

From: =?UTF-8?B?5bed5bWc5rSL56WQ?= <you.kawasaki%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: leot%netbsd.org@localhost, alexwgarvin%gmail.com@localhost
Subject: Re: pkg/53765
Date: Thu, 17 Jan 2019 11:38:23 +0900

 --000000000000902e7d057f9e4af1
 Content-Type: text/plain; charset="UTF-8"
 
 Hello Alex,
 
 I encountered the same problem on Linux xpc-debian 4.9.0-8-amd64 #1
 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux.
 
 This problem is resolved by providing option argument for $libdir to
 meson build system, which is used by glib-networing.
 Specifically, I added following line to the Makefile of glib-networling
 MESON_ARGS+=    -Dlibdir=${PREFIX}/lib
 
 Then the modules
 lib/gio/modules/libgiognomeproxy.so
 lib/gio/modules/libgiognutls.so
 lib/gio/modules/libgiolibproxy.so
 went into /usr/pkg/lib/gio/modules as PLIST states.
 This also helped building gimp, which depends on glib-networking,
 without setting GIO_EXTRA_MODULES environmental variable.
 
 I hope this also helps your problem.
 
 Yosuke Kawasaki
 
 --000000000000902e7d057f9e4af1
 Content-Type: text/html; charset="UTF-8"
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr">
 <pre>Hello Alex,<br><br></pre><pre>I encountered the same problem on Linux =
 xpc-debian 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Li=
 nux.<br><br></pre><pre>This problem is resolved by providing option argumen=
 t for $libdir to meson build system, which is used by glib-networing.<br>Sp=
 ecifically, I added following line to the Makefile of glib-networling<br>ME=
 SON_ARGS+=3D    -Dlibdir=3D${PREFIX}/lib<br></pre><pre>Then the modules
 lib/gio/modules/libgiognomeproxy.so
 lib/gio/modules/libgiognutls.so
 lib/gio/modules/libgiolibproxy.so
 went into /usr/pkg/lib/gio/modules as PLIST states.
 <br>This also helped building gimp, which depends on glib-networking, witho=
 ut setting <span class=3D"gmail-st">GIO_EXTRA_MODULES</span> environmental =
 variable.
 <br></pre><pre>I hope this also helps your problem.<br></pre><pre>Yosuke Ka=
 wasaki
 </pre><pre><br></pre>
 
 </div></div></div>
 
 --000000000000902e7d057f9e4af1--
 


Home | Main Index | Thread Index | Old Index