Build iso failed

Hi,

I can’t build an iso image x86-64, something go wrong with a server, or something else is wrong ?

I tried to build image on other branch (stable) or DE (kde), same issue.

[nls@lap ~]$ buildiso -f -p lxqt -b testing -k linux515 2022.11.12
fatal: detected dubious ownership in repository at '/home/nls/iso-profiles'
To add an exception for this directory, call:

        git config --global --add safe.directory /home/nls/iso-profiles
[sudo] password for nls: 
 --> Profile: [lxqt]
==> Start building [lxqt]
==> Cleaning up ...
  -> Deleting chroot [rootfs] (x86_64) ...
  -> Deleting isoroot [iso] ...
 --> Loading Packages: [Packages-Root] ...
==> Prepare [Base installation] (rootfs)
 --> mirror: https://manjaro.moson.eu/testing/$repo/$arch
==> Creating install root at /var/lib/manjaro-tools/buildiso/lxqt/x86_64/rootfs
  -> Installing packages to /var/lib/manjaro-tools/buildiso/lxqt/x86_64/rootfs
:: Synchronizing package databases...
 core.db failed to download
error: failed retrieving file 'core.db' from manjaro.moson.eu : Failed to connect to manjaro.moson.eu port 443 after 47 ms: Couldn't connect to server
error: failed to synchronize all databases (download library error)
==> ERROR: Failed to install packages to new root
==> ERROR: Failed to install all packages
[nls@lap ~]$ 

*Adam Savage voice* Well, there’s your problem!

Now, what is in that directory? Please provide the output of:

ls -lah /home/nls/iso-profiles

Edit:

I’m guessing you did follow/consult :point_down:

1 Like

If I remember correctly from reading along here in the forum
there was an announcement that this particular mirror was taken down - quite some time ago.

The remedy therefore should be, as in all such cases where download from some mirror fails:
refresh the mirror list
so that this one is no longer attempted to be used.

Perhaps the build iso is somewhat special and the mirror needs to be adjusted manually.
I don’t know, have never used it.

2 Likes
3 Likes

Thank’s all, I’ll try as soon as possible.

Hate to say it but that server can be very slow!

Thanks for your message, your link? as bookmarks since years now.

I follow the tutorial again, and it doesn’t work, same issue with the server.

Try “https://manjaro.moson.org” that’s what i use very fast.

1 Like

Pls change your /etc/manjaro-tools.conf
Line 20-21

# custom build mirror server
build_mirror=https://manjaro.moson.org/

Tested and working = result

manjaro-xfce-22.0.0-testing-221111-linux60.iso

regards

3 Likes

Hi all,

same issue with your help, the server is no more .eu but .org

same issue with

https://manjaro.moson.eu/testing/$repo/$arch
######################################################
################ manjaro-tools.conf ##################
######################################################

# default target branch
# target_branch=stable

# default target arch: auto detect
# target_arch=$(uname -m)

# cache dir where buildpkg, buildtree cache packages/pkgbuild, builiso iso files
# cache_dir=/var/cache/manjaro-tools

# build dir where buildpkg or buildiso chroots are created
# chroots_dir=/var/lib/manjaro-tools

# log dir where log files are created
# log_dir='/var/log/manjaro-tools'

# custom build mirror server
# build_mirror=https://manjaro.moson.org/

################ buildtree ###############

issue

[nls@lap ~]$ buildiso -f -p lxqt -b testing -k linux515 2022.11.13
 --> Profile: [lxqt]
==> Start building [lxqt]
==> Cleaning up ...
  -> Deleting chroot [rootfs] (x86_64) ...
  -> Deleting isoroot [iso] ...
 --> Loading Packages: [Packages-Root] ...
==> Prepare [Base installation] (rootfs)
 --> mirror: https://manjaro.moson.eu/testing/$repo/$arch
==> Creating install root at /var/lib/manjaro-tools/buildiso/lxqt/x86_64/rootfs
  -> Installing packages to /var/lib/manjaro-tools/buildiso/lxqt/x86_64/rootfs
:: Synchronizing package databases...
 core.db failed to download
error: failed retrieving file 'core.db' from manjaro.moson.eu : Failed to connect to manjaro.moson.eu port 443 after 47 ms: Couldn't connect to server
error: failed to synchronize all databases (download library error)
==> ERROR: Failed to install packages to new root
==> ERROR: Failed to install all packages

1 Like

pls remove # and space

e.g.

# custom build mirror server
build_mirror=https://manjaro.moson.org/

:smiling_face_with_three_hearts: @nl.smart :coffee:

1 Like

I agree with you, I know the meaning of

#
//
-- for sql
<!-- -->
/*  */

Es lauft, thousand mal danke !

Ich bin blöd, du hattest aber richtig geschrieben auf dein erste post.

# custom build mirror server
build_mirror=https://manjaro.moson.org/
 lxqt-about-1.2.0-1  lxqt-admin-1.2.0-1
               lxqt-archiver-0.7.0-1  lxqt-config-1.2.0-1  lxqt-globalkeys-1.2.0-1  lxqt-notificationd-1.2.0-1  lxqt-openssh-askpass-1.2.0-1
               lxqt-panel-1.2.0-1  lxqt-policykit-1.2.0-1  lxqt-powermanagement-1.2.0-1  lxqt-qtplugin-1.2.0-1  lxqt-runner-1.2.0-1  lxqt-session-1.2.0-1
               lxqt-sudo-1.2.0-1
1 Like

Are you referring to the CDN77 network :slight_smile:?

I never had much luck with them either :slight_smile:

After I retired my mirror I am mostly using https://dotsrc.org/

No this one
https://mirrors.manjaro.org/repo

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