Group: Guix/WorkInProgress

From LibrePlanet
Jump to: navigation, search
(Initial page creation)
 
m (Remove binary tarball & foreign install WIP issue)
 
(50 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The WIP page is WIP for now.
+
This page is here to gather hopefully relevant pointers to currently worked on subjects.
Just a placeholder for future content.
+
 
 +
 
 +
If you find something stale, please edit or report to the [https://lists.gnu.org/mailman/listinfo/guix-devel dev ML].
 +
 
 +
 
 +
If you want to participate, contribute or ask about some details, try on [https://guix.gnu.org/en/contact/irc/ IRC] or the [https://lists.gnu.org/mailman/listinfo/guix-devel dev ML].
 +
 
 +
 
 +
The "wip-*" branches on [https://git.savannah.gnu.org/cgit/guix.git/refs/ savannah git] may not be up to date and also may be rebased, be careful.
 +
 
 +
* [[Group:Guix/HiDPI|HiDPI screen support (mouse pointer)]]
 +
 
 +
* Documentation
 +
** [https://guix.gnu.org/manual/devel/ Future version of documentation], new stuff, fixes, etc.
 +
 
 +
 
 +
* CICD
 +
** [https://ci.guix.gnu.org Cuirass], [https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/ git repo]
 +
** [https://patches.guix-patches.cbaines.net/ Patchwork]
 +
** [https://guix.gnu.org/en/blog/2021/building-derivations-how-complicated-can-it-be/ build coordinator]
 +
** [https://lists.gnu.org/archive/html/guix-devel/2021-04/msg00419.html ML thread about the different projects]
 +
 
 +
 
 +
* Diverse architecture support
 +
** PowerPC
 +
*** ppc64le:
 +
**** Looks upstream now
 +
*** ppc:
 +
**** [https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-ppc git branch]
 +
**** [https://issues.guix.gnu.org/47615 tracking issue (DONE)]
 +
**** no binary tarball released
 +
**** no substitutes, but things should build.
 +
**** Work done on an iBook G4 with 1.5GB of RAM.
 +
**** Emulated building through qemu-binfmt should also work.
 +
**** Some packages, such as guile-3.0, can take more than 24 hours to build.
 +
**** Investigation still TODO whether ppc64le is able to build ppc32 binaries without emulation or virtualization.
 +
** ARM
 +
*** aarch64
 +
**** pinebook-pro:
 +
***** [https://ci.guix.gnu.org/search?query=pinebook-pro fresh Images] - Current images are available on the release [https://guix.gnu.org/en/download/latest download page].
 +
***** serial-console very useful (but beware of the wrong cable [https://wiki.pine64.org/wiki/Pinebook_Pro_Troubleshooting_Guide#Pinebook_Pro_won.27t_boot_when_using_UART_console_cable problem])
 +
***** basic text console working
 +
***** for network, you'll have to find an USB ethernet or wifi dongle supported by the linux-libre kernel
 +
**** pine64: [https://ci.guix.gnu.org/search?query=pine64]
 +
*** armhf:
 +
**** novena: [http://ci.guix.gnu.org/search?query=novena]
 +
 
 +
 
 +
* Home environment management
 +
** [https://guix.gnu.org/en/blog/2022/keeping-ones-home-tidy/ looks upstream now]
 +
 
 +
 
 +
* Full source bootstrap
 +
** [https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-building-from-source-all-the-way-down/ binary seed reduced]
 +
 
 +
 
 +
* Hurd:
 +
** [https://guix.gnu.org/en/blog/2020/childhurds-and-substitutes/ childhurds & substitutes]
 +
** [https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-hurd-vm git branch]
 +
** [https://notabug.org/guile-hurd/guile-hurd guile-hurd bindings]
 +
 
 +
 
 +
* Time travel: [https://guix.gnu.org/en/blog/2020/add-a-subcommand-showing-gnu-guix-history-of-all-packages/ an Outreachy project]
 +
 
 +
 
 +
* Desktop environments
 +
** GNOME 40 Upgrade
 +
*** [https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00574.html guix-devel thread]
 +
 
 +
 
 +
* Web services
 +
** Sourcehut
 +
*** [https://lists.gnu.org/archive/html/guix-devel/2021-04/msg00066.html guix-devel thread]

Latest revision as of 09:49, 15 June 2024

This page is here to gather hopefully relevant pointers to currently worked on subjects.


If you find something stale, please edit or report to the dev ML.


If you want to participate, contribute or ask about some details, try on IRC or the dev ML.


The "wip-*" branches on savannah git may not be up to date and also may be rebased, be careful.



  • Diverse architecture support
    • PowerPC
      • ppc64le:
        • Looks upstream now
      • ppc:
        • git branch
        • tracking issue (DONE)
        • no binary tarball released
        • no substitutes, but things should build.
        • Work done on an iBook G4 with 1.5GB of RAM.
        • Emulated building through qemu-binfmt should also work.
        • Some packages, such as guile-3.0, can take more than 24 hours to build.
        • Investigation still TODO whether ppc64le is able to build ppc32 binaries without emulation or virtualization.
    • ARM
      • aarch64
        • pinebook-pro:
          • fresh Images - Current images are available on the release download page.
          • serial-console very useful (but beware of the wrong cable problem)
          • basic text console working
          • for network, you'll have to find an USB ethernet or wifi dongle supported by the linux-libre kernel
        • pine64: [1]
      • armhf: