Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] icecat: set nodebug on i686
Date: Sun, 16 Jun 2019 02:13:06 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12483@inbox.vuxu.org> (raw)

[-- 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() {

             reply	other threads:[~2019-06-16  0:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-16  0:13 voidlinux-github [this message]
2019-06-16  1:02 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12483@inbox.vuxu.org \
    --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).