
bcowan
-
Content Count
68 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Blogs
Posts posted by bcowan
-
-
Because those ebuilds need fixed to add support for python 3.7. Bugs need filed or pull requests added 🙂
-
Most likely a very simple fix of adding python 3.7 to to python_compat in the ebuild
if you could file a bug on bugs.funtoo.org or fix and make a pull request to code.funtoo.org it would be appreciated. Thanks 🙂
-
It shouldn't care, allot of us use /var/tmp on tmpfs. Is your /var/tmp/portage full of failed builds causing less than 8 gigs of space? Or something else filling /var/tmp?
-
Could you please report this on bugs.funtoo.org so we can further investigate? Thanks 🙂
-
drop the --exclude dev-lang/perl
-
Do you actually use and need python 3.6? The default in Funtoo 1.4 is python 3.7 and the install guide has you emerge -C =dev-lang/python-3.6* and eselect python cleanup. These steps should have corrected allot of your issues.
-
I can reproduce this, can you please report on bugs.funtoo.org? Thanks
-
Feel free to file bugs on bugs.funtoo.org also that way we can track and other users can benefit/search.
-
@upc0d3 can you try emerge -1 =net-libs/gssdp-1.0.3 and emerge -1 =net-libs/gupnp-1.0.3 then emerge -1 gupnp-igd
the versions are slotted so they will install side by side...or both versions will be installed, however you wish to say it 🙂
-
@jhan the above seems to be the answer here, needs to dep on older version. If you want to test and PR I have to go out to eat. I can do later if not 🙂
-
@jhan already checking, looks like it needs to dep on older 1.0.3 sth like,
=net-libs/gssdp-1.0.3:=
=net-libs/gupnp-1.0.3:=seeing if it will rebuild with both installed now 🙂
-
Could you file a bug at bugs.funtoo.org please so we can get this taken care of? At least get libaccounts-glib updated to the latest version, hopefully will fix the issue. Thank You 🙂
-
Thanks for this report also, this too is part of the pending PR. sushi needed an added dep on gtksourceview:4
-
Thanks for the report! I made a PR last night pending on this...fix will be in the tree eventually 🙂
-
emerge -C pygtk it is unmaintained for a very long time. @drobbins has made several fixes to the tree to workaround this that should help after that. 🙂
-
We need to see an actual build log to see what is causing the problem, all you have shown is pictures of packages saying they have failed with no info whatsoever 🙂 but my guess is you have edited your CFLAGS by hand and they are not right.
-
@cardinal yes, I just worded it weird and confusing I guess. I'm saying that when he runs X it should use i965 for ivybridge gen procs, if not there is an issue 🙂
-
@cardinal Hmm, yes you answered everything exactly right, but that should default to i965 and not use gallium. Just build out the old gallium i915 and intel driver. Won't know until you start an X session and check logs to see if its using i965 or not.
-
I reported it to @drobbins last night, it was stuck in Russian. Should be fixed, if not please file a bug 🙂
-
as noted earlier and by drobbins....
eselect python set python3.7
eselect python cleanup
these steps were in the upgrade guide, someone has edited out the selection of the new default interpreter...eselect python set python3.7
-
eselect python cleanup
-
Thats exactly how I had fixed mine, with login.defs. Just change the SUB_UID_MAXÂ and SUB_GID_MAX
UID_MINÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 1000
UID_MAXÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 60000
# System accounts
SYS_UID_MINÂ Â Â Â Â Â Â Â Â Â Â Â Â Â 101
SYS_UID_MAXÂ Â Â Â Â Â Â Â Â Â Â Â Â Â 999
# Extra per user uids
SUB_UID_MINÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â 100000
SUB_UID_MAXÂ Â Â Â Â Â Â Â Â Â Â Â 2000000000
SUB_UID_COUNTÂ Â Â Â Â Â Â Â Â Â Â Â Â Â 65536#
# Min/max values for automatic gid selection in groupadd(8)
#
GID_MINÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 1000
GID_MAXÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 60000
# System accounts
SYS_GID_MINÂ Â Â Â Â Â Â Â Â Â Â Â Â Â 101
SYS_GID_MAXÂ Â Â Â Â Â Â Â Â Â Â Â Â Â 999
# Extra per user group ids
SUB_GID_MINÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â 100000
SUB_GID_MAXÂ Â Â Â Â Â Â Â Â Â Â Â 20000000000
SUB_GID_COUNTÂ Â Â Â Â Â Â Â Â Â Â Â Â Â 65536Â
-
@quantum that wiki page mentions the nvidia-kernel-modules in the Introduction and the 1.4 Funtoo upgrade guide explicitly mentions needing the nvidia-kernel-modules package. The wiki page is editable by anyone if you wish to add please go ahead, it would be appreciated 🙂 Also, debian-sources-lts is the default and preferred sources for Funtoo. They are much more thoroughly tested/vetted. Debian-sources are more of a courtesy as they are latest testing of new kernel additions before a mainline LTS kernel is released.
-
nvidia-kernel-modules needs to be installed separately, this is by design for container use cases. VIDEO_CARDS can safely be removed, please do not set to VIDEO_CARDS="" as that is means something different altogether and will cause breakage.
How to permanently remove debian kernel source?
in Portage Help
Posted
Funtoo dropped multilib support not 32 bit, that's a big difference, 32 bit is still supported with new stages as recently as 02/04/2020, and you're trying to remove debian-sources when you should be removing debian-sources-lts 🙂