Manjaro Tools broken can't build unstable iso, stable and testing OK

This is the unstable error …

error: failed retrieving file 'core.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu

It failed fetching all databases including my own one on gitlab and then can’t get the video files.

Fails to build on both cinnamon and xfce so far.

The strange thing is it builds root, desktop, and live but totally fails on mhwd.

I have been having this for a couple of days - narrowed it down to this point - but not sure why it happens - maybe either you guys know? @philm @oberon @Ste74

My packages is git-r2948.aa976ed-1

While building rootfs - just after the installation of pacman-mirrors

 --> Using build locales ...
mount: /data/build/mjro-roots/buildiso/openbox/x86_64/rootfs/etc/resolv.conf: mount point is a symbolic link to nowhere.

The resolv.conf is working for the desktopfs

==> Prepare [Desktop installation] (desktopfs)
 --> overlayfs mount: [/data/build/mjro-roots/buildiso/openbox/x86_64/desktopfs]
 --> mirror: https://mirror.easyname.at/manjaro/unstable/$repo/$arch
==> Creating install root at /data/build/mjro-roots/buildiso/openbox/x86_64/desktopfs
  -> Installing packages to /data/build/mjro-roots/buildiso/openbox/x86_64/desktopfs
:: Synchronizing package databases...
 core                  165.0 KiB  1988 KiB/s 00:00 [######################] 100%
 extra                1958.1 KiB  6.09 MiB/s 00:00 [######################] 100%
 community               6.6 MiB  6.78 MiB/s 00:01 [######################] 100%
 multilib              179.6 KiB  1122 KiB/s 00:00 [######################] 100%

The resolv.conf is working for the livefs

==> Prepare [Live installation] (livefs)
 --> overlayfs mount: [/data/build/mjro-roots/buildiso/openbox/x86_64/livefs]
 --> mirror: https://mirror.easyname.at/manjaro/unstable/$repo/$arch
==> Creating install root at /data/build/mjro-roots/buildiso/openbox/x86_64/livefs
  -> Installing packages to /data/build/mjro-roots/buildiso/openbox/x86_64/livefs
:: Synchronizing package databases...
 core                                               165.0 KiB  1896 KiB/s 00:00 [##############################################] 100%
 extra                                             1958.1 KiB  5.69 MiB/s 00:00 [##############################################] 100%
 community                                            6.6 MiB  6.56 MiB/s 00:01 [##############################################] 100%
 multilib                                           179.6 KiB  3.13 MiB/s 00:00 [##############################################] 100%
resolving dependencies...

mhwdfs fails with a nonfunctional resolv.conf

==> Prepare [drivers repository] (mhwdfs)
 --> overlayfs mount: [/data/build/mjro-roots/buildiso/openbox/x86_64/mhwdfs]
 --> Restoring [/data/build/mjro-roots/buildiso/openbox/x86_64/mhwdfs/etc/pacman.conf] ...
mount: /data/build/mjro-roots/buildiso/openbox/x86_64/mhwdfs/etc/resolv.conf: mount point is a symbolic link to nowhere.

And thus fails getting the sync databases

:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.easyname.at : Could not resolve host: mirror.easyname.at
error: failed to update core (invalid url for server)
error: failed retrieving file 'extra.db' from mirror.easyname.at : Could not resolve host: mirror.easyname.at
error: failed to update extra (invalid url for server)
error: failed retrieving file 'community.db' from mirror.easyname.at : Could not resolve host: mirror.easyname.at
error: failed to update community (invalid url for server)
error: failed retrieving file 'multilib.db' from mirror.easyname.at : Could not resolve host: mirror.easyname.at
error: failed to update multilib (invalid url for server)
error: failed to synchronize all databases
2 Likes

In

manjaro-tools/lib/buildiso/cinnamon/x86_64/rootfs/etc

there is a broken “resolv.conf” symlink replacing this fixes the error.
Of course if you know how to fix the broken symlink that would be even better?

For your info there is no symlink in testing just a resolv.conf file which is what I have used.

Bad News someone has fixed the symlink but it doesn’t work neither does my work around now.

Fixed used resolv.conf from testing and used it to replace the symlink. It is very strange as the testing resolv.conf only has this in it but at least it works again.

# Resolver configuration file.
# See resolv.conf(5) for details.
2 Likes

We adopted some stupid from Arch

Fixing it now

1 Like

Are you still fixing it ? Yay its fixed many thanks .(systemd 248.2-1.1 has done the trick)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.