Re: [gentoo-user] Installation and reinstallation of the same binary packages

2025-03-16 Thread Jacques Montier
Le sam. 15 mars 2025 à 16:45, Peter Humphrey a écrit : > On Saturday, 15 March 2025 13:53:20 Greenwich Mean Time Jacques Montier > wrote: > > > It's a real mess. > > Some day, it's ok, another day 160 sourced packages to compile and so > on... > > So i g

Re: [gentoo-user] Installation and reinstallation of the same binary packages

2025-03-15 Thread Jacques Montier
Le jeu. 13 mars 2025 à 19:34, Dale a écrit : > Jacques Montier wrote: > > Le jeu. 13 mars 2025 à 10:33, netfab a écrit : > >> >> Hi, >> >> Le 12/03/25 à 11:49, Jacques Montier a tapoté : >> > Now, with every emerge world, [...] >> >> P

Re: [gentoo-user] Installation and reinstallation of the same binary packages

2025-03-13 Thread Jacques Montier
Le jeu. 13 mars 2025 à 10:33, netfab a écrit : > > Hi, > > Le 12/03/25 à 11:49, Jacques Montier a tapoté : > > Now, with every emerge world, [...] > > Please post the command your are using, and also the whole output from > emerge. Adding the --tree option to the e

[gentoo-user] Installation and reinstallation of the same binary packages

2025-03-12 Thread Jacques Montier
Hello everybody On one of my disks, I have a Gentoo installation where, for testing, I switched to binary packages : emerge -auvDN --getbinpkgonly --with-bdeps=y --binpkg-respect-use=y --keep-going world. Now, with every emerge world, I am being asked to compile and reinstall the same binaries aga

Re: [gentoo-user] Question about compilation

2025-02-09 Thread Jacques Montier
Le dim. 9 févr. 2025 à 18:07, Michael a écrit : > On Sunday 9 February 2025 16:44:55 Greenwich Mean Time Jacques Montier > wrote: > > Le dim. 9 févr. 2025 à 15:36, Håkon Alstadheim > a > > > > écrit : > > > Den 08.02.2025 15:47, skrev Jacques Montier: > &g

Re: [gentoo-user] Question about compilation

2025-02-09 Thread Jacques Montier
Le dim. 9 févr. 2025 à 15:36, Håkon Alstadheim a écrit : > Den 08.02.2025 15:47, skrev Jacques Montier: > > Hello everyone, > > > > Is it possible to stop a compilation midway in the case of a very long > > compilation and then resume it from the same point without ha

[gentoo-user] Question about compilation

2025-02-08 Thread Jacques Montier
Hello everyone, Is it possible to stop a compilation midway in the case of a very long compilation and then resume it from the same point without having to start over from the beginning ? Thank you for your response. Best regards, -- Jacques Montier.

Re: [gentoo-user] New file steam in package.use

2024-12-13 Thread Jacques Montier
Le jeu. 12 déc. 2024 à 17:27, Eli Schwartz a écrit : > On 12/12/24 4:51 AM, Jacques Montier wrote: > > Hello all, > > > > I noticed two important changes this morning. > > 1- The sys-devel of llvm has now become llvm-core. > > 2- In the package.use directory, in

[gentoo-user] New file steam in package.use

2024-12-12 Thread Jacques Montier
Hello all, I noticed two important changes this morning. 1- The sys-devel of llvm has now become llvm-core. 2- In the package.use directory, in addition to my usual file (named use), a file named steam (attached file) has appeared, which contains a whole list of packages with the flag abi_x86_32.

Re: [gentoo-user] No binary llvm-19.1.4 package

2024-12-09 Thread Jacques Montier
Le dim. 8 déc. 2024 à 23:23, Peter Humphrey a écrit : > On Sunday 8 December 2024 16:17:15 GMT Jacques Montier wrote: > > > I saw that the two directories /etc/portage were different, particularly > > the make.conf files. So i copied the first one to replace the second, and &

Re: [gentoo-user] No binary llvm-19.1.4 package

2024-12-08 Thread Jacques Montier
Le dim. 8 déc. 2024 à 16:18, Eli Schwartz a écrit : > On 12/8/24 6:14 AM, Jacques Montier wrote: > > I have two Gentoo OS that are supposedly identical. > > > If the entire contents of /etc/portage are identical, then in theory you > should always get the same packages on

[gentoo-user] No binary llvm-19.1.4 package

2024-12-08 Thread Jacques Montier
Hello all, I have two Gentoo OS that are supposedly identical. Since compiling LLVM takes a long time, I chose to install the binary package llvm-19.1.4. I successfully obtained the binary on one of the systems, but not on the other. The first one : [image: image.png] The other one : [image: ima

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-15 Thread Jacques Montier
Le ven. 15 nov. 2024 à 13:42, a écrit : > Hello, > > I'm sure this has been asked before but, clearly, my archive search > skills are sub-par. I'm hoping it would be a quick "yes/no" kind of answer. > > Long story short, I decided to try out the Gentoo setup with binary > package host. I've been

Re: [gentoo-user] rust package fails due to file collisions. Ooops!! Also ruby fails. IPv6 issue.

2024-11-09 Thread Jacques Montier
Hello Dale, I had the same issue with ruby, this morning. I re-sync portage and the problem has gone away. Cheers, -- Jacques Le sam. 9 nov. 2024 à 15:35, Dale a écrit : > Howdy, > > I'm doing my weekly updates and ran into a problem I haven't seen in a > long time. The problem is with file

[gentoo-user] Weird issue with binary Gentoo

2024-11-01 Thread Jacques Montier
Hello all, I'm testing a Gentoo with only binary packages. So my emerge world : emerge -auvDN --getbinpkgonly --with-bdeps=y --binpkg-respect-use=y --keep-going world Everything works fine except one weird thing. 1- the binary package sys-kernel/gentoo-sources-6.6.52-1 is installed. Ok. 2- emerge

Re: [gentoo-user] format usb as ext4

2024-10-24 Thread Jacques Montier
Le jeu. 24 oct. 2024 à 05:01, Mitchell Dorrell a écrit : > On Wed, Oct 23, 2024 at 10:35 PM syscon edm wrote: > >> It was my error, the command should be: >> mkfs.ext4 /dev/sda >> The usb was auto-mounted as soon as the command finished. >> > > You can format the whole thing (/dev/sda) as one bi

Re: [gentoo-user] auto-mounting external usb disk problem

2024-08-01 Thread Jacques Montier
Le jeu. 1 août 2024 à 15:26, Michael a écrit : > On Thursday, 1 August 2024 13:38:33 BST Jacques Montier wrote: > > Le jeu. 1 août 2024 à 13:39, Michael a écrit > : > > > On Thursday, 1 August 2024 11:24:29 BST Jacques Montier wrote: > > > > Le mer.

Re: [gentoo-user] auto-mounting external usb disk problem

2024-08-01 Thread Jacques Montier
Le jeu. 1 août 2024 à 13:39, Michael a écrit : > On Thursday, 1 August 2024 11:24:29 BST Jacques Montier wrote: > > Le mer. 31 juil. 2024 à 18:46, Michael a > écrit : > > > > Looks like a possibility, if this started when you ran an update of the > > > deskto

Re: [gentoo-user] auto-mounting external usb disk problem

2024-08-01 Thread Jacques Montier
Le mer. 31 juil. 2024 à 18:46, Michael a écrit : > On Wednesday, 31 July 2024 17:37:17 BST Jacques Montier wrote: > > Le mer. 31 juil. 2024 à 16:49, Michael a > écrit : > > > On Wednesday, 31 July 2024 10:36:20 BST Jacques Montier wrote: > > > > Hello all, >

Re: [gentoo-user] auto-mounting external usb disk problem

2024-07-31 Thread Jacques Montier
Le mer. 31 juil. 2024 à 16:49, Michael a écrit : > On Wednesday, 31 July 2024 10:36:20 BST Jacques Montier wrote: > > Hello all, > > > > For a few days, my two usb external disks do not automatically mount on > > /run/media/ > > Have you changed your PC, US

[gentoo-user] auto-mounting external usb disk problem

2024-07-31 Thread Jacques Montier
Hello all, For a few days, my two usb external disks do not automatically mount on /run/media/ Those disks are successfully detected. - dmesg : 20.711135] usb 10-2: New USB device found, idVendor=1058, idProduct=2621, bcdDevice=10.34 [ 20.711144] usb 10-2: New USB device strings: Mfr=1, Produ

Re: [gentoo-user] how to record mp3 stream

2024-07-01 Thread Jacques Montier
Le lun. 1 juil. 2024 à 11:19, John Covici a écrit : > Hi. I am interested in recording an mp3 stream in the background and > being able to specify start/stop time, etc. > > I looked at Google, but just found a package called audio-recorder, > but I am not sure its currently maintained and its no

Re: [gentoo-user] cinnamon-screensaver issue

2024-06-30 Thread Jacques Montier
Le dim. 30 juin 2024 à 15:03, Eli Schwartz a écrit : > On 6/30/24 6:57 AM, Jacques Montier wrote: > > Hello all, > > > > In the cinnamon xscreensaver preferences, time before the xscreensaver > > starts is set to 5min. > > After those 5 min, instead o

[gentoo-user] cinnamon-screensaver issue

2024-06-30 Thread Jacques Montier
Hello all, In the cinnamon xscreensaver preferences, time before the xscreensaver starts is set to 5min. After those 5 min, instead of the screensaver, all my working applications stopped, the cinnamon xsession exit, and i just get the sddm screen for logging... Manually launching with cinnamon-s

Re: [gentoo-user] hplip and python3.12 problem

2024-06-06 Thread Jacques Montier
Le jeu. 6 juin 2024 à 11:31, Stefan Schmiedl a écrit : > -- Original Message -- > From "Jacques Montier" > To "gentoo-user@lists.gentoo.org" > Date 06.06.2024 11:08:38 > Subject [gentoo-user] hplip and python3.12 problem > > Hello all, > >

[gentoo-user] hplip and python3.12 problem

2024-06-06 Thread Jacques Montier
Hello all, I migrated python from 3.11 to 3.12 following the instructions without any problem and i arrived to */* PYTHON_TARGETS: -* python3_12 */* PYTHON_SINGLE_TARGET: -* python3_12 in package.use. Yesterday, everything was fine and this morning, problem with hplip package. with emerge -av hp

[gentoo-user] Question about installkernel configuration

2024-05-30 Thread Jacques Montier
ifferences (kernel name, config and System.map) ? Thanks a lot for your response. Cheers, -- Jacques Montier.

Re: [gentoo-user] New profiles 23.0

2024-03-25 Thread Jacques Montier
Le lun. 25 mars 2024, 18:44, Michael a écrit : > On Monday, 25 March 2024 17:37:40 GMT Jacques Montier wrote: > > Le lun. 25 mars 2024 à 18:18, Michael a > écrit : > > > > Therefore, you can fetch binaries from the mirrors when these have the > > > same &g

Re: [gentoo-user] New profiles 23.0

2024-03-25 Thread Jacques Montier
Le lun. 25 mars 2024 à 18:18, Michael a écrit : > On Monday, 25 March 2024 17:00:18 GMT Jacques Montier wrote: > > Le lun. 25 mars 2024 à 15:41, Peter Humphrey a > > > > écrit : > > > On Saturday, 23 March 2024 17:42:29 GMT Michael wrote: > > > > I su

Re: [gentoo-user] New profiles 23.0

2024-03-25 Thread Jacques Montier
Le lun. 25 mars 2024 à 15:41, Peter Humphrey a écrit : > On Saturday, 23 March 2024 17:42:29 GMT Michael wrote: > > > I suggest it would be best to take heed of the devs hard work and read > the > > instructions they have provided instead of winging it: > > > > https://wiki.gentoo.org/wiki/Projec

Re: [gentoo-user] long compiles

2023-09-12 Thread Jacques Montier
Le mar. 12 sept. 2023, 12:14, Peter Humphrey a écrit : > On Monday, 11 September 2023 22:22:28 BST Michael wrote: > > > There's also the option of using bin alternatives where available, e.g. > > google-chrome, firefox-bin, libreoffice-bin. > > ...and rust-bin, which is now the default in at leas

Re: [gentoo-user] Python 3.10 and python 3.11

2023-05-29 Thread Jacques Montier
Le lun. 29 mai 2023 à 05:49, Yixun Lan a écrit : > Hi Jacques: > > On 18:46 Sun 28 May , Jacques Montier wrote: > > Hello all, > > > > I have upgraded python from 3.10 to 3.11 without any issues. > > I thought i could get rid of python-3.10 by unmerging

Re: [gentoo-user] Python3.10 python 3.11

2023-05-28 Thread Jacques Montier
> > > You can check what packages depend on it, after you make sure you have not > specified manually version 3.10 anywhere in /etc/portage: > > grep python -r /etc/portage/ > > emerge --depclean -v -p dev-lang/python Hi Michael, That's it ! i had two lvm packages installed (14.0.6-r2 and 15.0.

[gentoo-user] Python 3.10 and python 3.11

2023-05-28 Thread Jacques Montier
Hello all, I have upgraded python from 3.10 to 3.11 without any issues. I thought i could get rid of python-3.10 by unmerging it, but Gentoo wants to re-emerge 3.10. I think some package still needs 3.10, but how could i know which one needs it ? I tried equery without success... Thanks for your

[gentoo-user] Python3.10 python 3.11

2023-05-28 Thread Jacques Montier
Hello all, I have upgraded python from 3.10 to 3.11 without any issues. I can't get rid of pyton-3.10 *Mr Montier Jacques* *30 rue de la Boulais, 35000 Rennes* *06 74 37 69 60*

[gentoo-user] [Solved] Re: Systemd Fonts problem

2023-05-18 Thread Jacques Montier
/vconsole.conf KEYMAP=fr-latin9 XKBLAYOUT=fr XKBMODEL=pc105 XKBOPTIONS=terminate:ctrl_alt_bksp XKBVARIANT=latin9 3- systemctl start systemd-vconsole-setup works fine. Sorry for the noise ! Have a nice week end Cheers, -- Jacques Le jeu. 18 mai 2023 à 15:42, Jacques Montier a écrit : > He

[gentoo-user] Systemd Fonts problem

2023-05-18 Thread Jacques Montier
Hello all, I encounter three problems: 1- Grub2 does not display accentuated French letters (? instead of é) In /etc/default/grub i have the line : GRUB_FONT="/boot/grub/fonts/DejaVuSansMono.pf2" #ls /boot/grub/fonts/DejaVuSansMono.pf2 2- systemctl start systemd-vconsole-setup gives an error. It

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Jacques Montier
Le mer. 17 mai 2023 à 11:30, Rich Freeman a écrit : > On Wed, May 17, 2023 at 4:43 AM Jacques Montier > wrote: > > > > As I didn't mask anything, I don't understand why this file was not > installed as it was declared in the apache ebuild... > > You do

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Jacques Montier
) However, it works fine and thanks again to all of you ! Cheers, -- Jacques Le mar. 16 mai 2023 à 21:43, Rich Freeman a écrit : > On Tue, May 16, 2023 at 3:32 PM Jacques Montier > wrote: > > > > After install, apache2.service not found... > > Have you done somethin

Re: [gentoo-user] Systemd query ...

2023-05-16 Thread Jacques Montier
Le mar. 16 mai 2023, 20:58, Neil Bothwick a écrit : > On Tue, 16 May 2023 20:03:36 +0200, Jacques Montier wrote: > > > It was very difficult to get Apache working with systemd Gentoo. > > No apache2.service found with apache installation. > > Really? > > % qfile

Re: [gentoo-user] Systemd query ...

2023-05-16 Thread Jacques Montier
Le lun. 15 mai 2023 à 11:58, Wols Lists a écrit : > Nothing to do with but sparked by the Apache problem ... > > One of the emails mentioned that the "ExecStop" section didn't appear to > be working ... That's caused me considerable grief in a systemd config > file I've written ... > > Basically,

Re: [gentoo-user] Apache and systemd problem

2023-05-13 Thread Jacques Montier
Le ven. 12 mai 2023 à 16:22, Jacques Montier a écrit : > > >> Yes, you need to configure the apache files to specify IP address to >> listen >> to, webroot, etc. for each host you want to serve files from. >> >> Ok, it's done > >> >> >&

Re: [gentoo-user] Apache and systemd problem

2023-05-12 Thread Jacques Montier
> > Yes, you need to configure the apache files to specify IP address to > listen > to, webroot, etc. for each host you want to serve files from. > > Ok, it's done > > > Fix this by adding the "start" subcommand: > > ExecStart=/usr/sbin/apache2ctl start > > > ExecStart=/usr/sbin/apache2ctl start

Re: [gentoo-user] Apache and systemd problem

2023-05-12 Thread Jacques Montier
> > After you are able to start it manually, you can edit your systemd service > file accordingly. GOOD NEWS ! i can start apache2ctl manually by #/usr/bin/apache2ctl I get the warning message : AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0

Re: [gentoo-user] Apache and systemd problem

2023-05-12 Thread Jacques Montier
Le ven. 12 mai 2023 à 10:40, Alexandru N. Barloiu a écrit : > How can you not miss it when it's specified in the ebuild? > > [root@ruja:~]# grep service > /usr/portage/www-servers/apache/apache-2.4.55-r1.ebuild > # Then apache2.4.service can be used and systemd support controlled > system

Re: [gentoo-user] Apache and systemd problem

2023-05-12 Thread Jacques Montier
Le ven. 12 mai 2023 à 02:54, Alexandru N. Barloiu a écrit : > first of all, gentoo does install with a service file: > > [root@noela:~]# equery f apache | grep systemd | grep service > /lib/systemd/system/apache2.service > > Hi Alexandru, Gentoo did not install any apache2.service. I had to manu

Re: [gentoo-user] Apache and systemd problem

2023-05-11 Thread Jacques Montier
> > > - /var/log/apache2 and /etc/apache2/httpd.conf are in the right place > > Check ownership of files in /var/log/apache2/ > > Apache will need to be able to write to them. > > Apache ownership of apache:apache Inside apache2, root:root and the files are empty. I changed the ownership of the

Re: [gentoo-user] Apache and systemd problem

2023-05-11 Thread Jacques Montier
rns nothing - when trying to start apache2.service, i get this : apache2.service: start operation timed out. Terminating. Cheers, -- Jacques Le jeu. 11 mai 2023 à 11:42, Michael a écrit : > On Wednesday, 10 May 2023 19:58:50 BST Jacques Montier wrote: > > Hello all, > > > &g

[gentoo-user] [SOLVED] Long booting time

2021-12-29 Thread Jacques Montier
Hello all, Unfortunately, i've lost my last posts, sorry. :-(( So, i have cleaned up all my sata drives and cables as the mobo was really dusty. Now, no more errors and everything works fine ! :-) Thanks again to all of you for having helped me and given some useful clues ! Regards, -- Jacques

Re: [gentoo-user] Long boot time after kernel update

2021-12-28 Thread Jacques Montier
Le mar. 28 déc. 2021 à 14:03, Jacques Montier a écrit : > > > > Le mar. 28 déc. 2021 à 13:32, Dale a écrit : > >> William Kenworthy wrote: >> > A point to keep in mind - if you can feel the drive moving it may be >> > generating errors! Dependi

Re: [gentoo-user] Long boot time after kernel update

2021-12-28 Thread Jacques Montier
Le mar. 28 déc. 2021 à 13:32, Dale a écrit : > William Kenworthy wrote: > > A point to keep in mind - if you can feel the drive moving it may be > > generating errors! Depending on the drive, the errors may just be > > handled internally and I can see it slowing things down though > > probably w

Re: [gentoo-user] Long boot time after kernel update

2021-12-27 Thread Jacques Montier
Le lun. 27 déc. 2021 à 01:44, Wols Lists a écrit : > On 26/12/2021 18:50, Jacques Montier wrote: > > Hello all, > > > > I update to the last stable kernel 5.15.11-gentoo with the same > > configuration as the old kernel and now, the boot time is quite long. > >

[SOLVED] Re: [gentoo-user] opencv problem

2021-11-25 Thread Jacques Montier
Le jeu. 25 nov. 2021 à 12:06, Arve Barsnes a écrit : > On Thu, 25 Nov 2021 at 11:10, Jacques Montier wrote: > > media-libs/opencv-4.5.2-r3::gentoo (Change USE: +contribdnn, this change > violates use flag constraints defined by media-libs/opencv-4.5.2-r3: > 

[gentoo-user] opencv problem

2021-11-25 Thread Jacques Montier
Hello all, I encounter a problem with emerging opencv-4.5.2-r3 so i can't do any emerge world anymore. I get this : media-libs/opencv-4.5.2-r3::gentoo (Change USE: +contribdnn, this change violates use flag constraints defined by media-libs/opencv-4.5.2-r3: 'cpu_flags_x86_avx2? ( cpu_flags_x86_f1

Re: [gentoo-user] Python-3.9 and emerge problems

2021-06-19 Thread Jacques Montier
Le ven. 18 juin 2021 à 17:55, John Covici a écrit : > On Fri, 18 Jun 2021 10:00:17 -0400, > Neil Bothwick wrote: > > > > [1 ] > > On Fri, 18 Jun 2021 09:54:09 -0400, John Covici wrote: > > > > > > Same problem with 3.0.20-r3 but then I found > > > > https://bugs.gentoo.org/796584, changing sets.

Re: [gentoo-user] Python-3.9 and emerge problems

2021-06-18 Thread Jacques Montier
* * Le ven. 18 juin 2021 à 16:00, Neil Bothwick a écrit : > On Fri, 18 Jun 2021 09:54:09 -0400, John Covici wrote: > > > > Same problem with 3.0.20-r3 but then I found > > > https://bugs.gentoo.org/796584, changing sets.conf got rid of the > > > issue

[gentoo-user] Python-3.9 and emerge problems

2021-06-18 Thread Jacques Montier
Hello all, This morning : #emerge --sync #emerge --oneshot sys-apps/portage #emerge -auvDN --with-bdeps=y --keep-going world I get these errors : Traceback (most recent call last): File "/usr/lib/python-exec/python3.9/emerge", line 51, in retval = emerge_main() File "/usr/lib/python3.9

Re: [gentoo-user] lightdm - can not login

2021-06-11 Thread Jacques Montier
Le ven. 11 juin 2021 à 11:12, Dr Rainer Woitok a écrit : > Thelma, > > On Thursday, 2021-06-10 18:24:34 -0600, you wrote: > > > ... > > It seems to me lightdm defaults to "twm" which file controls it? > > I want to change it to xfce4 > > Not quite. Either in configuration file "/etc/conf.d/xd

Re: [gentoo-user] lightdm - can not login

2021-06-11 Thread Jacques Montier
* * Le ven. 11 juin 2021 à 11:12, Dr Rainer Woitok a écrit : > Thelma, > > On Thursday, 2021-06-10 18:24:34 -0600, you wrote: > > > ... > > It seems to me lightdm defaults to "twm" which file controls it? > > I want to change it to xfce4 > > Not quite

Re: [gentoo-user] news 2021-01-30-display-manager-init -- blocked package

2021-01-31 Thread Jacques Montier
Le dim. 31 janv. 2021 à 11:45, Neil Bothwick a écrit : > On Sat, 30 Jan 2021 23:01:42 -0500, Kusoneko wrote: > > > Following my daily syncing today, 2 news items appeared, > > the important one for this being the following: > > > > 2021-01-30-display-manager-init > > > > It states that starti

Re: [gentoo-user] blender 2.80 or 2.81?

2019-12-07 Thread Jacques Montier
Le ven. 6 déc. 2019 23:57, Caveman Al Toraboran < toraboracave...@protonmail.com> a écrit : > any idea when? > > rgrds, > cm. > Hello all, I use Blender 2.81 and it works quite fine. Eevee render is fine. Nevertheless, be careful if using old blend file with 2.81 Blender, you may lose your data

[gentoo-user] Migration from 17.0 to 17.1

2019-06-24 Thread Jacques Montier
Hello all, Here is my own experience about migrating from 17.0 to 17.1 profile. I followed the steps 1, 3, 4, 5, 6, 7, 8, 9 and 10 (emerge -1v sys-devel/gcc:8.3.0, emerge -1v sys-devel/gcc:8.2.0-r6) without any issue. Everything works fine but the step 11 (emerge -1v --deep /lib32 /usr/lib32 /usr

Re: [gentoo-user] Re: libreoffice-6.1.5.2 compile fails with 'MEMORY_ALLOC_OPERATORS(SQLException)'

2019-02-18 Thread Jacques Montier
Le lun. 18 févr. 2019 à 11:56, Mick a écrit : > On Monday, 18 February 2019 09:23:08 GMT Mick wrote: > > Hi All, > > > > I've come across this 'MEMORY_ALLOC_OPERATORS(SQLException)' and don't > know > > how to proceed. I couldn't find a bug report: > > > > ===

[Solved] Re: [gentoo-user] Re: bash upgrading problem

2019-01-22 Thread Jacques Montier
Le lun. 21 janv. 2019 à 21:38, Nikos Chantziaras a écrit : > On 21/01/2019 20:25, Jacques Montier wrote: > > Le lun. 21 janv. 2019 à 19:04, Nikos Chantziaras > <mailto:rea...@gmail.com>> a écrit : > > > > I can't see why "emerge -uv bash" wou

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 19:19, Jack a écrit : > > I have a suspicion that this really might be sandbox related. > /dev/fd/whatever are all in the live system, and if I understand > correctly, emerge works within the sandbox, so you should not be able > to get at those files (certainly not write t

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 19:04, Nikos Chantziaras a écrit : > > I can't see why "emerge -uv bash" would ever invoke sudo. So I'd say > that you should first find out what command is being executed with sudo. > To do that, try to emerge bash, and when the sudo prompt pops up, switch > to another te

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 14:16, Alexander Kapshuk < alexander.kaps...@gmail.com> a écrit : > > > What is the output of: > env | grep libsandbox.so > > There is no output of env | grep libsandbox.so, but with env | grep sandbox, i get this : $ env | grep sandbox 13:CONFIG_PROTECT_MASK=/etc/sandbox.

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 13:04, Alexander Kapshuk < alexander.kaps...@gmail.com> a écrit : > > > What is the output of: > echo $LD_PRELOAD > echo $LD_LIBRARY_PATH > > No output. -- Jacques

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 12:11, Alexander Kapshuk < alexander.kaps...@gmail.com> a écrit : > The /proc/PID directory listed by the ls command is the directory for > the process that executed the ls command. See below. > > % ls -ld /proc/self & > [1] 27318 > % lrwxrwxrwx 1 root root 0 Sep 24 14:06

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 11:21, Raffaele Belardi a écrit : > > Well, they are owned by jacques instead of root. Could it be the reason > why you're asked > for a password? Maybe some strange interaction with the sandbox? > > raffaele > Yes, i noticed that, but how to explain my root password rej

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 07:52, Raffaele Belardi a écrit : > Jacques Montier wrote: > > checking whether /dev/fd is available... ERROR: ld.so: object > 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared > object file): ignored. > > Just a gue

Re: [gentoo-user] Re: bash upgrading problem

2019-01-20 Thread Jacques Montier
Le sam. 19 janv. 2019 à 19:42, Jacques Montier a écrit : > > Thanks Jack, > > Le sam. 19 janv. 2019 à 19:03, Jack a > écrit : > >> >> --quoted attachment >> “app-shells:bash-4.4_p23-r1:20190119-102517.log”-- >> [snip much of emerge log]

Re: [gentoo-user] Re: bash upgrading problem

2019-01-19 Thread Jacques Montier
Thanks Jack, Le sam. 19 janv. 2019 à 19:03, Jack a écrit : > > --quoted attachment > “app-shells:bash-4.4_p23-r1:20190119-102517.log”-- > [snip much of emerge log] > So the problem occurs at the end of the ./configure stage. You did not > include this in your original post. > > chec

Re: [gentoo-user] Re: bash upgrading problem

2019-01-19 Thread Jacques Montier
*--* *Jacques* *https://sites.google.com/site/jacquesfr35/ <https://sites.google.com/site/jacquesfr35/>* Le ven. 18 janv. 2019 à 21:36, Nikos Chantziaras a écrit : > On 18/01/2019 13:29, Jacques Montier wrote: > > Hello all, > > > > I encounter some problem abou

[gentoo-user] bash upgrading problem

2019-01-18 Thread Jacques Montier
Hello all, I encounter some problem about upgrading app-shells/bash from 4.4_p12 to 4.4_p23-r1. After the checking phase, it stops asking for password (attached file). All passwords (root, user) are rejected, so i can't go further. Any idea ? Thanks in advance, *--* *Jacques* *https://sites.go

Re: [gentoo-user] backing up a partition

2018-08-31 Thread Jacques Montier
Le ven. 31 août 2018 04:48, Michael Jones a écrit : > try fsarchiver > > On Thu, Aug 30, 2018 at 11:53 AM, Philip Webb > wrote: > >> 180825 Philip Webb wrote: >> > Thanks for the replies : >> > it looks as if 'tar' mb adequate, but I'll think re it & make a test. >> >> I used 'tar -a' to copy th

Re: [gentoo-user] Is my SSD dying?

2017-09-02 Thread Jacques Montier
Hello, I once encountered the problem with my Crucial SSD. I found a procedure to make the SSD detected which worked for me. http://forums.crucial.com/t5/Crucial-SSDs/Why-did-my-SSD-quot-disappear-quot-from-my-system/ta-p/65215 Hope this will help. Cheers, *--* *Jacques* 2017-09-02 11:51 GMT+

[Solved] Re: [gentoo-user] Nvidia-drivers does not compile anymore

2016-04-30 Thread Jacques Montier
2016-04-30 17:41 GMT+02:00 Jacques Montier : > 2016-04-30 15:25 GMT+02:00 Neil Bothwick : > >> On Sat, 30 Apr 2016 14:01:12 +0200, Jacques Montier wrote: >> >> > You can get the complete log in the attached file >> > x11-drivers:nvidia-drivers-340.76:20160

[gentoo-user] Nvidia-drivers does not compile anymore

2016-04-30 Thread Jacques Montier
Hello all, I need nvidia-drivers-340.76 for my Nvidia GeForce GT240 graphic card. I use nvidia-drivers-340.76 from a local overlay with the nvidia-drivers-340-76-kernel-4.0.patch which works fine with gentoo-sources-4.1.15-r1. I would like to upgrade to the 4.4.6 kernel. Unfortunately, nvidia-driv

Re: [gentoo-user] Open-Channel SSD target support option

2016-04-26 Thread Jacques Montier
2016-04-26 3:20 GMT+02:00 Adam Carter : > On Mon, Apr 25, 2016 at 8:21 PM, Jacques Montier > wrote: > >> Hello all, >> >> In the new stable kernel configuration (4.4.6-gentoo-sources) there is >> the option : >> >> *Open-Channel SSD target sup

[gentoo-user] Open-Channel SSD target support option

2016-04-25 Thread Jacques Montier
Hello all, In the new stable kernel configuration (4.4.6-gentoo-sources) there is the option : *Open-Channel SSD target support (NVM) [N/y/?] (NEW) ?* *CONFIG_NVM:* *Say Y here to get to enable Open-channel SSDs.* *Open-Channel SSDs implement a set of extension to SSDs, that* *exposes direct a

[gentoo-user] [SOLVED] Re: nvidia-drivers-340.76 failed with gentoo-sources-4.0.5

2015-06-18 Thread Jacques Montier
2015-06-18 13:03 GMT+02:00 Jacques Montier : > Hi all, > > Because of an old graphic card, i have to compile nvidia-drivers-340.76. > nvidia-drivers-340.76 does not compile with the new 4.0.5 kernel. > Here is the output error : > /var/tmp/portage/x11-drivers/nvidia-drivers-340

[gentoo-user] nvidia-drivers-340.76 failed with gentoo-sources-4.0.5

2015-06-18 Thread Jacques Montier
Hi all, Because of an old graphic card, i have to compile nvidia-drivers-340.76. nvidia-drivers-340.76 does not compile with the new 4.0.5 kernel. Here is the output error : /var/tmp/portage/x11-drivers/nvidia-drivers-340.76/work/kernel/nv-pat.o] Error 1 I saw a topic about that problem on Gentoo

Re: [gentoo-user] tip ou pulseaudio

2015-01-07 Thread Jacques Montier
Hello, I had the same problem some months ago. Adding the line set-sink-port alsa_output.pci-_00_1b.0.analog-stereo analog-output-lineout to /etc/pulse/default.pa solved the problem. Hope that will help, *--* *Jacques* 2015-01-07 11:41 GMT+01:00 Francisco Ares : > Hi All, > > I have been

Re: [gentoo-user] emerge world problem with one package [solved]

2014-10-26 Thread Jacques Montier
2014-10-26 19:47 GMT+01:00 Alexander Kapshuk : > On Sun, Oct 26, 2014 at 5:58 PM, Jacques Montier > wrote: > > [ebuild rR ~] media-gfx/hugin-2014.0.0-r1 USE="python -debug -lapack > > -sift" LINGUAS="fr -cs -da -de -en_GB -es -eu -fi -hu -it -ja -nl -pl &g

Re: [gentoo-user] emerge world problem with one package

2014-10-26 Thread Jacques Montier
2014-10-26 17:43 GMT+01:00 Daniel Frey : > On 26/10/2014 8:58 AM, Jacques Montier wrote: > >> Hello all, >> >> Since few, when i run emerge -auvDN world, i get hugin to re-emerge again >> and again (with "r" to force re-install)... >> >> [ebui

[gentoo-user] emerge world problem with one package

2014-10-26 Thread Jacques Montier
Hello all, Since few, when i run emerge -auvDN world, i get hugin to re-emerge again and again (with "r" to force re-install)... [ebuild rR ~] media-gfx/hugin-2014.0.0-r1 USE="python -debug -lapack -sift" LINGUAS="fr -cs -da -de -en_GB -es -eu -fi -hu -it -ja -nl -pl -pt_BR -ro -ru -sk -sv -z

Re: [gentoo-user] XFCE weather plugin does not work

2014-10-17 Thread Jacques Montier
Hello, Same issue here... Cheers, *--* *Jacques* 2014-10-17 13:37 GMT+02:00 Gevisz : > Already for a a few days my XFCE weather plugin > (xfce-extra/xfce4-weather-plugin-0.8.3-r1) does > not work (forecast data unavailable). > > Its website ( > http://goodies.xfce.org/projects/panel-plugins/xf

Re: [gentoo-user] Python and man problems

2014-08-08 Thread Jacques Montier
Hello, I use Terminator with XFCE and scroll works fine with mouse wheel. Cheers, *--* *Jacques* 2014-08-08 11:52 GMT+02:00 Philip Webb : > 140808 Helmut Jarausch wrote: > > does anybody know how to tell 'most' to scroll when I use my mouse wheel? > > IIRC it's KDE which does it for me : Most

Re: [gentoo-user] dropbox on xfce

2013-05-12 Thread Jacques Montier
Hi Luis, I don't se any thunar-dropbox in portage You could install gnome-extra/nautilus-dropbox. I work on xfce and dropbox is launched with xfce starting (dropbox.desktop in ~/.config/autostart) ; everything works fine. Cheers, -- Jacques 2013/5/12 luis jure > > any hints how to make d

Re: [gentoo-user] Re: Kdelibs configure error

2013-05-01 Thread Jacques Montier
2013/5/1 Marc Joliet > Am Wed, 1 May 2013 16:05:25 +0200 > schrieb Jacques Montier : > > > Me again, > > > > I think this error is due to the /usr/local/lib symlink -> /usr/lib64. > > Some days ago, i upgraded to baselayout-2.2. > > The compil

[SOLVED]Re: [gentoo-user] Re: Kdelibs configure error

2013-05-01 Thread Jacques Montier
Thanks Marc, It's all ok now. Regards, -- Jacques 2013/5/1 Marc Joliet > Am Wed, 1 May 2013 16:05:25 +0200 > schrieb Jacques Montier : > > > Me again, > > > > I think this error is due to the /usr/local/lib symlink -> /usr/lib64. > > Some days a

[gentoo-user] Re: Kdelibs configure error

2013-05-01 Thread Jacques Montier
7;: /usr/local/lib" So, i symlinked /usr/local/lib -> /usr/lib64. What is wrong to do that ? I deleted the symlink and now kdelibs configure works fine. What's your advice ? thanks a lot, Cheers, -- Jacques 2013/5/1 Jacques Montier > Hi all, > > I get a configure

[gentoo-user] Kdelibs configure error

2013-05-01 Thread Jacques Montier
Hi all, I get a configure error when upgrading from kdelibs-4.10.1-r1 to kdelibs-4.10.2. I get the error message : "CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message): Did not find automoc4 (Automoc4Config.cmake, install git://anongit.kde.

Re: [gentoo-user] Re: Boost version problem [solved but dirty]

2013-01-26 Thread Jacques Montier
2013/1/25 Florian Philipp > Am 25.01.2013 20:02, schrieb Nikos Chantziaras: > > On 24/01/13 21:15, Florian Philipp wrote: > >> Am 24.01.2013 18:57, schrieb Jacques Montier: > >>> 2013/1/24 microcai >>> <mailto:micro...@fedoraproject.org>> > &

Re: [gentoo-user] Re: Boost version problem

2013-01-24 Thread Jacques Montier
2013/1/24 microcai > 2013/1/24 Jacques Montier : > > > > > > 2013/1/24 Nikos Chantziaras > >> > >> On 24/01/13 17:05, Alan McKinnon wrote: > >>> > >>> On Thu, 24 Jan 2013 15:53:48 +0100 > >>> Jacques Montier wrote: >

Re: [gentoo-user] Re: Boost version problem

2013-01-24 Thread Jacques Montier
2013/1/24 Nikos Chantziaras > On 24/01/13 17:05, Alan McKinnon wrote: > >> On Thu, 24 Jan 2013 15:53:48 +0100 >> Jacques Montier wrote: >> >> Hi all, >>> >>> Libreoffice-4.0 needs boost > 1.49 (so works with boost-1.52.0-r5) and >>&g

[gentoo-user] Boost version problem

2013-01-24 Thread Jacques Montier
Hi all, Libreoffice-4.0 needs boost > 1.49 (so works with boost-1.52.0-r5) and Nightshade LSS (for planetarium but not in portage) needs boost < 1.5 (so works with 1.49.0-r2). Is it possible to install both 1.49 and 1.52 (in new slot) ? When i emerge boost-1.52, boots-1.49 in uninstalled and vice

[gentoo-user] Suspend to ram problems

2012-12-23 Thread Jacques Montier
Hi all, I upgraded from 3.5.7 to 3.6.11 kernel gentoo-sources and everything works fine except suspend to ram process. My configuration : Two hard drives sda (HDD) and sdb (SSD) Everything works fine with 3.5.7 kernel gentoo-sources With pm-suspend, the system seems to suspend fine, but with th

Re: [gentoo-user] Ext4 problem and disk access

2012-12-09 Thread Jacques Montier
2012/12/9 Andre Goessel > Moin, > > On Sat, Dec 08, 2012 at 03:36:29PM +0100, Jacques Montier wrote: > > As soon as i mount an ext4 partition on my second 1To HDD, the hard drive > > is always working (read/write) every second (even when doing nothing). > > > &g

  1   2   3   >