X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 68314DC0167 for ; Fri, 19 Jul 2013 11:14:11 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 6EFB8BC2D44; Fri, 19 Jul 2013 11:14:10 +0000 (UTC) Date: Fri, 19 Jul 2013 13:14:06 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] xulrunner, firefox: version bump to 22.0 Message-ID: <20130719131406.31778252@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 18 Jul 2013 19:00:46 -0400 Dubiousjim wrote: > * xulrunner: remove ns_min.patch > * xulrunner: add no-stabs.patch > --- > > main/firefox/APKBUILD | 8 ++++---- > main/xulrunner/APKBUILD | 18 +++++++++--------- > main/xulrunner/no-stabs.patch | 14 ++++++++++++++ > main/xulrunner/ns_min.patch | 11 ----------- > 4 files changed, 27 insertions(+), 24 deletions(-) > create mode 100644 main/xulrunner/no-stabs.patch > delete mode 100644 main/xulrunner/ns_min.patch > > > Not sure if this will work, because my machine keeps running out of memory before the build completes. (Tried supplying "-j 1" to make, but not quitting X.) Anyway, it at least seems to get past the problem with: > > > #include > > ^ > > albeit not in an especially graceful way. it will fail here: chmod 644 mozilla-js.pc chmod 644 mozilla-plugin.pc Warning: Skipping xpcshell Warning: Skipping run-mozilla.sh Warning: Skipping js Warning: Skipping nsinstall Executing /home/ncopa/aports/main/xulrunner/src/mozilla-release/obj-x86_64-unknown-linux-uclibc/dist/bin/xpcshell -g /home/ncopa/aports/main/xulrunner/src/mozilla-release/obj-x86_64-unknown-linux-uclibc/dist/bin/ -a /home/ncopa/aports/main/xulrunner/src/mozilla-release/obj-x86_64-unknown-linux-uclibc/dist/bin/ -f /home/ncopa/aports/main/xulrunner/src/mozilla-release/toolkit/mozapps/installer/precompile_cache.js -e precompile_startupcache("resource://gre/"); /home/ncopa/aports/main/xulrunner/src/mozilla-release/obj-x86_64-unknown-linux-uclibc/dist/bin/xpcshell: symbol 'NS_CStringToUTF16': can't resolve symbol Traceback (most recent call last): File "/home/ncopa/aports/main/xulrunner/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 374, in main() File "/home/ncopa/aports/main/xulrunner/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 366, in main args.source, gre_path, base) File "/home/ncopa/aports/main/xulrunner/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 147, in precompile_cache errors.fatal('Error while running startup cache precompilation') File "/home/ncopa/aports/main/xulrunner/src/mozilla-release/python/mozbuild/mozpack/errors.py", line 101, in fatal self._handle(self.FATAL, msg) File "/home/ncopa/aports/main/xulrunner/src/mozilla-release/python/mozbuild/mozpack/errors.py", line 96, in _handle raise ErrorMessage(msg) mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation make[2]: *** [stage-package] Error 1 make[2]: Leaving directory `/home/ncopa/aports/main/xulrunner/src/mozilla-release/obj-x86_64-unknown-linux-uclibc/xulrunner/installer' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/ncopa/aports/main/xulrunner/src/mozilla-release/obj-x86_64-unknown-linux-uclibc' make: *** [install] Error 2 -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---