← Back to team overview

hugin-devs team mailing list archive

[Bug 773325] [NEW] sh error in sticking

 

Public bug reported:

At the last step in sticking images there is a strange error. Here is the log file:
===========================================================================
DSC09240.jpg DSC09241.jpg DSC09242.jpg DSC09243.jpg DSC09244.jpg Panorama makefile generated by Hugin DSC09240.jpg DSC09241.jpg DSC09242.jpg DSC09243.jpg DSC09244.jpg
===========================================================================
System information
===========================================================================
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `echo Operating System: Windows 7 (6.1 Service Pack 1)'
make: *** [info] Error 258

The solution is to manually edit the generated pto.mk file and change the line SHELL="C:/Windows/system32/cmd.exe" to
SHELL=/bin/sh.exe
and then executing manually make -f xxxxxx.pto.mk from a shell (/bin/sh.exe)

The machine is windows 7 and have installed minGW.

** 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/773325

Title:
  sh error in sticking

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  At the last step in sticking images there is a strange error. Here is the log file:
  ===========================================================================
  DSC09240.jpg DSC09241.jpg DSC09242.jpg DSC09243.jpg DSC09244.jpg Panorama makefile generated by Hugin DSC09240.jpg DSC09241.jpg DSC09242.jpg DSC09243.jpg DSC09244.jpg
  ===========================================================================
  System information
  ===========================================================================
  /bin/sh: -c: line 0: syntax error near unexpected token `('
  /bin/sh: -c: line 0: `echo Operating System: Windows 7 (6.1 Service Pack 1)'
  make: *** [info] Error 258

  The solution is to manually edit the generated pto.mk file and change the line SHELL="C:/Windows/system32/cmd.exe" to
  SHELL=/bin/sh.exe
  and then executing manually make -f xxxxxx.pto.mk from a shell (/bin/sh.exe)

  The machine is windows 7 and have installed minGW.


Follow ups

References