Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] QT4's qmake is titled differently on Fedora 21 (Origin: bugzilla #745870) #5756

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Labels
doxywizard bug is specific for the wizard

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status VERIFIED severity normal in component doxywizard for ---
Reported in version 1.8.9.1-GIT on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2015-03-09 00:50:38 +0000, Kevin McBride wrote:

Created attachment 298846
Patch for adding support to find the qt4 qmake on Fedora 21

The qmake on Fedora 21 is named "qmake-qt4" under "/usr/bin". The configure script in GIT nor the 1.8.9.1 source tarball see this variation. This causes configure to stop, thinking it can not find the required qmake.

There are two solutions to this problem:

  1. sym or hard link "qmake-qt4" to "qmake" in /usr/bin (which should be explained in the documentation of doxygen should this be Dimitri's decision to resolve this bug)

  2. Include attached patch with the next GIT update.

On 2015-03-09 18:35:19 +0000, albert wrote:

I've just pushed and updated patch for this problem to github (pull request 307).
The updated patch does not need to copy or link the executable and does look on multiple places.

On 2015-03-09 19:18:17 +0000, Dimitri van Heesch wrote:

Thanks, I've merged the pull request

On 2015-03-10 01:34:13 +0000, Kevin McBride wrote:

Created attachment 298938
Patch fixing a mistake in the Pull Request

When I updated my GIT copy of the doxygen source, the pull request uses "gmake-qt4" instead of "qmake-qt4". The patch corrects this mistake in the configure script.

I would have done another pull request myself, but I am new to GIT repositories.

On 2015-03-10 18:56:33 +0000, albert wrote:

Created correction as pull request 309

On 2015-03-10 21:14:32 +0000, Kevin McBride wrote:

I see that pull request 309 has been merged into GIT. After downloading the correction in an empty directory, I find that I no longer need to do anything extra to get doxywizard to compile on Fedora 21. I will leave this bug as assigned due to how Dimitri wants bug reports handled upon the next release of Doxygen.

On 2015-06-27 19:01:43 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.10. 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 (preferably in the form of a self-contained example).

On 2015-06-29 03:09:25 +0000, Kevin McBride wrote:

Thanks to CMake, this problem has been fixed. The hotfixes attempted prior to implementing CMake as the build system are now obsolete.

@doxygen doxygen closed this as completed Jul 19, 2018
@doxygen doxygen added the doxywizard bug is specific for the wizard label Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doxywizard bug is specific for the wizard
Projects
None yet
Development

No branches or pull requests

1 participant