! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-sensors-plugin builds a broken pkgconfig file
Status:
RESOLVED: FIXED
Product:
Xfce4-sensors-plugin
Component:
General

Comments

Description a.radke 2011-08-22 14:12:41 CEST
xfce4-sensors-plugin builds a broken pkgconfig file using
./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib \
	--localstatedir=/var \
	--disable-static \
	--with-pathhddtemp=/usr/sbin/hddtemp \
	--disable-debug

/usr/lib/pkgconfig/libxfce4sensors-1.0.pc has
prefix=/usr
exec_prefix=${prefix}
datadir=${datarootdir}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
libexecdir=/usr/lib
localedir=${datarootdir}/locale
datarootdir=${prefix}/share

Because @datadir@ refers to no yet set @datarootdir@ the .pc file breaks some other interaction. See https://bugs.archlinux.org/task/24911 for downstream report.
Comment 1 Fabian Nowak editbugs 2011-08-23 13:23:05 CEST
thanks for letting me know, fixed upstream now. happy bug-reporting :)

Bug #7913

Reported by:
a.radke
Reported on: 2011-08-22
Last modified on: 2011-08-23

People

Assignee:
Fabian Nowak
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information