nchevsky / systemrescue-zfs

A fork of SystemRescue (formerly SystemRescueCd) with ZFS built-in and serial console access enabled for all boot options. Download bootable ISOs from the releases page.
GNU General Public License v3.0
109 stars 18 forks source link

sed: can't read /usr/share/applications/exo-mail-reader.desktop: No such file or directory #10

Closed Ronchou closed 1 year ago

Ronchou commented 2 years ago

when i build it i met some strange issues

  _**% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    174      0 --:--:-- --:--:-- --:--:--   174
==> WARNING: work/x86_64/airootfs is not a mountpoint. This may have undesirable side effects.
Configuration file /etc/systemd/system/NetworkManager-wait-online.service.d/sysrescue.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/NetworkManager-wait-online.service.d/sysrescue.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/pacman-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/pacman-init.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/choose-mirror.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/choose-mirror.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/sysrescue-initialize.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/sysrescue-initialize.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/sysrescue-autorun.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/sysrescue-autorun.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
sed: can't read /usr/share/applications/exo-mail-reader.desktop: No such file or directory
sed: can't read /usr/share/applications/exo-web-browser.desktop: No such file or directory
sed: can't read /usr/share/applications/jmacs.desktop: No such file or directory
sed: can't read /usr/share/applications/jpico.desktop: No such file or directory
sed: can't read /usr/share/applications/jstar.desktop: No such file or directory**_

here is my packages(i removed some, for its too slow for me) packages.txt

here is my pacman conf pacman.conf.txt

any ideas?

nchevsky commented 1 year ago

Sorry for the very long delay! The missing files appear to belong to some of the packages you'd removed, and there were likely still traces of things expecting those files to be there. Clearing your work directory may help; otherwise, I've just released a new version you may want to try. Ultimately, building with customized packages isn't officially supported, so I'm closing this for now.