On Thu, Jul 28, 2022 at 3:40 PM daniel antoine <univa...@gmail.com> wrote:
>
> Hi
>
> I try to compile enlightenment and i get an error after the git clone
> command , may be it is on my side I just wanted to know.
>
> + prepare
> + git clone https://git.enlightenment.org/enlightenment/enlightenment
> enlightenment-0.25.3
> Cloning into 'enlightenment-0.25.3'...
> error: 8192 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
>
> The content of my Pkgfile
> description="Enlightenment window manager"
> url="http://www.enlightenment.org/";
>
> packager="Yaolinux Team"
> maintainer="Dania"
>
> makedepends=(efl xcb-util-keysyms xwayland)
> run=(efl)
>
> set=(elementary)
>
> name=enlightenment
> version=0.25.3
>
> #Last commit on enlightenment repo
> _commit=225cbac56f67eae38417f5cd9111f7e6d1424284
>
> prepare() {
> git clone https://git.enlightenment.org/enlightenment/enlightenment
> $name-$version
>
> cd $name-$version
> git checkout ${_commit}
> }
>
> build() {
>
> mkdir build && cd build
>
> meson  --prefix=/usr       \
>        -Dbuildtype=release \
>        -Dwl=true           \
>        ../$name-$version
>
> ninja
> DESTDIR=$PKG ninja install
> }

hello

i've no answer to your problem, but it works here in a terminal:

$ git clone https://git.enlightenment.org/enlightenment/enlightenment
enlightenment-0.25.3
Cloning into 'enlightenment-0.25.3'...
remote: Enumerating objects: 196399, done.
remote: Counting objects: 100% (196399/196399), done.
remote: Compressing objects: 100% (52300/52300), done.
remote: Total 196399 (delta 147701), reused 190859 (delta 143711)
Receiving objects: 100% (196399/196399), 710.32 MiB | 5.83 MiB/s, done.
Resolving deltas: 100% (147701/147701), done.
Updating files: 100% (1424/1424), done.

so try to clone it in a terminal first.

Vincent


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to