[Bug 1254716] Re: Make of stitched image fails (bug in variable expansion)

2014-04-29 Thread tmodes
*** This bug is a duplicate of bug 1227813 ***
https://bugs.launchpad.net/bugs/1227813

Move the images to an other path than /tmp or update to newer version. 
See https://bugs.launchpad.net/hugin/+bug/1227813

** This bug has been marked a duplicate of bug 1227813
   Fails to stitch in mktemp -d directory with ptbatcher

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

Title:
  Make of stitched image fails (bug in variable expansion)

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

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


[Bug 1254716] Re: Make of stitched image fails (bug in variable expansion)

2013-11-25 Thread Hadmut Danisch
Yeah, the Makefile contains

# first input image
INPUT_IMAGE_1=Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2749.tif
INPUT_IMAGE_1_SHELL=Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2749.tif

# all input images
INPUT_IMAGES=Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2749.tif\
Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2750.tif\
Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2751.tif\
Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2752.tif\
...


so the bug is that it drops only the first element of the path (/tmp/) instead 
of all. The path should be either complete (starting with /tmp/...) or no path 
at all.

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

Title:
  Make of stitched image fails (bug in variable expansion)

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

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