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

fix steghide install when /bin/sh is dash #1952

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

jlucas8
Copy link
Contributor

@jlucas8 jlucas8 commented Jun 16, 2024

When /bin/sh is symlinked to the dash shell, app-crypt/steghide compiles just fine but fails at the installation phase with the following error:

[...]
  /bin/sh libtool --tag=CXX   --mode=install /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c steghide '/var/tmp/portage/app-crypt/steghide-0.5.1-r1/image/usr/bin'
/bin/sh: 0: cannot open libtool: No such file
make[2]: *** [Makefile:439: install-binPROGRAMS] Error 2
[...]

This PR fixes it.

@blshkv
Copy link
Contributor

blshkv commented Jun 16, 2024

this is all weird darwin problems. But the patch is similar with what we have in src_compile section. So let it be.

@blshkv blshkv merged commit cfca150 into pentoo:master Jun 16, 2024
2 checks passed
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 this pull request may close these issues.

2 participants