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

GDB is missing on macOS #35677

Closed
edolstra opened this issue Feb 26, 2018 · 2 comments
Closed

GDB is missing on macOS #35677

edolstra opened this issue Feb 26, 2018 · 2 comments
Labels
0.kind: bug 6.topic: darwin Running or building packages on Darwin
Projects

Comments

@edolstra
Copy link
Member

Issue description

The GDB package (8.0.1) on macOS does not contain GDB:

$ nix build -f channel:nixos-17.09 gdb --argstr system x86_64-darwin

$ ls -l ./result/
total 16
dr-xr-xr-x 2 root root 4096 Jan  1  1970 include
dr-xr-xr-x 2 root root 4096 Jan  1  1970 lib
dr-xr-xr-x 2 root root 4096 Jan  1  1970 nix-support
dr-xr-xr-x 4 root root 4096 Jan  1  1970 share

The build log contains:

*** This configuration is not supported in the following subdirectories:
    zlib gdb sim

GDB 7.12.1 from the 17.03 channel did work.

@edolstra edolstra added 0.kind: bug 6.topic: darwin Running or building packages on Darwin labels Feb 26, 2018
@dtzWill
Copy link
Member

dtzWill commented Mar 6, 2018

Probably one of our configure flags isn't supported on Darwin? This should be easy to investigate/fix for someone with a Darwin machine.

@matthewbauer
Copy link
Member

This was fixed in #36378

@LnL7 LnL7 closed this as completed Mar 18, 2018
@veprbl veprbl added this to Package pain points in Darwin Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug 6.topic: darwin Running or building packages on Darwin
Projects
Darwin
  
Package pain points
Development

No branches or pull requests

4 participants