<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — [Hyperbola] Support for UXP-development]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=795&amp;type=atom" />
	<updated>2023-01-19T16:57:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=795</id>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5595#p5595" />
			<content type="html"><![CDATA[<p>Thanks for adding. A bit of a problem is: What part of the environment is causing the problem? Last time I have spoken with Gaming4JC he said 64bit-build could work, 32bit not.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-01-19T16:57:46Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5595#p5595</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5594#p5594" />
			<content type="html"><![CDATA[<p>the last version of iceweasel-uxp doesn&#039;t build for 64 bit as well, and g4jc think its the build environment that causing the issue,<br />this new version was add 5 weeks ago</p>]]></content>
			<author>
				<name><![CDATA[rachad]]></name>
			</author>
			<updated>2023-01-19T16:29:41Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5594#p5594</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5593#p5593" />
			<content type="html"><![CDATA[<p>Thanks, would be real interesting to see also combined it working with your recommendations. If this works we are ahead and can update UXP also to come.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-01-19T12:27:33Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5593#p5593</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5592#p5592" />
			<content type="html"><![CDATA[<p>Ok, I&#039;ll try to build under an Intel NUC with a Hyperbola VM under Trisquel.</p>]]></content>
			<author>
				<name><![CDATA[anthk]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=568</uri>
			</author>
			<updated>2023-01-19T12:26:36Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5592#p5592</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5591#p5591" />
			<content type="html"><![CDATA[<p>Hmm, thanks. I will give those information also to Gaming4JC. Perhaps you are interested to try that also local for a build running? Above steps enable you to do so. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-01-19T10:58:15Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5591#p5591</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5590#p5590" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>doas modprobe zram
doas zramctl --size 1024M /dev/zram0
doas mkswap /dev/zram0
doas swapon /dev/zram0</code></pre></div><p>This wil add a compressed GB of RAM with ZRAM, my 1GB netbook works like a 2GB one.</p><p>Also,&nbsp; you could always compile a 32 bit build<br />under a 64 bit machine with either a chroot or a VM.</p><p>Finally, clang uses far less RAM than GCC on compiling.</p>]]></content>
			<author>
				<name><![CDATA[anthk]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=568</uri>
			</author>
			<updated>2023-01-19T10:53:24Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5590#p5590</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5589#p5589" />
			<content type="html"><![CDATA[<p>The version 2022.09.30 from UXP is crashing at building with an OOM (out of memory). There were different tryouts worthwhile, but with no further success for the moment. And this includes first only <strong>iceweasel-uxp</strong> as there are two more applications (iceape-uxp and icedove-uxp) with the need for more attention and some &quot;love&quot;. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>The patches now I&#039;m working on are for the versions in our repositories running and include most better searchplugins and certificate-issues being fixed.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-01-19T10:28:28Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5589#p5589</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5587#p5587" />
			<content type="html"><![CDATA[<p>What&#039;s the issue on not building on 32 bit systems?</p>]]></content>
			<author>
				<name><![CDATA[anthk]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=568</uri>
			</author>
			<updated>2023-01-19T10:21:09Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5587#p5587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5584#p5584" />
			<content type="html"><![CDATA[<p>If interested: <a href="https://git.hyperbola.info:50100/packages/extra.git/tree/iceweasel-uxp?h=g4jc&amp;id=60c26e8bbe19d161c3732a453352c15bfb7aafe9">https://git.hyperbola.info:50100/packag … 5bfb7aafe9</a><br />This is the newest version, compiling for the moment not on i686 / 32bit.</p><p>You can create a chroot-environment also fitting on 64bit with <strong>libretools</strong>.<br />Before you do that you should create a copy of your pacman.conf under <strong>/etc/pacman.conf</strong>, named like <strong>/etc/pacman.conf.i686</strong>. It should look like this:</p><div class="codebox"><pre><code>#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u &gt; %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = i686

# Pacman won&#039;t upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg   = 
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
#SigLevel    = Required DatabaseOptional
SigLevel    = Never
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all Arch/Hyperbola packagers
# with `pacman-key --populate arch` and `pacman-key --populate hyperbola`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs</code></pre></div><p>The relevant information here is the line:</p><div class="codebox"><pre><code>Architecture = i686</code></pre></div><p>After that you can create your chroot-environment like this:</p><div class="codebox"><pre><code>doas librechroot -C /etc/pacman.conf.i686 -M /usr/share/pacman/defaults/makepkg.conf.i686 -n i686 make</code></pre></div><p>And from this point on you are able to create a plain package within chroot-enviroment like on our build-server.<br />Hope this helps a bit!</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-01-19T07:15:35Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5584#p5584</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5468#p5468" />
			<content type="html"><![CDATA[<p>A recommended extension: <a href="https://github.com/Aris-t2/ClassicThemeRestorer">https://github.com/Aris-t2/ClassicThemeRestorer</a>&nbsp; It can greatly reduce the size of the toolbars and tabs on small screens.</p>]]></content>
			<author>
				<name><![CDATA[anthk]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=568</uri>
			</author>
			<updated>2023-01-05T13:02:54Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5468#p5468</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[Hyperbola] Support for UXP-development]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=5466#p5466" />
			<content type="html"><![CDATA[<p>Hey together,</p><p>are interested to bring the UXP-applications further in development? You can for sure then support within the development of <strong>Iceweasel-UXP</strong>, <strong>Iceape-UXP</strong> and <strong>Icedove-UXP</strong>: Help debug for building and compiling, packaging and testing.</p><p>Please report back within this thread or also via the different communication-channels if you are interested.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-01-05T11:27:47Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=5466#p5466</id>
		</entry>
</feed>
