-
Posts
490 -
Joined
-
Last visited
-
Days Won
59
Content Type
Profiles
Forums
Blogs
Everything posted by cardinal
-
cant emerge preserved-libs app-pda/usbmuxd and media-libs/libgpod
cardinal replied to radek's question in Portage Help
FL-12230 failed emerge preserved-builds libgpod-0.8.3 and usbmuxd-1.1.1 -
@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.
-
AttributeError: 'ElementTree' object has no attribute 'getiterator'
cardinal replied to ainsley31415926's question in General Help
Everyone has this problem: [next]: equery has problems getting the use flags from ebuilds -
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.
-
Help needed with dependency conflict - (still a newbie here)
cardinal replied to fredmyra's question in General Help
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 -
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.
-
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.
-
AttributeError: 'ElementTree' object has no attribute 'getiterator'
cardinal replied to ainsley31415926's question in Portage Help
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) -
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.
-
Bug report: pyOpenSSL-23.1.0 requires python-3+ only
-
emerge at-spi2-atk fails in the preparation phase
cardinal replied to albatro74's question in Installation Help
* 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 -
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
-
solved Anything gnome-* crashes entire session and sends back to login screen
cardinal replied to kery's question in Installation Help
The gfxcard-intel mix-in was not preset on the profile of any of the core2 {gnome,kde,lxqt,mate}-stage3 builds according to the logs. -
solved What stage3 to use for Pentium 6200 (westmere)?
cardinal replied to kery's question in Installation Help
The core2 march profile is the next available stage3 that is a generation down from nehalem that excludes SSE4.1, SSE4.2, and POPCNT. ‘core2’ Intel Core 2 CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3, SSSE3, CX16, SAHF and FXSR instruction set support. Reference: https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html Verify MMX, SSE, SSE2, SSE3, SSSE3, CX16, SAHF and FXSR would be enabled by gcc if you were using native (gcc autodetection of options supported by CPU). gcc -c -Q -march=native --help=target | grep enabled Reference: https://wiki.gentoo.org/wiki/GCC_optimization If all are not enabled default to generic_64 -
[Solved]Amule https://bugs.funtoo.org/browse/FL-9078
cardinal replied to morphmex's topic in General Discussion
Status: IN PROGRESS Updated: 55 minutes ago https://bugs.funtoo.org/browse/FL-10894 : Failed to emerge net-p2p/amule-2.3.2-r3 -
[SOLVED ] https://bugs.funtoo.org/browse/FL-10893
cardinal replied to morphmex's topic in General Discussion
Add to your local patches: https://gitweb.gentoo.org/repo/gentoo.git/plain/net-libs/libotr/files/libotr-4.1.1-fix-build-with-libgcrypt-1.10.patch -
Patch removed, report closed: https://bugs.funtoo.org/browse/FL-10851
