After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647517 - make install prepends a slash to the installation path
make install prepends a slash to the installation path
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.7.4
Other Cygwin
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-04-12 02:08 UTC by Mark Abraham
Modified: 2013-12-24 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark Abraham 2011-04-12 02:08:30 UTC
On Cygwin, using either

./configure
make
make install

or

./configure --prefix /usr/local
make
make install

I observe

$ make install
/usr/bin/install -d //usr/local/bin
/usr/bin/install: cannot create directory `//usr': No such file or directory
make: *** [install] Error 1

The extra slash before /usr/local/bin causes problems.

I can work around the problem with

./configure --prefix usr/local
Comment 1 albert 2013-10-20 11:17:53 UTC
Submitted patch to doxygen github.
Pull request 46
Comment 2 Mark Abraham 2013-10-20 19:50:17 UTC
Thanks!
Comment 3 albert 2013-10-21 18:02:04 UTC
Code has been integrated into git
Comment 4 Dimitri van Heesch 2013-12-24 19:00:11 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferrably in the form of a self-contained example).