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

pulseaudio: 11.1 → 12.2 #43160

Merged
merged 2 commits into from Jul 29, 2018
Merged

pulseaudio: 11.1 → 12.2 #43160

merged 2 commits into from Jul 29, 2018

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Jul 8, 2018

I sent some paprefs clean-up patches upstream, new release is expected soon.

Motivation for this change

https://lists.freedesktop.org/archives/pulseaudio-discuss/2018-June/030091.html

GConf was finally removed in favour of GSettings.

Removes patches that were upstreamed and caps-fix.patch, which is
not needed since f1d465f.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

cc @lovek323 @wkennington @abbradar

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: pulseaudio

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pulseaudio

Partial log (click to expand)

patching script interpreter paths in /nix/store/ww490x9qn84nqinh7zx258s659w4qgwj-pulseaudio-12.0
/nix/store/ww490x9qn84nqinh7zx258s659w4qgwj-pulseaudio-12.0/bin/padsp: interpreter directive changed from "/bin/sh" to "/nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/sh"
/nix/store/ww490x9qn84nqinh7zx258s659w4qgwj-pulseaudio-12.0/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/sh"
checking for references to /tmp/nix-build-pulseaudio-12.0.drv-0 in /nix/store/ww490x9qn84nqinh7zx258s659w4qgwj-pulseaudio-12.0...
shrinking RPATHs of ELF executables and libraries in /nix/store/akjsb966r2y6wh6i4g64vwvpidbgy4nc-pulseaudio-12.0-dev
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/akjsb966r2y6wh6i4g64vwvpidbgy4nc-pulseaudio-12.0-dev/lib 
patching script interpreter paths in /nix/store/akjsb966r2y6wh6i4g64vwvpidbgy4nc-pulseaudio-12.0-dev
checking for references to /tmp/nix-build-pulseaudio-12.0.drv-0 in /nix/store/akjsb966r2y6wh6i4g64vwvpidbgy4nc-pulseaudio-12.0-dev...
/nix/store/ww490x9qn84nqinh7zx258s659w4qgwj-pulseaudio-12.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pulseaudio

Partial log (click to expand)

patching script interpreter paths in /nix/store/13j86hxcvb7c1pwwypi5jjqfqfr1bi6a-pulseaudio-12.0
/nix/store/13j86hxcvb7c1pwwypi5jjqfqfr1bi6a-pulseaudio-12.0/bin/padsp: interpreter directive changed from "/bin/sh" to "/nix/store/p0vy17dp9jk2mvqsxsqnb14s3797lay7-bash-4.4-p23/bin/sh"
/nix/store/13j86hxcvb7c1pwwypi5jjqfqfr1bi6a-pulseaudio-12.0/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/p0vy17dp9jk2mvqsxsqnb14s3797lay7-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/13j86hxcvb7c1pwwypi5jjqfqfr1bi6a-pulseaudio-12.0...
shrinking RPATHs of ELF executables and libraries in /nix/store/ffxiv136f0snahkv04q8y8dclhpg7rqz-pulseaudio-12.0-dev
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ffxiv136f0snahkv04q8y8dclhpg7rqz-pulseaudio-12.0-dev/lib
patching script interpreter paths in /nix/store/ffxiv136f0snahkv04q8y8dclhpg7rqz-pulseaudio-12.0-dev
checking for references to /build in /nix/store/ffxiv136f0snahkv04q8y8dclhpg7rqz-pulseaudio-12.0-dev...
/nix/store/13j86hxcvb7c1pwwypi5jjqfqfr1bi6a-pulseaudio-12.0

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: paprefs, pulseaudio

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: paprefs, pulseaudio

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/90j4a7j8w192iah462yav3hxfd8ayc5h-paprefs-unstable-2018-05-01/bin/paprefs
shrinking RPATHs of ELF executables and libraries in /nix/store/90j4a7j8w192iah462yav3hxfd8ayc5h-paprefs-unstable-2018-05-01
shrinking /nix/store/90j4a7j8w192iah462yav3hxfd8ayc5h-paprefs-unstable-2018-05-01/bin/.paprefs-wrapped
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/90j4a7j8w192iah462yav3hxfd8ayc5h-paprefs-unstable-2018-05-01/bin
patching script interpreter paths in /nix/store/90j4a7j8w192iah462yav3hxfd8ayc5h-paprefs-unstable-2018-05-01
checking for references to /build in /nix/store/90j4a7j8w192iah462yav3hxfd8ayc5h-paprefs-unstable-2018-05-01...
/nix/store/90j4a7j8w192iah462yav3hxfd8ayc5h-paprefs-unstable-2018-05-01
/nix/store/13j86hxcvb7c1pwwypi5jjqfqfr1bi6a-pulseaudio-12.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: paprefs, pulseaudio

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/c5sil69jpslamz7d80xl23vqjnllqr7m-paprefs-unstable-2018-05-01/bin/paprefs
shrinking RPATHs of ELF executables and libraries in /nix/store/c5sil69jpslamz7d80xl23vqjnllqr7m-paprefs-unstable-2018-05-01
shrinking /nix/store/c5sil69jpslamz7d80xl23vqjnllqr7m-paprefs-unstable-2018-05-01/bin/.paprefs-wrapped
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/c5sil69jpslamz7d80xl23vqjnllqr7m-paprefs-unstable-2018-05-01/bin
patching script interpreter paths in /nix/store/c5sil69jpslamz7d80xl23vqjnllqr7m-paprefs-unstable-2018-05-01
checking for references to /build in /nix/store/c5sil69jpslamz7d80xl23vqjnllqr7m-paprefs-unstable-2018-05-01...
/nix/store/c5sil69jpslamz7d80xl23vqjnllqr7m-paprefs-unstable-2018-05-01
/nix/store/ww490x9qn84nqinh7zx258s659w4qgwj-pulseaudio-12.0

@jtojnar jtojnar changed the title pulseaudio: 11.1 → 12.0 pulseaudio: 11.1 → 12.1 Jul 15, 2018
@jtojnar jtojnar changed the base branch from master to staging July 15, 2018 21:33
@jtojnar jtojnar changed the title pulseaudio: 11.1 → 12.1 pulseaudio: 11.1 → 12.2 Jul 22, 2018
@jtojnar
Copy link
Contributor Author

jtojnar commented Jul 22, 2018

Let's just merge it and update paprefs later, once it is released. The version from git is working.

@jtojnar jtojnar force-pushed the pulseaudio-12 branch 2 times, most recently from 4ab2d5b to 6db1f8b Compare July 29, 2018 19:18
GConf was finally removed in favour of GSettings.

Removes patches that were upstreamed and caps-fix.patch, which is
not needed since f1d465f.
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: paprefs, pulseaudio

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0/bin/paprefs
shrinking RPATHs of ELF executables and libraries in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0
shrinking /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0/bin/.paprefs-wrapped
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0/bin
patching script interpreter paths in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0
checking for references to /build in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0...
/nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0
/nix/store/zkikia242ksv6xg8llzri3ly1flr25nf-pulseaudio-12.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: paprefs, pulseaudio

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0/bin/paprefs
shrinking RPATHs of ELF executables and libraries in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0
shrinking /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0/bin/.paprefs-wrapped
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0/bin
patching script interpreter paths in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0
checking for references to /build in /nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0...
/nix/store/a15sl212g4yzsh5b0a0ha7sikx8c18q4-paprefs-1.0
/nix/store/zkikia242ksv6xg8llzri3ly1flr25nf-pulseaudio-12.2

@jtojnar jtojnar merged commit 63ef1e9 into NixOS:staging Jul 29, 2018
@jtojnar jtojnar deleted the pulseaudio-12 branch July 29, 2018 20:40
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: paprefs, pulseaudio

Partial log (click to expand)

patching script interpreter paths in /nix/store/nrcjqgya65alwq921cxswzj8wmrcd2rv-pulseaudio-12.2
/nix/store/nrcjqgya65alwq921cxswzj8wmrcd2rv-pulseaudio-12.2/bin/padsp: interpreter directive changed from "/bin/sh" to "/nix/store/6vqgi9d49smsbr2qxra52yhipg0yxf9f-bash-4.4-p23/bin/sh"
/nix/store/nrcjqgya65alwq921cxswzj8wmrcd2rv-pulseaudio-12.2/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/6vqgi9d49smsbr2qxra52yhipg0yxf9f-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/nrcjqgya65alwq921cxswzj8wmrcd2rv-pulseaudio-12.2...
shrinking RPATHs of ELF executables and libraries in /nix/store/5kd3dlnc0l6h3iwvid7i87s56rkmb1n8-pulseaudio-12.2-dev
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/5kd3dlnc0l6h3iwvid7i87s56rkmb1n8-pulseaudio-12.2-dev/lib
patching script interpreter paths in /nix/store/5kd3dlnc0l6h3iwvid7i87s56rkmb1n8-pulseaudio-12.2-dev
checking for references to /build in /nix/store/5kd3dlnc0l6h3iwvid7i87s56rkmb1n8-pulseaudio-12.2-dev...
error: build of '/nix/store/vbpnd1859wnwgnz72ykvnc7d5826xrwq-paprefs-1.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: paprefs, pulseaudio

Partial log (click to expand)

/nix/store/5nk7455m7i7abgyjyamhjdixjh63g0bj-pulseaudio-12.2/bin/start-pulseaudio-x11: interpreter directive changed from "/bin/sh" to "/nix/store/6vqgi9d49smsbr2qxra52yhipg0yxf9f-bash-4.4-p23/bin/sh"
/nix/store/5nk7455m7i7abgyjyamhjdixjh63g0bj-pulseaudio-12.2/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/6vqgi9d49smsbr2qxra52yhipg0yxf9f-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/5nk7455m7i7abgyjyamhjdixjh63g0bj-pulseaudio-12.2...
shrinking RPATHs of ELF executables and libraries in /nix/store/6yvx86s1ic7j52sprga8c6ffv42ffvdd-pulseaudio-12.2-dev
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/6yvx86s1ic7j52sprga8c6ffv42ffvdd-pulseaudio-12.2-dev/lib
patching script interpreter paths in /nix/store/6yvx86s1ic7j52sprga8c6ffv42ffvdd-pulseaudio-12.2-dev
checking for references to /build in /nix/store/6yvx86s1ic7j52sprga8c6ffv42ffvdd-pulseaudio-12.2-dev...
cannot build derivation '/nix/store/vbpnd1859wnwgnz72ykvnc7d5826xrwq-paprefs-1.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/vbpnd1859wnwgnz72ykvnc7d5826xrwq-paprefs-1.0.drv' failed

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: paprefs, pulseaudio

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: paprefs, pulseaudio

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants