FS#24911 - [xfce4-sensors-plugin] 1.2.3-1 pkg-config file broken

Attached to Project: Arch Linux
Opened by Thomas Weißschuh (t-8ch) - Monday, 27 June 2011, 16:07 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 22 August 2011, 12:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In /usr/lib/pkgconfig/libxfce4sensors-1.0.pc the variable "datarootdir" is read before it is set,
causing commands like "pkg-config --list-all" to abort.

Moving the daclaration before the line, reading fixes this.


Additional info:
* occurs in 1.2.3-1


Steps to reproduce:
run "pkg-config --list all"
aborts with last line:
Variable 'datarootdir' not defined in '/usr/lib/pkgconfig/libxfce4sensors-1.0.pc'
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Monday, 22 August 2011, 12:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  workaround add in 1.2.3-2
Comment by Andreas Radke (AndyRTR) - Monday, 22 August 2011, 12:13 GMT
reported upstream: https://bugzilla.xfce.org/show_bug.cgi?id=7913

adding a workaround to get a proper .pc file.

Loading...