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

make DESTDIR=... install of znapzend also sends CPANM modules to that location when building from scratch #651

Closed
jimklimov opened this issue May 27, 2024 · 0 comments · Fixed by #652

Comments

@jimklimov
Copy link
Contributor

Found while investigating for issue #646:

:; make distclean ; rm -rf /dev/shm/zzz-0.22.0 ; ./bootstrap.sh ; ./configure ; make DESTDIR=/dev/shm/zzz-0.22.0 install &&  find /dev/shm/zzz-0.22.0 -ls

ends up with a gazillion files like /dev/shm/zzz-0.22.0/home/jim/znapzend/thirdparty/lib/perl5/Test/Mojo.pm (offset by DESTDIR and my HOME-based THIRDPARTY_DIR value).

Will post a fix for that as well.

jimklimov added a commit to jimklimov/znapzend that referenced this issue May 27, 2024
…s for the build [oetiker#651]

Signed-off-by: Jim Klimov <jimklimov@gmail.com>
jimklimov added a commit to jimklimov/znapzend that referenced this issue May 27, 2024
… MAKEFLAGS when retrying in case it fails due to random fuzzy logic of cpanm [oetiker#651]

Signed-off-by: Jim Klimov <jimklimov@gmail.com>
jimklimov added a commit to jimklimov/znapzend that referenced this issue May 27, 2024
…n make [oetiker#651]

Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant