Re: [gentoo-user] sys-apps/portage and binary packages

2024-07-14 Thread netfab
Le 14/07/24 à 02:18, Peter Humphrey a tapoté : > It works, but what's wrong with the way I tried it? Here is the explanation : https://bugs.gentoo.org/463964 > Currently, FEATURES=getbinpkg only works as a global setting. And from : https://forums.gentoo.org/viewtopic-t-1166963

Re: [gentoo-user] Difficulty with updating /etc/basb/bashrc

2024-06-14 Thread netfab
Le 14/06/24 à 19:33, Alan Mackenzie a tapoté : > Are these files freely available, anywhere, perhaps? Else, everything is also available from gentoo.org : https://gitweb.gentoo.org/repo/gentoo.git/tree/app-shells/bash/files/bashrc Click on plain to get the raw version.

Re: [gentoo-user] Difficulty with updating /etc/basb/bashrc

2024-06-14 Thread netfab
Le 14/06/24 à 19:33, Alan Mackenzie a tapoté : > Are these files freely available, anywhere, perhaps? > And if you try to get the raw version with wget ? > $ cd /tmp > $ wget > https://raw.githubusercontent.com/gentoo/gentoo/master/app-shells/bash/files/bashrc

Re: [gentoo-user] Difficulty with updating /etc/basb/bashrc

2024-06-14 Thread netfab
Le 14/06/24 à 17:53, Alan Mackenzie a tapoté : > Right now, I have a problem. Is there any convenient way I can get > the older standard file contents back again, so as to be able to do > this 3-way diff? The old bashrc file installed by previous versions of the ebuild : https://github.

Re: [gentoo-user] MPV not compiling

2024-06-05 Thread netfab
Something must be mis-configured on your system. From your build.log, at the beginning of the configure phase we find : > locale: Cannot set LC_ALL to default locale: No such file or directory For me, « default locale » is the locale defined by the LANG environment variable. From your mpv-envi

Re: [gentoo-user] openjdk 17 on 32 bit systems

2024-05-18 Thread netfab
You should open a bug. '-Wl,-z,notext' flag may be needed to be added somewhere in the build system. From man ld : > text > notext > textoff > Report an error if DT_TEXTREL is set, i.e., if the > position-independent or shared object has dynamic > relocatio

Re: [gentoo-user] openjdk 17 on 32 bit systems

2024-05-18 Thread netfab
Le 18/05/24 à 09:58, Matthias Hanft a tapoté : > netfab schrieb: > > > > Is this up-to-date ? What is your version of sys-devel/binutils ? > > Yes, everything else is up-to-date: > Can you post the entire build log somewhere (or maybe as attachment) ?

Re: [gentoo-user] openjdk 17 on 32 bit systems

2024-05-18 Thread netfab
Hi, Le 18/05/24 à 09:31, Matthias Hanft a tapoté : > I'm keeping a (virtual) pretty old 32-bit Gentoo alive [...] Is this up-to-date ? What is your version of sys-devel/binutils ?

Re: [gentoo-user] Upgrade old laptop kernel 5.15.69 ==> 6.6.13; no console

2024-02-03 Thread netfab
Le 03/02/24 à 03:06, Walter Dnes a tapoté : > I got linux-6.1.57-gentoo kernel built and working, but > linux-6.6.13-gentoo still comes up with no console. Here's my latest > .config attempt for 6.6.13 attached. Any ideas? > You should try to enable an early framebuffer driver, CONFIG_FB_VESA

Re: [gentoo-user] system wants to emerge unstable package

2024-01-22 Thread netfab
Le 21/01/24 à 20:23, syscon edm a tapoté : > Hm..., it still wants to emerge unstable version: > > emerge -atvq asterisk > [ebuild U ] net-misc/asterisk-18.20.2 > Please post the output of : > $ emerge -pvt asterisk

Re: [gentoo-user] Wine problems

2023-12-11 Thread netfab
Le 11/12/23 à 19:01, stefan1@shitposting.expert a tapoté : > 05f4:err:winediag:ntlm_check_version ntlm_auth was not found. Make > sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find > it in the winbind package of your distribution. > 05f4:err:ntlm:ntlm_LsaApInitializePackage no

Re: [gentoo-user] libavcodec causes general protection fault when compiled with gcc 13

2023-10-29 Thread netfab
Hi, Le 29/10/23 à 11:29, Matthias Hanft a tapoté : > I don't have anything special in /etc/portage/make.conf - just > as usual: > > CFLAGS="-march=native -O2 -pipe" > CXXFLAGS="${CFLAGS}" > MAKEOPTS="-j2" > CHOST="x86_64-pc-linux-gnu" > > Any hints? Have a look at ¹ to see if it matches your

Re: [gentoo-user] Cronie update breaks anacron

2023-10-15 Thread netfab
Le 15/10/23 à 07:19, Andreas Fink a tapoté : > The latest update to cronie (sys-process/cronie-1.7.0) seems to have > broken anacron functionality. The file /etc/cron.hourly/0anacron tries > to source the file /etc/default/anacron, which does not exist. > > [...] > > Anybody else experiencing thi

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-21 Thread netfab
Le 21/04/23 à 18:26, Dr Rainer Woitok a tapoté : > Skimming farther upward reveals the string "x86_64" being derived > in line "33:" from environment variable "ARCH" which is defined > in my shell initialization scripts: > >export ARCH=$({ arch || uname -m || echo unknown ; } 2> /dev/nul

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-21 Thread netfab
Le 20/04/23 à 17:41, Dr Rainer Woitok a tapoté : > Netfab, > > On Tuesday, 2023-04-18 19:23:08 +0200, you wrote: > > > ... > > Please post your emerge --info. > > $ emerge --info I do not see anything particular in your emerge --info. What is your eselect versio

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-18 Thread netfab
Le 18/04/23 à 17:25, Dr Rainer Woitok a tapoté : > On Monday, 2023-04-17 13:49:57 +0200, you wrote: > > > ... > > Is the following file readable ? > > > > > $ ls -l $(portageq get_repo_path / gentoo)/profiles/profiles.desc > > Yes: > > [...] Please post your emerge --info.

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-17 Thread netfab
Le 17/04/23 à 12:06, Dr Rainer Woitok a tapoté : > Walter's problems triggered me to check what profile was selected on > my own rig: > ># eselect profile show >Current /etc/portage/make.profile symlink: > default/linux/amd64/17.1/desktop ># eselect profile list >!!! Error: F

Re: [gentoo-user] After upgrade no login screen anymore

2023-03-11 Thread netfab
In lightdm.conf, try to set : > logind-check-graphical=false Then restart the service. Does this help ?

Re: [gentoo-user] media-libs/babl-0.1.96-r1 compile dies during emerge @world

2022-12-12 Thread netfab
Le 12/12/22 à 07:30, Walter Dnes a tapoté : > I don't think they should make any difference, but included for > completeness. File-attached is the gzipped build log... > (vapigen-0.56:375): GLib-CRITICAL **: 00:58:53.271: PCRE library is > compiled without UTF8 support You should try to first

Re: [gentoo-user] Crypt Ease Series

2022-01-20 Thread netfab
Le 20/01/22 à 19:57, Laurence Perkins a tapoté : > Anybody know if these are phishing attempts or just cluelessness? https://bugs.gentoo.org/831625

Re: [gentoo-user] lightdm - turn "numlock" ON

2021-06-10 Thread netfab
Le 11/06/21 à 02:59, the...@sys-concept.com a tapoté : > How to turn "numlock" ON in LightDM? Hi, > $ grep numlock /etc/lightdm/lightdm.conf > greeter-setup-script=/usr/bin/numlockx on

Re: [gentoo-user] Building kernel without messing the kernel source tree

2021-05-14 Thread netfab
Le 14/05/21 à 11:47, Thomas Mueller a tapoté : > I am looking to compile the Linux kernel and send the work and output > to another directory, thereby leaving the kernel source tree > directory clean. You should have a look to KBUILD_OUTPUT environment variable. https://www.kernel.org/doc/html/la

Re: [gentoo-user] xfce4-panel - segfault at 0 ip

2021-04-09 Thread netfab
Le 08/04/21 à 21:15, the...@sys-concept.com a tapoté : > I'm getting in "dmesg" xfce4-panel - segfault at 0 ip > > xfce4-panel[23477]: segfault at 0 ip sp > 7ffcec729428 error 14 in xfce4-panel[561557b8+12000] Code: > Unable to access opcode bytes at RIP 0xffd6

Re: [gentoo-user] Weird log messages

2021-01-09 Thread netfab
Hi, Le 09/01/21 à 16:33, Peter Humphrey a tapoté : > I'm still working on reviving my old Thinkpad T61. I have it booting > without X, but syslog-ng is repeating these lines every second or so. > Does anyone recognise them? > Check if your kernel is built with (if so, disable it) : > │ CONFIG

Re: [gentoo-user] USE flag "unsupported" for "sci-libs/hdf5"

2020-12-31 Thread netfab
Hi, Le 31/12/20 à 17:54, Dr Rainer Woitok a tapoté : > Anybody having an educated guess what the risk would be? Is it save > to set a USE flag even if its name is "unsupported"? Full story here : https://bugs.gentoo.org/710986

Re: [gentoo-user] eselect news read new

2020-12-08 Thread netfab
Le 08/12/20 à 14:41, Dr Rainer Woitok a tapoté : > Where does it store what's already read? /var/lib/gentoo/news/

Re: [gentoo-user] cross-emerge dev-lang/spidermonkey fails without obvious error

2020-12-07 Thread netfab
Le 07/12/20 à 09:14, Britaliope a tapoté : > Do you see anything that would help me to identify what caused this > failure ? The original error (with cut parts) : >Compiling mozglue-static v0.1.0 > (/usr/aarch64-linux-gnu/tmp/portage/dev-lang/spidermonkey-78.5.0/work/firefox-78.5.0/mozglue/st

Re: [gentoo-user] Cannot start xfce from lightdm

2020-11-01 Thread netfab
Le 01/11/20 à 13:32, François-Xavier Carton a tapoté : > I'm not used to graphical login managers, and I'm running out of > ideas. Does anyone have some idea of what I could try to get xfce > running from lightdm? It works fine here © (xfce + lightdm). Do you have : > session-wrapper=/etc/lightdm

Re: [gentoo-user] X11 fails to start up after elogind emerge

2020-10-23 Thread netfab
Hi, Try to reemerge sys-libs/pam and sys-auth/pambase, and update any pam-related configuration : https://forums.gentoo.org/viewtopic-t-1116632.html

Re: [gentoo-user] emerge emerge --info '=sys-devel/bison-3.7.1-r1::gentoo'

2020-09-09 Thread netfab
Le 10/09/20 à 05:59, urp...@gmx.com a tapoté : > Hi, I don't know what's wrong here. I've attached the build log. > > emerge -pqv '=sys-devel/bison-3.7.1-r1::gentoo' > [ebuild U ] sys-devel/bison-3.7.1-r1 [3.1] USE="nls -examples > -static -test" Hi, You should sync and upgrade package to

Re: [gentoo-user] NFS trouble

2020-03-10 Thread netfab
Le 09/03/20 à 17:03, Peter Humphrey a tapoté : > mount -t nfs 192.168.1.4:/mnt/nfs/portage /mnt/clrn/usr/portage # > script on the client > > Result: > * Mounting chroot dirs under /mnt/clrn ... > mount.nfs: mounting 192.168.1.4:/mnt/nfs/portage failed, reason given > by server: No such file or di

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-17 Thread netfab
Le 16/06/19 à 10:22, Alarig Le Lay a tapoté : > Hi, sorry for the delay. > > On mer. 12 juin 12:31:31 2019, netfab wrote: > > Try --autounmask-backtrack=y emerge option. > > Thanks a lot, it worked. > But why portage bothers about icu so suddenly? > Now that =app-off

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-16 Thread netfab
Le 16/06/19 à 10:22, Alarig Le Lay a tapoté : > Hi, sorry for the delay. > > On mer. 12 juin 12:31:31 2019, netfab wrote: > > Try --autounmask-backtrack=y emerge option. > > Thanks a lot, it worked. > But why portage bothers about icu so suddenly? > Because app-off

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-12 Thread netfab
Le 12/06/19 à 11:54, Alarig Le Lay a tapoté : > Hi, > > Since some days emerge asks me to go back to ICU from profile 13.0, > but I don’t understand why. > Try --autounmask-backtrack=y emerge option.

Re: [gentoo-user] Re: How to I keep the build log?

2018-03-14 Thread netfab
Le 14/03/18 à 05:37, Nikos Chantziaras a tapoté : > You know how it is. As soon you ask, you find the answer anyway... :P > >FEATURES=keeptemp emerge foo-bar/baz Or : - enable PORT_LOGDIR in make.conf - add (optionally) some FEATURES like clean-logs or split-log See man 5 make.conf. > $ l

Re: [gentoo-user] Re: Is sys-firmware/intel-microcode-20180108 complete?

2018-01-10 Thread netfab
Le 10/01/18 à 21:49, Nikos Chantziaras a tapoté : > Intel has a page somewhere source, please.

Re: [gentoo-user] Kernel config checks

2017-04-27 Thread netfab
Le 27/04/17 à 10:45, Manuel Schönlaub a tapoté : > Does there exists a tool helping in maintaining consistency between > kernel configuration and configs required by currently installed > packages. > > If not, could emaint be be the right tool to extend with this > functionality? Or is this functi

Re: [gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread netfab
Le 08/04/17 à 16:23, mgcyung a tapoté : > I am new to ebuild writing. And I want to copy a file into > diretory /etc in src_install of a ebuild. Which function should I use? > Maybe insinto/doins. https://devmanual.gentoo.org/function-reference/install-functions/index.html

Re: [gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread netfab
Le 06/03/16 à 11:04, the...@sys-concept.com a tapoté : > Yes, I'm using official Gentoo kernel: > linux-3.10.17-gentoo > You should update to 3.10.95 if you want to stay on this branch. In fact all gentoo-sources kernel should contain this patch. Your 3.10.17 old version was probably not built

Re: [gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread netfab
Le 06/03/16 à 10:14, the...@sys-concept.com a tapoté : > I've tried to use: USE=xattr in make.conf > but it doesn't help. If you don't use an official gentoo kernel, then your must patch your kernel with this : https://gitweb.gentoo.org/proj/linux-patches.git/tree/1500_XATTR_USER_PREFIX.

Re: [gentoo-user] firefox profile uses 100% CPU

2015-11-11 Thread netfab
Le 11/11/15 à 17:38, the...@sys-concept.com a tapoté : > When I start one of my firefox profile (even in "-save-mode") it uses > 100% CPU and is not responding. It's not « -save-mode », but « -safe-mode ». If it works in safe-mode, but not without it, then you could try to remove all extensions a

Re: [gentoo-user] What's happened to "Firefox Hello" on my system?

2015-11-11 Thread netfab
If you are using ESR versions (gentoo stable), Hello is currently disabled (see ¹). I hope it will be enabled in the next ESR. You could try with with the ~arch version of firefox, it should be enabled. 1. https://hg.mozilla.org/releases/mozilla-esr38/rev/f9931c12dc3d

Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition

2015-10-17 Thread netfab
Here is how I do to avoid the nvidia-drivers/nvidia-settings upgrade/downgrade game since its started. On my system, old nvidia-settings-331.20 is installed, and latest stable nvidia-drivers. At each system update I do (and will do this until it will be resolved) : > # emerge -avuDN --exclude med

Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition

2015-10-17 Thread netfab
Le 17/10/15 à 18:29, Heiko Baums a tapoté : > The dependency in those ebuilds need to be changed to have > x11-drivers/nvidia-drivers being installed with USE="tools" instead > of pulling in media-video/nvidia-settings. No. Because of bug #414679. xfce4-sensors-plugin needs libXNVCtrl.a which is n

Re: [gentoo-user] Failed to set XATTR_PAX markings

2015-09-07 Thread netfab
Le 31/08/15 à 10:36, the...@sys-concept.com a tapoté : > While compiling/updating the system I get a few packages with > messages: > > LOG: install > Failed to set XATTR_PAX markings I'm also getting this kind of messages since some time on a desktop system with many packages. According to pax-u

Re: [gentoo-user] Re: [~amd64] Keyboard stops working several times/day

2015-08-18 Thread netfab
Le 17/08/15 à 21:13, Michel Catudal a tapoté : > drivers/char/sunxi_mem/sunxi_physmem.c:22:27: erreur fatale: > mach/includes.h : Aucun fichier ou dossier de ce type I guess you should disable CONFIG_SUNXI_PHYS_MEM_ALLOCATOR since anyway, this option is not available into official linux-sunxi-3.4.

Re: [gentoo-user] Re: [~amd64] Keyboard stops working several times/day

2015-08-17 Thread netfab
Le 16/08/15 à 19:27, Michel Catudal a tapoté : > the latest kernel from sunxi that supports the mali GPU (3.4.103) for > my old Mele A2000G [offtopic] Latest up to date (3.4.108) can be found here [1]. It also embeds patchs and fixs from armbian [2]. ¹. https://github.com/dan-and/linux-sunxi ².

Re: [gentoo-user] Overriding environment variables per package

2015-01-15 Thread netfab
Le 15/01/15 à 16:36, Alexander Kapshuk a tapoté : > CXXFALGS="${CFLAGS} typo. > I've had to define FEATURES on the command line as shown in (5), for > nostrip to apply. For some reason, enabling the setting in > /etc/portage/env/debug.conf did not seem to work for me. > > > Where did I go wron

Re: [gentoo-user] Two identical systems - different!

2014-03-02 Thread netfab
Le 01/03/14 à 22:34, Peter Humphrey a tapoté : > Portage is at version 2.2.7 sys-apps/portage-2.2.7 is affected by bug #485920 ⁽¹⁾. This can lead to some dependencies problems on systems using binary packages (at least here it does). The bug is fixed into sys-apps/portage-2.2.8-r1, which will be s

Re: [gentoo-user] gcc-bin for stupid user

2013-09-29 Thread netfab
Le 29/09/13 à 16:44, Alain Didierjean a tapoté : > I'm in trouble for having stupidly unmerged gcc and gcc-config ! > What's the easiest way, if any, to grab and install a binary gcc > allowing me to emerge... gcc ! We're talking about amd64. > Download a bin here : http://tinderbox.dev.

Re: [gentoo-user] Convert quickpkg of udev-171-r10 to local overlay...

2013-03-31 Thread netfab
Le 31/03/13 à 21:14, Alan a tapoté : > On 31/03/2013 18:41, Tanstaafl wrote: > > But for the life of me, I can't seem to find instructions for how to > > convert /usr/portage/packages/sys-fs/udev-171-r10.tbz2 to an ebuild > > that I can then add to my local overlay... > > The quickpkg is a tarball

Re: [gentoo-user] sys-devel/bc required for kernel compile?

2013-03-12 Thread netfab
Le 11/03/13 à 14:59, Grant a tapoté : > My wife and I have identical Dell XPS 13 laptops. I have the config > on both as close as possible. We use identical kernel config files, > but I can compile git-sources-3.9-rc1 without installing sys-devel/bc > and it looks like she can not. Does anyone k

Re: [gentoo-user] Per-package splitdebug FEATURE

2011-08-23 Thread netfab
Le 23/08/11 à 04:02, Leonardo a tapoté : > What if I want to use splitdebug always and just deactivate it to some > packages Another way is to enable splitdebug globally, but not install debug files for specific packages : /etc/portage/env/do-not-install-debug-files.conf: INSTALL_MASK

Re: [gentoo-user] ?? CONFIG_USB_SUSPEND ??

2011-07-11 Thread netfab
Le 11/07/11 à 10:16, Alan a tapoté : > Would somebody please help me to resolve my confusion. Thanks in > advance. > You must enable the following option first, and then you will find it into the USB section. Symbol: PM_RUNTIME [=n] │ Prompt: Run-time PM core functionality │ -> Power man

Re: [gentoo-user] --depclean complains that a package is not installed but it is installed.

2011-02-02 Thread netfab
Le 02/02/11 à 01:23, Dale a tapoté : > Is this a bug or am I missing something, again. ;-) > Bug #353362 : http://bugs.gentoo.org/353362

Re: [gentoo-user] firefox/xulrunner fails on "Could not find compatible GRE between version 1.9.2.7 and 1.9.2.7.

2010-07-24 Thread netfab
Le Sat, 24 Jul 2010 18:10:52 +0800, William Kenworthy a écrit : > Help! > Just re-sync and re-emerge xulrunner and firefox. See bugs #329563 and #329529.

Re: [gentoo-user] Re: Flash stopped working after Firefox 3.6.3->3.6.4 update.

2010-07-02 Thread netfab
Le Thu, 1 Jul 2010 21:05:37 -0700, Grant a écrit : > > I did have an extra libflashplayer.so, I deleted it, I deleted > pluginreg.dat, I re-emerged adobe-flash, and I restarted firefox, but > flash still isn't working. It works in opera. Any ideas? > Try with another new profile : $ f

Re: [gentoo-user] Re: Flash stopped working after Firefox 3.6.3->3.6.4 update.

2010-07-01 Thread netfab
Le Thu, 1 Jul 2010 08:06:04 -0700, Grant a écrit : > >> Firefox got upgraded from 3.6.3 to 3.6.4 yesterday, and now the > >> flash plugin won't work.  I tried both "x86" and "~x86" versions, > >> and both crash 100% of the time. > > > > The problem was caused by an old 9.x copy of the plugin that