Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mark some templates broken
Date: Mon, 10 Jun 2019 22:01:20 +0200	[thread overview]
Message-ID: <20190610200120.tlamMDRzNa12NF8UwROYbYVn_xFZIKcUjU6WaA8Deq4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12383@inbox.vuxu.org>

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

There is an updated pull request by q66 against master on the void-packages repository

https://github.com/void-power/void-packages generally-broken
https://github.com/void-linux/void-packages/pull/12383

mark some templates broken
These generally suffer from lint failures (ELF in `/usr/share`), `antimicro` also fails to link with undefined references all over the place.

A patch file from https://github.com/void-linux/void-packages/pull/12383.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-generally-broken-12383.patch --]
[-- Type: application/text/x-diff, Size: 3943 bytes --]

From e9c002bf66736c5cc8f6f54259201e2f3425f960 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:31:40 +0200
Subject: [PATCH 1/5] Marker: mark broken (ELF in /usr/share)

---
 srcpkgs/Marker/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/Marker/template b/srcpkgs/Marker/template
index 42fb71c8ff7..40cf23ff017 100644
--- a/srcpkgs/Marker/template
+++ b/srcpkgs/Marker/template
@@ -13,3 +13,4 @@ license="GPL-3.0-or-later"
 homepage="https://fabiocolacio.github.io/Marker/"
 distfiles="https://github.com/fabiocolacio/Marker/releases/download/${version}/marker.zip"
 checksum=9038a2f8b976e6bfb199d14dbf60e7281b66e5ee94a6333ca48e89e63e6096ef
+broken="fails lint (ELF in /usr/share/com.github.fabiocolacio.marker/extensions/libscroll-extension.so)"

From c7b3998f66c640f0ca579482f92cfe84892885ba Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:34:50 +0200
Subject: [PATCH 2/5] boswars: mark broken (ELF in /usr/share)

---
 srcpkgs/boswars/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/boswars/template b/srcpkgs/boswars/template
index a0ea66184ef..4587f93cfd0 100644
--- a/srcpkgs/boswars/template
+++ b/srcpkgs/boswars/template
@@ -12,6 +12,7 @@ license="GPL-2.0-or-later"
 homepage="http://boswars.org"
 distfiles="${homepage}/dist/releases/boswars-${version}-src.tar.gz"
 checksum=dc3718f531e9ea413cf37e1333b62a4c5e69f1405502d9c59b9e424635135e3e
+broken="fails lint (ELF in /usr/share)"
 
 post_extract() {
 	#png bugfix for version 2.7, https://savannah.nongnu.org/bugs/?39610

From cc3cda6d15ceb11c6a461acfff1beaa947359093 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:35:13 +0200
Subject: [PATCH 3/5] cgit: mark broken (ELF in /usr/share)

---
 srcpkgs/cgit/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/cgit/template b/srcpkgs/cgit/template
index 44f23112de3..eea59d42d4b 100644
--- a/srcpkgs/cgit/template
+++ b/srcpkgs/cgit/template
@@ -14,6 +14,7 @@ distfiles="https://git.zx2c4.com/cgit/snapshot/cgit-${version}.tar.xz
  https://www.kernel.org/pub/software/scm/git/git-${_git_version}.tar.xz"
 checksum="3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf
  8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92"
+broken="fails lint (ELF in /usr/share)"
 
 post_extract() {
 	rm -r git

From e8d698a6a4998b838848d9f698dacfbd931850c5 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:32:55 +0200
Subject: [PATCH 4/5] antimicro: FTBFS

[ci skip]
---
 srcpkgs/antimicro/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/antimicro/template b/srcpkgs/antimicro/template
index a2dd0d918d6..c46bf6bc497 100644
--- a/srcpkgs/antimicro/template
+++ b/srcpkgs/antimicro/template
@@ -12,6 +12,7 @@ license="GPL-3"
 homepage="https://github.com/AntiMicro/antimicro"
 distfiles="https://github.com/AntiMicro/antimicro/archive/${version}.tar.gz"
 checksum=ef309170612da805992f9194f1973bf38a3174a0856856afedab67f9d927a9ef
+broken="lots of undefined references during linkage"
 
 if [ -n "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-tools-devel"

From 18e49b776c5a4122ffa48457454cbcf80bb9f7e6 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:35:50 +0200
Subject: [PATCH 5/5] chatty: mark broken (404 distfile)

[ci skip]
---
 srcpkgs/chatty/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/chatty/template b/srcpkgs/chatty/template
index 5af28b749eb..7b0b842b6d5 100644
--- a/srcpkgs/chatty/template
+++ b/srcpkgs/chatty/template
@@ -16,6 +16,7 @@ skip_extraction="chatty.png"
 checksum="
  0286f5987599cbca2862a286fdb89bb4371e6c64e849652a038546c489b68ef7
  8821ea5bca093b01ec244b80a76df95211aa2c151fc6320e0d3e98380108d904"
+broken="http://chatty.github.io/Chatty_icon_256x256.png is 404"
 
 do_build() {
 	gradle shadowJar

  parent reply	other threads:[~2019-06-10 20:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-10 20:00 [PR PATCH] " voidlinux-github
2019-06-10 20:01 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-10 20:01 ` voidlinux-github [this message]
2019-06-15 12:23 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190610200120.tlamMDRzNa12NF8UwROYbYVn_xFZIKcUjU6WaA8Deq4@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).