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

foundationdb60: flow/Knobs.cpp:131:63: error: 'log' was not declared in this scope #101509

Closed
omasanori opened this issue Oct 23, 2020 · 2 comments
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md

Comments

@omasanori
Copy link
Contributor

Describe the bug
Building foundationdb60 fails with the following messages:

flow/Knobs.cpp: In constructor 'FlowKnobs::FlowKnobs(bool, bool)':
flow/Knobs.cpp:131:63: error: 'log' was not declared in this scope
  init( METRIC_LEVEL_DIVISOR,                             log(4) );
                                                               ^
flow/Knobs.cpp:26:45: note: in definition of macro 'init'
 #define init( knob, value ) initKnob( knob, value, #knob )

To Reproduce
Steps to reproduce the behavior:

  1. nix-build . -A foundationdb60

Expected behavior
It builds successfully.

Notify maintainers
@thoughtpolice

Metadata

  • system: "x86_64-linux"
  • host os: Linux 4.19.128-microsoft-standard, Ubuntu, 20.04.1 LTS (Focal Fossa)
  • multi-user?: no
  • sandbox: yes
  • version: nix-env (Nix) 2.3.8
  • channels(omasanori): "nixpkgs-21.03pre246624.cfed29bfcb2"
  • nixpkgs: /home/omasanori/.nix-defexpr/channels/nixpkgs

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
  - foundationdb60
  - python27Packages.foundationdb60
  - python37Packages.foundationdb60
  - python38Packages.foundationdb60
# a list of nixos modules affected by the problem
module:
@stale
Copy link

stale bot commented Jun 6, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 6, 2021
@thoughtpolice
Copy link
Member

This was fixed in cd98de0, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Projects
None yet
Development

No branches or pull requests

2 participants