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

texinfo7: 7.1 -> 7.1.1 #340523

Merged
merged 1 commit into from
Oct 8, 2024
Merged

texinfo7: 7.1 -> 7.1.1 #340523

merged 1 commit into from
Oct 8, 2024

Conversation

afh
Copy link
Member

@afh afh commented Sep 8, 2024

Description of changes

Texinfo release announcement

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@afh
Copy link
Member Author

afh commented Sep 10, 2024

Does someone from @NixOS/darwin-maintainers have access to (very) performant x86_64 and aarch64 machines, that do not melt like mine when trying to build this PR?

@Mastermindaxe
Copy link
Contributor

Does someone from @NixOS/darwin-maintainers have access to (very) performant x86_64 and aarch64 machines, that do not melt like mine when trying to build this PR?

I'll try building it now on my M2 Pro 😄

@mirkolenz
Copy link
Member

I could try it later today on an Intel machine

@uncenter
Copy link
Member

I gave it a try earlier with an M3 Pro and didn't see much progress after an hour. I can try again later today if nobody else has built it yet.

@Mastermindaxe
Copy link
Contributor

Screenshot 2024-09-10 at 16 51 43 Welp. This is gonna take a while... Gonna look at it again in a few hours

@afh
Copy link
Member Author

afh commented Sep 10, 2024

Thanks everyone for stepping up and staring the builds, very much appreciated 🙏
Looking forward to the results 🤞

@Mastermindaxe
Copy link
Contributor

First try failed. Apparently 32 gigs of RAM is not enough when running other programs 😅 Trying again now

@sarahec
Copy link
Contributor

sarahec commented Sep 10, 2024

First try failed. Apparently 32 gigs of RAM is not enough when running other programs 😅 Trying again now

You may want to disable spotlight if you haven't already. sudo mdutil -i off

@emilazy
Copy link
Member

emilazy commented Sep 10, 2024

Screenshot 2024-09-10 at 16 51 43 Welp. This is gonna take a while... Gonna look at it again in a few hours

It’s hopeless to run an entire nixpkgs-review here. Just building texinfo7 and maybe packages that directly depend on it is enough.

@mirkolenz
Copy link
Member

I tried running

nixpkgs-review pr --post-result -p texinfo --checkout commit 340523

but it still is barely progressing. Is there another command I could try?

@afh
Copy link
Member Author

afh commented Sep 10, 2024

@mirkolenz Maybe you could try and just build texinfo7 as @emilazy suggested by runing nix build -o result-texinfo7 github:NixOS/nixpkgs/pull/340523/merge#texinfo7
and then verifying that ./result-texinfo7/bin/texi2any --version contains 7.1.1

@mirkolenz
Copy link
Member

Thanks, that is the command I was looking for 😃

I thougt that limiting nixpkgs-review to a single package would help, but seemingly did not in this case. I will try the direct build tomorrow.

@mirkolenz
Copy link
Member

I just tried running the command, but still nix tries to build more than 400 packages (the number of builds needed with nix build ... even is identical to the result of my nixpkgs-review ... with the scope restricted to texinfo). I made a screenshot of the build tree and it shows that texinfo is in there twice.

CleanShot 2024-09-11 at 09 06 04@2x

The topmost one completed without issues. I let this run for one hour and the package tzdata-2024b failed with exit code 2 in the check phase. I do not know if this is related to this change or not, but I assume the latter.

Please let me know if there is a way to force nix to prevent rebuilding all of these packages and I will try it again 😄

@emilazy
Copy link
Member

emilazy commented Sep 11, 2024

Having to rebuild hundreds of packages is normal for packages that are part of the standard environment bootstrap chain. Not sure about the tzdata thing.

@Mastermindaxe
Copy link
Contributor

So far so good on aarch64-darwin. Gonna give you a shout once it completes or aborts 😄
Screenshot 2024-09-11 at 14 11 14

@Mastermindaxe
Copy link
Contributor

I'm also failing on tzdata-2024b. Doesn't seem to be a memory problem or the likes. I'll attach the logs from the failing build. Don't have much time to analyze right now, but maybe it'll help anyway.
tzdata-2024b-failure-to-build.log

@emilazy emilazy mentioned this pull request Sep 11, 2024
13 tasks
@afh
Copy link
Member Author

afh commented Sep 11, 2024

Happy to rebase this PR onto the latest staging, so that the tzdata change are available. Any objections?

@afh
Copy link
Member Author

afh commented Sep 14, 2024

@Mastermindaxe if you have more time and resources available this PR has been updated to include the tzdata fix and is ready for another round of testing.

@Mastermindaxe
Copy link
Contributor

@afh Sure thing! I'm busy all day but can start a new build this evening probably!

@gshpychka
Copy link
Contributor

@mirkolenz Maybe you could try and just build texinfo7 as @emilazy suggested by runing nix build -o result-texinfo7 github:NixOS/nixpkgs/pull/340523/merge#texinfo7 and then verifying that ./result-texinfo7/bin/texi2any --version contains 7.1.1

Confirmed on aarch64-darwin

@mirkolenz
Copy link
Member

I'm currently running the build on my Intel machine. I'll report back when it's done.

@mirkolenz
Copy link
Member

Result of nixpkgs-review pr 340523 --checkout commit run on x86_64-darwin 1

1 package failed to build:
  • texinfo7

@mirkolenz
Copy link
Member

Strangely I see no error message in the nixpkgs-review shell. I'll investigate and report back.

@gshpychka
Copy link
Contributor

gshpychka commented Sep 16, 2024

Result of nixpkgs-review pr 340523 --checkout commit run on x86_64-darwin 1
1 package failed to build:

* texinfo7

Could be due flaky tests in kyua? I have the build fail sometimes because of it: #341307 (comment)

@afh
Copy link
Member Author

afh commented Sep 16, 2024

Thanks for testing and investigating, @gshpychka, much appreciated. I've pushed the latest changes from staging to this PRs branch, but it seems the fix for #341307, should have already been pushed to this PRs branch with the previous update from staging.

@gshpychka
Copy link
Contributor

Result of nixpkgs-review pr 340523 --checkout commit run on aarch64-darwin 1

1 package built:
  • texinfo

@gshpychka
Copy link
Contributor

Result of nixpkgs-review pr 340523 --checkout commit run on aarch64-darwin 1

1 package built:

This is before your latest force-push. Building again now

@gshpychka
Copy link
Contributor

Result of nixpkgs-review pr 340523 --checkout commit run on aarch64-darwin 1

1 package built:
  • texinfo

@mirkolenz
Copy link
Member

Could the failure on x86_64 be a simple name mismatch: The nixpkgs-review run of @gshpychka says that texinfo could be built, mine said that texinfo7 could not be built. And as I said, I did not observe a single build failure. I'll let it run overnight and see if that was the issue...

@afh
Copy link
Member Author

afh commented Sep 16, 2024

texinfo is an "alias" of texinfo7, so it shouldn't make a difference, @mirkolenz

@mirkolenz
Copy link
Member

Thanks @afh, it did not make a difference :) I ran it again and used nix instead of nom and finally got the errors. There seem to be two test failures, one from libuv and one from libiconv.

Click to see the log
$ nixpkgs-review pr -p texinfo --checkout commit --build-graph nix 340523
error: builder for '/nix/store/kby8jispi549844bymjq7bvn6vgynzii-libuv-1.48.0.drv' failed with exit code 2; 
       last 25 log lines: 
       > # Output from process `udp_send_immediate`: (no output) 
       > ok 332 - udp_send_unix 
       > ok 333 - udp_send_unreachable 
       > ok 334 - udp_sendmmsg_error 
       > not ok 335 - udp_try_send 
       > # timeout 
       > # Output from process `udp_try_send`: (no output) 
       > ok 336 - uname 
       > ok 337 - unref_in_prepare_cb 
       > ok 338 - utf8_decode1 
       > ok 339 - utf8_decode1_overrun 
       > ok 340 - walk_handles 
       > ok 341 - watcher_cross_stop 
       > ok 342 - we_get_signal 
       > ok 343 - we_get_signal_one_shot 
       > ok 344 - we_get_signals 
       > ok 345 - we_get_signals_mixed 
       > FAIL: test/run-tests 
       > ====================================================== 
       > 1 of 1 test failed 
       > Please report to https://github.com/libuv/libuv/issues 
       > ====================================================== 
       > make[1]: *** [Makefile:5647: check-TESTS] Error 1 
       > make[1]: Leaving directory '/private/tmp/nix-build-libuv-1.48.0.drv-0/source' 
       > make: *** [Makefile:5912: check-am] Error 2 
       For full logs, run 'nix log /nix/store/kby8jispi549844bymjq7bvn6vgynzii-libuv-1.48.0.drv'. 
error: builder for '/nix/store/107zv4xiv832c0zrnmhv8ryqlmxvv08v-libiconv-99.drv' failed with exit code 1; 
       last 25 log lines: 
       > 22/35 libiconv:libiconv_test / test_autoconf                 OK              10.57s 
       > 23/35 libiconv:mbopt_test / mbconv_statereset                OK               4.92s 
       > 24/35 libiconv:libiconv_test / test_wchar_t_gb2312           OK              15.20s 
       > 25/35 libiconv:mbopt_test / mbconv_partial                   OK               6.45s 
       > 26/35 libiconv:mbopt_test / mbconv_multics                   OK               6.56s 
       > 27/35 libiconv:mbopt_test / mbconv_outerr                    OK               6.47s 
       > 28/35 libiconv:mbopt_test / mbconv_serial_clobber            OK               4.97s 
       > 29/35 libiconv:mbopt_test / mbconv_serial_cnt                OK               6.62s 
       > 30/35 libiconv:mbopt_test / mbconv_parallel_cnt              OK               6.70s 
       > 31/35 libiconv:nixpkgs_test / test_cp932_cp932               OK               0.63s 
       > 32/35 libiconv:nixpkgs_test / test_cp932_eucjp               OK               2.48s 
       > 33/35 libiconv:nixpkgs_test / test_iso2022_crash             OK               0.60s 
       > 34/35 libiconv:libiconv_test / test_eilseq_out_all           OK              20.97s 
       > 35/35 libiconv:libiconv_test / test_open_all                 TIMEOUT        300.07s   killed by signal 15 SIGTERM 
       > >>> MALLOC_PERTURB_=3 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 /private/tmp/nix-build-libiconv-99.drv-0/source/build/libiconv_test test_open_all 
       > 
       > 
       > Ok:                 34 
       > Expected Fail:      0 
       > Fail:               0 
       > Unexpected Pass:    0 
       > Skipped:            0 
       > Timeout:            1 
       > 
       > Full log written to /private/tmp/nix-build-libiconv-99.drv-0/source/build/meson-logs/testlog.txt 
       For full logs, run 'nix log /nix/store/107zv4xiv832c0zrnmhv8ryqlmxvv08v-libiconv-99.drv'. 
error: 1 dependencies of derivation '/nix/store/1nzb9d870x3988szx9f72mdml4x8xiq8-gnugrep-3.11.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/3j6l46iv05rs1p04fiphxyfvn8qnb36r-python3.12-gevent-24.2.1.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/hcfq38rqikl29gzp8fcpr7hjd9cbrd7z-python3.12-execnet-2.1.1.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/1gvh1plsdapyzl2xk9pidgfdvdnzpbdh-python3.12-pytest-xdist-3.6.1.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/5sifp6j9wks4vhi8kwlwnp5529hqnii5-python3.12-requests-2.32.3.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/58vq0zsp2cz322arhj9p38bl90caiaxj-python3.12-sphinx-7.3.7.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/0jld5r3zx3a19ivmwjcb2dhnfy0sqb0y-python3.12-recommonmark-0.7.1.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/m1fvjpsb00y3xsfcssc08g2rhbd3q4mq-cctools-binutils-darwin-wrapper-1010.6.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/a5w7rqhly5nmnscj958fli5xy3y52v7c-clang-wrapper-16.0.6.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/qp2pwz0kxfjidl82d6gqp8cmyw7rslv2-bootstrap-stage-xclang-stdenv-darwin.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/xm8xr2syb1kczfqzm6xj4x1bpri98jfm-libcxx-16.0.6.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/d1cfjw5yd07lfbs70i1xr444cwwnjcz1-clang-wrapper-16.0.6.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/hg543h04mrhdy0kjzjxpsk8ljyz7im65-bootstrap-stage2-stdenv-darwin.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/y7m9nq0mpq3mhmyqni6gnh4qxd8739gf-Csu-85.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/v665mbv1ll85ifjd6pmg8qqvmhncib8y-MacOS_SDK-10.12.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/5j42x47bzk6574mk45ldg2hlxhfpsrv5-bootstrap_cmds-121.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/szpxdwj8dcga457gvckch5w60d6fgsas-configd-453.19.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/rj1kczsqc0j53y1ipbx8b684wrb9xm8y-expand-response-params.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/aaw86jjg4d61jz877m69vvvsg1012aqm-gnu-config-2024-01-01.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/yxpky0jcb6vq9qbgs7y2szfr5s0sqjcq-gnum4-1.4.19.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/3vlnapk8z9ym3s0wapz7w1hgj3w8w1mn-objc4-709.1.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/rq7xqvjkm310jd8gzchqi9bnqs374gxr-unifdef-2.12.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/df6karmnzwy4v7ky59glk2x1kiscmrxi-Libc-1158.50.2.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/68f61sp96ww45r8xmvwk42yc2ybw6z2s-apple-framework-CoreFoundation.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/q05iyrg8jcg94i6hlk2vfs33f9xffi19-apple-framework-CoreFoundation.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/i2gj0xahgk7ikk9ik6giyqqk91y2pqrx-libresolv-64.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/86igj83y7276bb9374rkm56r44zw4ycx-update-autotools-gnu-config-scripts-hook.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/69xgbn3jdg7vgd2p1ypw8805r8ck98wm-xnu-3789.70.16.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/169l0p015zryyqpq54wgg66c7p5dqman-bash-5.2p32.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/3bld0ff3hsaylfgg02sq5hkf07v6fqxv-bootstrap-stage2-stdenv-darwin.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/ikn8wz5mhrf2rq82sijfnr4pr5qrr9i4-gnused-4.9.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/gj1lmapfa19dmwis0sh89ciy0zpck4g4-libpthread-218.60.3.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/kx79466m3iv6kclr7z2yqk8i2x8xknwz-AvailabilityVersions-140.1.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/s64acv86qhj0is1972qz8gkrbliw7wqy-bootstrap-stage3-stdenv-darwin.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/pz0wn85cwlfvq04my0rf3a2jvqkcr1lk-bootstrap-stage4-stdenv-darwin.drv' failed to build 
error: 1 dependencies of derivation '/nix/store/znglh2fj5385w3y3fid3vs9v575h8qn2-compiler-rt-libc-16.0.6.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/54n7w7wr85a90gjpwrl0xrqp32ify3v0-Libsystem-1238.60.2.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/90ssvhvsxj0gf5fl9gd5r16v267c3z2l-autoreconf-hook.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/5r4adhsx3zyh7ivnan00x5bxslrkq25s-clang-src-16.0.6.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/4v765mkg574rba82yjfwjv9jlrfbd746-die-hook.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/fi8iwspff6hxh4d7xmajg72fkwi7z4pq-die-hook.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/dck2pb913hgvrzy505ncam323xjx9rsm-find-xml-catalogs-hook.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/6pa14bysm6qab6yfxcwnc0ix3mv5z965-fix-darwin-dylib-names-hook.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/n44c07r7g21k5iv4ww4jn7lgy44ch744-lld-src-16.0.6.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/0j4gx86j4d61ggqpns2mqwccp9bz909g-llvm-src-16.0.6.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/cil5g2bv6w0m0l3qhs58nphzvj1v7a0j-llvm-src-16.0.6.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/0h8h6lah6pbvakg187f6zsvrgpnspa1p-utils.sh.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/aaq3q0klb14sq65cpyv7w2mv4rp7b29y-cctools-binutils-darwin-wrapper-1010.6.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/cjcbpvs86r6kqjllh1isj7k6h2zyy18d-make-shell-wrapper-hook.drv' failed to build 
error: 6 dependencies of derivation '/nix/store/asck4wf46p6hbyppjxg3f5iv9sd1k3zh-bootstrap-stage3-clang-wrapper-16.0.6.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/c0vsfvzp2xjj0caa12k9c2mhr9s533q7-bootstrap-stage3-stdenv-darwin.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/8pyn4sr7nk2z9bmi52d772h2nya8r78r-make-binary-wrapper-hook.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/qxma4pnamfidwmhw0lmqy7j6v4dlnmhc-DarwinTools-1.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/f7k9df5yyxac055gwc3x3v3j0yhnmsqs-atf-0.21-unstable-2021-09-01.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/afi1v7gngm8zzpkfasm8fw91k02r02wh-expand-response-params.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/xfbpmvwcz3dvssvqy208wjgil1jblv15-gnu-config-2024-01-01.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/ca828ay6kri08gkvf91p30bcj6x3zhk3-libffi-3.4.6.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/24vqxnjx5lbadnqq2q4rbqdaa2z5rrrx-zlib-1.3.1.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/w56ya8nh27022nqbvhki2jd4n7ikmzkz-update-autotools-gnu-config-scripts-hook.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/hi7f269dnb33p7hqjg9xrj1jcxr5dzr2-icu4c-74.2.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/g26vpg0qpc4qrbnnakva4gwx8qaf9271-ncurses-6.4.20221231.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/bwmzb8sgfmssnci3k1zsddk0xvpv3787-readline-8.2p13.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/idnk5aq3rsk3br7lav56748x3qbv304m-lua-5.2.4.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/b3gwmiqk088ah1gvjxa6xsn3rs2zs89k-lutok-0.4.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/rxxl2n734zz0lmjjy6yzmxacscigaivx-kyua-0.13-unstable-2024-01-22.drv' failed to build 
error: 6 dependencies of derivation '/nix/store/jr7f4sjk9f57l5hmgh8y6j23wf5fr7pb-lutok-0.4.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/8wyg2waj5bws1k75pywk1rkhj0vgji4m-kyua-0.13-unstable-2024-01-22.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/d3i790d6d6ix305m4m69bhva4si235b5-atf-0.21-unstable-2021-09-01.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/yia4yipk8b7nrggvq3h7qxqfqcvpwicm-libiconv-99.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/d15amy8gwjdb1wv387qrvhkivyclx0qg-libxml2-2.13.3.drv' failed to build 
error: 8 dependencies of derivation '/nix/store/587rcifp4ar0fg15i5kawxm7kx9qb18g-llvm-16.0.6.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/inxldwafjnpwmq7agig80pwaxn7b1s02-clang-at-least-16-LLVMgold-path.patch.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/zggh3kirr3m29ha0733zz3m5nda4xyss-clang-16.0.6.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/cxdb9251kphk2r1q4wf5fl0ha7420acd-bootstrap-stage4-clang-wrapper-16.0.6.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/cv9g0bigaxbpb8n3dd64kw78x3pn4585-bootstrap-stage4-stdenv-darwin.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/c2473qjspwl5vh0r7ip7ls9bs98xw1i7-make-binary-wrapper-hook.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/bgblxa8fk9xvxvhw7y8ngxqjyhy7yac3-bsdmake-24.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/ri14anqkh926x8l005j8bj5y1gmfs8ma-gmp-with-cxx-6.3.0.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/mycmd4xsfild9xhwh7al6w9m010rdjw3-gnu-config-2024-01-01.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/appssawbwp07db7khbbb784q01w5c37g-libtapi-1500.0.12.3.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/080i65i3h9gz54ks25cfclwbp9nfckfj-libunwind-35.3.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/8lzdw9vs094429m3zsy49qhnd2an9ln6-lld-16.0.6.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/l91ppayb07cg0dywidrf8706f5b5m2wm-llvm-manpages-16.0.6.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/kqazka9dhqj5l4d7yamkgp41yl24mjfh-lzip-1.24.1.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/jg8zr9qz377a9s5547x9gimpw88i3wrj-memstream-0.1.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/49vwknrrw2l4mfwgbkb1akaibzjb53aq-openbsm-1.1.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/aq0i9cjx3n1nv8jnc44fhhzlvis3ll68-xz-5.6.2.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/khblgfs0cnm8dw2n4bbnrf4nna820mcr-adv_cmds-119.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/0fn640cx8b25p77gp29zy930g8ccrpgg-coreutils-9.5.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/m88w8cm65n52fkkxsifvdp632g0lf8hk-ed-1.20.2.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/rx34ir1328hxz14h3diymzmh2r574rwi-llvm-binutils-16.0.6.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/a1bjkfn51155v3ppbfa91z112njlbzsf-memstream-hook.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/a9cbzcsa2xcn6sx1k67kxhzrk4g5w15y-update-autotools-gnu-config-scripts-hook.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/4h2x9h1avvk64yx0l1s0z22a0m91g44v-diffutils-3.10.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/8sfz65sgfvknsk9lhxyi9wl4i6z7am99-file-5.45.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/14178pimimi0kgy9fxcmvb4vja1k8bhh-findutils-4.10.0.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/l4ccqbn29a8nhggk0calmx3xjyv7rwd7-gettext-0.21.1.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/sqcqrdy8lhg6dwyvcnbfxcq2k4a6gfvl-gnused-4.9.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/lxgns59q2bkmm1hbysax2kl5i08h27j6-gzip-1.13.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/zcj42mc5kzc4bd5nm6hldhmxnw9b21gy-openssl-3.0.14.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/ydlrws4m15ccq53rbkmi5zd8dfzxzdwp-pcre2-10.44.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/6rpq4r6lifzjb69zry49w25rsnllf3iw-autoreconf-hook.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/6rmn5qqrxncv17vk2d377aw91pbg539d-e2fsprogs-1.47.1.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/vfdlyqzfyi0xrlbmcviwscwx2v29id0x-gnugrep-3.11.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/pf1nxmqsg9kzgax91d6pa4bqfcs4wcih-bzip2-1.0.8.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/190ydi3w9lkq9hxmj56mjkh9big3ivx3-cpio-2.15.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/5m2hh3xqxp7gnrwl3siaf0jmq2cvblc3-gawk-5.2.2.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/ghk3s6l5j8627ibz7ymba6xr9hzr17fa-gnumake-4.4.1.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/9a2pcwd5h0bkfbipx4qm3328hb62pyi8-gnutar-1.35.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/hd9ic8njifbvhsqr44zgi5wcz9lyyk81-libyaml-0.2.5.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/60rmq89wi935aspdqg3kih2q71p3qcrz-openpam-20230627.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/hwgmzy2hi6ywarp55kq326g1ldnimpbb-patch-2.7.6.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/0jbh50v44gz0xkh01z6ag2nn20nvwb4l-print-reexports.drv' failed to build 
error: 9 dependencies of derivation '/nix/store/mzmq31hc6afs8vy7wni78n9j64c3rswy-xar-498.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/0q463wgwr1r4lipc4np718pds86bbwp4-ld64-951.9.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/1a3bcyz3gvhfkb0fbl38ysw2dnpalhk6-pbzx-1.0.2.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/q8yhazm3pnfybsbxjycfp6zvki0x1z8n-MacOS_SDK-10.12.drv' failed to build 
error: 9 dependencies of derivation '/nix/store/pcwjxfib4l0qg83q47jq1h84ywjaf9p7-cctools-1010.6.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/qrmfmaddis49zb5dpjx2gbppvviv6698-apple-framework-CFNetwork.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/255j90pbxhn7my1rgyai059s84wl75bk-apple-framework-CoreData.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/n5621ll2z725j3k8zkjilvbsyk2665mp-apple-framework-CoreFoundation.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/53clf7p9lk30xd9n7g63w9b2cab2gz91-apple-framework-IOKit.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/3ykpq3x85mj9g1d5619f9r48pa4d4mfv-apple-framework-NetFS.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/jd98rpw9rdac3mbikljrgd6i1vd3l9s4-apple-framework-OpenDirectory.drv' failed to build 
error: 8 dependencies of derivation '/nix/store/lwlk7z10s7fwhh9fh2dwpq0ks4d311hn-cctools-binutils-darwin-1010.6.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/9m9a3r80k975s0va60vdvcjvgw4fd747-apple-framework-CoreAudio.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/2k0j4dgqcdgr3hjl2i55mwa7sppihfma-apple-framework-DiskArbitration.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/z8hcqbsrgc2hgjcgkc1i5fn90009fwfr-apple-framework-Security.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/qrxy7bjx0fp2bqk4i0n6zp6hawhxvr08-cctools-binutils-darwin-wrapper-1010.6.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/2jz4wsj9rlxjprf262rdf3q3y4x5p1dm-apple-framework-ServiceManagement.drv' failed to build 
error: 10 dependencies of derivation '/nix/store/fx7dj5n4x0vhxsq4srfnnqxlakxfirrv-clang-wrapper-16.0.6.drv' failed to build 
error: 13 dependencies of derivation '/nix/store/vgsgvi0d0p3zwzhqyfjvh6iks7a7xa7i-apple-framework-CoreServices.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/qpszfwyhx6668pbghypr2xyxdrkx2509-libunistring-1.2.drv' failed to build 
error: 44 dependencies of derivation '/nix/store/47ar26xm16v0rpwcixv2c8jcnb23ximr-stdenv-darwin.drv' failed to build 
error: 45 dependencies of derivation '/nix/store/y3bil3iz5w7ckqb3j3c3z6ypybz9sk3q-stdenv-darwin.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/1bwd256g9lr4rsp09yjnnbsl2dw1jqpw-MacOS_SDK-10.12.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/n3jvaz8x9w0xkv32n7mwvmsyb2zng6zz-gnu-config-2024-01-01.drv' failed to build 
error: 2 dependencies of derivation '/nix/store/j1g9iq1hvpqh39r1cvkf26464l7lih29-mirrors-list.drv' failed to build 
error: 6 dependencies of derivation '/nix/store/zspx6wh4p0gdndqahlsv2ggv7c4a6wgx-perl-5.40.0.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/b7n4bav47dpzl6mq54vddx2pzvbswq8p-pkg-config-0.29.2.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/36r5abkcqvw2c815pfcdhvg7rq3c4mxw-print-reexports.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/xhrrhcglk2nlw0rbkgb2hacxj73kas9x-apple-framework-CFNetwork.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/dnh52njlvy6byly54bkkhl3charryrdv-apple-framework-CoreData.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/jbgnvrrlg7ddfmvvasfv1qcjx29h14z1-apple-framework-CoreFoundation.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/8y7cnn4fcsh5zbr90l05vpc88lkalqss-apple-framework-IOKit.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/4q341cc69zdc8vjy36n4c09ghkhrri35-apple-framework-NetFS.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/w50a91zd88n8ip81br6swwdsgkr8zvw0-apple-framework-OpenDirectory.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/8pv8w9dznbciybv6q82ki06sj07hngx3-libxcrypt-4.4.36.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/cqjbgaxqmfw5p027s8cgxwa4lqxq74mb-pkg-config-wrapper-0.29.2.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/vl0l6z99lvzb14wdq7ckbdkh4y58d41i-update-autotools-gnu-config-scripts-hook.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/qk83gd62y298v20dad1kn37yi1w0hvbd-apple-framework-CoreAudio.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/61q6mhbym6ibdss8mj7rzip88fd6hyic-apple-framework-DiskArbitration.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/52ma3bd4ckxq6dkgn3n24nrrnxkpva2x-apple-framework-Security.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/c2221crgrli3k5gniljjmzmlvc6pyj3w-nghttp2-1.63.0.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/m8kpkblim8i54z2wj8s6smpkvfxj5kr6-perl-5.40.0.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/x1qv6n6pn56gjba2csh64l70ddqj7yfh-perl-5.40.0.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/bd9amgnv961s1q5ax5bja1xwip3m1xy0-apple-framework-ServiceManagement.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/hjiw0684yrdsapqfwdxrkr11pi3hcjkb-apple-framework-SystemConfiguration.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/42bd0djl1qq0a3nryl7zwz6jjl2jx87w-coreutils-9.5.drv' failed to build 
error: 13 dependencies of derivation '/nix/store/4dzz2rv8a2hfwa3sgzhw73a36mz83iki-apple-framework-CoreServices.drv' failed to build 
error: 5 dependencies of derivation '/nix/store/9225irv3kradjh63akl123lg75wbwbqa-openssl-3.0.14.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/cdyz4n5d8gzrczpnqk64wwxznabvdn03-libssh2-1.11.0.drv' failed to build 
error: 11 dependencies of derivation '/nix/store/zwbxhbbfqx8bdzcchkpvw3slf7d2jzsh-curl-8.9.1.drv' failed to build 
error: 4 dependencies of derivation '/nix/store/jak41cmrcfdi8j39mncrvrhhi3hbxr3k-texinfo-7.1.1.tar.xz.drv' failed to build 
error: 7 dependencies of derivation '/nix/store/9m1bfiv96bqjbn783m7abgckk4i7s3dr-texinfo-7.1.1.drv' failed to build 
error: 3 dependencies of derivation '/nix/store/q8q6n3iv0wcrgskqyafldj5nqr9w1wvx-review-shell.drv' failed to build 

@afh
Copy link
Member Author

afh commented Sep 17, 2024

Thanks, @mirkolenz, I'll have a closer look.

Copy link
Member

@emilazy emilazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I successfully built hello on aarch64-darwin. I think the previous build issues are not related to this PR.

@emilazy emilazy merged commit e8a944d into NixOS:staging Oct 8, 2024
25 of 26 checks passed
@afh afh deleted the update-texinfo7 branch October 8, 2024 13:11
@afh
Copy link
Member Author

afh commented Oct 8, 2024

Thanks for merging, @emilazy, much appreciated. How likely is it that this change will make it into 24.11?

@emilazy
Copy link
Member

emilazy commented Oct 8, 2024

Guaranteed, unless we have to revert. There's still a couple staging cycles left.

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.

7 participants