[Bug 864643] Re: several build problems

2011-11-12 Thread Erik Meusel
hello?

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

Title:
  several build problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889425] Re: building krename does not find libpodofo

2011-11-12 Thread Erik Meusel
** Patch added: "fix.diff"
   https://bugs.launchpad.net/bugs/889425/+attachment/2593895/+files/fix.diff

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

Title:
  building krename does not find libpodofo

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889425] [NEW] building krename does not find libpodofo

2011-11-12 Thread Erik Meusel
Public bug reported:

building krename from source does not find libpodofo because of a bug in
cmake/modules/FindLIBPODOFO.cmake.

substitute:
FIND_LIBRARY(LIBPODOFO_LIB
NAMES libpodofo-doc podofo-doc
PATHS "${LIBPODOFO_DIR}/lib" "${LIBPODOFO_DIR}/src" "${LIBPODOFO_DIR}")

by:
FIND_LIBRARY(LIBPODOFO_LIB
NAMES libpodofo podofo
PATHS "${LIBPODOFO_DIR}/lib" "${LIBPODOFO_DIR}/src" "${LIBPODOFO_DIR}")

and everything works quite well.

** Affects: krename (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  building krename does not find libpodofo

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864643] Re: several build problems

2011-10-02 Thread Erik Meusel
Small addition: The issue stated under 1) renders current lsdvd binary
builds for oneiric unusable, so I had to rebuild the package from
source.

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

Title:
  several build problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864643] [NEW] several build problems

2011-10-02 Thread Erik Meusel
Public bug reported:

There are several problems when trying to build lsdvd with a recent
libdvdread4, like 4.1.3-10ubuntu4, which is being shipped with current
oneiric repositories.

1) libdvdread4 uses dlopen() and friends, therefore a "-ldl" must be
added when compiling lsdvd. Calling debian/rules like

LIBS="-ldl" fakeroot debian/rules binary

solves this issue.

2) debian/rules has a wrong statement in the install target:
 mv $(CURDIR)/debian/lsdvd/usr/man/ $(CURDIR)/debian/lsdvd/usr/share/
After building lsdvd manual page, it appears to be already present in 
$(CURDIR)/debian/lsdvd/usr/share/, so you can just comment the above statement 
out.

** Affects: lsdvd (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  several build problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs