pkgsrc-Users archive

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

Re: Xrender build problems



I found the problem. I defined the variable as X11_type in mk.conf rather than X11_TYPE. I have no idea how that got changed.

On Tue, May 2, 2023 at 12:15 PM Mike Owens <mikeowens%gmail.com@localhost> wrote:
I switched from Tribblix to OpenIndiana on SPARC and I am running into the following problem with building Xrender:

Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xorg-macros', required by 'virtual:world', not found
checking for /usr/share/man/man7/attributes.7... yes
checking whether make supports nested variables... (cached) yes
checking whether malloc(0) returns NULL... yes
checking for RENDER... no
configure: error: Package requirements (x11 >= 1.6 renderproto >= 0.9) were not met:

Package 'x11', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables RENDER_CFLAGS
and RENDER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*** Error code 1

I realized that the libX11 package was not built. So I tried to build it and got the following error:

root@t5140:/opt/local/pkgsrc/pkgsrc/x11/libX11# bmake
=> Bootstrap dependency digest>=20211023: found digest-20220214
ERROR: This package has set PKG_SKIP_REASON:
ERROR: Package set is using native X11 component
*** Error code 1
Stop.
bmake: stopped in /opt/local/pkgsrc/pkgsrc/x11/libX11

Does this mean that this package now only builds with X11_type of native? I am using modular in my mk.conf file (because I left my note a few years ago to do so). The same branch (2023Q1) seemed built fine on Tribblix. I tried to build meta-packages/modular-xorg-libs and got the same error.

Mike


--
Mike


Home | Main Index | Thread Index | Old Index