NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.42k stars 13.63k forks source link

Build failure: mysql-workbench #281112

Closed toast003 closed 7 months ago

toast003 commented 8 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. Build mysql-workbench

Build log

https://gist.github.com/toast003/1c61ab22758f4fe72e53e998ea6b63df

Additional context

Stumbled upon this when upgrading my NixOS flake from 317484b1ead87b9c1b8ac5261a8d2dd748a0492d to 9b19f5e77dd906cb52dade0b7bd280339d2a1f3d

Notify maintainers

No maintainers so I'll just ping the last person to touch this @khaneliman

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.1.52-valve14, NixOS, 24.05 (Uakari), 24.05.20240108.317484b`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - nixpkgs: `/nix/store/0g53xyh39z3y90p4d8r341wbqyjy1zhl-source`

Add a :+1: reaction to issues you find important.

TomaSajt commented 8 months ago

It broke in this PR merge https://github.com/NixOS/nixpkgs/pull/275620 Okay, the problem's with libxml2, which changed its interface a bit

TomaSajt commented 8 months ago

Okay, I managed to fix the build, will open a PR shortly.

nhasian commented 7 months ago

Thank you for writing the fix and creating the PR. Is something holding up the pull request? It's been open for over a week now.

TomaSajt commented 7 months ago

I guess noone really reviewed the PR. I can maybe ask for a review.

nhasian commented 7 months ago

I tried building mysql-workbench again today but it is still failing. Is it building properly for you? Or is it something on my end?

output of nix-shell -p nix-info --run "nix-info -m"

 - system: `"x86_64-linux"`
 - host os: `Linux 6.7.0, NixOS, 24.05 (Uakari), 24.05pre567746.317484b1ead8`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
toast003 commented 7 months ago

@nhasian the pr that fixed this hasn't hit nixos-unstable yet, wait until it does.

You can check here https://nixpk.gs/pr-tracker.html?pr=281207