Discussion:
Error when i compile xorg-x11 (i need xorg-x11 for rdesktop)
Florian Leparoux
2010-12-09 08:24:39 UTC
Permalink
Hi,

Now i have a SLES 11 ppc64, and

I have this following problem when i launch this command :

rpmbuild --rebuild xorg-x11-7.4-9.24.15.src.rpm

I need the xorg-x11-devel because when i compile the rdesktop src.rpm
i have this message :

can't found -lX11

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XCURSORGEN... configure: error: Package requirements (x11
xcursor libpng12) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the XCURSORGEN_CFLAGS and XCURSORGEN_LIBS
environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
error: Bad exit status from /var/tmp/rpm-tmp.26920 (%install)


RPM build errors:


Thanks for your help

Florian
Marcus Meissner
2010-12-09 16:52:11 UTC
Permalink
Post by Florian Leparoux
Hi,
Now i have a SLES 11 ppc64, and
rpmbuild --rebuild xorg-x11-7.4-9.24.15.src.rpm
I need the xorg-x11-devel because when i compile the rdesktop src.rpm
can't found -lX11
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XCURSORGEN... configure: error: Package requirements (x11
xcursor libpng12) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the XCURSORGEN_CFLAGS and XCURSORGEN_LIBS
environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
error: Bad exit status from /var/tmp/rpm-tmp.26920 (%install)
So it is missing the xorg-x11-libX11-devel RPM.

And probably others.

Ciao, Marcus

Loading...