<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kaniini</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kaniini"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Kaniini"/>
	<updated>2026-05-05T04:51:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Installation&amp;diff=17191</id>
		<title>MIPS64/Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Installation&amp;diff=17191"/>
		<updated>2020-04-08T16:35:52Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: Created page with &amp;quot;TODO.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TODO.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17190</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17190"/>
		<updated>2020-04-08T16:26:38Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
These are the known issues with the [[MIPS64]] port.&lt;br /&gt;
&lt;br /&gt;
== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;br /&gt;
&lt;br /&gt;
== Floating Point ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is soft-float, because many of the CPUs we are targeting have broken FPUs.  This causes problems with math applications, such as those dependent on OpenBLAS.  Similarly, binaries that are compiled with &amp;lt;code&amp;gt;-mhard-float&amp;lt;/code&amp;gt; can&#039;t be linked on Alpine MIPS64.  We may do a hard-float port later.&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
Go itself works fine on MIPS64, but many libraries which make syscalls directly either assume that MIPS environments are 32-bit or do not have code for making syscalls on MIPS at all.  As such, many Go packages are presently blocked on MIPS64.  The solution is to fix the Go libraries, unfortunately Go does not make this easy to do.&lt;br /&gt;
&lt;br /&gt;
== Octeon 3 BGX ==&lt;br /&gt;
&lt;br /&gt;
The recommended kernel for most Octeon devices is the one in our &amp;lt;code&amp;gt;linux-octeon&amp;lt;/code&amp;gt; package.  However, this kernel does not have the drivers to support the Octeon 3 BGX networking features which are used on the higher-end Octeon SOCs.  For those devices, you will need to use a vendor-supplied kernel for now until the driver is ported.&lt;br /&gt;
&lt;br /&gt;
== Endianness ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is big-endian.  This causes problems with some cryptographic and multimedia applications which either assume MIPS is little-endian or do not have any endian awareness at all.  Such packages will have to either be fixed or blocked.&lt;br /&gt;
&lt;br /&gt;
== Rust ==&lt;br /&gt;
&lt;br /&gt;
Rust is not yet bootstrapped on MIPS64.&lt;br /&gt;
&lt;br /&gt;
== Java ==&lt;br /&gt;
&lt;br /&gt;
Java is not yet bootstrapped on MIPS64.  To bootstrap Java, we would need to first fix the FTBFS issue in &amp;lt;code&amp;gt;community/gcc6&amp;lt;/code&amp;gt; so we have a functioning GCJ.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17189</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17189"/>
		<updated>2020-04-08T16:26:14Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;br /&gt;
&lt;br /&gt;
== Floating Point ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is soft-float, because many of the CPUs we are targeting have broken FPUs.  This causes problems with math applications, such as those dependent on OpenBLAS.  Similarly, binaries that are compiled with &amp;lt;code&amp;gt;-mhard-float&amp;lt;/code&amp;gt; can&#039;t be linked on Alpine MIPS64.  We may do a hard-float port later.&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
Go itself works fine on MIPS64, but many libraries which make syscalls directly either assume that MIPS environments are 32-bit or do not have code for making syscalls on MIPS at all.  As such, many Go packages are presently blocked on MIPS64.  The solution is to fix the Go libraries, unfortunately Go does not make this easy to do.&lt;br /&gt;
&lt;br /&gt;
== Octeon 3 BGX ==&lt;br /&gt;
&lt;br /&gt;
The recommended kernel for most Octeon devices is the one in our &amp;lt;code&amp;gt;linux-octeon&amp;lt;/code&amp;gt; package.  However, this kernel does not have the drivers to support the Octeon 3 BGX networking features which are used on the higher-end Octeon SOCs.  For those devices, you will need to use a vendor-supplied kernel for now until the driver is ported.&lt;br /&gt;
&lt;br /&gt;
== Endianness ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is big-endian.  This causes problems with some cryptographic and multimedia applications which either assume MIPS is little-endian or do not have any endian awareness at all.  Such packages will have to either be fixed or blocked.&lt;br /&gt;
&lt;br /&gt;
== Rust ==&lt;br /&gt;
&lt;br /&gt;
Rust is not yet bootstrapped on MIPS64.&lt;br /&gt;
&lt;br /&gt;
== Java ==&lt;br /&gt;
&lt;br /&gt;
Java is not yet bootstrapped on MIPS64.  To bootstrap Java, we would need to first fix the FTBFS issue in &amp;lt;code&amp;gt;community/gcc6&amp;lt;/code&amp;gt; so we have a functioning GCJ.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17188</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17188"/>
		<updated>2020-04-08T16:24:51Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;br /&gt;
&lt;br /&gt;
== Floating Point ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is soft-float, because many of the CPUs we are targeting have broken FPUs.  This causes problems with math applications, such as those dependent on OpenBLAS.  Similarly, binaries that are compiled with &amp;lt;code&amp;gt;-mhard-float&amp;lt;/code&amp;gt; can&#039;t be linked on Alpine MIPS64.  We may do a hard-float port later.&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
Go itself works fine on MIPS64, but many libraries which make syscalls directly either assume that MIPS environments are 32-bit or do not have code for making syscalls on MIPS at all.  As such, many Go packages are presently blocked on MIPS64.  The solution is to fix the Go libraries, unfortunately Go does not make this easy to do.&lt;br /&gt;
&lt;br /&gt;
== Octeon 3 BGX ==&lt;br /&gt;
&lt;br /&gt;
The recommended kernel for most Octeon devices is the one in our &amp;lt;code&amp;gt;linux-octeon&amp;lt;/code&amp;gt; package.  However, this kernel does not have the drivers to support the Octeon 3 BGX networking features which are used on the higher-end Octeon SOCs.  For those devices, you will need to use a vendor-supplied kernel for now until the driver is ported.&lt;br /&gt;
&lt;br /&gt;
== Endianness ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is big-endian.  This causes problems with some cryptographic and multimedia applications which either assume MIPS is little-endian or do not have any endian awareness at all.  Such packages will have to either be fixed or blocked.&lt;br /&gt;
&lt;br /&gt;
== Rust ==&lt;br /&gt;
&lt;br /&gt;
Rust is not yet bootstrapped on MIPS64.&lt;br /&gt;
&lt;br /&gt;
== Java ==&lt;br /&gt;
&lt;br /&gt;
Java is not yet bootstrapped on MIPS64.  To bootstrap Java, we would need to first fix the FTBFS issue in &amp;lt;code&amp;gt;community/gcc6&amp;lt;/code&amp;gt; so we have a functioning GCJ.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17187</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17187"/>
		<updated>2020-04-08T16:22:32Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;br /&gt;
&lt;br /&gt;
== Floating Point ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is soft-float, because many of the CPUs we are targeting have broken FPUs.  This causes problems with math applications, such as those dependent on OpenBLAS.  Similarly, binaries that are compiled with &amp;lt;code&amp;gt;-mhard-float&amp;lt;/code&amp;gt; can&#039;t be linked on Alpine MIPS64.  We may do a hard-float port later.&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
Go itself works fine on MIPS64, but many libraries which make syscalls directly either assume that MIPS environments are 32-bit or do not have code for making syscalls on MIPS at all.  As such, many Go packages are presently blocked on MIPS64.  The solution is to fix the Go libraries, unfortunately Go does not make this easy to do.&lt;br /&gt;
&lt;br /&gt;
== Octeon 3 BGX ==&lt;br /&gt;
&lt;br /&gt;
The recommended kernel for most Octeon devices is the one in our &amp;lt;code&amp;gt;linux-octeon&amp;lt;/code&amp;gt; package.  However, this kernel does not have the drivers to support the Octeon 3 BGX networking features which are used on the higher-end Octeon SOCs.  For those devices, you will need to use a vendor-supplied kernel for now until the driver is ported.&lt;br /&gt;
&lt;br /&gt;
== Endianness ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is big-endian.  This causes problems with some cryptographic and multimedia applications which either assume MIPS is little-endian or do not have any endian awareness at all.  Such packages will have to either be fixed or blocked.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17186</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17186"/>
		<updated>2020-04-08T16:19:12Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;br /&gt;
&lt;br /&gt;
== Floating Point ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is soft-float, because many of the CPUs we are targeting have broken FPUs.  This causes problems with math applications, such as those dependent on OpenBLAS.  Similarly, binaries that are compiled with &amp;lt;code&amp;gt;-mhard-float&amp;lt;/code&amp;gt; can&#039;t be linked on Alpine MIPS64.  We may do a hard-float port later.&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
Go itself works fine on MIPS64, but many libraries which make syscalls directly either assume that MIPS environments are 32-bit or do not have code for making syscalls on MIPS at all.  As such, many Go packages are presently blocked on MIPS64.  The solution is to fix the Go libraries, unfortunately Go does not make this easy to do.&lt;br /&gt;
&lt;br /&gt;
== Octeon 3 BGX ==&lt;br /&gt;
&lt;br /&gt;
The recommended kernel for most Octeon devices is the one in our &amp;lt;code&amp;gt;linux-octeon&amp;lt;/code&amp;gt; package.  However, this kernel does not have the drivers to support the Octeon 3 BGX networking features which are used on the higher-end Octeon SOCs.  For those devices, you will need to use a vendor-supplied kernel for now until the driver is ported.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17185</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17185"/>
		<updated>2020-04-08T16:16:52Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;br /&gt;
&lt;br /&gt;
== Floating Point ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is soft-float, because many of the CPUs we are targeting have broken FPUs.  This causes problems with math applications, such as those dependent on OpenBLAS.  Similarly, binaries that are compiled with &amp;lt;code&amp;gt;-mhard-float&amp;lt;/code&amp;gt; can&#039;t be linked on Alpine MIPS64.  We may do a hard-float port later.&lt;br /&gt;
&lt;br /&gt;
== Go ==&lt;br /&gt;
&lt;br /&gt;
Go itself works fine on MIPS64, but many libraries which make syscalls directly either assume that MIPS environments are 32-bit or do not have code for making syscalls on MIPS at all.  As such, many Go packages are presently blocked on MIPS64.  The solution is to fix the Go libraries, unfortunately Go does not make this easy to do.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17184</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17184"/>
		<updated>2020-04-08T16:14:55Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;br /&gt;
&lt;br /&gt;
== Floating Point ==&lt;br /&gt;
&lt;br /&gt;
The MIPS64 port is soft-float, because many of the CPUs we are targeting have broken FPUs.  This causes problems with math applications, such as those dependent on OpenBLAS.  Similarly, binaries that are compiled with &amp;lt;code&amp;gt;-mhard-float&amp;lt;/code&amp;gt; can&#039;t be linked on Alpine MIPS64.  We may do a hard-float port later.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17183</id>
		<title>MIPS64/Known Issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64/Known_Issues&amp;diff=17183"/>
		<updated>2020-04-08T16:12:48Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: Created page with &amp;quot;== Run from RAM ==  At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to u...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run from RAM ==&lt;br /&gt;
&lt;br /&gt;
At present, not much work has been done on run from RAM, because many of the Octeon boards do not have named memory blocks support, which is necessary to use an initramfs under Cavium Executive.&lt;br /&gt;
&lt;br /&gt;
For those which do support named memory blocks, you can load an initramfs into one and then specify it as &amp;lt;code&amp;gt;rd_name=initramfs&amp;lt;/code&amp;gt; on the kernel command line.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17182</id>
		<title>MIPS64</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17182"/>
		<updated>2020-04-08T16:07:32Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
Alpine&#039;s MIPS64 port mostly targets Octeon CPUs, Loongson and the MIPS Malta evaluation board.  It can theoretically run on any MIPS64 CPU, but this hasn&#039;t been tested exhaustively.&lt;br /&gt;
&lt;br /&gt;
== Installation Guide ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Installation]].&lt;br /&gt;
&lt;br /&gt;
== Docker ==&lt;br /&gt;
&lt;br /&gt;
The port does not yet have a functioning Docker, but we are working on it.  Assistance is welcome.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Known Issues]].&lt;br /&gt;
&lt;br /&gt;
== Builders and Dev Machines ==&lt;br /&gt;
&lt;br /&gt;
Main builder is Ubiquiti EdgeRouter Infinity.  It has 16-core OCTEON 3 CPU with 16 GB of RAM.&lt;br /&gt;
&lt;br /&gt;
We have a second Ubiquiti EdgeRouter Infinity that will be used as a dev machine and for CI.  If you need access to a MIPS64 machine to fix your packages, feel free to reach out, we can provision access to a container.&lt;br /&gt;
&lt;br /&gt;
We also have various lower spec Ubiquiti boards and are working to source some Loongson boards as well.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
&lt;br /&gt;
=== Firmware ===&lt;br /&gt;
&lt;br /&gt;
In default Alpine installations, some firmware packages (&amp;lt;code&amp;gt;linux-firmware-...&amp;lt;/code&amp;gt;) are installed.  On most MIPS64 machines, these are unnecessary.&lt;br /&gt;
&lt;br /&gt;
In order to remove them, install package &amp;lt;code&amp;gt;linux-firmware-none&amp;lt;/code&amp;gt; by running: &amp;lt;code&amp;gt;apk add linux-firmware-none&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17181</id>
		<title>MIPS64</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17181"/>
		<updated>2020-04-08T16:07:00Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
Alpine&#039;s MIPS64 port mostly targets Octeon CPUs, Loongson and the MIPS Malta evaluation board.  It can theoretically run on any MIPS64 CPU, but this hasn&#039;t been tested exhaustively.&lt;br /&gt;
&lt;br /&gt;
== Installation Guide ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Installation]].&lt;br /&gt;
&lt;br /&gt;
== Docker ==&lt;br /&gt;
&lt;br /&gt;
The port does not yet have a functioning Docker, but we are working on it.  Assistance is welcome.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Known Issues]].&lt;br /&gt;
&lt;br /&gt;
== Builders and Dev Machines ==&lt;br /&gt;
&lt;br /&gt;
Main builder is Ubiquiti EdgeRouter Infinity.  It has 16-core OCTEON 3 CPU with 16 GB of RAM.&lt;br /&gt;
&lt;br /&gt;
We have a second Ubiquiti EdgeRouter Infinity that will be used as a dev machine and for CI.  If you need access to a MIPS64 machine to fix your packages, feel free to reach out, we can provision access to a container.&lt;br /&gt;
&lt;br /&gt;
We also have various lower spec Ubiquiti boards and are working to source some Loongson boards as well.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
&lt;br /&gt;
=== Firmware ===&lt;br /&gt;
&lt;br /&gt;
In default Alpine installations, some firmware packages (`linux-firmware-...`) are installed.  On most MIPS64 machines, these are unnecessary.&lt;br /&gt;
&lt;br /&gt;
In order to remove them, install package `linux-firmware-none` by running: `apk add linux-firmware-none`.&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17180</id>
		<title>MIPS64</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17180"/>
		<updated>2020-04-08T16:02:49Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
Alpine&#039;s MIPS64 port mostly targets Octeon CPUs, Loongson and the MIPS Malta evaluation board.  It can theoretically run on any MIPS64 CPU, but this hasn&#039;t been tested exhaustively.&lt;br /&gt;
&lt;br /&gt;
== Installation Guide ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Installation]].&lt;br /&gt;
&lt;br /&gt;
== Docker ==&lt;br /&gt;
&lt;br /&gt;
The port does not yet have a functioning Docker, but we are working on it.  Assistance is welcome.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Known Issues]].&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17179</id>
		<title>MIPS64</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MIPS64&amp;diff=17179"/>
		<updated>2020-04-08T16:02:14Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: Created page with &amp;quot;== Background ==  Alpine&amp;#039;s MIPS64 port mostly targets Octeon CPUs, Loongson and the MIPS Malta evaluation board.  It can theoretically run on any MIPS64 CPU, but this hasn&amp;#039;t b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Background ==&lt;br /&gt;
&lt;br /&gt;
Alpine&#039;s MIPS64 port mostly targets Octeon CPUs, Loongson and the MIPS Malta evaluation board.  It can theoretically run on any MIPS64 CPU, but this hasn&#039;t been tested exhaustively.&lt;br /&gt;
&lt;br /&gt;
== Installation Guide ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Installation]].&lt;br /&gt;
&lt;br /&gt;
== Docker ==&lt;br /&gt;
&lt;br /&gt;
The port does not yet have a functioning Docker, but we are working on it.  Assistance is welcome.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
See [[MIPS64/Known Issues]].&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13213</id>
		<title>Ppc64le</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13213"/>
		<updated>2017-03-29T21:33:07Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is used to describe the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
== Testing (for developers) ==&lt;br /&gt;
&lt;br /&gt;
The hosting sponsor for the ppc64le port operate a miniCloud service which will provide Alpine ppc64le images for testing.&lt;br /&gt;
&lt;br /&gt;
View their website at http://openpower.ic.unicamp.br/minicloud/ for more info.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
 &lt;br /&gt;
You can buy POWER8 hardware from IBM or other vendors, for example the IBM S812LC server is reasonably price competitive to similar x86 servers and fully supported by the ppc64le port.&lt;br /&gt;
 &lt;br /&gt;
These are the IBM machines model that would support Alpine Linux:&lt;br /&gt;
 &lt;br /&gt;
* IBM Power System S821LC  [http://www-03.ibm.com/systems/power/hardware/s821lc/index.html]&lt;br /&gt;
* IBM Power System S822LC for Big Data [http://www-03.ibm.com/systems/power/hardware/s822lc-big-data/index.html]&lt;br /&gt;
* IBM Power System S822LC for Commercial Computing [http://www-03.ibm.com/systems/power/hardware/s822lc-commercial/index.html]&lt;br /&gt;
* IBM Power System S822LC for High Performance Computing [IBM Power System S822LC for High Performance Computing]&lt;br /&gt;
* IBM Power System S812L and S822L [http://www-03.ibm.com/systems/power/hardware/s812l-s822l/index.html]&lt;br /&gt;
* IBM Power System S824L [http://www-03.ibm.com/systems/power/hardware/s824l/index.html]&lt;br /&gt;
* IBM Power System S812 [http://www-03.ibm.com/systems/power/hardware/s812/index.html]&lt;br /&gt;
* IBM Power System S822 [http://www-03.ibm.com/systems/power/hardware/s822/index.html]&lt;br /&gt;
* IBM Power System S814 [http://www-03.ibm.com/systems/power/hardware/s814/index.html]&lt;br /&gt;
* IBM Power System S824 [http://www-03.ibm.com/systems/power/hardware/s824/index.html]&lt;br /&gt;
* IBM Power Enterprise Systems for the cloud [http://www-03.ibm.com/systems/power/hardware/enterprise-cloud/index.html]&lt;br /&gt;
* IBM Power System E850C [http://www-03.ibm.com/systems/power/hardware/e850c/index.html]&lt;br /&gt;
* IBM Power System E850 [http://www-03.ibm.com/systems/power/hardware/e850/index.html]&lt;br /&gt;
* IBM Power System E870 [http://www-03.ibm.com/systems/power/hardware/e870/index.html]&lt;br /&gt;
* IBM Power System E880 [http://www-03.ibm.com/systems/power/hardware/e880/index.html]&lt;br /&gt;
&lt;br /&gt;
Tyan also has machines:&lt;br /&gt;
&lt;br /&gt;
* Tyan TN76-BP016 &lt;br /&gt;
* Tyan GT75-BP012&lt;br /&gt;
* Tyan TN71-BP012&lt;br /&gt;
&lt;br /&gt;
Supermicro is also expected to have machines available.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Archive status ==&lt;br /&gt;
&lt;br /&gt;
Initial bringup on builders.&lt;br /&gt;
&lt;br /&gt;
Missing packages:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;main&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
aiccu&lt;br /&gt;
apg&lt;br /&gt;
cmocka&lt;br /&gt;
collectd&lt;br /&gt;
compiler-rt&lt;br /&gt;
freeswitch&lt;br /&gt;
gdb&lt;br /&gt;
libgsasl&lt;br /&gt;
libquvi-scripts&lt;br /&gt;
linux-vanilla&lt;br /&gt;
lua-xml&lt;br /&gt;
luajit&lt;br /&gt;
nagios-plugins&lt;br /&gt;
ncftp(*)&lt;br /&gt;
opensmtpd&lt;br /&gt;
php5&lt;br /&gt;
pmacct&lt;br /&gt;
py-curl&lt;br /&gt;
py-imaging&lt;br /&gt;
qemu&lt;br /&gt;
ser2net&lt;br /&gt;
smokeping(*)&lt;br /&gt;
strace&lt;br /&gt;
valgrind&lt;br /&gt;
weechat&lt;br /&gt;
xf86-video-rendition&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Testing&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
afl&lt;br /&gt;
aqbanking&lt;br /&gt;
audit&lt;br /&gt;
captagent&lt;br /&gt;
corkscrew&lt;br /&gt;
dante&lt;br /&gt;
dash&lt;br /&gt;
drawterm&lt;br /&gt;
dspam&lt;br /&gt;
etckeeper&lt;br /&gt;
exim&lt;br /&gt;
grub&lt;br /&gt;
hitch&lt;br /&gt;
jpegoptim&lt;br /&gt;
libcypher-parser&lt;br /&gt;
libgnomecanvas&lt;br /&gt;
libmhash&lt;br /&gt;
lldb&lt;br /&gt;
lxappearance-obconf&lt;br /&gt;
mlocate&lt;br /&gt;
mxml&lt;br /&gt;
ndctl&lt;br /&gt;
opensips&lt;br /&gt;
ossec-hids&lt;br /&gt;
perl-autobox&lt;br /&gt;
perl-www-curl&lt;br /&gt;
py-flake8-class&lt;br /&gt;
py-sphinxcontrib-programoutput&lt;br /&gt;
qperf&lt;br /&gt;
rapidjson&lt;br /&gt;
silc-client&lt;br /&gt;
slrn&lt;br /&gt;
thermald&lt;br /&gt;
timew&lt;br /&gt;
w_scan&lt;br /&gt;
wmi-client&lt;br /&gt;
xbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Community&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
cfengine(fixed)&lt;br /&gt;
chicken&lt;br /&gt;
geany-plugins(*)&lt;br /&gt;
gns3-server&lt;br /&gt;
go-bootstrap&lt;br /&gt;
irssi-xmpp&lt;br /&gt;
libevhtp&lt;br /&gt;
libtermkey&lt;br /&gt;
makepasswd(fixed)&lt;br /&gt;
monitoring-plugins&lt;br /&gt;
mumudvb&lt;br /&gt;
nodejs-current&lt;br /&gt;
obnam&lt;br /&gt;
ocaml&lt;br /&gt;
openblas&lt;br /&gt;
openjdk7&lt;br /&gt;
openlibm&lt;br /&gt;
perl-data-denter&lt;br /&gt;
perl-log-dispatch-config&lt;br /&gt;
perl-term-progressbar&lt;br /&gt;
psmisc&lt;br /&gt;
py-greenlet&lt;br /&gt;
py-pygit2&lt;br /&gt;
py-sphinx-autobuild&lt;br /&gt;
raptor2&lt;br /&gt;
shadow&lt;br /&gt;
vigra(fixed)&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13212</id>
		<title>Ppc64le</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13212"/>
		<updated>2017-03-29T21:32:24Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is used to describe the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
== Testing (for developers) ==&lt;br /&gt;
&lt;br /&gt;
The hosting sponsor for the ppc64le port operate a miniCloud service which will provide Alpine ppc64le images for testing.  For more information, google &amp;quot;openpower minicloud&amp;quot; (I would include a link but our wiki software is too paranoid apparently.  that&#039;s cool.)&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
 &lt;br /&gt;
You can buy POWER8 hardware from IBM or other vendors, for example the IBM S812LC server is reasonably price competitive to similar x86 servers and fully supported by the ppc64le port.&lt;br /&gt;
 &lt;br /&gt;
These are the IBM machines model that would support Alpine Linux:&lt;br /&gt;
 &lt;br /&gt;
* IBM Power System S821LC  [http://www-03.ibm.com/systems/power/hardware/s821lc/index.html]&lt;br /&gt;
* IBM Power System S822LC for Big Data [http://www-03.ibm.com/systems/power/hardware/s822lc-big-data/index.html]&lt;br /&gt;
* IBM Power System S822LC for Commercial Computing [http://www-03.ibm.com/systems/power/hardware/s822lc-commercial/index.html]&lt;br /&gt;
* IBM Power System S822LC for High Performance Computing [IBM Power System S822LC for High Performance Computing]&lt;br /&gt;
* IBM Power System S812L and S822L [http://www-03.ibm.com/systems/power/hardware/s812l-s822l/index.html]&lt;br /&gt;
* IBM Power System S824L [http://www-03.ibm.com/systems/power/hardware/s824l/index.html]&lt;br /&gt;
* IBM Power System S812 [http://www-03.ibm.com/systems/power/hardware/s812/index.html]&lt;br /&gt;
* IBM Power System S822 [http://www-03.ibm.com/systems/power/hardware/s822/index.html]&lt;br /&gt;
* IBM Power System S814 [http://www-03.ibm.com/systems/power/hardware/s814/index.html]&lt;br /&gt;
* IBM Power System S824 [http://www-03.ibm.com/systems/power/hardware/s824/index.html]&lt;br /&gt;
* IBM Power Enterprise Systems for the cloud [http://www-03.ibm.com/systems/power/hardware/enterprise-cloud/index.html]&lt;br /&gt;
* IBM Power System E850C [http://www-03.ibm.com/systems/power/hardware/e850c/index.html]&lt;br /&gt;
* IBM Power System E850 [http://www-03.ibm.com/systems/power/hardware/e850/index.html]&lt;br /&gt;
* IBM Power System E870 [http://www-03.ibm.com/systems/power/hardware/e870/index.html]&lt;br /&gt;
* IBM Power System E880 [http://www-03.ibm.com/systems/power/hardware/e880/index.html]&lt;br /&gt;
&lt;br /&gt;
Tyan also has machines:&lt;br /&gt;
&lt;br /&gt;
* Tyan TN76-BP016 &lt;br /&gt;
* Tyan GT75-BP012&lt;br /&gt;
* Tyan TN71-BP012&lt;br /&gt;
&lt;br /&gt;
Supermicro is also expected to have machines available.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Archive status ==&lt;br /&gt;
&lt;br /&gt;
Initial bringup on builders.&lt;br /&gt;
&lt;br /&gt;
Missing packages:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;main&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
aiccu&lt;br /&gt;
apg&lt;br /&gt;
cmocka&lt;br /&gt;
collectd&lt;br /&gt;
compiler-rt&lt;br /&gt;
freeswitch&lt;br /&gt;
gdb&lt;br /&gt;
libgsasl&lt;br /&gt;
libquvi-scripts&lt;br /&gt;
linux-vanilla&lt;br /&gt;
lua-xml&lt;br /&gt;
luajit&lt;br /&gt;
nagios-plugins&lt;br /&gt;
ncftp(*)&lt;br /&gt;
opensmtpd&lt;br /&gt;
php5&lt;br /&gt;
pmacct&lt;br /&gt;
py-curl&lt;br /&gt;
py-imaging&lt;br /&gt;
qemu&lt;br /&gt;
ser2net&lt;br /&gt;
smokeping(*)&lt;br /&gt;
strace&lt;br /&gt;
valgrind&lt;br /&gt;
weechat&lt;br /&gt;
xf86-video-rendition&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Testing&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
afl&lt;br /&gt;
aqbanking&lt;br /&gt;
audit&lt;br /&gt;
captagent&lt;br /&gt;
corkscrew&lt;br /&gt;
dante&lt;br /&gt;
dash&lt;br /&gt;
drawterm&lt;br /&gt;
dspam&lt;br /&gt;
etckeeper&lt;br /&gt;
exim&lt;br /&gt;
grub&lt;br /&gt;
hitch&lt;br /&gt;
jpegoptim&lt;br /&gt;
libcypher-parser&lt;br /&gt;
libgnomecanvas&lt;br /&gt;
libmhash&lt;br /&gt;
lldb&lt;br /&gt;
lxappearance-obconf&lt;br /&gt;
mlocate&lt;br /&gt;
mxml&lt;br /&gt;
ndctl&lt;br /&gt;
opensips&lt;br /&gt;
ossec-hids&lt;br /&gt;
perl-autobox&lt;br /&gt;
perl-www-curl&lt;br /&gt;
py-flake8-class&lt;br /&gt;
py-sphinxcontrib-programoutput&lt;br /&gt;
qperf&lt;br /&gt;
rapidjson&lt;br /&gt;
silc-client&lt;br /&gt;
slrn&lt;br /&gt;
thermald&lt;br /&gt;
timew&lt;br /&gt;
w_scan&lt;br /&gt;
wmi-client&lt;br /&gt;
xbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Community&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
cfengine(fixed)&lt;br /&gt;
chicken&lt;br /&gt;
geany-plugins(*)&lt;br /&gt;
gns3-server&lt;br /&gt;
go-bootstrap&lt;br /&gt;
irssi-xmpp&lt;br /&gt;
libevhtp&lt;br /&gt;
libtermkey&lt;br /&gt;
makepasswd(fixed)&lt;br /&gt;
monitoring-plugins&lt;br /&gt;
mumudvb&lt;br /&gt;
nodejs-current&lt;br /&gt;
obnam&lt;br /&gt;
ocaml&lt;br /&gt;
openblas&lt;br /&gt;
openjdk7&lt;br /&gt;
openlibm&lt;br /&gt;
perl-data-denter&lt;br /&gt;
perl-log-dispatch-config&lt;br /&gt;
perl-term-progressbar&lt;br /&gt;
psmisc&lt;br /&gt;
py-greenlet&lt;br /&gt;
py-pygit2&lt;br /&gt;
py-sphinx-autobuild&lt;br /&gt;
raptor2&lt;br /&gt;
shadow&lt;br /&gt;
vigra(fixed)&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13211</id>
		<title>Ppc64le</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13211"/>
		<updated>2017-03-29T21:32:00Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is used to describe the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
== Testing (for developers) ==&lt;br /&gt;
&lt;br /&gt;
The hosting sponsor for the ppc64le port operate a miniCloud service which will provide Alpine ppc64le images for testing.  For more information, google &amp;quot;openpower minicloud&amp;quot; (I would include a link but our wiki software is too paranoid apparently.  that&#039;s cool.)&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
 &lt;br /&gt;
You can buy POWER8 hardware from IBM or other vendors, for example the IBM S812LC server is reasonably price competitive to similar x86 servers and fully supported by the ppc64le port.&lt;br /&gt;
 &lt;br /&gt;
These are the IBM machines model that would support Alpine Linux:&lt;br /&gt;
 &lt;br /&gt;
 * IBM Power System S821LC  [http://www-03.ibm.com/systems/power/hardware/s821lc/index.html]&lt;br /&gt;
 * IBM Power System S822LC for Big Data [http://www-03.ibm.com/systems/power/hardware/s822lc-big-data/index.html]&lt;br /&gt;
 * IBM Power System S822LC for Commercial Computing [http://www-03.ibm.com/systems/power/hardware/s822lc-commercial/index.html]&lt;br /&gt;
 * IBM Power System S822LC for High Performance Computing [IBM Power System S822LC for High Performance Computing]&lt;br /&gt;
 * IBM Power System S812L and S822L [http://www-03.ibm.com/systems/power/hardware/s812l-s822l/index.html]&lt;br /&gt;
 * IBM Power System S824L [http://www-03.ibm.com/systems/power/hardware/s824l/index.html]&lt;br /&gt;
 * IBM Power System S812 [http://www-03.ibm.com/systems/power/hardware/s812/index.html]&lt;br /&gt;
 * IBM Power System S822 [http://www-03.ibm.com/systems/power/hardware/s822/index.html]&lt;br /&gt;
 * IBM Power System S814 [http://www-03.ibm.com/systems/power/hardware/s814/index.html]&lt;br /&gt;
 * IBM Power System S824 [http://www-03.ibm.com/systems/power/hardware/s824/index.html]&lt;br /&gt;
 * IBM Power Enterprise Systems for the cloud [http://www-03.ibm.com/systems/power/hardware/enterprise-cloud/index.html]&lt;br /&gt;
 * IBM Power System E850C [http://www-03.ibm.com/systems/power/hardware/e850c/index.html]&lt;br /&gt;
 * IBM Power System E850 [http://www-03.ibm.com/systems/power/hardware/e850/index.html]&lt;br /&gt;
 * IBM Power System E870 [http://www-03.ibm.com/systems/power/hardware/e870/index.html]&lt;br /&gt;
 * IBM Power System E880 [http://www-03.ibm.com/systems/power/hardware/e880/index.html]&lt;br /&gt;
&lt;br /&gt;
Tyan also has machines:&lt;br /&gt;
&lt;br /&gt;
 * Tyan TN76-BP016 &lt;br /&gt;
 * Tyan GT75-BP012&lt;br /&gt;
 * Tyan TN71-BP012&lt;br /&gt;
&lt;br /&gt;
Supermicro is also expected to have machines available.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Archive status ==&lt;br /&gt;
&lt;br /&gt;
Initial bringup on builders.&lt;br /&gt;
&lt;br /&gt;
Missing packages:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;main&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
aiccu&lt;br /&gt;
apg&lt;br /&gt;
cmocka&lt;br /&gt;
collectd&lt;br /&gt;
compiler-rt&lt;br /&gt;
freeswitch&lt;br /&gt;
gdb&lt;br /&gt;
libgsasl&lt;br /&gt;
libquvi-scripts&lt;br /&gt;
linux-vanilla&lt;br /&gt;
lua-xml&lt;br /&gt;
luajit&lt;br /&gt;
nagios-plugins&lt;br /&gt;
ncftp(*)&lt;br /&gt;
opensmtpd&lt;br /&gt;
php5&lt;br /&gt;
pmacct&lt;br /&gt;
py-curl&lt;br /&gt;
py-imaging&lt;br /&gt;
qemu&lt;br /&gt;
ser2net&lt;br /&gt;
smokeping(*)&lt;br /&gt;
strace&lt;br /&gt;
valgrind&lt;br /&gt;
weechat&lt;br /&gt;
xf86-video-rendition&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Testing&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
afl&lt;br /&gt;
aqbanking&lt;br /&gt;
audit&lt;br /&gt;
captagent&lt;br /&gt;
corkscrew&lt;br /&gt;
dante&lt;br /&gt;
dash&lt;br /&gt;
drawterm&lt;br /&gt;
dspam&lt;br /&gt;
etckeeper&lt;br /&gt;
exim&lt;br /&gt;
grub&lt;br /&gt;
hitch&lt;br /&gt;
jpegoptim&lt;br /&gt;
libcypher-parser&lt;br /&gt;
libgnomecanvas&lt;br /&gt;
libmhash&lt;br /&gt;
lldb&lt;br /&gt;
lxappearance-obconf&lt;br /&gt;
mlocate&lt;br /&gt;
mxml&lt;br /&gt;
ndctl&lt;br /&gt;
opensips&lt;br /&gt;
ossec-hids&lt;br /&gt;
perl-autobox&lt;br /&gt;
perl-www-curl&lt;br /&gt;
py-flake8-class&lt;br /&gt;
py-sphinxcontrib-programoutput&lt;br /&gt;
qperf&lt;br /&gt;
rapidjson&lt;br /&gt;
silc-client&lt;br /&gt;
slrn&lt;br /&gt;
thermald&lt;br /&gt;
timew&lt;br /&gt;
w_scan&lt;br /&gt;
wmi-client&lt;br /&gt;
xbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Community&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
cfengine(fixed)&lt;br /&gt;
chicken&lt;br /&gt;
geany-plugins(*)&lt;br /&gt;
gns3-server&lt;br /&gt;
go-bootstrap&lt;br /&gt;
irssi-xmpp&lt;br /&gt;
libevhtp&lt;br /&gt;
libtermkey&lt;br /&gt;
makepasswd(fixed)&lt;br /&gt;
monitoring-plugins&lt;br /&gt;
mumudvb&lt;br /&gt;
nodejs-current&lt;br /&gt;
obnam&lt;br /&gt;
ocaml&lt;br /&gt;
openblas&lt;br /&gt;
openjdk7&lt;br /&gt;
openlibm&lt;br /&gt;
perl-data-denter&lt;br /&gt;
perl-log-dispatch-config&lt;br /&gt;
perl-term-progressbar&lt;br /&gt;
psmisc&lt;br /&gt;
py-greenlet&lt;br /&gt;
py-pygit2&lt;br /&gt;
py-sphinx-autobuild&lt;br /&gt;
raptor2&lt;br /&gt;
shadow&lt;br /&gt;
vigra(fixed)&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13208</id>
		<title>Ppc64le</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13208"/>
		<updated>2017-03-29T19:27:33Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is used to describe the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
== Testing (for developers) ==&lt;br /&gt;
&lt;br /&gt;
The hosting sponsor for the ppc64le port operate a miniCloud service which will provide Alpine ppc64le images for testing.  For more information, google &amp;quot;openpower minicloud&amp;quot; (I would include a link but our wiki software is too paranoid apparently.  that&#039;s cool.)&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
You can buy POWER8 hardware from IBM or other vendors, the IBM S812LC server is reasonably price competitive to similar x86 servers and fully supported by the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
(todo: it would be nice to have a list of server/workstations you can buy other than the IBM S812LC)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Archive status ==&lt;br /&gt;
&lt;br /&gt;
Initial bringup on builders.&lt;br /&gt;
&lt;br /&gt;
Missing packages:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;main&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
aiccu&lt;br /&gt;
apg&lt;br /&gt;
cmocka&lt;br /&gt;
collectd&lt;br /&gt;
compiler-rt&lt;br /&gt;
freeswitch&lt;br /&gt;
gdb&lt;br /&gt;
libgsasl&lt;br /&gt;
libquvi-scripts&lt;br /&gt;
linux-vanilla&lt;br /&gt;
lua-xml&lt;br /&gt;
luajit&lt;br /&gt;
nagios-plugins&lt;br /&gt;
ncftp(*)&lt;br /&gt;
opensmtpd&lt;br /&gt;
php5&lt;br /&gt;
pmacct&lt;br /&gt;
py-curl&lt;br /&gt;
py-imaging&lt;br /&gt;
qemu&lt;br /&gt;
ser2net&lt;br /&gt;
smokeping(*)&lt;br /&gt;
strace&lt;br /&gt;
valgrind&lt;br /&gt;
weechat&lt;br /&gt;
xf86-video-rendition&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Testing&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
afl&lt;br /&gt;
aqbanking&lt;br /&gt;
audit&lt;br /&gt;
captagent&lt;br /&gt;
corkscrew&lt;br /&gt;
dante&lt;br /&gt;
dash&lt;br /&gt;
drawterm&lt;br /&gt;
dspam&lt;br /&gt;
etckeeper&lt;br /&gt;
exim&lt;br /&gt;
grub&lt;br /&gt;
hitch&lt;br /&gt;
jpegoptim&lt;br /&gt;
libcypher-parser&lt;br /&gt;
libgnomecanvas&lt;br /&gt;
libmhash&lt;br /&gt;
lldb&lt;br /&gt;
lxappearance-obconf&lt;br /&gt;
mlocate&lt;br /&gt;
mxml&lt;br /&gt;
ndctl&lt;br /&gt;
opensips&lt;br /&gt;
ossec-hids&lt;br /&gt;
perl-autobox&lt;br /&gt;
perl-www-curl&lt;br /&gt;
py-flake8-class&lt;br /&gt;
py-sphinxcontrib-programoutput&lt;br /&gt;
qperf&lt;br /&gt;
rapidjson&lt;br /&gt;
silc-client&lt;br /&gt;
slrn&lt;br /&gt;
thermald&lt;br /&gt;
timew&lt;br /&gt;
w_scan&lt;br /&gt;
wmi-client&lt;br /&gt;
xbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Community&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
cfengine(fixed)&lt;br /&gt;
chicken&lt;br /&gt;
geany-plugins(*)&lt;br /&gt;
gns3-server&lt;br /&gt;
go-bootstrap&lt;br /&gt;
irssi-xmpp&lt;br /&gt;
libevhtp&lt;br /&gt;
libtermkey&lt;br /&gt;
makepasswd(fixed)&lt;br /&gt;
monitoring-plugins&lt;br /&gt;
mumudvb&lt;br /&gt;
nodejs-current&lt;br /&gt;
obnam&lt;br /&gt;
ocaml&lt;br /&gt;
openblas&lt;br /&gt;
openjdk7&lt;br /&gt;
openlibm&lt;br /&gt;
perl-data-denter&lt;br /&gt;
perl-log-dispatch-config&lt;br /&gt;
perl-term-progressbar&lt;br /&gt;
psmisc&lt;br /&gt;
py-greenlet&lt;br /&gt;
py-pygit2&lt;br /&gt;
py-sphinx-autobuild&lt;br /&gt;
raptor2&lt;br /&gt;
shadow&lt;br /&gt;
vigra(fixed)&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13207</id>
		<title>Ppc64le</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13207"/>
		<updated>2017-03-29T19:25:44Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is used to describe the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
== Testing (for developers) ==&lt;br /&gt;
&lt;br /&gt;
The hosting sponsor for the ppc64le port operate a miniCloud service which will provide Alpine ppc64le images for testing.  For more information, google &amp;quot;openpower minicloud&amp;quot; (I would include a link but our wiki software is too paranoid apparently.  that&#039;s cool.)&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
You can buy POWER8 hardware from IBM or other vendors, the IBM S812LC server is reasonably price competitive to similar x86 servers and fully supported by the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
(todo: it would be nice to have a list of server/workstations you can buy other than the IBM S812LC)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Archive status ==&lt;br /&gt;
&lt;br /&gt;
Initial bringup on builders.&lt;br /&gt;
&lt;br /&gt;
Missing packages:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;main&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
aiccu&lt;br /&gt;
apg&lt;br /&gt;
cmocka&lt;br /&gt;
collectd&lt;br /&gt;
compiler-rt&lt;br /&gt;
freeswitch&lt;br /&gt;
garcon&lt;br /&gt;
gdb&lt;br /&gt;
libgsasl&lt;br /&gt;
libquvi-scripts&lt;br /&gt;
linux-vanilla&lt;br /&gt;
lua-xml&lt;br /&gt;
luajit&lt;br /&gt;
nagios-plugins&lt;br /&gt;
ncftp(*)&lt;br /&gt;
opensmtpd&lt;br /&gt;
perl-carp-clan&lt;br /&gt;
php5&lt;br /&gt;
pmacct&lt;br /&gt;
py-curl&lt;br /&gt;
py-imaging&lt;br /&gt;
qemu&lt;br /&gt;
ser2net&lt;br /&gt;
smokeping(*)&lt;br /&gt;
strace&lt;br /&gt;
valgrind&lt;br /&gt;
weechat&lt;br /&gt;
xf86-video-rendition&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Testing&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
afl&lt;br /&gt;
aqbanking&lt;br /&gt;
audit&lt;br /&gt;
captagent&lt;br /&gt;
corkscrew&lt;br /&gt;
dante&lt;br /&gt;
dash&lt;br /&gt;
drawterm&lt;br /&gt;
dspam&lt;br /&gt;
etckeeper&lt;br /&gt;
exim&lt;br /&gt;
grub&lt;br /&gt;
hitch&lt;br /&gt;
jpegoptim&lt;br /&gt;
libcypher-parser&lt;br /&gt;
libgnomecanvas&lt;br /&gt;
libmhash&lt;br /&gt;
lldb&lt;br /&gt;
lxappearance-obconf&lt;br /&gt;
mlocate&lt;br /&gt;
mxml&lt;br /&gt;
ndctl&lt;br /&gt;
opensips&lt;br /&gt;
ossec-hids&lt;br /&gt;
perl-autobox&lt;br /&gt;
perl-www-curl&lt;br /&gt;
py-flake8-class&lt;br /&gt;
py-sphinxcontrib-programoutput&lt;br /&gt;
qperf&lt;br /&gt;
rapidjson&lt;br /&gt;
silc-client&lt;br /&gt;
slrn&lt;br /&gt;
thermald&lt;br /&gt;
timew&lt;br /&gt;
w_scan&lt;br /&gt;
wmi-client&lt;br /&gt;
xbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Community&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
cfengine(fixed)&lt;br /&gt;
chicken&lt;br /&gt;
geany-plugins(*)&lt;br /&gt;
gns3-server&lt;br /&gt;
go-bootstrap&lt;br /&gt;
irssi-xmpp&lt;br /&gt;
libevhtp&lt;br /&gt;
libtermkey&lt;br /&gt;
makepasswd(fixed)&lt;br /&gt;
monitoring-plugins&lt;br /&gt;
mumudvb&lt;br /&gt;
nodejs-current&lt;br /&gt;
obnam&lt;br /&gt;
ocaml&lt;br /&gt;
openblas&lt;br /&gt;
openjdk7&lt;br /&gt;
openlibm&lt;br /&gt;
perl-data-denter&lt;br /&gt;
perl-log-dispatch-config&lt;br /&gt;
perl-term-progressbar&lt;br /&gt;
psmisc&lt;br /&gt;
py-greenlet&lt;br /&gt;
py-pygit2&lt;br /&gt;
py-sphinx-autobuild&lt;br /&gt;
raptor2&lt;br /&gt;
shadow&lt;br /&gt;
vigra(fixed)&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13206</id>
		<title>Ppc64le</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13206"/>
		<updated>2017-03-29T19:25:15Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is used to describe the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
== Testing (for developers) ==&lt;br /&gt;
&lt;br /&gt;
The hosting sponsor for the ppc64le port operate a miniCloud service which will provide Alpine ppc64le images for testing.  For more information, google &amp;quot;openpower minicloud&amp;quot; (I would include a link but our wiki software is too paranoid apparently.  that&#039;s cool.)&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
You can buy POWER8 hardware from IBM or other vendors, the IBM S812LC server is reasonably price competitive to similar x86 servers and fully supported by the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
(todo: it would be nice to have a list of server/workstations you can buy other than the IBM S812LC)&lt;br /&gt;
&lt;br /&gt;
== Archive status ==&lt;br /&gt;
&lt;br /&gt;
Initial bringup on builders.&lt;br /&gt;
&lt;br /&gt;
Missing packages:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;main&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
aiccu&lt;br /&gt;
apg&lt;br /&gt;
cmocka&lt;br /&gt;
collectd&lt;br /&gt;
compiler-rt&lt;br /&gt;
freeswitch&lt;br /&gt;
garcon&lt;br /&gt;
gdb&lt;br /&gt;
libgsasl&lt;br /&gt;
libquvi-scripts&lt;br /&gt;
linux-vanilla&lt;br /&gt;
lua-xml&lt;br /&gt;
luajit&lt;br /&gt;
nagios-plugins&lt;br /&gt;
ncftp(*)&lt;br /&gt;
opensmtpd&lt;br /&gt;
perl-carp-clan&lt;br /&gt;
php5&lt;br /&gt;
pmacct&lt;br /&gt;
py-curl&lt;br /&gt;
py-imaging&lt;br /&gt;
qemu&lt;br /&gt;
ser2net&lt;br /&gt;
smokeping(*)&lt;br /&gt;
strace&lt;br /&gt;
valgrind&lt;br /&gt;
weechat&lt;br /&gt;
xf86-video-rendition&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Testing&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
afl&lt;br /&gt;
aqbanking&lt;br /&gt;
audit&lt;br /&gt;
captagent&lt;br /&gt;
corkscrew&lt;br /&gt;
dante&lt;br /&gt;
dash&lt;br /&gt;
drawterm&lt;br /&gt;
dspam&lt;br /&gt;
etckeeper&lt;br /&gt;
exim&lt;br /&gt;
grub&lt;br /&gt;
hitch&lt;br /&gt;
jpegoptim&lt;br /&gt;
libcypher-parser&lt;br /&gt;
libgnomecanvas&lt;br /&gt;
libmhash&lt;br /&gt;
lldb&lt;br /&gt;
lxappearance-obconf&lt;br /&gt;
mlocate&lt;br /&gt;
mxml&lt;br /&gt;
ndctl&lt;br /&gt;
opensips&lt;br /&gt;
ossec-hids&lt;br /&gt;
perl-autobox&lt;br /&gt;
perl-www-curl&lt;br /&gt;
py-flake8-class&lt;br /&gt;
py-sphinxcontrib-programoutput&lt;br /&gt;
qperf&lt;br /&gt;
rapidjson&lt;br /&gt;
silc-client&lt;br /&gt;
slrn&lt;br /&gt;
thermald&lt;br /&gt;
timew&lt;br /&gt;
w_scan&lt;br /&gt;
wmi-client&lt;br /&gt;
xbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Community&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
cfengine(fixed)&lt;br /&gt;
chicken&lt;br /&gt;
geany-plugins(*)&lt;br /&gt;
gns3-server&lt;br /&gt;
go-bootstrap&lt;br /&gt;
irssi-xmpp&lt;br /&gt;
libevhtp&lt;br /&gt;
libtermkey&lt;br /&gt;
makepasswd(fixed)&lt;br /&gt;
monitoring-plugins&lt;br /&gt;
mumudvb&lt;br /&gt;
nodejs-current&lt;br /&gt;
obnam&lt;br /&gt;
ocaml&lt;br /&gt;
openblas&lt;br /&gt;
openjdk7&lt;br /&gt;
openlibm&lt;br /&gt;
perl-data-denter&lt;br /&gt;
perl-log-dispatch-config&lt;br /&gt;
perl-term-progressbar&lt;br /&gt;
psmisc&lt;br /&gt;
py-greenlet&lt;br /&gt;
py-pygit2&lt;br /&gt;
py-sphinx-autobuild&lt;br /&gt;
raptor2&lt;br /&gt;
shadow&lt;br /&gt;
vigra(fixed)&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13205</id>
		<title>Ppc64le</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Ppc64le&amp;diff=13205"/>
		<updated>2017-03-29T19:16:20Z</updated>

		<summary type="html">&lt;p&gt;Kaniini: update main package list to what i know it to be&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is used to describe the ppc64le port.&lt;br /&gt;
&lt;br /&gt;
Missing packages:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;main&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
aiccu&lt;br /&gt;
apg&lt;br /&gt;
cmocka&lt;br /&gt;
collectd&lt;br /&gt;
compiler-rt&lt;br /&gt;
freeswitch&lt;br /&gt;
garcon&lt;br /&gt;
gdb&lt;br /&gt;
libgsasl&lt;br /&gt;
libquvi-scripts&lt;br /&gt;
linux-vanilla&lt;br /&gt;
lua-xml&lt;br /&gt;
luajit&lt;br /&gt;
nagios-plugins&lt;br /&gt;
ncftp(*)&lt;br /&gt;
opensmtpd&lt;br /&gt;
perl-carp-clan&lt;br /&gt;
php5&lt;br /&gt;
pmacct&lt;br /&gt;
py-curl&lt;br /&gt;
py-imaging&lt;br /&gt;
qemu&lt;br /&gt;
ser2net&lt;br /&gt;
smokeping(*)&lt;br /&gt;
strace&lt;br /&gt;
valgrind&lt;br /&gt;
weechat&lt;br /&gt;
xf86-video-rendition&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Testing&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
afl&lt;br /&gt;
aqbanking&lt;br /&gt;
audit&lt;br /&gt;
captagent&lt;br /&gt;
corkscrew&lt;br /&gt;
dante&lt;br /&gt;
dash&lt;br /&gt;
drawterm&lt;br /&gt;
dspam&lt;br /&gt;
etckeeper&lt;br /&gt;
exim&lt;br /&gt;
grub&lt;br /&gt;
hitch&lt;br /&gt;
jpegoptim&lt;br /&gt;
libcypher-parser&lt;br /&gt;
libgnomecanvas&lt;br /&gt;
libmhash&lt;br /&gt;
lldb&lt;br /&gt;
lxappearance-obconf&lt;br /&gt;
mlocate&lt;br /&gt;
mxml&lt;br /&gt;
ndctl&lt;br /&gt;
opensips&lt;br /&gt;
ossec-hids&lt;br /&gt;
perl-autobox&lt;br /&gt;
perl-www-curl&lt;br /&gt;
py-flake8-class&lt;br /&gt;
py-sphinxcontrib-programoutput&lt;br /&gt;
qperf&lt;br /&gt;
rapidjson&lt;br /&gt;
silc-client&lt;br /&gt;
slrn&lt;br /&gt;
thermald&lt;br /&gt;
timew&lt;br /&gt;
w_scan&lt;br /&gt;
wmi-client&lt;br /&gt;
xbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Community&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
cfengine(fixed)&lt;br /&gt;
chicken&lt;br /&gt;
geany-plugins(*)&lt;br /&gt;
gns3-server&lt;br /&gt;
go-bootstrap&lt;br /&gt;
irssi-xmpp&lt;br /&gt;
libevhtp&lt;br /&gt;
libtermkey&lt;br /&gt;
makepasswd(fixed)&lt;br /&gt;
monitoring-plugins&lt;br /&gt;
mumudvb&lt;br /&gt;
nodejs-current&lt;br /&gt;
obnam&lt;br /&gt;
ocaml&lt;br /&gt;
openblas&lt;br /&gt;
openjdk7&lt;br /&gt;
openlibm&lt;br /&gt;
perl-data-denter&lt;br /&gt;
perl-log-dispatch-config&lt;br /&gt;
perl-term-progressbar&lt;br /&gt;
psmisc&lt;br /&gt;
py-greenlet&lt;br /&gt;
py-pygit2&lt;br /&gt;
py-sphinx-autobuild&lt;br /&gt;
raptor2&lt;br /&gt;
shadow&lt;br /&gt;
vigra(fixed)&lt;/div&gt;</summary>
		<author><name>Kaniini</name></author>
	</entry>
</feed>