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

syslinux: fix missing mtools dependency #11549

Merged
merged 1 commit into from
Dec 14, 2015
Merged

Conversation

jgillich
Copy link
Member

@jgillich jgillich commented Dec 8, 2015

closes #11472

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @wkennington, @edolstra and @dezgeg to be potential reviewers

@dezgeg
Copy link
Contributor

dezgeg commented Dec 8, 2015

This doesn't seem to actually make mtools a runtime dependency: nix-store -q --tree /nix/store/k31kkci0f5w9kxa4pr7q97zd6c6zdz11-syslinux-2015-11-09 | grep mtools returns no hits.

The references to mcopy are:

$ strings /nix/store/k31kkci0f5w9kxa4pr7q97zd6c6zdz11-syslinux-2015-11-09/bin/syslinux | grep mcopy                                                                                                                                                           21:52:22
mcopy -D o -D O -o - s:/ldlinux.sys
mcopy -D o -D O -o - s:/ldlinux.c32

So you'd have to either patch the absolute path to mcopy there, or use wrapProgram.

@jgillich jgillich force-pushed the syslinux branch 2 times, most recently from cfa65b3 to 91a78df Compare December 9, 2015 02:05
@jgillich
Copy link
Member Author

jgillich commented Dec 9, 2015

@dezgeg Ok I'm still rebuilding because of bash and don't know how long it will take, can you check if this one is correct? Thanks!

@jgillich
Copy link
Member Author

$ nix-store -q --tree /nix/store/k4zh2spsaax99y9zjv3smdkwvnr00pbk-syslinux-2015-11-09/ | grep mtools
+---/nix/store/7d5cxpcvkygsfmvrys7sz3ywj8bj6b9r-mtools-4.0.18
|   +---/nix/store/7d5cxpcvkygsfmvrys7sz3ywj8bj6b9r-mtools-4.0.18 [...]

Should be all good now.

@jgillich
Copy link
Member Author

@jagajaga Mind taking a look? Thanks!

@jagajaga
Copy link
Member

I'm not a syslinux guy :(
Cc @Phreedom @wkennington

@wkennington
Copy link
Contributor

Lgtm
On Thu, Dec 10, 2015 at 10:27 PM Arseniy Seroka notifications@github.com
wrote:

I'm not a syslinux guy :(
Cc @Phreedom https://github.com/Phreedom @wkennington
https://github.com/wkennington


Reply to this email directly or view it on GitHub
#11549 (comment).

@jgillich
Copy link
Member Author

Somebody still has to hit merge. :)

jagajaga added a commit that referenced this pull request Dec 14, 2015
syslinux: fix missing mtools dependency
@jagajaga jagajaga merged commit fcf8828 into NixOS:master Dec 14, 2015
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.

syslinux: missing mtools dependency
5 participants