| 5 Oct 2025 |
🐰 xiaoxiangmoe | * url = "https://repo.or.cz/tinycc.git/snapshot/${rev}.tar.gz";
to
url = "https://github.com/TinyCC/tinycc/archive/${rev}.tar.gz";
| 15:26:32 |
🐰 xiaoxiangmoe | 😭 Many site are unreachable for me | 15:27:00 |
🐰 xiaoxiangmoe | * Also I can't download
url = "mirror://gnu/mes/mes-${version}.tar.gz";
| 15:27:13 |
🐰 xiaoxiangmoe | * Also I can't download
url = "mirror://gnu/mes/mes-${version}.tar.gz";
| 15:27:23 |
🐰 xiaoxiangmoe | * So I change it to
url = "https://mirrors.kernel.org/gnu/mes/mes-${version}.tar.gz";
| 15:27:30 |
🐰 xiaoxiangmoe | * Also change
url = "https://repo.or.cz/tinycc.git/snapshot/${rev}.tar.gz";
to
url = "https://github.com/TinyCC/tinycc/archive/${rev}.tar.gz";
| 15:27:43 |
| 6 Oct 2025 |
dish [Fox/It/She] | is this an issue where a firewall or something is blocking the sites? or you can connect, but they are too slow and just timeout? | 00:50:00 |
K900 | I would assume the issue is called being in China | 04:46:29 |
Alyssa Ross | Remember fetchurl supports multiple URLs for the same hash | 06:04:25 |
🐰 xiaoxiangmoe | Some site too slow and timeout, and some site unreachable.
Only github site and linux kernel site is connectable in China. | 12:58:32 |
| 9 Oct 2025 |
dish [Fox/It/She] | made progress on minimal-bootstrap-next, having issues with a glibc-based gcc build | 01:26:04 |
dish [Fox/It/She] | pushed stuff to my fork on the minimal-bootstrap-next branch | 01:26:15 |
dish [Fox/It/She] | * made progress on minimal-bootstrap, having issues with a glibc-based gcc build | 01:26:36 |
dish [Fox/It/She] | HEAD commit doesn't build properly(try building pkgsi686Linux.minimal-bootstrap.gcc-glibc) | 01:27:02 |
dish [Fox/It/She] | HEAD commit doesn't build properly(try building pkgsi686Linux.minimal-bootstrap.gcc-glibc and you'll see) | 01:27:06 |
dish [Fox/It/She] | everything below that does build properly, since its copied from emilytrau's previous work on minimal-bootstrap | 01:28:22 |
dish [Fox/It/She] | * everything below that does build properly, since its copied from emilytrau's previous work on minimal-bootstrap, but rebased onto my branch and reformatted to fit the current style | 01:28:57 |
| 11 Oct 2025 |
| somasis changed their display name from Kylie McClain to somasis. | 03:47:35 |
| midischwarz12 joined the room. | 20:53:34 |
| 12 Oct 2025 |
| midischwarz12 removed their profile picture. | 02:45:01 |
| midischwarz12 set a profile picture. | 02:45:11 |
| Anton (he/him) changed their display name from Anton to Anton (he/him). | 13:17:58 |
| @midirhee12:tchncs.de removed their profile picture. | 21:27:44 |
| @midirhee12:tchncs.de removed their display name midirhee12. | 21:28:18 |
| @midirhee12:tchncs.de left the room. | 21:28:29 |
| 18 Oct 2025 |
| @ihar.hrachyshka:matrix.org left the room. | 00:14:02 |
| 19 Oct 2025 |
| helle (just a stray cat girl) joined the room. | 16:33:04 |
| 21 Oct 2025 |
陈浩南 | I found a really weird issue in bootstrap process. When nix store containing dot . , bootstrap failed at python3-minimal, since its output containing reference to bootstrap-tools and strictDeps disallow this. Just remove the dot in store path, everything works again. This is relevant issue. https://github.com/NixOS/nixpkgs/issues/454199 | 13:27:32 |
Sandro 🐧 | Can someone take a look if the hook change in https://github.com/NixOS/nixpkgs/pull/451140 is correct? | 14:31:37 |
emily | I predict it's a regular expression issue :) | 23:58:42 |