hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01469
Re: [Bug 703735] Re: Hugin contains a bundled tclap-1.2.0
On March 7, 2011 12:13:20 PM tmodes wrote:
> I have no experience with PPA.
The PPA is documented at http://wiki.panotools.org/Hugin_PPA in more detail
than a developer really need to know.
>From a developer perspective it is a very simple concept: source packages are
uploaded to a clean automated build system. At
https://launchpad.net/~hugin/+archive/nightly the uploads are automatic as
well (nightlies). In case of success there is a new nightly to install/test.
In case of failure there is a failure log that can help debugging. As a
member of Hugin PPA I receive emails with links to the failed build logs.
You can see all build logs (more than 400 of them) at
https://launchpad.net/~hugin/+archive/nightly/+builds?build_text=&build_state=all
> I added a more general FindTclap.cmake.
> Please test.
The latest I received :(
http://launchpadlibrarian.net/66165728/buildlog_ubuntu-maverick-
i386.hugin_2010.5.0%2B2011.0.0%2Bhg5099-0ubuntu1~maverick_FAILEDTOBUILD.txt.gz
I'm setting up a build environment on my Natty netbook now and will try the
attached FindTclap.cmake later.
Yuv
status new
** Changed in: hugin
Status: Fix Committed => New
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/703735
Title:
Hugin contains a bundled tclap-1.2.0
Status in Hugin - Panorama Tools GUI:
New
Bug description:
src/foreign/tclap is a bundled version of tclap
<http://tclap.sourceforge.net/> This is a problem with some Linux
distributions such as Debian and fedora that have policies to not ship
multiple versions of the same library.
The solution would be to modify the cmake configuration to allow
building against a system version of this library, and/or to remove
the bundled library altogether.
References