Şadi Burak Demirci
Zeptopat
- Katılım
- 28 Haziran 2024
- Mesajlar
- 2
Daha fazla
- Cinsiyet
- Erkek
Merhaba i7 3770 sistemim ile GitHub - nicegram/nicegram-desktop: Nicegram Desktop messaging app bu programı derlerken işlem aniden durdu ve şöyle bir hata verdi:
Docker'ın verdiği hata:
@Vavien.
Kod:
> [xcb-util 1/1] RUN git clone -b xcb-util-0.4.1 --depth=1 --recursive --shallow-submodules https://github.com/gitlab-freedesktop-mirrors/libxcb-util.git && cd libxcb-util && ./autogen.sh --enable-static && make -j$(nproc) && make DESTDIR="/usr/src/Libraries/xcb-util-cache" install && cd .. && rm -rf libxcb-util:
5.909 Cloning into 'libxcb-util'...
7.431 Note: switching to '3a157762578a2e4253a7cb40d2854a3444d5a9df'.
7.431
7.431 You are in 'detached HEAD' state. You can look around, make experimental
7.431 changes and commit them, and you can discard any commits you make in this
7.431 state without impacting any branches by switching back to a branch.
7.431
7.431 If you want to create a new branch to retain commits you create, you may
7.431 do so (now or later) by using -c with the switch command. Example:
7.431
7.431 git switch -c <new-branch-name>
7.431
7.431 Or undo this operation with:
7.431
7.431 git switch -
7.431
7.431 Turn off this advice by setting config variable advice.detachedHead to false
7.431
7.471 Submodule 'm4' (git://anongit.freedesktop.org/xcb/util-common-m4.git) registered for path 'm4'
7.476 Cloning into '/usr/src/Libraries/libxcb-util/m4'...
8.278 fatal: remote error: access denied or repository not exported: /xcb/util-common-m4.git
8.279 fatal: clone of 'git://anongit.freedesktop.org/xcb/util-common-m4.git' into submodule path '/usr/src/Libraries/libxcb-util/m4' failed
8.279 Failed to clone 'm4'. Retry scheduled
8.283 Cloning into '/usr/src/Libraries/libxcb-util/m4'...
8.910 fatal: remote error: access denied or repository not exported: /xcb/util-common-m4.git
8.912 fatal: clone of 'git://anongit.freedesktop.org/xcb/util-common-m4.git' into submodule path '/usr/src/Libraries/libxcb-util/m4' failed
8.912 Failed to clone 'm4' a second time, aborting
------
20 warnings found (use --debug to expand):
- StageNameCasing: Stage name 'libXext' should be lowercase (line 362)
- StageNameCasing: Stage name 'libXtst' should be lowercase (line 371)
- StageNameCasing: Stage name 'libXfixes' should be lowercase (line 380)
- StageNameCasing: Stage name 'libXv' should be lowercase (line 389)
- StageNameCasing: Stage name 'libXrandr' should be lowercase (line 400)
- StageNameCasing: Stage name 'libXrender' should be lowercase (line 409)
- StageNameCasing: Stage name 'libXdamage' should be lowercase (line 418)
- StageNameCasing: Stage name 'libXcomposite' should be lowercase (line 427)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 4)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 5)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 6)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 7)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 34)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 35)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 36)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 37)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 38)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 825)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 826)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 827)
Dockerfile:312
--------------------
311 | FROM builder AS xcb-util
312 | >>> RUN git clone -b xcb-util-0.4.1 --depth=1 --recursive --shallow-submodules https://github.com/gitlab-freedesktop-mirrors/libxcb-util.git \
313 | >>> && cd libxcb-util \
314 | >>> && ./autogen.sh --enable-static \
315 | >>> && make -j$(nproc) \
316 | >>> && make DESTDIR="/usr/src/Libraries/xcb-util-cache" install \
317 | >>> && cd .. \
318 | >>> && rm -rf libxcb-util
319 |
--------------------
ERROR: failed to solve: process "bash -c . /opt/rh/gcc-toolset-12/enable; exec bash -c \"$@\" -s git clone -b xcb-util-0.4.1 --depth=1 --recursive --shallow-submodules https://github.com/gitlab-freedesktop-mirrors/libxcb-util.git \t&& cd libxcb-util \t&& ./autogen.sh --enable-static \t&& make -j$(nproc) \t&& make DESTDIR=\"/usr/src/Libraries/xcb-util-cache\" install \t&& cd .. \t&& rm -rf libxcb-util" did not complete successfully: exit code: 1
Docker'ın verdiği hata:
Kod:
ERRO[2024-06-28T13:00:09.747512500+03:00] failed to kill process in container id wrirv5drl8qabhikliaqswxbx: runc did not terminate successfully: exit status 1: container not running
ERRO[2024-06-28T13:15:52.997505589+03:00] /moby.buildkit.v1.Control/Solve error="rpc error: code = Unknown desc = process \"bash -c . /opt/rh/gcc-toolset-12/enable; exec bash -c \\\"$@\\\" -s git clone -b xcb-util-0.4.1 --depth=1 --recursive --shallow-submodules https://github.com/gitlab-freedesktop-mirrors/libxcb-util.git \\t&& cd libxcb-util \\t&& ./autogen.sh --enable-static \\t&& make -j$(nproc) \\t&& make DESTDIR=\\\"/usr/src/Libraries/xcb-util-cache\\\" install \\t&& cd .. \\t&& rm -rf libxcb-util\" did not complete successfully: exit code: 1"
@Vavien.