You are not logged in.

#1 2020-02-18 10:27:43

jomemo
Member
Registered: 2020-02-02
Posts: 11

[solved] can't install dbus-x11

I tried with yay and makepkg. It looks like because anongit.freedesktop.org is unreachable.

Last edited by jomemo (2020-02-18 17:29:57)

Offline

#2 2020-02-18 10:31:45

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [solved] can't install dbus-x11

Offline

#3 2020-02-18 11:17:27

jomemo
Member
Registered: 2020-02-02
Posts: 11

Re: [solved] can't install dbus-x11

Sorry. After "makepkg -si" have something like that:

==> Tworzenie pakietu: dbus-x11 1.12.14-1 (wto, 18 lut 2020, 11:26:11)
==> Sprawdzanie zależności potrzebnych do uruchomienia...
==> Sprawdzanie zależności potrzebnych do budowy...
==> Pobieranie źródeł...
  -> Klonowanie dbus repozytorium git...
Cloning into bare repository '/home/wiking/dbus-x11/dbus'...
fatal: unable to access 'https://anongit.freedesktop.org/git/dbus/dbus/': Failed to connect to anongit.freedesktop.org port 443: Przekroczony czas oczekiwania na połączenie
==> BŁĄD: Wystąpił błąd podczas pobierania repozytorium dbus git
    Przerywam...

Message is in polish because of locales.

Offline

#4 2020-02-18 11:34:31

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [solved] can't install dbus-x11

jomemo wrote:

something like that

My link wrote:

Full output of any command involved - don't just select what you think is relevant.

jomemo wrote:

Message is in polish because of locales.

LC_ALL=C makepkg -si

Offline

#5 2020-02-18 12:12:27

jomemo
Member
Registered: 2020-02-02
Posts: 11

Re: [solved] can't install dbus-x11

I didn't know that trick with output in english. Thanks.

[wiking@archbiurovm dbus-x11]$ LC_ALL=C makepkg -si
==> Making package: dbus-x11 1.12.14-1 (Tue Feb 18 12:54:56 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning dbus git repo...
Cloning into bare repository '/home/wiking/dbus-x11/dbus'...
fatal: unable to access 'https://anongit.freedesktop.org/git/dbus/dbus/': Failed to connect to anongit.freedesktop.org port 443: Connection timed out
==> ERROR: Failure while downloading dbus git repo
    Aborting...

It's full message as before, now in english.

Offline

#6 2020-02-18 14:08:55

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: [solved] can't install dbus-x11

git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit

If you replace that with

git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit

Offline

#7 2020-02-18 17:29:23

jomemo
Member
Registered: 2020-02-02
Posts: 11

Re: [solved] can't install dbus-x11

loqs wrote:
git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit

If you replace that with

git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit

Package installed. Thanks smile

Offline

Board footer

Powered by FluxBB