-
Notifications
You must be signed in to change notification settings - Fork 137
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
make install does not respect LIBDIR, always installs to LIBDIR/../lib/ #646
Comments
@jimklimov I guess the Makefile.am in lib needs a tweak too |
Sorry, missed the notification. I'll take a look soon. @github: I miss a "facepalm" emoticon in the list. |
Confirming the issue. Oddly enough, things installed by
This may be thanks to our
|
Thinking of the latter, I wonder if installing znapzend dependencies from third party modules into system perl location is correct or a problem as well? Maybe needs a |
As for this issue, the problem seems to be with detection of In the |
With the fix: default configuration (private libdir):
With a customized libdir:
QUESTION: @spike77453 @oetiker : is presence of |
…all") and PERL_MODULES_EXTRA_DIST (for dist tarballing) [oetiker#646] Signed-off-by: Jim Klimov <jimklimov@gmail.com>
That's how it's been until e690f41 so it's not a huge issue. However, I've never submitted a package review to Fedora/EPEL (mainly due to time concerns, I'd need to maintain/package the missing perl libraries as well) and only maintained a copr repository with much looser restrictions. Please keep in mind that my use case is rather narrow and I'm only concerned about Fedora/EPEL (and not particular familiar with the perl ecosystem on top of that) so please take what I say with a grain of salt. I can ask the folks of the Fedora Perl SIG though if you need a more informed answer. |
…inimize confusion From issue oetiker#646 discussion follow-up Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…inimize confusion From issue oetiker#646 discussion follow-up Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…inimize confusion From issue oetiker#646 discussion follow-up Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…inimize confusion From issue oetiker#646 discussion follow-up Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…inimize confusion From issue oetiker#646 discussion follow-up Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…inimize confusion From issue oetiker#646 discussion follow-up Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Since znapzend 0.22.0
make install
does not respectLIBDIR
any more and tries to install the*.pm
files toLIBDIR/.../lib/
:git bisect
says it was introduced in this commit: e690f41The text was updated successfully, but these errors were encountered: