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

Build failure: percona-server #382556

Closed
3 tasks done
darkkeks opened this issue Feb 16, 2025 · 1 comment · Fixed by #383083
Closed
3 tasks done

Build failure: percona-server #382556

darkkeks opened this issue Feb 16, 2025 · 1 comment · Fixed by #383083
Assignees
Labels
0.kind: build failure A package fails to build

Comments

@darkkeks
Copy link

Nixpkgs version

  • Unstable (25.05)

Steps to reproduce

nix build github:nixos/nixpkgs/nixpkgs-unstable#percona-server

Can Hydra reproduce this build failure?

Yes, Hydra can reproduce this build failure.

Link to Hydra build job

https://hydra.nixos.org/build/287017684

Relevant log output

[  3%] Building CXX object libs/mysql/serialization/CMakeFiles/mysql_serialization.dir/archive_binary.cpp.o
In file included from /tmp/nix-build-percona-server-8.4.3-3.drv-0/percona-server-8.4.3-3/libs/mysql/serialization/archive_binary.cpp:24:
In file included from /tmp/nix-build-percona-server-8.4.3-3.drv-0/percona-server-8.4.3-3/libs/mysql/serialization/archive_binary.h:29:
/tmp/nix-build-percona-server-8.4.3-3.drv-0/percona-server-8.4.3-3/libs/mysql/serialization/archive.h:84:43: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
   84 |     return Archive_derived_type::template get_size(std::forward<Type>(arg));
      |                                           ^
/tmp/nix-build-percona-server-8.4.3-3.drv-0/percona-server-8.4.3-3/libs/mysql/serialization/archive.h:91:43: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
   91 |     return Archive_derived_type::template get_size_written();
      |                                           ^
2 errors generated.
make[2]: *** [libs/mysql/serialization/CMakeFiles/mysql_serialization.dir/build.make:79: libs/mysql/serialization/CMakeFiles/mysql_serialization.dir/archive_binary.cpp.o] Error 1

Additional context

Should be fixed in the next release: https://perconadev.atlassian.net/browse/PS-9542

System metadata

darkkeks:~$ nix-shell -p nix-info --run "nix-info -m"

  • system: "aarch64-darwin"
  • host os: Darwin 23.6.0, macOS 14.7.2
  • multi-user?: yes
  • sandbox: no
  • version: nix-env (Nix) 2.24.10
  • channels(root): "nixpkgs"
  • nixpkgs: /nix/store/djws0nzaa2g7xz9iv90ja8yxqddm37yy-source

Notify maintainers

@osnyx @leona-ya


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

@darkkeks darkkeks added the 0.kind: build failure A package fails to build label Feb 16, 2025
@leona-ya leona-ya self-assigned this Feb 16, 2025
@leona-ya
Copy link
Member

There are two different problems:

  • master: broken symlink
  • staging-next: clang compile error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants