Re: [gentoo-user] colm installation is failing with ACCESS DENIED

2025-02-22 Thread Mansour Al Akeel
sandbox. This seems to be working so far. I will add JDK again to the PATH when done, and may be fix it later. Or just use portage JDK. On Sat, Feb 22, 2025 at 3:28 PM Mansour Al Akeel wrote: > Michael, > Similar behavior is seen when updating sys-devel/bison. I installed > openjdk i

Re: [gentoo-user] colm installation is failing with ACCESS DENIED

2025-02-22 Thread Mansour Al Akeel
n3_10 python3_11 python3_12 python3_13" RUBY_TARGETS="ruby32" VIDEO_CARDS="amdgpu nvidia vesa nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account" USER="mansour" USERLAND="GNU" USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_QUIC CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS GUILE_SINGLE_TARGET GUILE_TARGETS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PERL_FEATURES PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" USE_EXPAND_HIDDEN="ABI_MIPS ABI_S390 CPU_FLAGS_ARM CPU_FLAGS_PPC ELIBC KERNEL" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux" USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS" USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS" USE_ORDER="env:pkg:conf:defaults:pkginternal:features:repo:env.d" VIDEO_CARDS="amdgpu nvidia vesa nouveau" WINDOWID="10485772" XAUTHORITY="/root/.xauthL9JlL2" XDG_RUNTIME_DIR="/run/user/1000" XDG_SESSION_CLASS="greeter" XDG_SESSION_ID="1" XDG_SESSION_TYPE="x11" XSESSION="i3" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account" XTERM_LOCALE="C.UTF8" XTERM_SHELL="/bin/bash" XTERM_VERSION="XTerm(396)" ac_cv_c_undeclared_builtin_options="none needed" enable_year2038="no" gl_cv_compiler_check_decl_option="-Werror=implicit-function-declaration" gl_cv_func_getcwd_path_max="yes" Thank you for your time On Sat, Feb 22, 2025 at 12:56 PM Michael Orlitzky wrote: > On 2025-02-22 10:40:28, Mansour Al Akeel wrote: > > The problem is in the dependency dev-util/colm and not with webkit-gtk. > > > > The sorted env vars contains no reference to 'java'. In fact there's > > neither CC nor CXX env-var: > > Check "emerge --info" too. > >

Re: [gentoo-user] colm installation is failing with ACCESS DENIED

2025-02-22 Thread Mansour Al Akeel
XDG_SEAT=seat0 XDG_SESSION_CLASS=greeter XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XSESSION=i3 XTERM_LOCALE=C.UTF8 XTERM_SHELL=/bin/bash XTERM_VERSION=XTerm(396) _=/usr/bin/env On Sat, Feb 22, 2025 at 9:51 AM Michael Orlitzky wrote: > On 2025-02-21 22:02:34, Mansour Al Akeel wrote: >

[gentoo-user] colm installation is failing with ACCESS DENIED

2025-02-21 Thread Mansour Al Akeel
Not sure what does this mean and how to solve this? emerge net-libs/webkit-gtk Getting: checking checking if javac is able to compile programs ... ... * ACCESS DENIED: fopen_wr: /proc/self/coredump_filter * ACCESS DENIED: fopen_wr: /proc/self/coredump_filter yes checking

Re: [gentoo-user] Docker installation issues

2022-12-11 Thread Mansour Al Akeel
68.1.1) ;; WHEN: Sun Dec 11 11:06:33 EST 2022 ;; MSG SIZE rcvd: 237 On Sun, Dec 11, 2022 at 12:59 AM Andreas Fink wrote: > On Sat, 10 Dec 2022 15:51:17 -0500 > Mansour Al Akeel wrote: > > > Andreas, > > > > Thank you very much. In fact I didn't go that deep

Re: [gentoo-user] Docker installation issues

2022-12-10 Thread Mansour Al Akeel
try-1.docker.io port 443 after 129401 ms: Couldn't connect to server * Closing connection 0 curl: (28) Failed to connect to registry-1.docker.io port 443 after 129401 ms: Couldn't connect to server On Sat, Dec 10, 2022 at 1:32 PM Andreas Fink wrote: > On Sat, 10 Dec 2022 12:30:40 -0500

[gentoo-user] Docker installation issues

2022-12-10 Thread Mansour Al Akeel
I am using Openrc This was my initial /etc/conf.d/docker DOCKER_OPTS="--storage-driver overlay2 --data-root /srv/var/lib/docker" when I try: $ docker pull hello-world Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Cli

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
build tools that take forever to build, and there's no way around it. And yes, like Grant said, a choice would be to just go with firefox-bin if not rust-bin. Thank you all On Wed, May 11, 2022 at 10:03 PM cal wrote: > > On 5/11/22 18:41, Mansour Al Akeel wrote: > > Miles, >

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
Thank you both Julien and Miles for your help. I got the list I wanted, and I can go ahead with removing rust. On Wed, May 11, 2022 at 8:25 PM Julien Roy wrote: > > You need to remove all packages that depend on virtual/rust > To see which ones do, run `emerge -pv --depclean virtual/rust` > > Jul

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
Miles, Thank you for your response. The idea of "getting harder and harder" is hard to accept. Gentoo has always been about having choices. Firefox requires rust, but is there a way to disable this ? There must be another way to let the user decide if they need it or not ! And yes, the compile tim

[gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
I am trying to avoid installing rust and prevent emerge --update --deep world from installing it again. How to do this ?

Re: [gentoo-user] Re: Failing to install python cryptography

2016-03-11 Thread Mansour Al Akeel
Thank you James, I reinstalled cryptography with "emerge -e".. Slow but painless.. Things seems better now. On Fri, Mar 11, 2016 at 10:36 AM, James wrote: > Mansour Al Akeel gmail.com> writes: > >> >> I am trying to reinstall dev-python/cryptography: > >

Re: [gentoo-user] Re: Failing to install python cryptography

2016-03-10 Thread Mansour Al Akeel
Thank you James. A quick search in the bugs DB bring this: https://bugs.gentoo.org/show_bug.cgi?id=574150 Please see my comments. > Have you check bgo ? (bugs.gentoo.org) > Try another (stable) version ? > > use the -t option and see what it says. What do you "-t option". With which executable

[gentoo-user] Failing to install python cryptography

2016-03-10 Thread Mansour Al Akeel
I am trying to reinstall dev-python/cryptography: This is the err I am getting. Thank you. localhost mansour # emerge dev-python/cryptography These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-python/cryptography-1.1.2::gentoo USE="(-

Re: [gentoo-user] Lost wireless interface after updates

2015-10-19 Thread Mansour Al Akeel
The hardware button (hidden on Lenovo T420s), was switched off. Sorry for this guys. On Mon, Oct 19, 2015 at 12:12 AM, Stroller wrote: > >> On Sun, 18 October 2015, at 7:22 p.m., Mansour Al Akeel >> wrote: >> >> I haven't updated my system "emerge --sync&

[gentoo-user] Lost wireless interface after updates

2015-10-18 Thread Mansour Al Akeel
Hello all, I haven't updated my system "emerge --sync" in a while (2-3 months). Few days ago I did. After that I lost my wireless interface. I am using wpa_supplicant to connect, but this is not the issue. The interface is not initialized, and I am not sure what changes are needed to get it workin

Re: [gentoo-user] Restart network interface with systemd

2014-01-23 Thread Mansour Al Akeel
Canek, Thank you. The output is attached. On Thu, Jan 23, 2014 at 8:10 PM, Canek Peláez Valdés wrote: > On Thu, Jan 23, 2014 at 6:56 PM, Mansour Al Akeel > wrote: >> Hello all, >> >> I installed gnome3 few weeks ago, and had to migrate to systemd. >> The network

[gentoo-user] Restart network interface with systemd

2014-01-23 Thread Mansour Al Akeel
Hello all, I installed gnome3 few weeks ago, and had to migrate to systemd. The network init scripts are working fine. But I am not sure how to restart a specific interface. For example in the past I used to do: /etc/init.d/net.eth0 restart The wlan0 starts through wpa_supplicant under openrc.

[gentoo-user] Can not update @world

2013-12-30 Thread Mansour Al Akeel
I haven't updated my portage tree for a while. I tried to update recently but got some conflicts. So I removed some packages manually. This didnt' solve the issue. So I decided to remove all the masked packages that I unmasked. To do so, I moved package.mask and package.accept_keyword, and did a --