Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2022 13:20:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266724] Mk/Uses/cargo.mk: _CARGO_GIT_SOURCES generates invalid WRKSRC with GitLab "tag"
Message-ID:  <bug-266724-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266724

            Bug ID: 266724
           Summary: Mk/Uses/cargo.mk: _CARGO_GIT_SOURCES generates invalid
                    WRKSRC with GitLab "tag"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: rust@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

As noticed in bug 242329 when automatic archive for a tag is downloaded full
Git hash is appended to the extracted directory with sources unless URL is
constructed in a certain way. For example,

https://gitlab.com/snakedye/snui/-/archive/v0.1.3.tar.gz?dummy=3D/snakedye-=
snui-v0.1.3_GL0.tar.gz

should be

https://gitlab.com/snakedye/snui/-/archive/v0.1.3/snui-v0.1.3.tar.gz?dummy=
=3D/snakedye-snui-v0.1.3_GL0.tar.gz

$ cd x11/salut
$ make cargo-crates-merge
$ make clean all
[...]
=3D=3D=3D>  Configuring for salut-0.2.3
=3D=3D=3D>   Cargo config:
find: /wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3: No such file or direct=
ory
find: /wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3: No such file or direct=
ory
find: /wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3: No such file or direct=
ory
[source.cargo]
directory =3D
'/wrkdirs/usr/ports/x11/salut/work/salut-9dc0ba82713515cf660b2fb75a411909fa=
1b4ae1/cargo-crates'
[source.crates-io]
replace-with =3D 'cargo'
[patch.'https://github.com/RazrFalcon/resvg.git']
resvg =3D { path =3D
'/wrkdirs/usr/ports/x11/salut/work/resvg-a739aef5d01360ec238c886bc50674f314=
58df00'
}
usvg =3D { path =3D
'/wrkdirs/usr/ports/x11/salut/work/resvg-a739aef5d01360ec238c886bc50674f314=
58df00/usvg'
}
[patch.'https://github.com/rust-x-bindings/xkbcommon-rs']
xkbcommon =3D { path =3D
'/wrkdirs/usr/ports/x11/salut/work/xkbcommon-rs-4e491bee1b850625ae077134901=
f89836edb6e81'
}
[patch.'https://gitlab.com/snakedye/snui.git']
snui =3D { path =3D '/wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3' }
snui-derive =3D { path =3D '/wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3' }
snui-wayland =3D { path =3D '/wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3'=
 }
[patch.'https://github.com/Smithay/client-toolkit.git']
smithay-client-toolkit =3D { path =3D
'/wrkdirs/usr/ports/x11/salut/work/client-toolkit-87424f2cd10d50422d81ee044=
4e92becb45d43c4'
}
=3D=3D=3D>   Updating Cargo.lock
error: failed to load source for dependency `snui`

Caused by:
  Unable to update /wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3

Caused by:
  failed to read `/wrkdirs/usr/ports/x11/salut/work/snui-v0.1.3/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
*** Error code 101

Stop.
make: stopped in /usr/ports/x11/salut

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266724-7788>