https://issues.apache.org/ooo/show_bug.cgi?id=123683
Bug ID: 123683
Issue Type: DEFECT
Summary: when --with-dmake-url is used configure shouldn't
check for system dmake
Product: Build Tools
Version: 4.0.1
Hardware: All
OS: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: configure
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 81915
--> https://issues.apache.org/ooo/attachment.cgi?id=81915&action=edit
patch
The Solaris Studio compiler comes with a dmake binary, so when I want to have
my cc and CC in the path, I have there dmake as well. This causes failure at
the configure stage:
$ ./configure --disable-mozilla --disable-cups --with-system-python
--enable-presenter-console --enable-wiki-publisher --enable-minimizer
--without-junit
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
...
checking for dmake... checking for dmake... /export/home/hajma/Studio/bin/dmake
using system dmake
checking whether the found dmake is the right dmake... configure: WARNING: no
configure: error: please use --with-dmake-path or --with-dmake-url to specify
dmake executable or source
I would expect that when --with-dmake-url is used, the check for system dmake
would be skipped.
attached patch worked for me
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.