Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806244 - app-misc/mosquitto-2.0.10 and 2.0.11: install: cannot stat 'mosquitto_passwd': No such file or directory
Summary: app-misc/mosquitto-2.0.10 and 2.0.11: install: cannot stat 'mosquitto_passwd'...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL: https://github.com/eclipse/mosquitto/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-03 07:27 UTC by digital.or
Modified: 2021-08-21 00:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge--info.txt (emerge--info.txt,7.81 KB, text/plain)
2021-08-03 07:27 UTC, digital.or
Details
build.log (build.log,63.28 KB, text/x-log)
2021-08-03 07:32 UTC, digital.or
Details

Note You need to log in before you can comment on or make changes to this bug.
Description digital.or 2021-08-03 07:27:46 UTC
Created attachment 729804 [details]
emerge--info.txt

Problem:

Compilation of package works fine but installation fails with error:
install: cannot stat 'mosquitto_passwd': No such file or directory

mosquitto_passwd is not compiled with USE=-ssl but installer still tries to install it.


Workaround:

enable ssl
Comment 1 digital.or 2021-08-03 07:32:43 UTC
Created attachment 729808 [details]
build.log
Comment 2 Larry the Git Cow gentoo-dev 2021-08-21 00:44:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d86e3fbe90ef95a393ebd628174f38b5a514a4

commit 49d86e3fbe90ef95a393ebd628174f38b5a514a4
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-08-21 00:43:17 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-08-21 00:44:39 +0000

    app-misc/mosquitto: Fix installation with USE=-ssl
    
    Closes: https://bugs.gentoo.org/806244
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 ...2.0.11-Fix-installation-using-WITH_TLS-no.patch | 29 ++++++++++++++++++++++
 app-misc/mosquitto/mosquitto-2.0.11.ebuild         |  4 +++
 2 files changed, 33 insertions(+)