hugin: panorama pictures

Hi,

I have recently installed installed hugin on FreeBSD 9 to stitch some images to a panorama view together. In the lastest version of hugin (2011.4.0) there is an assistant for making panorama views which applies some steps to images whereat the last step fails with the following messages:
Checking nona...gmake: free: command not found
gmake: [info] error 127 (ignored)

nona -z LZW -r ldr -m TIFF_m -o STA_0057-STB_00hr -i 0 /tmp/huginpto_Guwvm8
gmake: *** [STA_0057-STB_00hr0000.tif] Segmentation fault: 11

I absolutely don't know what's missing there. I reinstalled gmake and hugin but without success and also executed the last command (nona) without hugin and received:

WARN: 16:14:38.482467 (/usr/ports/graphics/hugin/work/hugin-2011.4.0/src/hugin_base/panodata/Panorama.cpp:1792) readData(): Failed to read from dataInput.
error while parsing panos tool script: /tmp/huginpto_Guwvm8

Are you currently running hugin ? Do you know the reason for this problem?

Best regards

I also want to attach the complete protocol for your information:

===========================================================================
*************** Panorama makefile generated by Hugin ***************
===========================================================================
System information
===========================================================================
Operating system: FreeBSD
Release: 9.0-RELEASE
Kernel version: FreeBSD 9.0-RELEASE #1: Sat Sep 8 16:23:32 CEST 2012 user@machine:/usr/obj/usr/src/sys/VESAKERN
Machine: i386
Disc usage
Filesystem Size Used Avail Capacity Mounted on
/dev/ada0s4a 59G 22G 32G 41% /
devfs 1.0k 1.0k 0B 100% /dev
procfs 4.0k 4.0k 0B 100% /proc
fdescfs 1.0k 1.0k 0B 100% /dev/fd
linprocfs 4.0k 4.0k 0B 100% /compat/linux/proc
Memory usage
===========================================================================
Output options
===========================================================================
Hugin Version: 2011.4.0.cf9be9344356
Project file: /tmp/huginpto_Guwvm8
Output prefix: STA_0057-STB_00hr
Projection: Equirectangular Panini (16)
Field of view: 110 x 56
Canvas dimensions: 4696 x 2398
Crop area: (82,75) - (4696,2370)
Output exposure value: 8.73
Selected outputs
Normal panorama
* Blended panorama
===========================================================================
Input images
===========================================================================
Number of images in project file: 2
Number of active images: 2
Image 0: /tmp/STA_0057.JPG
Image 0: Size 4608x3456, Exposure: 8.77
Image 1: /tmp/STB_0058.JPG
Image 1: Size 4608x3456, Exposure: 8.68
===========================================================================
Testing programs
===========================================================================
Checking nona...gmake: free: command not found
gmake: [info] error 127 (ignored)
[OK]
Checking enblend...[OK]
Checking enfuse...[OK]
Checking hugin_hdrmerge...[OK]
Checking exiftool...[OK]
===========================================================================
Stitching panorama
===========================================================================
nona -z LZW -r ldr -m TIFF_m -o STA_0057-STB_00hr -i 0 /tmp/huginpto_Guwvm8
gmake: *** [STA_0057-STB_00hr0000.tif] Segmentation fault: 11
 
Hugin has worked for me in the past. I'm seeing a similar error:
Code:
nona  -z LZW -r ldr -m TIFF_m -o pano -i 0 /tmp/huginpto_txLCUu
gmake: *** [pano0000.tif] Bus error: 10 (core dumped)
 
Back
Top