Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mark some templates broken
@ 2019-06-10 20:00 voidlinux-github
  2019-06-10 20:01 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-10 20:00 UTC (permalink / raw)
  To: ml

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

There is a new 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: 3210 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/4] 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/4] 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/4] 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/4] 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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-15 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 20:00 [PR PATCH] mark some templates broken voidlinux-github
2019-06-10 20:01 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-10 20:01 ` voidlinux-github
2019-06-15 12:23 ` [PR PATCH] [Merged]: " voidlinux-github

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).