Michael Stapelberg
Michael Stapelberg
Sometimes the heuristic results in a false-positive result: the package is shown as up-to-date, but a new major version is available in a different subdirectory. Some projects (e.g. `util-linux`) publish...
Similar to our ELF-related settings (rpath, dynamic linker path), we should update files starting with a shebang to use a full path, too.
We already try to raise the ulimit (and successfully do so on distri systems), but it might be prudent to add a warning here to prevent unpleasant surprises later.
Currently using the following workaround to build i3 from git: ```CPATH=/ro/glibc-amd64-2.27-3/out/include:$CPATH make -j8``` Need to look into why configure does not detect `-liconv`, but linking fails without it (unless using...
jacobsa/fuse implements fuse 7.12. Current Linux kernels are at 7.31. Here are a few features which we should look into to possibly improve performance: * [ ] enable parallel dirops...
When moving from ncurses-amd64-6.1-4 to ncurses-amd64-6.1-5, I got: ``` make[2]: *** No rule to make target '/ro/ncurses-amd64-6.1-5/out/lib/libncurses.so', needed by 'bin/ccmake'. Stop. ``` Needed to remove the builddir before I could...
Currently, when having enough packages, scanning them when the file system is mounted takes a considerable amount of time (small number of seconds). We should profile first to see if...
* [x] /out/vmlinuz needs to be copied to `/boot/vmlinuz-` * [x] build initramfs in `/boot/initramfs-.img` * `PKG_CONFIG_PATH=/ro/systemd-amd64-239-7/out/share/pkgconfig/ dracut --debug --force /boot/initramfs-5.1.9.img 5.1.9` * when exactly should it be built? dracut...
Here are some rough notes from when I last bumped all package versions and hence had to bootstrap: ``` % for pkg in $(echo attr gcc-libs bash bc binutils bison...
Filing this for tracking: once Go 1.14 is out, we should remove this workaround in the Go builder: https://github.com/distr1/distri/blob/6702907215eaca19f7e646ab881b48844f68120e/cmd/distri/buildgo.go#L49