Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 14 matches

Go to advanced search

Advanced search
Search found 14 matches • Page 1 of 1
by ingenarel
Mon Feb 10, 2025 8:51 pm
Forum: Other Things Gentoo
Topic: Header checksum mismatch when trying to emerge harfbuzz
Replies: 0
Views: 3593

Header checksum mismatch when trying to emerge harfbuzz

so here's the problem.
i wanted to install wine, so i needed to spam the abi_x86_32 use flags for a shitload of packages, so then gentoo wasn't able to emerge cz circuler dependencies. harfbuzz and freetype. ⁠so then i searched it up, see that gentoo wiki has a guide on how to fix it

zlib emerged ...
  • Jump to post
by ingenarel
Mon Feb 10, 2025 8:18 pm
Forum: Other Things Gentoo
Topic: neovim vs vim
Replies: 4
Views: 3732

i personally use neovim.
why?
better support, and a better plugin community.
plus i don't understand vimscript. i didn't even have to learn lua but i'm making my own plugins.
  • Jump to post
by ingenarel
Sun Feb 02, 2025 5:23 pm
Forum: Gamers & Players
Topic: Fallout 4, and red dead redemption 2 won't launch
Replies: 4
Views: 28507

idk why but i personally never made fallout 4 and skyrim work on linux. it's really buggy everything i tried to do didn't work not even or arch linux. other games like witcher 3, a couple of windows apps ran fine on wine when i used arch.

i hate to say this, but i think windows is your best bet for ...
  • Jump to post
by ingenarel
Sat Feb 01, 2025 7:34 am
Forum: Documentation, Tips & Tricks
Topic: vlc is glitchy? are you using wayland? use Xwayland
Replies: 1
Views: 27089

vlc is glitchy? are you using wayland? use Xwayland

so vlc was glitchy af for me i couldn't do anything.
so after trying to miserably debug it, i thought "meh lemme just try to use it using Xwayland"
so i enabled the X flag for vlc and disabled the wayland flag

now everything works perfectly like magic. no glitchy videos anymore
  • Jump to post
by ingenarel
Sat Feb 01, 2025 7:26 am
Forum: Multimedia
Topic: media-sound/lmms-1.2.2-r3 fails to build
Replies: 0
Views: 6690

media-sound/lmms-1.2.2-r3 fails to build

[71/657] cd /var/tmp/portage/media-sound/lmms-1.2.2-r3/work/lmms_build/plugins/zynaddsubfx/zynaddsubfx/src/UI && /usr/bin/fluid -c -h /var/tmp/portage/media-sound/lmms-1.2.2-r3/work/lmms_build/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.h -o /var/tmp/portage/media-sound/lmms-1.2.2-r3/work/lmms ...
  • Jump to post
by ingenarel
Sat Feb 01, 2025 5:49 am
Forum: Other Things Gentoo
Topic: cava build fails
Replies: 1
Views: 2710

building without the sdl flag does fix it
i mostly run cava in the terminal, but sometimes i like to open up the gui too, i would like to have that option
  • Jump to post
by ingenarel
Sat Feb 01, 2025 5:31 am
Forum: Other Things Gentoo
Topic: cava build fails
Replies: 1
Views: 2710

cava build fails

when buidling, it says

Code: Select all

SDL_config_minimal.h: No such file or directory
output of

Code: Select all

emerge --info --color n '=media-sound/cava-0.10.3-r1::gentoo'
https://bpa.st/LDLQ
output of

Code: Select all

emerge -pqv --color n '=media-sound/cava-0.10.3-r1::gentoo'
https://bpa.st/Y74Q
the build log:
https://bpa.st/3EHA
  • Jump to post
by ingenarel
Sat Feb 01, 2025 1:18 am
Forum: Portage & Programming
Topic: Portage crashes terminal, unable to compile @world set
Replies: 36
Views: 36610

i usually chain the two commands a lot, but for me, i just do

Code: Select all

sudo emerge --ask --deep --verbose --update --newuse @world && sudo smart-live-rebuild
and this never personally broke for me
  • Jump to post
by ingenarel
Wed Jan 29, 2025 8:24 am
Forum: Other Things Gentoo
Topic: using NeoVIM as $EDITOR
Replies: 11
Views: 4106

might be a stupid fix, but i just have this in my zsh config:

Code: Select all

export EDITOR="/usr/bin/nvim"
  • Jump to post
by ingenarel
Sun Jan 26, 2025 3:41 am
Forum: Portage & Programming
Topic: [SOLVED] The ebuild is installing to one or more unexpected
Replies: 3
Views: 21335

i swear i checked zugaina before i started to package keyd but i saw nothing
anyways keyd is packaged on another overlay, so thanks mate for giving me the link
  • Jump to post
by ingenarel
Sun Jan 26, 2025 1:35 am
Forum: Portage & Programming
Topic: [SOLVED] The ebuild is installing to one or more unexpected
Replies: 3
Views: 21335

[SOLVED] The ebuild is installing to one or more unexpected

i'm trying to write an ebuild for keyd (key remapper), and this is what happens:
>>> Completed installing app-misc/keyd-2.5.0 into /var/tmp/portage/app-misc/keyd-2.5.0/image

* Final size of build directory: 4540 KiB (4.4 MiB)
* Final size of installed tree: 1824 KiB (1.7 MiB)

* QA Notice ...
  • Jump to post
by ingenarel
Sat Jan 18, 2025 7:54 pm
Forum: Other Things Gentoo
Topic: [solved] neovim-9999 fails to build
Replies: 4
Views: 4721

it got fixed today!!! libutf8proc-2.10.0 got added to gentoo repos, and now neovim-9999 builds successfully!
thanks everyone who tried to help me!!
  • Jump to post
by ingenarel
Fri Jan 17, 2025 5:36 am
Forum: Other Things Gentoo
Topic: [solved] neovim-9999 fails to build
Replies: 4
Views: 4721

this is my full build log:
https://gist.github.com/ingenarel/48023 ... 515957a814
  • Jump to post
by ingenarel
Thu Jan 16, 2025 11:22 pm
Forum: Other Things Gentoo
Topic: [solved] neovim-9999 fails to build
Replies: 4
Views: 4721

[solved] neovim-9999 fails to build

i can confirm that this shouldn't be a problem with neovim's source code since i can clone the repo and build it manually from the master branch

output of emerge --info '=app-editors/neovim-9999::gentoo'
https://bpa.st/5RSA

output of emerge -pqv '=app-editors/neovim-9999::gentoo'
https://bpa ...
  • Jump to post

Search found 14 matches • Page 1 of 1

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy