[Hugin-devs] [Bug 679909] Re: Add some warning about low disc space

2011-04-22 Thread tmodes
You put your code into the unix specific part. But the include is processed for 
all operating systems.
So this will not work on windows and maybe mac.
Hugin runs on different OS and the code should respect this.

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

Title:
  Add some warning about low disc space

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  Taken from discussion about bug #2531227:
  (nobody) said: wouldn't be appropriate to have some sort of warning about disk
  space? Just a suggestion :)

  This could be solved by monitoring disc space and when it gets running
  low pause make process and warn user. Problem is that pausing enblend
  or enfuse would be quite challenging.

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 749669] Re: crash opening image files with 'open project'

2011-04-22 Thread tmodes
Your patch rejects too much characters. 
Hugin is capable to work with filenames with nearly all characters. But your 
patch rejects all advanced characters e.g. äöüß from german, but other language 
are also affected. On unix Hugin works with filenames with characters from 
nearly the whole UTF-8 and hugin is multi lingual. This should the code respect.

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

Title:
  crash opening image files with 'open project'

Status in Hugin - Panorama Tools GUI:
  In Progress
Status in Fedora:
  Unknown

Bug description:
  This was reported in the fedora bugzilla by Robert Kief:
  https://bugzilla.redhat.com/show_bug.cgi?id=693111

  Steps to reproduce:

  Select File - Open.
  Change the pattern match at the bottom to 'All files (*).
  Select a TIFF or JPEG file.
  Click Open.
  crash_function: HuginBase::PanoramaMemento::loadPTScript

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 760874] Re: Panorama fails on enblend error

2011-04-22 Thread tmodes
There is something messed up with your project. The output cancas size is 
probably too big (nearly 85 Gigapixel).
Also check the preview. There is no image in the output rectangle. So check 
your project.
This error is also covered by the FAQ: 
http://wiki.panotools.org/Hugin_FAQ#enblend:_no_input_files_specified

** Changed in: hugin
   Status: New = Invalid

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

Title:
  Panorama fails on enblend error

Status in Hugin - Panorama Tools GUI:
  Invalid

Bug description:
   I upgraded to Ubuntu Maverick from Lucid (though I have no idea if
  there is a connection but there was no Hugin upgrade). Hugin has
  always worked fine but now when I try to create a panorama I am
  getting this error:

  Checking nona...[OK]
  Checking enblend...[OK]
  Checking enfuse...[OK]
  Checking hugin_hdrmerge...[OK]
  Checking exiftool...[OK]
  enblend --compression 100 -f453880x187432 -o test.jpg  
  enblend: no input files specified
  make: *** [test.jpg] Error 1

  I can see the images in the assistant for alignment and control points
  and the control points are created. I can optimize fine but this is
  the error that I get when I hit the create panorama button. Also, the
  preview is black. The images are large but that has never been an
  issue in the past.

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 768899] [NEW] hugin-generated makefiles don't work with bash

2011-04-22 Thread David Hodges
Public bug reported:

it took me a while to figure out that hugin won't work unless the first 
instance of sh in the path is zsh (or similar).
if it is bash or ksh, it will fall over on lines like

@echo Operating System: Windows XP (5.1 Service Pack 3)

because the ( character is not enclosed within quotes.

if the string after @echo is enclosed in double quotes -  - I believe
it will work with every shell, not just zsh - seems like this would be
an easy change to implement and save some grief (alternately, make hugin
put its own directory first in the PATH when running make, so that zsh
is the first copy of sh in the PATH)

** Affects: hugin
 Importance: Undecided
 Status: New

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

Title:
  hugin-generated makefiles don't work with bash

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  it took me a while to figure out that hugin won't work unless the first 
instance of sh in the path is zsh (or similar).
  if it is bash or ksh, it will fall over on lines like

  @echo Operating System: Windows XP (5.1 Service Pack 3)

  because the ( character is not enclosed within quotes.

  if the string after @echo is enclosed in double quotes -  - I believe
  it will work with every shell, not just zsh - seems like this would be
  an easy change to implement and save some grief (alternately, make
  hugin put its own directory first in the PATH when running make, so
  that zsh is the first copy of sh in the PATH)

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 679909] Re: Add some warning about low disc space

2011-04-22 Thread Dipak Chirmade
** Patch removed: dipak-chirmade-Bug-#679909.patch
   
https://bugs.launchpad.net/hugin/+bug/679909/+attachment/2080446/+files/dipak-chirmade-Bug-%23679909.patch

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

Title:
  Add some warning about low disc space

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  Taken from discussion about bug #2531227:
  (nobody) said: wouldn't be appropriate to have some sort of warning about disk
  space? Just a suggestion :)

  This could be solved by monitoring disc space and when it gets running
  low pause make process and warn user. Problem is that pausing enblend
  or enfuse would be quite challenging.

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 768899] Re: hugin-generated makefiles don't work with bash

2011-04-22 Thread tmodes
*** This bug is a duplicate of bug 727406 ***
https://bugs.launchpad.net/bugs/727406

The next one who did not read the FAQ or can use the search function:
http://wiki.panotools.org/Hugin_FAQ#Stitching_fails_on_Windows_.28syntax_error.29
https://bugs.launchpad.net/hugin/+bug/696646
https://bugs.launchpad.net/hugin/+bug/703788
https://bugs.launchpad.net/hugin/+bug/727406
https://bugs.launchpad.net/hugin/+bug/761140

** Changed in: hugin
   Status: New = Invalid

** This bug has been marked a duplicate of bug 727406
   Error during stitching a panorama in Windows 7 (32 bit Starter Edition)
 * You can subscribe to bug 727406 by following this link: 
https://bugs.launchpad.net/hugin/+bug/727406/+subscribe

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

Title:
  hugin-generated makefiles don't work with bash

Status in Hugin - Panorama Tools GUI:
  Invalid

Bug description:
  it took me a while to figure out that hugin won't work unless the first 
instance of sh in the path is zsh (or similar).
  if it is bash or ksh, it will fall over on lines like

  @echo Operating System: Windows XP (5.1 Service Pack 3)

  because the ( character is not enclosed within quotes.

  if the string after @echo is enclosed in double quotes -  - I believe
  it will work with every shell, not just zsh - seems like this would be
  an easy change to implement and save some grief (alternately, make
  hugin put its own directory first in the PATH when running make, so
  that zsh is the first copy of sh in the PATH)

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 761231] Re: Image cache memory can't be set above 2047MB

2011-04-22 Thread wedge
I can confirm this.

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

Title:
  Image cache memory can't be set above 2047MB

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  
  When setting the image cache memory (file/preferences/general) to any value 
above 2047MB it resets to 1MB.

  If I then click cancel, it does not stay at 2047, but goes ahead and
  sets the cache to 1MB.

  Windows 7 64 bit, AMD Phenom II 6 core  1100T, 8GB RAM
  Hugin 2011.0.0.8f1447ab8649

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [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
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/679164

Title:
  hugin invokation of make failure on MAKEFLAGS=-j2

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  Hello,

  this has originally been reported by Helmut Grohne in 
http://bugs.debian.org/525494.
  --
  nona -z PACKBITS -r ldr -m TIFF_m -o blah -i 0 /tmp/huginpto_deFg2s
  nona -z PACKBITS -r ldr -m TIFF_m -o blah -i 1 /tmp/huginpto_deFg2s
  nona -z PACKBITS -r ldr -m TIFF_m -o blah -i 2 /tmp/huginpto_deFg2s
  rm blah.tif blah0001.tif blah0002.tif 
  enblend --compression LZW -m 1500 -f2277x4564 -o blah.tif blah.tif 
blah0001.tif blah0002.tif 

  enblend: error opening input file blah.tif:

  Precondition violation!
  Unable to open file 'blah.tif'.

  make: *** [blah.tif] Fehler 1
  --

  Hugin stitiching breaks if MAKEFLAGS=-j2 is set. The reason is a rather 
simple one, during stitching hugin invokes make all clean. With 
parallelisation clean is run before all is finished and this happens with three 
images and -j2 (xa and xb are run in parallel):
  1a nona for image 1
  1b nona for image 2
  --
  2a nona for image 3
  2b rm temporary files, including the output the first nona invocations
  --
  3a run enblend, which fails due to missing files.

  The correct fix is to only run clean after all has finished (make all  make 
clean). Removing MAKEFLAGS from the environment might not hurt but should be 
configurable.
  See also 
https://sourceforge.net/tracker/?func=detailaid=2781240group_id=77506atid=550441.

  This is verified for 0.7.0, but afaict this should also apply to SVN
  HEAD (0.8.0 prerelease r3801), which invokes make test all clean.

  thanks, cu andreas

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 679909] Re: Add some warning about low disc space

2011-04-22 Thread Dipak Chirmade
Please find attached patch which has only gnu/linux specific fix for the
time being. Thanks for pointing out the issue! ...

** Patch added: dipak-chirmade-Bug-#679909.patch
   
https://bugs.launchpad.net/hugin/+bug/679909/+attachment/2082939/+files/dipak-chirmade-Bug-%23679909.patch

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

Title:
  Add some warning about low disc space

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  Taken from discussion about bug #2531227:
  (nobody) said: wouldn't be appropriate to have some sort of warning about disk
  space? Just a suggestion :)

  This could be solved by monitoring disc space and when it gets running
  low pause make process and warn user. Problem is that pausing enblend
  or enfuse would be quite challenging.

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp