Closed e12e closed 10 years ago
From what I see, this seems to be a problem before the autotools even get involved. Something about the /bin/sh not comprehending some variable substitution in the code written to the "./bootstrap" script generated. Which is odd, because this portion of the prebuild stuff hasn't been touched for ages (not in the stable branch at any rate).
Can you attach the "./prebuild" file generated?
The only difference in the non-working, default /bootstrap and the fixed one is the shebang:
1c1
< #!/bin/sh -x
---
> #!/bin/bash -x
Attaching the non-working version below
.
Never mind -- I can no longer reproduce the error. Could be I ran this in some long-running shell/session and had some strange environment stuff set (I've since done an aptitude upgrade, and a reboot, so I can't recreate the situation). Very strange indeed. Closing -- must've been something odd on my end...
Hi,
I encountered a strange bug when trying to build povray 3.7 stable on Debian 7.0 wheezy:
The closest similar thing I could find is this old Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447022
I don't think this is the exact same thing, but I'd guess it is either a bug in Debian's autotools, or some strange interaction with the version Debian uses, and whatever povray upstram uses.
Not sure if I advocate making this change in povray, but thought I'd file a bug here so the (mis)behaviour (and possible fix) is documented.