make: *** [info] Error 1

Bug #708363 reported by melmarc
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Hugin
Fix Released
Undecided
Unassigned

Bug Description

Der Befehl "C:\Users\M" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Das System kann den angegebenen Pfad nicht finden.
make: *** [info] Error 1

New installation on a win 7 64bit system. (HuginSetup_2010.4.0-64bit_Windows).

Tags: error make
Revision history for this message
melmarc (marcnell) wrote :
melmarc (marcnell)
tags: added: error make
Revision history for this message
tmodes (tmodes) wrote :

Please provide project (.pto) and makefile (.pto.mk) of the project so we can check whats wrong.

Changed in hugin:
status: New → Incomplete
Revision history for this message
melmarc (marcnell) wrote :
Revision history for this message
melmarc (marcnell) wrote :
Revision history for this message
melmarc (marcnell) wrote :

Here are the needed files.

Revision history for this message
melmarc (marcnell) wrote :

pictures are in another folder. same bug:

Der Befehl "C:\Users\M" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Das System kann den angegebenen Pfad nicht finden.
make: *** [info] Error 1

Revision history for this message
melmarc (marcnell) wrote :

Pictures are in another folder. same bug:

Der Befehl "C:\Users\M" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Das System kann den angegebenen Pfad nicht finden.
make: *** [info] Error 1

Revision history for this message
tmodes (tmodes) wrote :

The problem is the ampersand & in the folder name.
It is fixed in the repository and will be fixed in the next release.
As a workaround use a path without the ampersand to store the files.

Changed in hugin:
status: Incomplete → Fix Committed
Revision history for this message
melmarc (marcnell) wrote :

mmm... i have the files in c:\temp and gets the same error message.
The workaround does'nt work.
I have hugin reinstalled with registry clean. -> same error message.

Revision history for this message
tmodes (tmodes) wrote :

Are the source image *and* the stitched panorama in the temp path? Or is one of them still in your user path?

Revision history for this message
melmarc (marcnell) wrote :

All is in the same path. c:\temp
Nothing is in the user path. Please look at the last .ptp.mk.

Revision history for this message
tmodes (tmodes) wrote :

That's strange. In the makefile there is no hint to the path C:\Users\M&S\… which is making trouble. So I don't know where the path is included.
You could try to set Hugins temp dir to c:\temp in the preferences.
Or use an other account which does not have an ampersand in the username.

Revision history for this message
melmarc (marcnell) wrote :

That's very strange. I've set the hugin temp dir to c:\temp. All files, including the make file are in c.\temp.
Hugin produce the same error message.

Revision history for this message
tmodes (tmodes) wrote :

The makefile .pto.mk is not actually used for stitching.
The used makefile is generated in the (windows) temp folder. If starting the stitching, leave the message box open and go to the windows temp folder (c:\Users\M&S\AppData\Local\Temp). There should be 3 files hug????.tmp. One of them is the used makefile (probably the latest one, when you look on the file modification date; the other one are temp project file, if you use an editor to inspect the file, you will recognise the content). Could you try to post this file?

Or open command prompt and execute the following commands:
cd c:\temp
chcp 1252
pto2mk -o test.mk -p test test.pto
make -f test.mk all

(maybe you need to modify the path variable to include the path to hugin, in this case execute the following line before the upper one)
PATH=c:\Path\to\hugin\bin;%PATH%
and post the complete output.

Revision history for this message
melmarc (marcnell) wrote :

Here ist the complete output:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\M&S>cd c:\Temp

c:\Temp>PATH=c:\Programme\Hugin\bin\;%PATH%

c:\Temp>chcp 1252
Aktive Codepage: 1252.

c:\Temp>pto2mk -o test.mk -p test test.pto
number of cmdline args: 1

c:\Temp>make -f test.mk all
Der Befehl "C:\Users\M" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Das System kann den angegebenen Pfad nicht finden.
make: *** [startStitching] Error 1

c:\Temp>

Revision history for this message
melmarc (marcnell) wrote :
Revision history for this message
tmodes (tmodes) wrote :

That's the tmp pto file, not the make file.
Could you post c:\temp\test.mk?

Revision history for this message
melmarc (marcnell) wrote :
Revision history for this message
tmodes (tmodes) wrote :

Thanks. But I don't see where the call to c:\Users\M&S happens.
Do you have an unix like shell in your path (e.g. sh.exe, bash.exe)? If so, try to remove this path from the path variable

Revision history for this message
melmarc (marcnell) wrote :

I don't have any unix like shell in the path.
Maybe, could it be an old entry in the registry? From an older hugin version?

Yuv (yuv)
Changed in hugin:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.