Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] icecat: set nodebug on i686
@ 2019-06-16  0:13 voidlinux-github
  2019-06-16  1:02 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-16  0:13 UTC (permalink / raw)
  To: ml

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

There is a new pull request by jnbr against master on the void-packages repository

https://github.com/jnbr/void-packages icecat
https://github.com/void-linux/void-packages/pull/12483

icecat: set nodebug on i686
linker runs out of memory if debug is enabled

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

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

From f41ea481f547d27c54c1a93b8ed2881aa7d380b8 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Sun, 16 Jun 2019 02:09:45 +0200
Subject: [PATCH] icecat: set nodebug on i686

linker runs out of memory if debug is enabled

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

diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template
index 7f21c874d77..e6eaf37bb1b 100644
--- a/srcpkgs/icecat/template
+++ b/srcpkgs/icecat/template
@@ -32,7 +32,7 @@ esac
 CXXFLAGS="-Wno-class-memaccess -Wno-unused-function"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/18068/steps/shell_3/logs/stdio" ;;
+	i686*) nodebug=yes ;;
 esac
 
 post_extract() {

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

* Re: [PR PATCH] [Merged]: icecat: set nodebug on i686
  2019-06-16  0:13 [PR PATCH] icecat: set nodebug on i686 voidlinux-github
@ 2019-06-16  1:02 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-16  1:02 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

icecat: set nodebug on i686
https://github.com/void-linux/void-packages/pull/12483
Description: linker runs out of memory if debug is enabled

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

end of thread, other threads:[~2019-06-16  1:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-16  0:13 [PR PATCH] icecat: set nodebug on i686 voidlinux-github
2019-06-16  1:02 ` [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).