[Bug 1388271] Re: serf-1.pc file has incorrect paths

Launchpad Bug Tracker 1388271 at bugs.launchpad.net
Tue Nov 18 12:02:55 UTC 2014


This bug was fixed in the package serf - 1.3.7-3

---------------
serf (1.3.7-3) unstable; urgency=medium


  * Specify the proper prefix/libdir when building libserf-1.pc.
    (Closes: LP: #1388271)

 -- James McCoy <jamessan at debian.org>  Mon, 17 Nov 2014 21:12:38 -0500

** Changed in: serf (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to serf in Ubuntu.
https://bugs.launchpad.net/bugs/1388271

Title:
  serf-1.pc file has incorrect paths

Status in “serf” package in Ubuntu:
  Fix Released

Bug description:
  $ cat /usr/lib/x86_64-linux-gnu/pkgconfig/serf-1.pc
  SERF_MAJOR_VERSION=1
  prefix=/usr/local
  exec_prefix=${prefix}
  libdir=/usr/local/lib
  includedir=${prefix}/include/serf-1

  Name: serf
  Description: HTTP client library
  Version: 1.3.7
  Requires.private: libssl libcrypto
  Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
  Libs.private: -L/usr/lib/x86_64-linux-gnu -laprutil-1 -L/usr/lib/x86_64-linux-gnu -lapr-1 -Wl,-Bsymbolic-functions -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz
  Cflags: -I${includedir}

  Note that prefix should be /usr and libdir should be /usr/lib/x86_64
  -linux-gnu

  This problem manifests itself as Subversion being unable to build with
  this package since it can't find the serf.h file since it isn't in
  /usr/local/include/serf-1 as pkg-config is telling it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/serf/+bug/1388271/+subscriptions



More information about the foundations-bugs mailing list