Forums

Skip to content

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

Search found 64 matches

Go to advanced search

Advanced search
Search found 64 matches
  • 1
  • 2
  • 3
  • Next
by mmogilvi
Sat Mar 01, 2025 7:08 pm
Forum: Desktop Environments
Topic: OpenGL fails to detect NVIDIA GTX 980 with Nouveau driver
Replies: 36
Views: 908632

For what's its worth: After a system update a few weeks ago I encountered a similar problem when running Warcraft III in Wine with my old Nvidia GeForce GTX 260 (GT200), where it was running unaccelelerated with llvmpipe instead of Nouveau drivers. Nvidia drivers stopped supporting this card several ...
  • Jump to post
by mmogilvi
Fri May 24, 2024 11:03 pm
Forum: Portage & Programming
Topic: [solved] CLI mail app backspace broken
Replies: 6
Views: 3354

This is currently happening for any program run in an xterm that uses the tty in its basic "cooked" mode (subject to stty settings). The simplest such program is "cat".

It also happens with programs that might interactively ask for confirmation, such as "emerge -a", "cp -i", etc. You occasionally ...
  • Jump to post
by mmogilvi
Fri Feb 03, 2023 3:52 pm
Forum: Networking & Security
Topic: emerge: WARNING:urllib3.connection:Certificate did not match
Replies: 4
Views: 5355

I see the same thing, but only sometimes. Probably based on which DNS response (mirror) it happens to try first, each time.

I suspect it would be safe to follow a procedure:
Control-C cancel the sync if you see that error.
Re-start the sync
When/if a sync doesn't give that message, let it finish ...
  • Jump to post
by mmogilvi
Sun Jan 01, 2023 4:35 am
Forum: Portage & Programming
Topic: Suggest: A warning period before EAPI/similar break overlays
Replies: 14
Views: 6897

For the wine/game problem I went ahead and bisected and further analyzed the underlying problem and some possible solutions, which I've written up in an upstream bug report: https://bugs.winehq.org/show_bug.cgi?id=54243 .

For debugging wine in gentoo specifically, in case anyone else wants to ...
  • Jump to post
by mmogilvi
Fri Dec 30, 2022 3:25 am
Forum: Portage & Programming
Topic: Suggest: A warning period before EAPI/similar break overlays
Replies: 14
Views: 6897

I just tried wine-vanilla-7.22 and wine-proton-7.0.5, but they still cause Warcraft 2 to fail the CD check. I had previously tried vanilla 7.0, 7.0.1, 7.9, and 7.13 without success. My old install of wine-vanilla-6.0.2 from the overlay still works for now, but who knows for how long, especially ...
  • Jump to post
by mmogilvi
Thu Dec 29, 2022 7:04 pm
Forum: Portage & Programming
Topic: Suggest: A warning period before EAPI/similar break overlays
Replies: 14
Views: 6897

Suggest: A warning period before EAPI/similar break overlays

I use the wine overlay to install an older slotted version of wine, since 7.x causes CD check failures in an older game I like to play (Warcraft 2 BNE).

Today I did a full update (both main and wine overlay), and started getting a ton of major error messages about EAPI=6 no longer supported ...
  • Jump to post
by mmogilvi
Wed Sep 28, 2022 6:20 am
Forum: Portage & Programming
Topic: Upstream dev-python/charset_normalizer-2.1.1.tar.gz replaced
Replies: 3
Views: 1562

Upstream dev-python/charset_normalizer-2.1.1.tar.gz replaced

I don't know if this should be considered a problem worth changing anything for or not, but:

If I download the original SRC_URI indicated in the dev-python/charset-normalizer-2.1.1 ebuild ( https://github.com/Ousret/charset_normalizer/archive/2.1.1.tar.gz ), it is currently a 86023 byte file. If ...
  • Jump to post
by mmogilvi
Sat Dec 04, 2021 1:22 am
Forum: Portage & Programming
Topic: Question about libcrypt and glibc before the world update
Replies: 16
Views: 74116

Re: gcc 9.3 / 9.4 seemed to work for me weeks ago


Fixed the check to only fire when distcc is enabled (thanks for the report!)
If your system is working fine, you shouldn't need to bother with any rebuilding of things. If you don't use distcc, forget about all this.
We only stabilise GCC versions when the vast majority of packages are ready. I ...
  • Jump to post
by mmogilvi
Fri Dec 03, 2021 4:30 pm
Forum: Portage & Programming
Topic: Question about libcrypt and glibc before the world update
Replies: 16
Views: 74116

gcc 9.3 / 9.4 seemed to work for me weeks ago

So now I'm confused by the new gcc>10 pkg_pretend() check.

I updated libxcrypt a few weeks ago (when it became stable) without any sign of these gcc version problems. Most or all of the machines I upgraded are using gcc 9.3 or 9.4, or possibly older, but I don't use distcc at all. I don't think any ...
  • Jump to post
by mmogilvi
Mon Nov 08, 2021 7:00 am
Forum: Portage & Programming
Topic: libcrypt file collision. [SOLVED ?]
Replies: 3
Views: 26742

I also got a file collision and needed to do the equivalent of
FEATURES='-protect-owned' emerge --oneshot libxcrypt
on the first machine I updated, but 5 or 6 other machines worked fine without it. The suggested FEATURES="-collision-protect unmerge-orphans" from the news item did not work; those ...
  • Jump to post
by mmogilvi
Sun Nov 08, 2020 3:46 am
Forum: Portage & Programming
Topic: http_proxy breaks emerge --sync
Replies: 16
Views: 12099

I have not defined any proxy, but i get a somewhat different error message when doing emerge --sync :
File "/usr/lib/python3.7/site-packages/portage/sync/modules/rsync/rsync.py", line 136, in update
openpgp_env = self._get_openpgp_env(self.repo.sync_openpgp_key_path)
File "/usr/lib/python3.7 ...
  • Jump to post
by mmogilvi
Mon Oct 26, 2020 5:25 am
Forum: Portage & Programming
Topic: http_proxy breaks emerge --sync
Replies: 16
Views: 12099

Another workaround is to temporarily set http_proxy to an empty string (as opposed to unset) in the environment when invoking "emerge --sync", as in something like "(export http_proxy="" ; emerge --sync)" or "(http_proxy="" emerge --sync)". This currently seems to work regardless of what kind of ...
  • Jump to post
by mmogilvi
Mon Aug 10, 2020 5:29 am
Forum: Networking & Security
Topic: Is there a way to disable ipv6 for specific app or website
Replies: 3
Views: 3915

You might be able to hack something in /etc/gai.conf (man gai.conf), although I'm not sure I would recommend modifying the defaults. Or maybe simpler to just override DNS and force an IPv4 address with /etc/hosts or something.

However, what kind of network setup would have IPv6 only broken for a ...
  • Jump to post
by mmogilvi
Sat Aug 01, 2020 11:45 pm
Forum: Other Things Gentoo
Topic: Migrating away from http-replicator
Replies: 43
Views: 26725

Is it in a public overlay somewhere? Does anyone have an ebuild in a local overlay and be willing to pastebin it?
I've attached a preliminary ebuild to the same [bug]705606[/bug], along with associated files/*. My comments in the bug outline a variety of limitations and concerns with it.

Any ...
  • Jump to post
by mmogilvi
Mon Jul 20, 2020 4:43 am
Forum: Portage & Programming
Topic: Portage local distfiles cache
Replies: 6
Views: 3322

xedakini has done a lot of work on http-replicator; maybe it could be re-added to portage, although that would probably require an official maintainer (or at least proxy maintainer). More information from https://forums.gentoo.org/viewtopic-t-1097768-postdays-0-postorder-asc-highlight-httpreplicator ...
  • Jump to post
by mmogilvi
Mon Jul 20, 2020 4:03 am
Forum: Other Things Gentoo
Topic: Migrating away from http-replicator
Replies: 43
Views: 26725

Status: I haven't had time to try it myself, but xedakini has apparently done a lot of upstream maintenance of version 4, and "sort of" became the upstream maintainer ( https://github.com/xedakini/replicator/pull/5 ). A quick glance suggests it already has most desired updates, including: python3 ...
  • Jump to post
by mmogilvi
Mon Apr 13, 2020 1:49 am
Forum: Portage & Programming
Topic: vim 'r' command broken when in compatible mode under xterm
Replies: 0
Views: 712

vim 'r' command broken when in compatible mode under xterm

Overview

With app-editors/vim-8.2.0360 running in ":set compatible" mode and running in an xterm window, if I try to use the "r" command to replace the character under the cursor with any capital letter, it misinterprets the command in a strange way.

Can anyone else repeat see this and/or have ...
  • Jump to post
by mmogilvi
Thu Mar 26, 2020 5:10 am
Forum: Other Things Gentoo
Topic: Migrating away from http-replicator
Replies: 43
Views: 26725

Status: As I suspected would happen, repcacheman is broken now that portage has dropped the ability to run under python2 (after the end of http-replicator's last rites), but http-replicator itself (v3) is still working (for now).

I wonder if xedakini is still working on it?
  • Jump to post
by mmogilvi
Thu Mar 26, 2020 4:56 am
Forum: Portage & Programming
Topic: Fixing slow ninja 1.9.0 when invoked incorrectly from make
Replies: 0
Views: 1218

Fixing slow ninja 1.9.0 when invoked incorrectly from make

Summary:

If you recently noticed the new version of ninja (1.9.0) as invoked from GNU make suddenly taking a lot longer to build things in your environment, then the basic cause is a lack of a '+' symbol prefix in the makefile when invoking ninja.

-----

Details:

It took a bit of research to ...
  • Jump to post
by mmogilvi
Wed Mar 04, 2020 6:54 am
Forum: Other Things Gentoo
Topic: Migrating away from http-replicator
Replies: 43
Views: 26725

In bug 705606 comment 6, xedakini is starting work on porting http-replicator to python 3. Anyone willing to help might want to coordinate with that effort.
  • Jump to post
by mmogilvi
Fri Feb 28, 2020 5:36 am
Forum: Other Things Gentoo
Topic: Migrating away from http-replicator
Replies: 43
Views: 26725

I intend to keep running a local copy of the http-replicator 3 ebuild I saved off my personal overlay until it actually breaks more than I can live with. After that, if a better alternative doesn't pop up, I'll probably just stop trying to use any proxy server at all, even though I don't really want ...
  • Jump to post
by mmogilvi
Fri Feb 28, 2020 5:34 am
Forum: Other Things Gentoo
Topic: Migrating away from http-replicator
Replies: 43
Views: 26725

I recently updated a post I wrote several months ago describing several aspects of the current status of http-replicator in a fair amount of detail. See https://forums.gentoo.org/viewtopic-t-1101822-highlight-httpreplicator.html

New changes: I suspect that repcacheman will probably stop working ...
  • Jump to post
by mmogilvi
Tue Feb 04, 2020 4:49 am
Forum: Portage & Programming
Topic: status and future(?) of http-replicator
Replies: 2
Views: 1977

@Thistled: some thoughts below. The third bullet below may be the most useful for you, but the others help provide context.

1. Despite your edits about version 3, that log snippet looks like it is more likely to have come from version 4. Version 3 was removed from portage several months ago ...
  • Jump to post
by mmogilvi
Sun Jan 05, 2020 12:25 am
Forum: Portage & Programming
Topic: Is there any other PGP severs?
Replies: 13
Views: 3618

I intermittently see similar key verification problems on my
machine. Most recently gpg has reported "Server indicated a failure"
rather than "No keyserver available", in otherwise-similar output.

WORKAROUND: I've found the best (most likely to eventually work)
general workaround to key sync ...
  • Jump to post
by mmogilvi
Fri Sep 13, 2019 11:44 pm
Forum: Portage & Programming
Topic: status and future(?) of http-replicator
Replies: 2
Views: 1977

status and future(?) of http-replicator

Overview :

http-replicator's primary purpose is to locally cache and distribute source packages for portage within a LAN environment. This can be useful if you have limited external internet bandwidth from inside that LAN, but:

IMHO, it also just seems like good manners to minimize the load you ...
  • Jump to post

Search found 64 matches
  • 1
  • 2
  • 3
  • Next

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

 

 

magic