{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":28517602,"defaultBranch":"master","name":"buildroot","ownerLogin":"RomainNaour","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-26T18:06:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3524784?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1694376181.0","currentOid":""},"activityList":{"items":[{"before":"6d3b8f8701433f578e10c05ff02d0141ea847a77","after":"8c9c1e45b1ecdbb170f5de2da40f3b452beb5e0f","ref":"refs/heads/toolchain-builder-2023.08","pushedAt":"2023-09-10T20:04:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"RomainNaour","name":"Romain Naour","path":"/RomainNaour","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3524784?s=80&v=4"},"commit":{"message":"WIP: localedef build issue with old glibc (<= 2.38)\n\nWhile building localdef from glibc sources, it uses the features.h\nheader that define _ISOC2X_SOURCE 1 as soon as _GNU_SOURCE is defined.\n\n_ISOC2X_SOURCE enable __GLIBC_USE_ISOC2X 1 that enable the header\nredirection to use __isoc23_* functions introduced in glibc 2.38.\n\nIf an older version is installed on the host thoses functions\ndoesn't exist and break the build.\n\nAdd a local patch to keep _ISOC2X_SOURCE and __GLIBC_USE_ISOC2X\ndisabled.\n\nFixes:\nhost-localedef-2.38-13-g92201f16cbcfd9eafe314ef6654be2ea7ba25675/build/locale/ld-ctype.o: in function `ctype_read':\nld-ctype.c:(.text+0x6cef): undefined reference to `__isoc23_strtoul'\n\n(glibc 2.31 installed on the host)\n\n[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=64924422a99690d147a166b4de3103f3bf3eaf6c\n\nSigned-off-by: Romain Naour ","shortMessageHtmlLink":"WIP: localedef build issue with old glibc (<= 2.38)"}},{"before":null,"after":"6d3b8f8701433f578e10c05ff02d0141ea847a77","ref":"refs/heads/toolchain-builder-2023.08","pushedAt":"2023-09-10T20:03:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"RomainNaour","name":"Romain Naour","path":"/RomainNaour","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3524784?s=80&v=4"},"commit":{"message":"package/gdb: remove gdb 10.x\n\nNow that gdb 13.x has been added, and 12.x made the default, follow\nour usual logic of dropping the oldest gdb version: 10.x.\n\nOnly the special ARC release still needs some special handling of the\nGMP dependency.\n\nSigned-off-by: Thomas Petazzoni \n---\nChanges v1 -> v2:\n\nThis time with all changes properly committed","shortMessageHtmlLink":"package/gdb: remove gdb 10.x"}},{"before":"a4da20f67b0cc10fceb683a14a35223f138027b3","after":"0f5d666377513061dabd999beb9bc2aeb03b47c2","ref":"refs/heads/toolchain-builder-2023.05","pushedAt":"2023-05-02T07:11:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RomainNaour","name":"Romain Naour","path":"/RomainNaour","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3524784?s=80&v=4"},"commit":{"message":"package/busybox: disable sha hwaccel with musl toolchains\n\nFrom Alpinelinux:\n\"main/busybox: disable sha hwaccel\n the flag check for this seems incorrect- it triggers sha_ni use when\n the instructions aren't available, but avx512vl/bw is - Elly on irc\n\n causes failures in github actions, which have avx512 but no sha_no\"\n\nSee:\nhttps://git.alpinelinux.org/aports/commit/main/busybox?id=ae2cfdf6f6da3dc46ee09d8ceafa26921f6e058e\n\nSigned-off-by: Romain Naour \n---\nFixed by ?\nhttps://git.busybox.net/busybox/commit/?id=bd76b75f72f717150b909e8c64edfda725cabe11\n\nStill crash with the latest 1_36_stable branch with backported patch","shortMessageHtmlLink":"package/busybox: disable sha hwaccel with musl toolchains"}},{"before":"8b74cf7f881bf9204087c38caa174e333e084b20","after":"a4da20f67b0cc10fceb683a14a35223f138027b3","ref":"refs/heads/toolchain-builder-2023.05","pushedAt":"2023-04-30T23:23:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RomainNaour","name":"Romain Naour","path":"/RomainNaour","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3524784?s=80&v=4"},"commit":{"message":"package/gdb: disable gdb if built for or1k with musl libc\n\nIncomplete or1k musl port, missing elf_gregset_t [1]\n\n[1] https://git.musl-libc.org/cgit/musl/tree/arch/or1k/bits/user.h?h=v1.2.3\n\nFixes:\nhttps://gitlab.com/buildroot.org/toolchains-builder/-/jobs/4202276569\n\nSigned-off-by: Romain Naour ","shortMessageHtmlLink":"package/gdb: disable gdb if built for or1k with musl libc"}},{"before":"7a790b93387133c90fe61a9bff0ef8fb8cb11761","after":"8b74cf7f881bf9204087c38caa174e333e084b20","ref":"refs/heads/toolchain-builder-2023.05","pushedAt":"2023-04-30T22:27:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RomainNaour","name":"Romain Naour","path":"/RomainNaour","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3524784?s=80&v=4"},"commit":{"message":"package/gcc:13.1: RISC-V: fix build issue with gcc 4.9.x\n\nGCC should still build with GCC 4.8.3 or newer [1]\nusing C++03 by default. But a recent change in\nRISC-V port introduced a C++11 feature \"std::log2\" [2].\n\nUse log2 from the C header, without the namespace [3].\n\n[1] https://gcc.gnu.org/install/prerequisites.html\n[2] https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=7caa1ae5e451e780fbc4746a54e3f19d4f4304dc\n[3] https://stackoverflow.com/questions/26733413/error-log2-is-not-a-member-of-std\n\nFixes:\nhttps://gitlab.com/buildroot.org/toolchains-builder/-/jobs/4202276589\n\nSigned-off-by: Romain Naour ","shortMessageHtmlLink":"package/gcc:13.1: RISC-V: fix build issue with gcc 4.9.x"}},{"before":"c33a133704166d602090b0b0d394aa9428e6acd4","after":"d89fdaea2b795ea0e06c3b7ed092d50950559fa8","ref":"refs/heads/master","pushedAt":"2023-04-29T21:31:30.000Z","pushType":"push","commitsCount":594,"pusher":{"login":"RomainNaour","name":"Romain Naour","path":"/RomainNaour","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3524784?s=80&v=4"},"commit":{"message":"package/readline: fix \"Upstream:\" tag\n\nThe test chckes that the \"Upstream:\" tag be on the first column, without\nany leading character (no space, no bracket of any kind).\n\nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/readline: fix \"Upstream:\" tag"}},{"before":null,"after":"7a790b93387133c90fe61a9bff0ef8fb8cb11761","ref":"refs/heads/toolchain-builder-2023.05","pushedAt":"2023-04-29T21:31:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"RomainNaour","name":"Romain Naour","path":"/RomainNaour","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3524784?s=80&v=4"},"commit":{"message":"Config.in.legacy: add missing binutils 2.36.x entry\n\nCommit [1] removed binutils 2.36.1 but forgot to add the legacy\nentry.\n\n[1] d08639e6b9e5b687c21c35041bb60a941fc7edb4\n\nSigned-off-by: Romain Naour \nCc: Waldemar Brodkorb ","shortMessageHtmlLink":"Config.in.legacy: add missing binutils 2.36.x entry"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0xMFQyMDowNDo1Ni4wMDAwMDBazwAAAAN9WjWE","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0xMFQyMDowNDo1Ni4wMDAwMDBazwAAAAN9WjWE","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0yOVQyMTozMToxMy4wMDAwMDBazwAAAAMi9843"}},"title":"Activity ยท RomainNaour/buildroot"}