[Hugin-bug-hunters] [Bug 684357] [NEW] 2010.4.0 fails to build on kFreeBSD

2010-12-02 Thread Andreas Metzler
Public bug reported: hugin 2010.4.0 failed to build from source on Debian kFreeBSD. https://buildd.debian.org/fetch.cgi?pkg=huginver=2010.4.0%2Bdfsg~beta1-1arch =kfreebsd-amd64stamp=1290937275file=log The error is in src/foreign/zthread. One-line patch attached. ** Affects: hugin

[Hugin-bug-hunters] [Bug 684357] Re: 2010.4.0 fails to build on kFreeBSD

2010-12-02 Thread Andreas Metzler
** Attachment added: bugfix https://bugs.launchpad.net/bugs/684357/+attachment/1753300/+files/52_build_on_kFreeBSD -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/684357 Title: 2010.4.0

[Hugin-bug-hunters] [Bug 679164] Re: hugin invokation of make failure on MAKEFLAGS=-j2

2010-12-03 Thread Andreas Metzler
Verified in 2010.4.0. Hugin nowadays invokes make -f ... info test all clean, but this does not make a difference, clean and all still run in parallell. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin.

[Hugin-bug-hunters] [Bug 679367] Re: crashes on startup with tiling window manager

2010-12-03 Thread Andreas Metzler
*** This bug is a duplicate of bug 679427 *** https://bugs.launchpad.net/bugs/679427 Marking as duplicate, removing fix-released. ** Changed in: hugin Status: Fix Released = Confirmed ** This bug has been marked a duplicate of bug 679427 hugin seg faults at launch * You can

[Hugin-bug-hunters] [Bug 685489] [NEW] cpfind - add option to limit number of control points

2010-12-05 Thread Andreas Metzler
Public bug reported: cpfind is missing a option to limit the the number of control points per pair of images (like autopano-sift-c's --maxmatches option). Having a large number of control points (cpfind adds 30+) increases the amount of work to get rid of the bad ones. ** Affects: hugin

[Hugin-bug-hunters] [Bug 679338] Re: EXIF-data mangles layout of Images Tab

2011-01-06 Thread Andreas Metzler
Current hugin impossible to make a reasonable screenshot of or actually use at screenwidth below 1200. The Cp-detector list control element takes up lots of horizontal space (Hugins CPFind + Celeste (slower but more accurate, no cps on clouds)) and the [Create control points] button is placed

[Hugin-bug-hunters] [Bug 729607] Re: perldoc errors and warnings

2011-03-05 Thread Andreas Metzler
** Patch added: fix pod errorrs https://bugs.launchpad.net/bugs/729607/+attachment/1887361/+files/fixpoderrors.diff -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/729607 Title: perldoc

[Hugin-bug-hunters] [Bug 703735] Re: Hugin contains a bundled tclap-1.2.0

2011-03-06 Thread Andreas Metzler
FWIW I have compared src/foreign/tclap with upstream releases. The copy in src/foreign is 1.1.0 (released 2006-08-19) + two one-line changes instead of the latest release 1.2.0 (2009-09-28). ** Patch added: upstream 1.1.0 versus included copy

[Hugin-bug-hunters] [Bug 703735] Re: Hugin contains a bundled tclap-1.2.0

2011-03-06 Thread Andreas Metzler
works-for-me patch attached. ** Patch added: search for external tclap with pkg-cponfig https://bugs.launchpad.net/hugin/+bug/703735/+attachment/1890075/+files/searchfortclap.diff -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to

Re: [Hugin-bug-hunters] [Bug 703735] Re: Hugin contains a bundled tclap-1.2.0

2011-03-07 Thread Andreas Metzler
On 2011-03-07 Yuv 703...@bugs.launchpad.net wrote: FindTclap.cmake is broken on Ubuntu. The automatic build from the Hugin PPA reports: -- checking for module 'tclap=1.1' -- package 'tclap=1.1' not found CMake Error at CMakeLists.txt:274 (MESSAGE): Tclap library not found for Lucid,

[Hugin-bug-hunters] [Bug 703737] Re: Hugin contains a bundled flann-1.6.6

2011-03-09 Thread Andreas Metzler
Please note that FLANN is not packaged for Debian. http://bugs.debian.org/581903 ** Bug watch added: Debian Bug tracker #581903 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581903 -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to

[Hugin-bug-hunters] [Bug 703736] Re: Hugin contains a bundled zthread-2.3.1

2011-03-10 Thread Andreas Metzler
Find attached a patch that changes hugin to use an external zthread if available and fall back to the included copy otherwise. The code does not do any version testing. I think this should be a a sufficient solution for this issue. Afaiu the big problem is not that hugin source contains a copy of

[Hugin-bug-hunters] [Bug 734867] [NEW] sporadic testsuite error

2011-03-14 Thread Andreas Metzler
Public bug reported: Hello, there is a heisenbug hidden somewhere in the testsuite. Occassionally it fails to run: === perl ../panoAutomateTest.pl simple.txt Processing 2 images To perform all tests: tiff_m tiff_m_cropped tiff_m_uncropped

[Hugin-bug-hunters] [Bug 679605] Re: Invalid PNGs crash Hugin

2011-03-20 Thread Andreas Metzler
Still applies to 2011.0.0 beta3. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/679605 Title: Invalid PNGs crash Hugin Status in Hugin - Panorama Tools GUI: Confirmed Bug description: I

[Hugin-bug-hunters] [Bug 679164] Re: hugin invokation of make failure on MAKEFLAGS=-j2

2011-04-22 Thread Andreas Metzler
Still present in 2011.0.0 beta3. It invokes make -f /tmp/huginmk_pViQ5m info test all clean ** Changed in: hugin Status: Expired = Confirmed -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin.

[Hugin-bug-hunters] [Bug 770802] Re: hugin version 2010.4.0+dfsg-1 failed to build on amd64 with GCC-4.6/oneiric

2011-04-30 Thread Andreas Metzler
I have just uploaded 2010.4.0+dfsg-2 to Debian/unstable which only adds the one-line patch to fix this issue. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/770802 Title: hugin version

[Hugin-bug-hunters] [Bug 756245] Re: enblend doesn't compile with boost 1.46.1

2011-05-02 Thread Andreas Metzler
Find attached a simple one-line-patch, selecting the V2 interface of boost_filename. This should work up to boost 1.47 and will break with 1.48_: http://live.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm Version 3 is a major revision with many new and improved

[Hugin-bug-hunters] [Bug 801869] [NEW] swig test needs to check version

2011-06-25 Thread Andreas Metzler
Public bug reported: According to 2011.2.0_beta1 README hsi has specific version requirements on swig: SWIG =2.0 - If Python =3.2, SWIG must be =2.0.4 However the CMake setup does not do any version checks. FindPythonLibs seems to be one of the (imho very broken) cmake modules that

Re: [Hugin-bug-hunters] [Bug 801869] Re: swig test needs to check version

2011-06-26 Thread Andreas Metzler
On 2011-06-26 Yuv 801...@bugs.launchpad.net wrote: can you try with something along the following please? sorry I do not have time right now to do it myself. [...] Hello, seems to work with minor changes. Comparing build logs against 2.6.7 and 3.2.1 (actually 2.6.7 with an edited

[Hugin-bug-hunters] [Bug 811864] [NEW] PTBatcherGUI annoying window handling

2011-07-17 Thread Andreas Metzler
Public bug reported: With 2011.2.0 the old Stich Now! is gone, I am using PTBatcherGUI instead. The window handling is very annoying. The main autobatcher window and the progress window are automatically if switch to another virtual desktop and back again. It would also be very nice if closing

Re: [Hugin-bug-hunters] [Bug 811864] Re: PTBatcherGUI annoying window handling

2011-09-11 Thread Andreas Metzler
On 2011-09-11 tmodes 811...@bugs.launchpad.net wrote: The observed behaviour is related to the window manager. First it does not support the tray area. Correct. This is wmaker FWIW. Second the virtual desktop seems to be implemented by only minimizing the windows, which are not on the

[Hugin-bug-hunters] [Bug 811864] Re: PTBatcherGUI annoying window handling

2011-09-17 Thread Andreas Metzler
On 2011-09-11 T. Modes thomas.mo...@gmx.de wrote: Hi Andreas, some questions to your bug report: Have you also tried current tip? I did a change in the last week to deactivate the tray icon. Does the mainwindow also disappear if no stitch was started (because I don't really understand, why

[Hugin-bug-hunters] [Bug 853171] [NEW] typo in cpfind.pod - prefered

2011-09-18 Thread Andreas Metzler
Public bug reported: There is is a typo in cpfind's documentation. Patch against hg tip attached. ** Affects: hugin Importance: Undecided Status: New -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin.

[Hugin-bug-hunters] [Bug 685877] Re: Push VIGRA changes to the right place

2011-09-21 Thread Andreas Metzler
VIGRA 1.8.0 was released today. It contains the patches from hugin which were forwarded upstream http://comments.gmane.org/gmane.comp.video.vigra/42. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Enblend.

[Hugin-bug-hunters] [Bug 892827] [NEW] calibrate_lens_gui Segmentation fault on amd64

2011-11-20 Thread Andreas Metzler
Public bug reported: On 2011.2.0 this bug is reproducible on amd64: - Francesco Potortì writes in http://bugs.debian.org/649171 I call calibrate_lens_gui, have it load the image at http://fly.isti.cnr.it/tmp/hugin-bug.jpeg. I set Focal lenght

Re: [Hugin-bug-hunters] [Bug 892827] Re: calibrate_lens_gui Segmentation fault on amd64

2011-11-27 Thread Andreas Metzler
On 2011-11-27 Bruno Postle 892...@bugs.launchpad.net wrote: I don't see this crash on 64bit fedora 15, hugin 2011.3.0 2011-10-31 snapshot As I tried to note in the original report this does not apply to 2011.4.0beta1. I am still forwarding this since some doublechecking whether the issue is

[Hugin-bug-hunters] [Bug 703737] Re: Hugin contains a bundled flann-1.6.6

2011-12-08 Thread Andreas Metzler
Hello, find attached a patch against 2011.4.0rc1 to link against external flann if available. cu Andreas ** Patch added: link against external flann if available https://bugs.launchpad.net/hugin/+bug/703737/+attachment/2624513/+files/externalflann.diff -- You received this bug

[Hugin-bug-hunters] [Bug 999833] [NEW] build error with gcc 4.7 on s390

2012-05-15 Thread Andreas Metzler
Public bug reported: Hello, hugin 2011.4.0 does not build with gcc-4.7. There is an easy to fix error about a missing include (already tracked and patched in https://bugs.launchpad.net/hugin/+bug/913250) however there is another issue that I have only seen on s390 yet:

[Hugin-bug-hunters] [Bug 999833] Re: build error with gcc 4.7 on s390

2012-05-26 Thread Andreas Metzler
Thomas' seems to be correct. Updating to swig 2.0.6 fixed the issue. Thank you! ** Changed in: hugin Status: New = Invalid -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/999833 Title:

[Hugin-bug-hunters] [Bug 1020755] Re: pto_gen does not get packaged

2012-10-06 Thread Andreas Metzler
@Logan: This bug has nothing to do with the Ubuntu packaging. Any (semi-)official Debian/Ubuntu package of a newly enough hugin version already ships pto_gen. Please note that this binary is not present in latest hugin release 2011.4, which is what Ubuntu ships. Only Debian/experimental and

[Hugin-bug-hunters] [Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2013-01-13 Thread Andreas Metzler
This is fixed upstream in enblend-enfuse 4.1. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/885324 Title: Completely replace lcms1 by lcms2 in Ubuntu Status in digiKam - digital photo

[Hugin-bug-hunters] [Bug 1057012] Re: cpfind always fail on photos with long path

2013-01-20 Thread Andreas Metzler
Forwarded to http://sourceforge.net/mailarchive/forum.php?thread_name=1b0ts9-269.ln1%40argenau.downhill.at.eu.orgforum_name =panotools-devel -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Panotools.

[Hugin-bug-hunters] [Bug 1181678] [NEW] build-error with texinfo 5.1

2013-05-19 Thread Andreas Metzler
Public bug reported: Hello, documentation generation fails with texinfo 5.1. texinfo seems to have stopped supporting colons in variable names (@set - @value), causing errors like this one: - doc/enfuse.texi:564: bad syntax for @value - According to texinfo 5.1 documentation

[Hugin-bug-hunters] [Bug 1181678] Re: build-error with texinfo 5.1

2013-05-19 Thread Andreas Metzler
Hello, thanks for trying, there is still some stuff texinfo fails on. - See attached log. cu Andreas ** Attachment added: errors on generating enblend.info https://bugs.launchpad.net/enblend/+bug/1181678/+attachment/3680880/+files/buildlog-hg -- You received this bug notification because

[Hugin-bug-hunters] [Bug 1181678] Re: build-error with texinfo 5.1

2013-05-20 Thread Andreas Metzler
Hello, I have /somehow/ succeeded with these steps: #1 Drop geq and leq macros from auxmac.texi. #2 Make sure any macro-reference on a macro using a conditional is on a line of its own. (@classictimes, @semilog, @inline*) #3 Drop export TEXINPUTS=$(top_builddir):$(srcdir) from doc/Makefile.am

[Hugin-bug-hunters] [Bug 679362] Re: Hugin crashes with Segfault

2013-06-22 Thread Andreas Metzler
Hello, please re-open this report. It has appeared again in http://bugs.debian.org/71199. The system in question is using intel graphics, probably with a broken configuration. However the fact that hugin simply crashes instead of handling the error is clearly a bug. More info below:

[Hugin-bug-hunters] [Bug 679362] Re: Hugin crashes with Segfault

2013-06-22 Thread Andreas Metzler
Correct debian report number: http://bugs.debian.org/711997. ** Bug watch added: Debian Bug tracker #711997 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711997 -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin.

[Hugin-bug-hunters] [Bug 1194578] [NEW] mouse button functions switched on Move/Drag panel

2013-06-25 Thread Andreas Metzler
Public bug reported: Hello, this is http://bugs.debian.org/712997 reported by Yuri D'Elia against 2013.0.0~beta1+dfsg-3 - I can't seem to be able to drag any image in the Move/Drag panel in any mode (normal, mosaic or the individual combinations). This used to work some time

[Hugin-bug-hunters] [Bug 1226151] [NEW] Boost.Signals is deprecated

2013-09-16 Thread Andreas Metzler
Public bug reported: Hello, building hugin 2013.0.0 rc2 against boost 1.54 yields this warning (compared to boost 1.53): /usr/include/boost/signal.hpp:17:4: warning: #warning Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this

[Hugin-bug-hunters] [Bug 1227813] [NEW] Fails to stitch in mktemp -d directory with ptbatcher

2013-09-19 Thread Andreas Metzler
Public bug reported: Hello, hugin fails to stitch images in a directory generated with mktemp -d if PTBatcherGUI is used. How to reproduce (starting without ~/.hugin): 8X-- surfonly@argenau:~$ mktemp -d /tmp/tmp.GWy5J6KUny surfonly@argenau:~$ cp /tmp/*JPG

[Hugin-bug-hunters] [Bug 718116] Re: Opening Fast Preview Window crashes Hugin

2014-03-14 Thread Andreas Metzler
Hello, I just got a similar report on Debian 2014.0 rc1 http://bugs.debian.org/741466 cu Andreas --- Philipp Marek writes: With Interface - Simple, clicking on _any_ tab (except the first visible, Assistant) crashes Hugin with a segfault; please see the backtrace

[Hugin-bug-hunters] [Bug 1316702] [NEW] segfault loading multiple images in assistant

2014-05-06 Thread Andreas Metzler
Public bug reported: Hello, hugin 2014.0.0-rc2 segfaults when multiple images are loaded at once using the simple interface ([Load Images] button on preview window. ERROR: 19:30:12.852684 (/tmp/HUGIN/hugin-2014.0.0/src/hugin_base/huginapp/ImageCache.cpp:697) loadImageSafely(): Error during

Re: [Hugin-bug-hunters] [Bug 1316702] Re: segfault loading multiple images in assistant

2014-05-09 Thread Andreas Metzler
On 2014-05-06 tmodes 1316...@bugs.launchpad.net wrote: Tried to fix in changeset 1df056cbbdd8 in default branch. If there is a confirmation, that the bug is fixed we need a decision how to proceed with 2014.0. If the bug is considered as critical, it needs to ported to 2014.0. This will need

[Hugin-bug-hunters] [Bug 1318207] [NEW] segfault on exit if built against wxwidgets3.0

2014-05-10 Thread Andreas Metzler
Public bug reported: Hello, hugin 2014.0.0 rc2 segfaults when I exit the program if I build hugin against wxwidgets3.0 (instead of 2.8): Program received signal SIGSEGV, Segmentation fault. 0xf698e517 in ?? () from /usr/lib/i386-linux-gnu/libwx_gtk2u_adv-3.0.so.0 (gdb) bt #0

Re: [Hugin-bug-hunters] [Bug 1318207] Re: segfault on exit if built against wxwidgets3.0

2014-05-15 Thread Andreas Metzler
On 2014-05-13 tmodes 1318...@bugs.launchpad.net wrote: I know that Hugins works fine with wxWidgets 3.0 on Windows and MacOS (the last release was in both cases compiled with wxWidgets 3.0). So the problem is specific to the wxGTK port. Unfortunately the back trace does not help really

Re: [Hugin-bug-hunters] [Bug 1318207] Re: segfault on exit if built against wxwidgets3.0

2014-05-16 Thread Andreas Metzler
On 2014-05-16 tmodes 1318...@bugs.launchpad.net wrote: Thanks for update. Could you please try if changeset 5e144ef0d7fb fixes the issue? (I have currently no Linux version of wxWidgets 3.0 running.) Hello, It fixes the crash with wx3.0, thank you. (I have tried tried 2014.0.0rc2 plus this

Re: [Hugin-bug-hunters] [Bug 1318207] Re: segfault on exit if built against wxwidgets3.0

2014-05-17 Thread Andreas Metzler
On 2014-05-17 tmodes 1318...@bugs.launchpad.net wrote: Default branch should compile with wx 2.8 again. After confirmation that all works again, I think this should go also in 2014.0 branch. Thanks, 2014.0.0rc2 + 5e144ef0d7fb + 6022165a79d9 builds for me with both wx 2.8 and 3.0 and fixes the

[Hugin-bug-hunters] [Bug 1316702] Re: segfault loading multiple images in assistant

2014-05-22 Thread Andreas Metzler
Hello, here is what I get with rc3 (hugin built with -O0): [...] [Thread 0xe5bfeb40 (LWP 12214) exited] Error: XMP Toolkit error 203: Duplicate property or field node Warning: Failed to decode XMP metadata. [New Thread 0xe5bfeb40 (LWP 12215)] ContractViolation: Precondition violation! Unable to

Re: [Hugin-bug-hunters] [Bug 1316702] Re: segfault loading multiple images in assistant

2014-05-23 Thread Andreas Metzler
On 2014-05-23 tmodes 1316...@bugs.launchpad.net wrote: Some more question, because I can't currently not reproduce the crash. * Which wxWidgets version? (With 2.8.12 it runs fine with the test images.) Hello, 3.0.0 * I used the images from the original ticket. Are there some special chars

Re: [Hugin-bug-hunters] [Bug 1316702] Re: segfault loading multiple images in assistant

2014-05-25 Thread Andreas Metzler
On 2014-05-25 tmodes 1316...@bugs.launchpad.net wrote: Okay. I was now able to reproduce the crash. It happens only if in simple mode. In all other modes it worked. Committed a workaround in changeset 10aa8ea89d9e. Please report back if this works. TIA. Marvellous. Works for me, too. I have

[Hugin-bug-hunters] [Bug 1385707] [NEW] 2014.0.0 assert errors in hugin and PTBatcherGUI

2014-10-25 Thread Andreas Metzler
Public bug reported: Hello, on Debian some of our users still see assertion errors with hugin 2014.0.0 (plus 52_044b08eb6adf_Several_fixes_to_treelistctrl.diff and 53_f88dc95914ae_Use_correct_class_wxStaticBitmap_for_bitmap_controls.diff) either in hugin itself or in PTBatcherGUI: in

[Hugin-bug-hunters] [Bug 679988] Re: fulla implicitely cropping output

2015-03-21 Thread Andreas Metzler
Hello, this has been re-submitted recently against 2014.0.0 in http://bugs.debian.org/779003, fulla ignores the -s option. - ametzler@argenau:/tmp$ fulla -s -g -0.004318:0.039896:-0.096925:1 -o a.jpeg P1040118.JPG correcting image:

[Hugin-bug-hunters] [Bug 1451168] [NEW] [patch] broken whatis entry in manpages

2015-05-03 Thread Andreas Metzler
Public bug reported: Hello, two of the newly added manpages in 2015.0.0 have slightly broken formatting, the whatis entry cannot be parsed and will theefore not be included into the apropos database. Trivial patch attached. (See also

[Hugin-bug-hunters] [Bug 1453385] [NEW] old FSF address used in copyright header

2015-05-09 Thread Andreas Metzler
Public bug reported: Hello, Multiple files in hugin source (2015.0.0 beta2) point two one of the older FSF postal addresses (not 51 Franklin Street). Find attached a patch which either use the current FSF address or switches to the copyright header currently suggested

[Hugin-bug-hunters] [Bug 1457165] [NEW] incorrect documentation for hugin_executor(1)

2015-05-20 Thread Andreas Metzler
Public bug reported: Hello, hugin_executor(1) says: -p, --prefix=str Prefix used for stitching. If not provided the stitched image will have the name of the input project file. However if ~/.hugin does not exist then '%firstimage - %lastimage' will be used and

[Hugin-bug-hunters] [Bug 1459364] Re: progress window is not locale aware, fails at UTF-8 filenames

2015-05-27 Thread Andreas Metzler
Hello, I wrote: FWIW I have also tried it the other way round [...]. This side-issue seems to be already tracked in https://bugs.launchpad.net/hugin/+bug/678808 cu Andreas -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin.

[Hugin-bug-hunters] [Bug 1459364] [NEW] progress window is not locale aware, fails at UTF-8 filenames

2015-05-27 Thread Andreas Metzler
Public bug reported: Hello, This is http://bugs.debian.org/786938 reported by Vangelis Skarmoutsos against 2015.0.0 beta2: quote When pressing the Create control points button, a window pops up which shows informational details of the procedure. In this window, if some directory names are

[Hugin-bug-hunters] [Bug 1537368] [NEW] enblend 4.1.4 build-error with gcc-6

2016-01-23 Thread Andreas Metzler
Public bug reported: Hello, enblend 4.1.4 FTBFS with gcc/g++ 6 (tested with snapshot 20160117): ../../include/vigra_ext/impexalpha.hxx:252:78: error: no matching function for call to 'std::auto_ptr::auto_ptr(std::unique_ptr)' std::auto_ptr decoder(vigra::decoder(import_info));

[Hugin-bug-hunters] [Bug 1537368] Re: enblend 4.1.4 build-error with gcc-6

2016-02-14 Thread Andreas Metzler
Thank you, indeed a further error as popped up: g++-6 -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../src/layer_selection -I/usr/include/OpenEXR -g -O2 -fstack-protector-strong -Wformat

Re: [Hugin-bug-hunters] [Bug 1537368] Re: enblend 4.1.4 build-error with gcc-6

2016-02-15 Thread Andreas Metzler
On 2016-02-15 Christoph Spiel wrote: > Broken compilation with gcc-6 as reported in #2 should > be fixed in rev 73e6f16de80a. > Dropped the dependency on `boost::assign' at the offending position; > it did not buy us that much anyhow. Thanks, confirmed. I got a successful

[Hugin-bug-hunters] [Bug 1565269] [NEW] enblend 4.2 build error without latex

2016-04-02 Thread Andreas Metzler
Public bug reported: enblend 4.2 has a hard dependency on (pdf)latex: checking for perl module Time::Zone... ok checking for latex... no checking for elatex... no checking for lambda... no ../configure: line 8623: WARNING:: command not found checking for pdflatex... ../configure: line 8655:

[Hugin-bug-hunters] [Bug 1666030] [NEW] cpfind fails to run if custom temporary directory is set

2017-02-19 Thread Andreas Metzler
Public bug reported: If preferences->file name->Temporary dir is set to an non-empty value, running from cpfind from the Assistant ([2. Align]-button]) fails. The cpfind window pops up and closes immediately, an error message about unconnected images is shown. Running cpfind from the main window

Re: [Hugin-bug-hunters] [Bug 1666030] Re: assistant fails to run if custom temporary directory is set

2017-02-25 Thread Andreas Metzler
On 2017-02-25 tmodes <1666...@bugs.launchpad.net> wrote: > Fixed in repository. > PS: For diagnosing there is the option "Copy log messages to clipboard" > in the preferences. Then you can paste the full log of the failed step. > ** Summary changed: > - cpfind fails to run if custom temporary

[Hugin-bug-hunters] [Bug 1813404] [NEW] 2019.0 beta1 segfault on exit

2019-01-26 Thread Andreas Metzler
Public bug reported: 2019.0 beta1 segfaults on exit when started on a fresh system, i.e. without preconfigured ~/.hugin et.al. How to reproduce: mkdir /dev/shm/ametzler-hugin-home/ chmod 0755 /dev/shm/ametzler-hugin-home/ env HOME=/dev/shm/ametzler-hugin-home hugin [exit hugin] Thread 1

[Hugin-bug-hunters] [Bug 1813402] Re: xdg: fails to save recently-used.xbel

2019-01-26 Thread Andreas Metzler
Obviously hugin needs to be invoked as env HOME=/dev/shm/ametzler-hugin-home hugin This is on Debian/testing, i.e. with wx 3.0.4. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1813402 Title:

[Hugin-bug-hunters] [Bug 1813402] [NEW] xdg: fails to save recently-used.xbel

2019-01-26 Thread Andreas Metzler
Public bug reported: With 2019.0.0 saving recently opened files fails if ~/.local does not already exist: (hugin:9626): Gtk-WARNING **: 16:04:28.655: Attempting to store changes into `/dev/shm/ametzler-hugin-home/.local/share/recently-used.xbel', but failed: Failed to create file

[Hugin-bug-hunters] [Bug 1813404] Re: 2019.0 beta1 segfault on exit

2019-01-27 Thread Andreas Metzler
tmodes wrote > Fixed in repository. > Please retest. Thank you. Works for me. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1813404 Title: 2019.0 beta1 segfault on exit Status in Hugin:

[Hugin-bug-hunters] [Bug 1829309] Re: Building current default in Fedora 30 fails due to Python plugins

2019-09-08 Thread Andreas Metzler
FWIW I have just switched Debian's hugin binary to python 3. As a minimal test I have tried running the included examples (after fixing the shebang and bumping api-max). Two of them fail. woa.py: run python script: /usr/share/hugin/data/plugins/woa.py hpi: accessing plugin file

[Hugin-bug-hunters] [Bug 1858272] [NEW] AppStream metadata in legacy format

2020-01-04 Thread Andreas Metzler
Public bug reported: Hugin's appstream data does not implement the current specification. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent It is installed in the legacy path /usr/share/appdata/ with obsolete format (toplevel node is ). **

Re: [Hugin-bug-hunters] [Bug 1909484] Re: 2020.0.0 calibrate_lens_gui - multiple assertions at startup

2020-12-29 Thread Andreas Metzler
On 2020-12-29 tmodes <1909...@bugs.launchpad.net> wrote: > I can't reproduce the issue. I get no assert on Windows and also not on > Ubuntu. > The issue seems to stem from wxWidgets see > http://trac.wxwidgets.org/ticket/18520 and seems to fixed up-streams > already in the 3.1.x series. > Could

[Hugin-bug-hunters] [Bug 1909484] Re: 2020.0.0 calibrate_lens_gui - multiple assertions at startup

2020-12-28 Thread Andreas Metzler
** Bug watch added: Debian Bug tracker #978475 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978475 ** Also affects: hugin (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978475 Importance: Unknown Status: Unknown -- You received this bug notification because

[Hugin-bug-hunters] [Bug 1909484] [NEW] 2020.0.0 calibrate_lens_gui - multiple assertions at startup

2020-12-28 Thread Andreas Metzler
Public bug reported: Hello, starting calibrate_lens_gui generates assertion errors: ASSERT INFO: ../src/gtk/bitmap.cpp(1262): assert "bmpData->m_pixbufNoMask" failed in SetSourceSurface(): no bitmap data BACKTRACE: [1] wxBitmap::SetSourceSurface(_cairo*, int, int, wxColour const*, wxColour

[Hugin-bug-hunters] [Bug 2041687] [NEW] does not show/log enblend error messages

2023-10-27 Thread Andreas Metzler
Public bug reported: Hello, hugin does not show/log enblend errors. I think it did previously. This is on 2023.0~beta1+dfsg-1. This was originally reported by Michael Deegan in https://bugs.debian.org/1054129 It is easy to reproduce by replacing enblend with a dummy-script like this one

[Hugin-bug-hunters] [Bug 2041687] Re: does not show/log enblend error messages

2023-10-28 Thread Andreas Metzler
Thank you, works for me. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/2041687 Title: does not show/log enblend error messages Status in Hugin: Fix Committed Bug description: Hello,

[Hugin-bug-hunters] [Bug 2037164] [NEW] 2023.0 beta1 assert after klick on [Stitch]

2023-09-23 Thread Andreas Metzler
Public bug reported: Hello, klicking Stitch! on the Stitcher tab yields assert errors like this one: - ASSERT INFO: /usr/include/wx-3.2/wx/strvararg.h(484): assert "(argtype & (wxFormatStringSpecifier::value)) == argtype" failed in wxArgNormalizer(): format specifier doesn't match

[Hugin-bug-hunters] [Bug 2037164] Re: 2023.0 beta1 assert after klick on [Stitch]

2023-09-23 Thread Andreas Metzler
Thank you - fix confirmed. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/2037164 Title: 2023.0 beta1 assert after klick on [Stitch] Status in Hugin: Fix Committed Bug description: Hello,

Re: [Hugin-bug-hunters] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-17 Thread Andreas Metzler
On 2022-09-16 tmodes <1989...@bugs.launchpad.net> wrote: > Please test the attached patch. [...] That fixes the warning, thanks. I have found a third issue. After starting up, klicking on [Preview Panorama (OpenGL)] yields an error (and nothing else: -- Error initializing GLEW Fast

Re: [Hugin-bug-hunters] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-15 Thread Andreas Metzler
On 2022-09-15 tmodes <1989...@bugs.launchpad.net> wrote: > What was the last working wxWidgets versions? > Was it from the 3.0.x series? If so then it is only faint related to the > wxWidgets 3.2 version. > It was already fixed in the repository (changeset edfddc6070ca). See also >

[Hugin-bug-hunters] [Bug 1989723] [NEW] aborts on startup when built against wxwidgets3.2

2022-09-15 Thread Andreas Metzler
Public bug reported: Hello, I have tried building hugin 2021.0 against wxwidgets3.2. It builds fine (some new deprecation warnings), but the binary is non-functional. It aborts immediately on startup, offering to save some debugging info (attached). cu Andreas ** Affects: hugin

Re: [Hugin-bug-hunters] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-25 Thread Andreas Metzler
On 2022-09-25 tmodes <1989...@bugs.launchpad.net> wrote: > Hi Andreas, > does it works now? > How can the build instruction be more clear? Suggestions are always welcome. [...] Hello Thomas, I do not think hugin can do anything about it but the EGL situation seems to broken globally. WX really

[Hugin-bug-hunters] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-25 Thread Andreas Metzler
** Bug watch added: Debian Bug tracker #1020640 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020640 ** Bug watch added: github.com/nigels-com/glew/issues #321 https://github.com/nigels-com/glew/issues/321 ** Bug watch added: github.com/nigels-com/glew/issues #315

Re: [Hugin-bug-hunters] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-16 Thread Andreas Metzler
On 2022-09-15 Andreas Metzler <1989...@bugs.launchpad.net> wrote: > On 2022-09-15 tmodes <1989...@bugs.launchpad.net> wrote: >> What was the last working wxWidgets versions? >> Was it from the 3.0.x series? If so then it is only faint related to the >> wxWidge

[Hugin-bug-hunters] [Bug 2002559] [NEW] build error with flann 1.9.2

2023-01-11 Thread Andreas Metzler
Public bug reported: Hello, this was originally reported in https://bugs.debian.org/1027934 hugin 2022.0.0 fails to build against flann 1.9.2 since it does not use FLANN_LIBRARY_DIRS as set by CMakeModules/FindFLANN.cmake ~~~ [ 50%] Linking CXX executable cpfind cd