Re: [gentoo-user] Terminal emulator to replace Konsole

2024-03-23 Thread Mickaël Bucas
term, and it actually moves the cursor to the click position in its own command line ! Maybe there's an extension or set of parameters for bash or other shells to handle mouse clicks, but I'm not aware of it. Best regards Mickaël Bucas

Re: [gentoo-user] is a global use flag necessary for python?

2024-03-10 Thread Mickaël Bucas
1::gentoo (masked by: package.mask) > - dev-build/cmake-3.22.2::gentoo (masked by: CMake license(s)) > - sys-devel/binutils-2.37_p1-r2::gentoo (masked by: package.mask) > - virtual/libcrypt-1-r1::gentoo (masked by: package.mask) > /var/db/repos/gentoo/profiles/base/package.mask: > # Sam James (2021-11-22) > # Mask the older libcrypt virtual (which accepted glibc[crypt]) to ease > # dependency resolution. In a fair number of cases, this has helped > # upgrades go through cleanly. > # Read the news item if you need help! > # (This mask is undone in musl profiles where the transition is not yet > being > # made.) > # bug #699422. > > - sys-libs/binutils-libs-2.37_p1-r2::gentoo (masked by: package.mask) > - dev-libs/openssl-1.1.1n::gentoo (masked by: package.mask) > /var/db/repos/gentoo/profiles/package.mask: > # Sam James (2023-09-09) > # OpenSSL 1.1.x is EOL on 2023-09-11. Please upgrade immediately to >= > OpenSSL 3. > # https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/ > # https://www.openssl.org/blog/blog/2023/06/15/1.1.1-EOL-Reminder/ > # Please run a full world upgrade, especially checking /etc/portage and > your world file > # for old PHP or Ruby references. > > - media-fonts/font-bh-ttf-1.0.3-r2::gentoo (masked by: bh-luxi license(s)) > A copy of the 'bh-luxi' license is located at > '/var/db/repos/gentoo/licenses/bh-luxi'. > > - media-fonts/font-bh-type1-1.0.3-r2::gentoo (masked by: bh-luxi license(s)) > For more information, see the MASKED PACKAGES section in the emerge > man page or refer to the Gentoo Handbook. > > > It seems you have a lot of updates to handle before Firefox. The first hint is the mask on glibc-2.33-r1, back from 2017. This is a central package and must be updated early. The current stable version is sys-libs/glibc-2.38-r10 As most packages are linked to glibc, they will also probably need an update. The second hint is the mask on openssl-1.1.1n. This should also be updated early. The current stable version is dev-libs/openssl-3.0.13. As above, many packages, including Firefox, depend on it. The most simple way would be to recompile everything with "emerge -e @world", but that's also really time consuming, and conflicts are not solved magically... Maybe a first step with "emerge -e @system" could take care of the most important packages first. You can try these commands with "--pretend --backtrack=20" to see if you can go forward or if other blockers remain. Best regards Mickaël Bucas

Re: [gentoo-user] updating remote system

2023-04-12 Thread Mickaël Bucas
Le mer. 12 avr. 2023 à 11:27, Peter Humphrey a écrit : > > On Wednesday, 12 April 2023 08:16:05 BST Mickaël Bucas wrote: > > > I don't know if it's correct, I'd proceed this way: > > 1. Update world first, because some updated packages may be involved > > in ke

Re: [gentoo-user] updating remote system

2023-04-12 Thread Mickaël Bucas
Le mer. 12 avr. 2023, 02:26, jul...@jroy.ca a écrit : > > On Tue, 2023-04-11 at 20:24 -0400, jul...@jroy.ca wrote: > > On Tue, 2023-04-11 at 18:21 -0600, the...@sys-concept.com wrote: > > > What is the correct way of updating remote system? > > > I'll need to update the kernel + world > > > > > >

Re: [gentoo-user] Tailing compressed build logs

2023-03-06 Thread Mickaël Bucas
continue, I didn't get the expected behavior, it stood still at the point I was viewing. I don't know if it's really a bug or if I made a mistake... (Don't forget to stop the growing file :) ) Best regards Mickaël Bucas

Re: [gentoo-user] Any way to automate login to host and su to root?

2022-07-14 Thread Mickaël Bucas
; > Does anyone have any hints on how to achieve this without adding a "NOPASSWD" > entry into /etc/sudoers ? > > Thanks in advance, > > Joost Best regards Mickaël Bucas

Re: [gentoo-user] Does gcc 11.3 need a special/new kernel version?

2022-06-05 Thread Mickaël Bucas
or it's a different issue. It seems that the command line to compile "genautomata" contains useful information to understand the cause. Can you find it in the GCC compile logs ? With that you may open a bug in Gentoo or GCC Bugzilla. Best regards Mickaël Bucas

Re: [gentoo-user] strange ebuild problem

2020-11-20 Thread Mickaël Bucas
s from the Maven repository, I added the following lines inside the ebuild: # To enable Maven access to https://repo.maven.apache.org/maven2 RESTRICT="network-sandbox" It is described (shortly) in "man 5 ebuild" This is forbidden in the Portage tree, but is allowed in your own overlay. Best regards Mickaël Bucas

Re: [gentoo-user] soft keyboard for touchscreen

2020-10-18 Thread Mickaël Bucas
in this situation. Best regards Mickaël Bucas > On 19/10/20 12:46 am, Mickaël Bucas wrote: > > Hi William > > Le dim. 18 oct. 2020 à 03:05, William Kenworthy a > écrit : > >> Can someone recommend a guide to installing a touch screen aware soft >> keyboard in gento

Re: [gentoo-user] soft keyboard for touchscreen

2020-10-18 Thread Mickaël Bucas
independent from the window manager. Best regards Mickaël Bucas [1] https://launchpad.net/onboard [2] https://fitzcarraldoblog.wordpress.com/2018/06/25/installing-the-onboard-on-screen-keyboard-in-gentoo-linux/ [3] https://github.com/mbucas/gentoo-overlay

Re: [gentoo-user] Portage: Complaining about multiple incidents at once

2020-04-19 Thread Mickaël Bucas
value) may push Portage to look forward a bit more. However, as I don't use them, I don't know what stability you could expect from your system after activating any or all of them. Best regards Mickaël Bucas

Re: [gentoo-user] remote console

2020-03-24 Thread Mickaël Bucas
Hi I'm using Shell In A Box, which is available in Portage : www-misc/shellinabox https://github.com/shellinabox/shellinabox As it uses /bin/login, you can assign users to your students so they are independent of each other. Best regards Mickaël Bucas Le mar. 24 mars 2020 à 07:51, J

Re: [gentoo-user] Migrating chroot to VM

2020-03-05 Thread Mickaël Bucas
od thing about a VM is that if anything goes wrong, you just trash it and restart ! Tell us how things turn out for you. Best regards Mickaël Bucas [1] https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel [2] https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Bootloader [3] https:

Re: [gentoo-user] Stable Python package changes USE flags with ~amd64

2020-01-08 Thread Mickaël Bucas
Hi Franz Thanks for your insight into Portage inner workings. I'm glad I learned something ! And that bug from 6 years ago is a sign that something isn't clear about this subject. Thanks Best regards Mickaël Bucas Le mar. 7 janv. 2020 à 17:56, Franz Fellner a écrit : > OK, seems I

Re: [gentoo-user] Stable Python package changes USE flags with ~amd64

2020-01-07 Thread Mickaël Bucas
KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB It seems to be in line with the interpretation I've come up with. Best regards Mickaël Bucas Le mar. 7 janv. 2020 à 16:18, Franz Fellner a écrit : > And what if you change the line to "dev-python/olefile amd64"? >

Re: [gentoo-user] Stable Python package changes USE flags with ~amd64

2020-01-07 Thread Mickaël Bucas
systems are stable and have Python 3.7 enabled (I keyworded all of them sometime in the past...) Thanks Best regards Mickaël Bucas Le mar. 7 janv. 2020 à 08:08, Franz Fellner a écrit : > I assume those emerge commands weren't done on one machine but come from > those two different machi

[gentoo-user] Stable Python package changes USE flags with ~amd64

2020-01-03 Thread Mickaël Bucas
" by keywording. Is it a bug or a feature ? Did I do something wrong ? Thanks Best regards Mickaël Bucas

Re: [gentoo-user] Noah's ArK

2019-11-17 Thread Mickaël Bucas
with a 64 bits stage 3 tarball. Best regards Mickaël Bucas [1] https://wiki.gentoo.org/wiki/Project:AMD64/32-bit_Chroot_Guide Le dim. 17 nov. 2019 à 12:20, Helmut Jarausch a écrit : > > Hi, > > I'd like to "preserve" some packages which do require components I > don't lik

Re: [gentoo-user] where is /usr/portage?

2019-11-12 Thread Mickaël Bucas
Le lun. 11 nov. 2019 à 14:38, Dale a écrit : > > Mick wrote: > > On Monday, 11 November 2019 13:00:20 GMT Dale wrote: > >> Mickaël Bucas wrote: > >>> Le lun. 11 nov. 2019 à 09:35, Mick a écrit : > >>>> On Monday, 11 November 2019 08:25:06 GMT n

Re: [gentoo-user] where is /usr/portage?

2019-11-11 Thread Mickaël Bucas
necessary ! Has anyone already done the migration ? In this case do you have advices or warnings about it ? Thanks Best regards Mickaël Bucas

Re: [gentoo-user] almost free launch: an idea to lower build time, and rice, at the same time

2019-11-05 Thread Mickaël Bucas
t distributions have done some work to have reproducible builds, but I'm not sure how successful they are, even when all choices are predefined. Given that Gentoo has taken a whole different road by having more choices available to the user, I don't think the compilation results of one configuration would be easily used on another. To go even further, pushing your compiled packages to a public server may create a security risk by exposing many parts of your configuration that could be analyzed by malicious people. So far I don't see a really big advantage in building this kind of infrastructure compared to either a binary distribution or Gentoo with home compilation. Best regards Mickaël Bucas

Re: [gentoo-user] Question : Fixing @x11-module-rebuild

2019-09-18 Thread Mickaël Bucas
he morning. > > Corbin > It seems someone already did it : https://bugs.gentoo.org/693980 - sys-apps/portage - @x11-module-rebuild doesn't work for amd64 The good news is that the fix is done, and will be available soon. Best regards Mickaël Bucas

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

2019-06-12 Thread Mickaël Bucas
2.0.15-r2:2/2::gentoo, ebuild scheduled for merge) > > The following mask changes are necessary to proceed: > (see "package.unmask" in the portage(5) man page for more details) > # required by @__auto_slot_operator_replace_installed__ (argument) > # /usr/portage/profiles/base/package.mask: > # Andreas Sturmlechner (15 Jul 2018) > # Old ICU is unsupported. ICU 58 only remains for 13.0 based profiles. > =dev-libs/icu-58.2-r1 > > NOTE: The --autounmask-keep-masks option will prevent emerge > from creating package.unmask or ** keyword changes. > > Would you like to add these changes to your config files? [Yes/No] No > > -- > Alarig > When I met this situation, I had to add keyword ~amd64 for app-office/libreoffice-bin Then emerge finds a better solution : upgrade icu to 64.2 Cordialement Mickaël Bucas

Re: [gentoo-user] Re: Incorrect list of groups membership

2019-04-20 Thread Mickaël Bucas
Hi I've opened issue #1159 on SDDM Github [1], with a patch that makes better use of "initgroups" and "pam_setcreds", I hope. @Remy Blank if you could try the patch and comment on the issue, that may help SDDM project members to evaluate it. Thanks Best regards Mick

Re: [gentoo-user] Re: Incorrect list of groups membership

2019-04-18 Thread Mickaël Bucas
er when it's running under user "sddm", they are already incorrect before a KDE session is opened. mick@xxx ~ $ grep Groups /proc/$(pidof sddm-greeter)/status Groups: 0 1 2 3 4 6 10 11 26 27 27 243 I will try to modify SDDM code to include "initgroups" where I suppose it sh

[gentoo-user] Incorrect list of groups membership

2019-04-15 Thread Mickaël Bucas
= 0 close(3)= 0 [...] mick@xxx ~ # uname -a Linux xxx 4.19.27-gentoo-r1 #1 SMP Mon Apr 1 14:38:01 CEST 2019 x86_64 Intel(R) Celeron(R) CPU G1610T @ 2.30GHz GenuineIntel GNU/Linux Thanks Best regards Mickaël Bucas

Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Mickaël Bucas
2017-02-06 10:55 GMT+01:00 Helmut Jarausch : > On 02/06/2017 08:53:19 AM, the...@sys-concept.com wrote: >> >> Are there any good replacement for "nx / nxclient" in Linux? >> NX is long time gone from portage. I hope, I can still install them >> from atic. >> This was another

Re: [gentoo-user] unexpected problems when switching c compilers

2016-10-25 Thread Mickaël Bucas
of GCC when the C++11 ABI was not stable. I think you have some happy compiling ahead ! Best regards Mickaël Bucas [1] https://gcc.gnu.org/onlinedocs/libstdc%2B%2B/manual/using_dual_abi.html [2] https://www.gentoo.org/support/news-items/2015-10-22-gcc-5-new-c++11-abi.html [3] https://blog.flameeyes.eu/2010/09/your-worst-enemy-undefined-symbols/

Re: [gentoo-user] Missing digest for *** Tree looks messed up.

2015-08-10 Thread Mickaël Bucas
in new versions of portage, but the latter is less likely in my opinion as it would lower overall security. I didn't find a bug about this subject, but I don't really know what and where to search... Who could we ask for more insight into that strange behavior ? Best regards Mickaël Bucas

Re: [gentoo-user] Missing digest for *** Tree looks messed up.

2015-08-10 Thread Mickaël Bucas
2015-08-10 10:55 GMT+02:00 Mickaël Bucas mbu...@gmail.com: 2015-08-10 2:15 GMT+02:00 Dale rdalek1...@gmail.com: Howdy, I'm sure I'm not alone on monitoring -dev to see upcoming changes. I noticed they switched to git or something and it seems to have caused a bit of trouble

Re: [gentoo-user] [OT] Strange behaviour of google certificates.

2015-04-01 Thread Mickaël Bucas
done. Best regards Mickaël Bucas [1] http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2199

Re: [gentoo-user] CSV or mysql table as spreadsheet-like web page

2015-03-24 Thread Mickaël Bucas
Hi There seems to be open source solutions already available : http://en.wikipedia.org/wiki/Online_spreadsheet I don't like to reinvent the wheel, but they may be too complex for your need. Tell us what you choose or build yourself Mickaël 2015-03-24 16:21 GMT+01:00 hw

Re: [gentoo-user] Nvidia and Radeon video cards in the same box.

2015-02-05 Thread Mickaël Bucas
doesn't support DRI, nor modesetting. I would suggest checking your kernel configuration for the options needed for radeon driver. I don't remember how I did but there is the Gentoo Wiki : http://wiki.gentoo.org/wiki/Radeon Mickaël Bucas

Re: [gentoo-user] Nvidia and Radeon video cards in the same box.

2015-02-04 Thread Mickaël Bucas
directory. Mickaël Bucas

Re: [gentoo-user] lsof on fail2ban

2015-01-06 Thread Mickaël Bucas
Looking at the code, Fail2ban uses Inotify to know when a file has changed, and only at that point it's open and read. Inotify watches don't appear in open files. Mickaël 2015-01-06 1:53 GMT+01:00 Adam Carter adamcart...@gmail.com: AFAIK fail2ban tails log files to find login failures, but

Re: [gentoo-user] OT: Backing up emails

2011-01-20 Thread Mickaël Bucas
and replicate it onto another machine. Grateful for any help, Matt Harrison I use OfflineIMAP to backup my gmail account using IMAP. https://github.com/nicolas33/offlineimap It's easy to configure and to use. Folders are preserved as it keeps mail in maildir structure. Mickaël Bucas

Re: [gentoo-user] How can I move system to new disk?

2010-01-18 Thread Mickaël Bucas
things to change : no more Lilo, ext2, IDE, diskettes these days But the check list is complete so you won't forget important points. Mickaël Bucas

Re: [gentoo-user] What magic does portage use?

2009-12-11 Thread Mickaël Bucas
dot com Mickaël Bucas

Re: [gentoo-user] Merge svnroots

2009-09-07 Thread Mickaël Bucas
are : - Dump all your current svn roots with svnadmin dump myrepos dumpfile (One file for each root) - Create your new svn root - Load your dumps into the new root svnadmin load newrepos dumpfile Mickaël Bucas

Re: [gentoo-user] Regenerating package db

2009-08-27 Thread Mickaël Bucas
2009/8/27 Alan McKinnon alan.mckin...@gmail.com On Thursday 27 August 2009 11:07:24 Xavier Parizet wrote: Hi everyone, I had some problem with /var/db/pkg : it's empty. So, how can i fix this without rebuilding world and system from scratch ? You need to rebuild world from scratch :-)

Re: [gentoo-user] Finding orphaned libs

2009-06-09 Thread Mickaël Bucas
2009/6/9 Joerg Schilling joerg.schill...@fokus.fraunhofer.de: Mickaël Bucas mbu...@gmail.com wrote: You may avoid the problem with find . -exec prog args {} + The right way to handle any size for the list returned by find, is by using xargs : find -H /usr/lib /lib -type f | xargs -d'\n

Re: [gentoo-user] Finding orphaned libs

2009-06-09 Thread Mickaël Bucas
| xargs -d'\n' qfile --orphans xargs fills the command line up to the maximum size, and then create another command line. Mickaël Bucas

Re: [gentoo-user] Openttd

2008-10-22 Thread Mickaël Bucas
2008/10/21, András Csányi [EMAIL PROTECTED]: 2008/10/21 Arttu V. [EMAIL PROTECTED]: On 10/21/08, András Csányi [EMAIL PROTECTED] wrote: Few weeks ago I reinstalled my desktop and now I want to play with openttd but I wonder this package is masked. I saw the version of this package int the