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.com/gentoo/gentoo/blob/master/app-shells/bash/files/bashrc

The new bashrc file :


https://github.com/gentoo/gentoo/blob/master/app-shells/bash/files/bashrc-r1





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-environment.txt file :
> declare -x LANG="en_US.utf8 ja_JP.utf8"

I think that should be :
> declare -x LANG="en_US.utf8"

You should check your configuration files in /etc/env.d.





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
>  relocations in read-only sections.
>  Don’t report an error if notext or textoff.

There have been relatively recent examples of patches being added in
portage for this kind of errors, see for example :
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c36206566e9aebaa0d374752188acca1e49190





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=y
for example. See:

https://wiki.gentoo.org/wiki/Framebuffer#DRM_framebuffer_drivers





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 NTLM support, expect 
> problems


For this you want samba support in wine, but I doubt it will fix your
main problem.





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 case.
Please try the workaround suggested in comment 4 (set CPU_FLAGS_X86
and re-emerge ffmpeg). Does it help ?

1. https://bugs.gentoo.org/915384





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 this? Did I miss something?
> 

https://bugs.gentoo.org/915724





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/null)

You should open a bug to explain that ARCH variable is already defined
in your shell environment. As a consequence the results on the following
commands are different :

> $ ARCH=x86_64 portageq envvar ARCH
> x86_64

> $ portageq envvar ARCH
> amd64

An this finally leads to eselect failure in some cases :

> $ ARCH=x86_64 eselect profile list
> !!! Error: Failed to get a list of valid profiles
> exiting





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 version ?
> $ eselect --version

You can get bash debug output by running the following :
> $ bash -x /usr/bin/eselect profile list 2> /tmp/debug.log

Hopefully this will show what's going on into /tmp/debug.log.





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: Failed to get a list of valid profiles
>exiting
>#
> 
> Anybody having an explanation?  What to check?
> 

Is the following file readable ?

> $ ls -l $(portageq get_repo_path / gentoo)/profiles/profiles.desc





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 upgrade/rebuild the dev-libs/glib package.

https://bugs.gentoo.org/883877





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-11 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/latest/kbuild/kbuild.html#kbuild-output





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.
> 
> Anybody has an idea what is it?  (this is new installation) 
> 

Is it new hardware ? Is it reproductible ?
My first thought is to test memory.





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_USB_STORAGE_DEBUG:
> │
> │ Say Y here in order to have the USB Mass Storage code generate
> │ verbose debugging messages.
> │
> │ Symbol: USB_STORAGE_DEBUG [=n]
> │ Type  : bool
> │ Prompt: USB Mass Storage verbose debug
> │   Location:
> │ -> Device Drivers
> │   -> USB support (USB_SUPPORT [=y])
> │ -> USB Mass Storage support (USB_STORAGE [=y])
> │   Defined at drivers/usb/storage/Kconfig:26
> │   Depends on: USB_SUPPORT [=y] && USB [=y] && USB_STORAGE [=y]





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/static/rust)
> Running `CARGO=/usr/lib/rust/1.48.0/bin/cargo-1.48.0 [...]
>
> [...]
>
> make[3]: ***
> [/usr/aarch64-linux-gnu/tmp/portage/dev-lang/spidermonkey-78.5.0/work/firefox-78.5.0/config/rules.mk:670:
> xxhash.o] Error 1 make[3]: Leaving directory
> '/usr/aarch64-linux-gnu/tmp/portage/dev-lang/spidermonkey-78.5.0/work/build/mfbt'
> make[2]: ***
> [/usr/aarch64-linux-gnu/tmp/portage/dev-lang/spidermonkey-78.5.0/work/firefox-78.5.0/config/recurse.mk:74:
> mfbt/target-objects] Error 2


A little above you find some worrying errors :

> {standard input}:38694: Error: selected processor does not support
> `eor3 v1.16b,v1.16b,v2.16b,v0.16b'
> {standard input}:39637: Error: selected processor does not support
> `eor3 v1.16b,v1.16b,v3.16b,v0.16b'
> {standard input}:41350: Error: selected processor does not support
> `eor3 v1.16b,v1.16b,v3.16b,v0.16b'






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/Xsession

Enabled in /etc/lightdm/lightdm.conf ?

/etc/lightdm/Xsession is sourcing
/etc/X11/xinit/xinitrc.d/80-dbus

which runs dbus-launch.





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 3.7.2.
This is bug #716516 ⁽¹⁾.

From ⁽²⁾ :
> FYI - I did report it upstream and it's been fixed in 3.7.2 (just
> released).

1. https://bugs.gentoo.org/716516
2. https://bugs.gentoo.org/716516#c25




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 directory
> 


[...]

> Can anyone see the problem?
> 

From the client, please try this :
> # mkdir /mnt/nfs4
> # mount -t nfs4 192.168.1.4:/ /mnt/nfs4
> # ls /mnt/nfs4



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-office/libreoffice-bin-6.2.4.2 has been stabilized on
amd64, you can remove the --autounmask-backtrack=y emerge option from
your command line, libreoffice-bin package will be updated with all its
dependencies, including dev-libs/icu, and emerge will not find these
conflicts anymore.



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-office/libreoffice-bin package (here 6.1.5.2) needs to be
updated/upgraded at each dev-libs/icu update, but it takes time.



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.

> $ ls -1 /var/log/portage/build/sys-apps/
> man-1.6g-r1:20180307-152356.log
> man-1.6g:20180307-152409.log
> portage-2.3.19-r1:20180313-080009.log
> portage-2.3.24-r1:20180313-075938.log
> util-linux-2.30.2-r1:20180307-152149.log
> util-linux-2.30.2:20180307-152336.log



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 functionality not really needed?

You should look at bugs #532674 and #551430.



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 with it.



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.patch?h=4.1

Otherwise you will have such warnings when building many packages.



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] 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 and clear the cache.



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 not provided by nvidia-drivers, but by nvidia-settings.

Maybe resolving bug #562910 would fix the problem, I don't know.



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 media-video/nvidia-settings world





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-utils.eclass :

> To control what markings are made, set PAX_MARKINGS
> in /etc/portage/make.conf to contain either "PT", "XT" or "none".
> The default is to attempt both PT_PAX and XATTR_PAX.

I guess that setting PAX_MARKINGS="none" into make.conf will silence
those warnings. Not tested.



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.103,
it has been added by one armbian patch, and this driver seems broken
for your platform.



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
². http://forum.armbian.com/

[/offtopic]



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 wrong there?

package.env file should not be in env/ directory.
It should be in portage/ directory.



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 stabilized soon. Maybe that could explain your problem.

1. https://bugs.gentoo.org/show_bug.cgi?id=485920



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.gentoo.org/default-linux/amd64/sys-devel/



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, it does not contain an ebuild. It only
 contains the files installed by the ebuild.

Wrong. See here :

http://wiki.gentoo.org/wiki/Binary_package_guide#Taking_a_tbz2_apart



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 know why this would
 happen?
 
 BC  kernel/timeconst.h
 /bin/sh: bc: command not found
 make[1]: *** [kernel/timeconst.h] Error 127
 make: *** [kernel] Error 2

It seems that sys-devel/bc is now required to build the kernel ⁽¹⁾.

On your system, are you sure that you don't have bc installed as a
dependency of another tool ?

¹ 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=70730bca1331fc50c3caacaea00439de1325bd6e



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=/usr/lib/debug

   /etc/portage/env/package.env:

www-client/firefox do-not-install-debug-files.conf

If you are using FEATURES=buildpkg you can set INSTALL_MASK into
make.conf : debug files will never be installed, but will be
available into tbz2 packages.



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 management and ACPI options



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 :

$ firefox -ProfileManager



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 was
  left in ~/.mozialla/plugins.  After deleting the flashplayer plugin
  from that directory, FF then found the officially installed 10.x
  version and is now happy.
 
 I'm having the exact same problem, except I don't have a
 ~/.mozilla/plugins directory at all.  Any ideas?
 

Close firefox and go to your profile directory.
  (~/.mozilla/firefox/.something)
In this directory, you should find a file : pluginreg.dat
You can try to remove it.

A few days ago I realized that I had two different versions of the flash
plugin registered in this file.