Opened 7 years ago

Closed 7 years ago

#302 closed defect (invalid)

qmake no longer works after yum update

Reported by: ak120 Owned by:
Priority: major Milestone: Qt Enhanced
Component: qmake Version: 4.7.3
Severity: high Keywords:
Cc:

Description

By updating a system with yum, qmake no longer works.
Output:
sh.exe: 1: cd: can't cd to c:Projektqtkapow-1.4.4.2

Change History (4)

comment:1 Changed 7 years ago by Silvan Scherrer

Resolution: invalid
Status: newclosed

qmake is not designed to work with a shell beside cmd. qmake always needs cmd as the shell. this is/was the case since ever.

comment:2 Changed 7 years ago by ak120

Thanks, I know about this. Before posting here I read the README file.
My environment values are OS2_SHELL=C:\OS2\CMD.EXE and MAKESHELL=C:\OS2\CMD.EXE.
And qmake is run from CMD.EXE inside a OS/2 window. So what's the reason for it wants to call a different shell, which I did not have specified anywhere?

comment:3 Changed 7 years ago by ak120

Resolution: invalid
Status: closedreopened

comment:4 Changed 7 years ago by Silvan Scherrer

Resolution: invalid
Status: reopenedclosed

this is only possible if you changed qmake.conf or such. It's for sure a local env issue, as else we all could not build anymore.

Note: See TracTickets for help on using tickets.