Ticket #288 (new defect)

Opened 2 years ago

Last modified 23 months ago

vala-1.0.pc installed with datadir and vapidir set to host path (vala-7.7)

Reported by: firefighterblu3 Owned by:
Priority: major Milestone: milestone5
Component: target Keywords:
Cc:

Description

This is the installed file in /usr/arm.../pkgconfig/

It ought to be forwarded and get fixed upstream with the correct value of s/usr/${prefix}/ in the generation template. In the meantime, a few fso packages will fail with linux.vapi missing from the vapi directory.

nibbler pkgconfig # diff -ruN vala-1.0.pc~ vala-1.0.pc --- vala-1.0.pc~ 2009-10-12 02:21:12.000000000 -0400 +++ vala-1.0.pc 2009-10-12 02:24:59.601373775 -0400 @@ -4,8 +4,8 @@

bindir=${exec_prefix}/bin includedir=${prefix}/include datarootdir=${prefix}/share

-datadir=/usr/share -vapidir=/usr/share/vala/vapi +datadir={$prefix}/share +vapidir=${prefix}/share/vala/vapi

vapigen=${bindir}/vapigen gen_introspect=${libdir}/vala/gen-introspect

Change History

Changed 23 months ago by sleipnir

  • milestone changed from unsorted to milestone5
Note: See TracTickets for help on using tickets.