Github messages for voidlinux
 help / color / mirror / Atom feed
From: aryalaadi <aryalaadi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: poc zed package template
Date: Wed, 01 May 2024 06:30:16 +0200	[thread overview]
Message-ID: <20240501043016.B7D2F24044@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49019@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 3046 bytes --]

New comment by aryalaadi on void-packages repository

https://github.com/void-linux/void-packages/pull/49019#issuecomment-2087960452

Comment:
feel free to make a new pr, ive given up on this

On Wed, 1 May 2024, 1:09 am Owen Law, ***@***.***> wrote:

> ok ive managed to get the package to build after i created the full source
> archive myself (ive requested the upstream to provide the archive on every
> release) with something like this
>
> pkgname=zed
> version=0.124.8
> revision=1
> build_style=cargo
> hostmakedepends="pkg-config python3 cargo"
> makedepends="alsa-lib-devel libzstd-devel fontconfig-devel wayland-devel libxkbcommon-devel openssl-devel"
> depends="alsa-lib libzstd fontconfig wayland libxkbcommon libxkbcommon-x11 openssl"
> short_desc="High-performance, multiplayer code editor"
> maintainer="aryalaadi ***@***.***>"
> license="GPL-3.0"
> homepage="https://github.com/zed-industries/zed"
> distfiles="http://localhost:8000/zed.tar.gz"
> checksum=a45d80c9c68e8aa232490ea3bfe00712e8e296d606ed37d83f1875a693e46654
>
> but after it was done compiling i got this error
>
> error: found a virtual manifest at `/builddir/zed-0.124.8/Cargo.toml` instead of a package manifest
> => ERROR: zed-0.124.8_1: do_install: '${make_cmd} install --target ${RUST_TARGET} --root="${DESTDIR}/usr" --offline --locked ${configure_args} ${make_install_args}' exited with 101
> => ERROR:   in do_install() at common/build-style/cargo.sh:22
>
> any idea on what could be causing this?
>
> Here's a working template I made:
>
> # Template file for 'zed'
> pkgname=zed
> version=0.132.4
> revision=1
> build_style=cargo
> make_install_args="--path crates/zed"
> hostmakedepends="pkg-config"
> makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel libzstd-devel openssl-devel wayland-devel libgit2-devel"
> short_desc="High-performance, multiplayer code editor"
> maintainer="Owen Law ***@***.***>"
> license="AGPL-3.0-or-later, GPL-3.0-or-later, Apache-2.0"
> homepage="https://zed.dev/"
> _protocol=1.1.2
> distfiles="https://github.com/zed-industries/zed/archive/refs/tags/v${version}.tar.gz
>  https://github.com/livekit/protocol/archive/refs/tags/v${_protocol}.tar.gz>protocol-v${_protocol}.tar.gz"
> checksum="e9b0d3079b331114f2dbfb99a23cf7af79d67b9ca9ae94b128953a7654e39cb2
>  9e3dac3be15f896a6602a4fac12c91286e3b97834ef3e17e3aa69fc592d80761"
>
> skip_extraction="protocol-v${_protocol}.tar.gz"
>
> post_extract() {
>         vsrcextract -C crates/live_kit_server/protocol "protocol-v${_protocol}.tar.gz"
>         vlicense LICENSE-AGPL
> }
>
> —
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/49019#issuecomment-2086778047>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BBZNKIFU34FU5OD3XAXSRGLY77VYPAVCNFSM6AAAAABEB2K5ZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBWG43TQMBUG4>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>


  parent reply	other threads:[~2024-05-01  4:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 13:57 [PR PATCH] " aryalaadi
2024-03-01 14:07 ` [PR REVIEW] " ahesford
2024-03-01 14:11 ` [PR PATCH] [Updated] " aryalaadi
2024-03-03 17:11 ` aryalaadi
2024-03-03 17:32 ` aryalaadi
2024-03-03 17:33 ` aryalaadi
2024-03-03 17:34 ` aryalaadi
2024-03-03 20:33 ` dmarto
2024-03-03 20:33 ` dmarto
2024-03-04  0:24 ` aryalaadi
2024-03-04  0:31 ` ahesford
2024-03-04  3:13 ` aryalaadi
2024-03-04 11:38 ` aryalaadi
2024-04-30 19:24 ` someone13574
2024-05-01  4:30 ` aryalaadi [this message]
2024-05-01  5:19 ` someone13574
2024-05-14  0:43 ` Vaelatern
2024-05-14  0:43 ` Vaelatern
2024-05-14  2:31 ` someone13574
2024-05-23 22:24 ` [PR PATCH] [Closed]: " Vaelatern
2024-05-23 22:24 ` Vaelatern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240501043016.B7D2F24044@inbox.vuxu.org \
    --to=aryalaadi@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).