Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

cardinal

Members
  • Posts

    490
  • Joined

  • Last visited

  • Days Won

    59

cardinal last won the day on March 8 2023

cardinal had the most liked content!

1 Follower

Recent Profile Visitors

4,961 profile views
  1. FL-12230 failed emerge preserved-builds libgpod-0.8.3 and usbmuxd-1.1.1
  2. @upc0d3 I've been using funtoo since 2015 and it has never had the sublime text editor. Go to repology.org to see which distributions have the programs you require.
  3. Fixed and builds on my system. Bug Report: [python-modules-kit] dev-python/m2crypto-0.41.0 build error
  4. echo "media-libs/fdk-aac FraunhoferFDK" > /etc/portage/package.license/fdk-aac
  5. Everyone has this problem: [next]: equery has problems getting the use flags from ebuilds
  6. dev-python/importlib_metadata-6.8.0 typing-extensions were removed, not compatible with python-3.7.17 on 1.4-release Sync portage and downgrade to dev-python/importlib_metadata-6.7.0 ego sync emerge -1av =dev-python/importlib_metadata-6.7.0 Continue your updating.
  7. Install attached spdlog-2023.03.31.patch for building dev-libs/spdlog-1.11.0 sudo mkdir -p /etc/portage/patches/dev-libs/spdlog-1.11.0 sudo cp spdlog-2023.03.31.patch /etc/portage/patches/dev-libs/spdlog-1.11.0 sudo emerge -1av spdlog Most recent audacity closed bug report: https://bugs.funtoo.org/browse/FL-10820 spdlog-2023.03.31.patch
  8. The name [windowmaker-local] in this file: /etc/portage/repos.conf/windowmaker is different than the name windomaker-local in the profiles/repo_name and metadata/layout.conf in /home/overlays/windowmaker-local The reference name must be identical in all configuration files for the specific overlay.
  9. This issue is closed which would indicate it's resolved. [FL-11225] app-emulation/virtualbox-guest-additions-7.0.8 fails to emerge [FL-11225] is a sub-task of a larger still unresolved issue that is in Ready to Fix status. [FL-10669] virtualbox autogen has hit version 7.0 and the templates need maintenance.
  10. The issue is python3.9, the bug report has the details: FL-10643 [next]: equery has problems getting the use flags from ebuilds A workaround would be to install dev-lang/python-3.7.16,then use eselect python list, and eselect python set the [ ] by python3.7 so it becomes [1] rj@funtoo-next ~ $ ego query v python dev-lang/python| slot| repo ----------------+-----+---------------- * 2.7.18-r1| | python-kit/next ----------------+-----+---------------- * 3.7.16| /m| python-kit/next ----------------+-----+---------------- 3.8.16| | python-kit/next * 3.9.16| | python-kit/next 3.10.11| | python-kit/next rj@funtoo-next ~ $ eselect python list Available Python interpreters, in order of preference: [1] python3.7 [2] python3.9 [3] python2.7 (fallback)
  11. Fixed now, ego sync Pull request #2864: FL-11211: Fixed mercurial build
  12. Windowmaker will build on 1.4-release by temporarily switching the desktop-kit to 1.3-release branch. This method only works if 1.3-release branch still exists on desktop-kit from an in-place 1.3 to 1.4 release upgrade. # cd /var/git/meta-repo/kits/desktop-kit/ # git checkout 1.3-release Follow directions in output for dubious owner error: funtoo /var/git/meta-repo/kits/desktop-kit # git checkout 1.3-release fatal: detected dubious ownership in repository at '/var/git/meta-repo/kits/desktop-kit' To add an exception for this directory, call: git config --global --add safe.directory /var/git/meta-repo/kits/desktop-kit funtoo /var/git/meta-repo/kits/desktop-kit # git config --global --add safe.directory /var/git/meta-repo/kits/desktop-kit funtoo /var/git/meta-repo/kits/desktop-kit # git checkout 1.3-release Switched to branch '1.3-release' Verify Windowmaker is available and emerge: funtoo /var/git/meta-repo/kits/desktop-kit # ego query v windowmaker x11-wm/windowmaker| slot| repo -------------------+-----+------------------------ 0.95.7| 0| desktop-kit/1.4-release 0.95.8-r1| | desktop-kit/1.4-release 9999| | desktop-kit/1.4-release funtoo /var/git/meta-repo/kits/desktop-kit # emerge -av windowmaker Calculating dependencies... done! [ebuild N ] x11-wm/windowmaker-0.95.8-r1::desktop-kit USE="gif jpeg nls png tiff webp xinerama xpm -imagemagick -modelock -xrandr" 3,410 KiB Total: 1 package (1 new), Size of downloads: 3,410 KiB Would you like to merge these packages? [Yes/No] After emerge completes: funtoo /var/git/meta-repo/kits/desktop-kit # git checkout 1.4-release Switched to branch '1.4-release' If modified or un-tracked files prevent the checkout to 1.4-release the easiest solution is to delete desktop-kit. Running ego sync will download a clean replacement that only includes the 1.4-release branch. Attempting to emerge windowmaker on Next release would begin with importing x11-wm/windowmaker from 1.3-release desktop-kit into a local overlay.
  13. Bug report: pyOpenSSL-23.1.0 requires python-3+ only
  14. * The specific snippet of code: * cp -n "${FILESDIR}"/${PN}-2.20.0-tests-data/*.xml "${S}"/tests/data/ || die; In this case locate the ebuild, open in editor and insert a # in front of the offending snippet of code. Locate: rj@funtoo-next ~ $ ego query v at-spi2-atk app-accessibility/at-spi2-atk| slot| repo ------------------------------+-----+-------------------------- * 2.34.2| 2| gnome-kit/next-3.36-prime rj@funtoo-next ~ $ cd /var/git/meta-repo/kits/gnome-kit/app-accessibility/at-spi2-atk/ Edit: rj@funtoo-next /var/git/meta-repo/kits/gnome-kit/app-accessibility/at-spi2-atk $ sudo nano at-spi2-atk-2.34.2.ebuild src_prepare() { # Upstream forgot to put this in tarball, upstream #770615 ---->#cp -n "${FILESDIR}"/${PN}-2.20.0-tests-data/*.xml "${S}"/tests/data/ || die gnome2_src_prepare } Merge: rj@funtoo-next /var/git/meta-repo/kits/gnome-kit/app-accessibility/at-spi2-atk $ sudo ebuild at-spi2-atk-2.34.2.ebuild merge Bug report: [gnome-kit] app-accessibility/at-spi2-atk-2.34.2 fails pkg_prepare
  15. Note wiki/talk: https://www.funtoo.org/Talk:Install/Profiles Bugs.funtoo.org Improvement: Running nouveau requires deleting etc/modprobe.d/nouveau-blacklist.conf If you choose to go with proprietary driver mixin profile gfxcard-nvidia-legacy should support your GT-420 https://code.funtoo.org/bitbucket/projects/AUTO/repos/core-gl-kit/browse/profiles/funtoo/mix-ins/gfxcard-nvidia-legacy/package.mask https://www.nvidia.com/Download/driverResults.aspx/196213/en-us/ You would have to manually blacklist nouveau again to try out nvidia-390
×
×
  • Create New...