-
Posts
66 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Everything posted by donjames
-
ego sync
-
ego sync
-
Hi, I have a new install of Funtoo Linux on a Raspberry Pi 4. Emerge seems to be not working: localhost /home/donjames # emerge google-chrome !!! Section 'browser-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/browser-kit' !!! Section 'core-gl-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/core-gl-kit' !!! Section 'core-hw-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/core-hw-kit' !!! Section 'core-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/core-kit' !!! Section 'core-server-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/core-server-kit' !!! Section 'desktop-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/desktop-kit' !!! Section 'dev-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/dev-kit' !!! Section 'editors-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/editors-kit' !!! Section 'games-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/games-kit' !!! Section 'gnome-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/gnome-kit' !!! Section 'haskell-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/haskell-kit' !!! Section 'i18n-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/i18n-kit' !!! Section 'java-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/java-kit' !!! Section 'kde-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/kde-kit' !!! Section 'lang-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/lang-kit' !!! Section 'lisp-scheme-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/lisp-scheme-kit' !!! Section 'llvm-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/llvm-kit' !!! Section 'mate-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/mate-kit' !!! Section 'media-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/media-kit' !!! Section 'ml-lang-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/ml-lang-kit' !!! Section 'net-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/net-kit' !!! Section 'perl-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/perl-kit' !!! Section 'python-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/python-kit' !!! Section 'python-modules-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/python-modules-kit' !!! Section 'qt-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/qt-kit' !!! Section 'ruby-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/ruby-kit' !!! Section 'science-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/science-kit' !!! Section 'security-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/security-kit' !!! Section 'text-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/text-kit' !!! Section 'xfce-kit' in repos.conf has location attribute set to nonexistent directory: '/var/git/meta-repo/kits/xfce-kit' !!! Unable to parse profile: '/etc/portage/make.profile' !!! ParseError: Parent 'core-kit:funtoo/1.0/linux-gnu/arch/arm-64bit' not found: '/etc/portage/make.profile/parent' !!! /etc/portage/make.profile is not a symlink and will probably prevent most merges. !!! It should point into a profile within /profiles/ !!! (You can safely ignore this message when syncing. It's harmless.) !!! Your current profile is invalid. If you have just changed your profile !!! configuration, you should revert back to the previous configuration. !!! Allowed actions are limited to --help, --info, --search, --sync, and !!! --version. Is there a fix for this? Thanks, donjames
-
I have a new install of Funtoo Linux on a Raspberry Pi 4 with the gnome desktop. When I type: emerge google-chrome I get this: ... !!! Your current profile is invalid. If you have just changed your profile !!! configuration, you should revert back to the previous configuration. !!! Allowed actions are limited to --help, --info, --search, --sync, and !!! --version. How do I fix it? Regards, donjames
-
Hi AdiosKid, I figured it out. Used the system rescue cd to do the install. Thanks a bunch, donjames
-
Hi, Where are the instructions for settng up the net.lan file? Thanks, donjames
-
Hi, I have an HP low-power pc. The processor is a 32-bit athlonxp. I would like to install funtoo. I tried to download the 32-bit athlon file from the funtoo website, but it is not there. I downloaded the funtoo install cd iso and copied it to a usb. It won't boot on this 32-bit pc. My question: Is there a funtoo 32-bit iso image? Thanks, donjames
-
Hi, I am trying to install Funtoo on a raspberry pi 2. I get this error: Install the Firmware update the firmware repos? [y|N] y remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 Already up to date. remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 Already up to date. copy firmware? [y|N] y cp: target '/mnt/shared/sysroots/armv7a-hardfloat-linux-gnueabi/boot' is not a directory #### end of error#### Here is my config file: # Create Your Installation Settings KERNEL_WORK=/mnt/shared/rpi_kernel RPI_KERN_BRANCH=rpi-4.14.y SYSROOT_WORK=/mnt/shared/sysroots STAGE3_URL=https://build.funtoo.org/1.4-release-std/arm-32bit/raspi2/stage3-latest.tar.xz CHOST=armv7a-hardfloat-linux-gnueabi CFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a53 -mfpu=neon-vfpv4 -mfloat-abi=hard" #SDCARD_DEV=mmcblk0p SDCARD_DEV=sdb #SDCARD_DEV=sde INSTALL_VARS=(KERNEL_WORK RPI_KERN_BRANCH SYSROOT_WORK STAGE3_URL CHOST CFLAGS SDCARD_DEV) ########### end of config file ############ Question: can someone give me a hint about why I am getting this error? Thanks, donjames
-
[global] release = 1.2
-
I don't know. How can I find out?
-
Hi, I am trying to install nodejs as part of a funtoo update. I get the following errors: * XATTR_PAX marking -me /var/tmp/portage/net-libs/nodejs-9.11.2/image/usr/bin/node with setfattr * ACCESS DENIED: open_wr: /root/.config/configstore/update-notifier-npm.json.1777672302 * ACCESS DENIED: unlink: /root/.config/configstore/update-notifier-npm.json.1777672302 ┌───────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the local update config store via │ │ sudo chown -R $USER:$(id -gn $USER) /root/.config │ └───────────────────────────────────────────────────┘ >>> Completed installing nodejs-9.11.2 into /var/tmp/portage/net-libs/nodejs-9.11.2/image/ * Final size of build directory: 315260 KiB (307.8 MiB) * Final size of installed tree: 48016 KiB ( 46.8 MiB) * --------------------------- ACCESS VIOLATION SUMMARY --------------------------- * LOG FILE: "/var/log/sandbox/sandbox-5854.log" * VERSION 1.0 FORMAT: F - Function called FORMAT: S - Access Status FORMAT: P - Path as passed to function FORMAT: A - Absolute Path (not canonical) FORMAT: R - Canonical Path FORMAT: C - Command Line F: open_wr S: deny P: /root/.config/configstore/update-notifier-npm.json.1777672302 A: /root/.config/configstore/update-notifier-npm.json.1777672302 R: /root/.config/configstore/update-notifier-npm.json.1777672302 ? npm F: unlink S: deny P: /root/.config/configstore/update-notifier-npm.json.1777672302 A: /root/.config/configstore/update-notifier-npm.json.1777672302 R: /root/.config/configstore/update-notifier-npm.json.1777672302 ? npm * -------------------------------------------------------------------------------- >>> Failed to emerge net-libs/nodejs-9.11.2, Log file: >>> '/var/tmp/portage/net-libs/nodejs-9.11.2/temp/build.log' ################# end of error message ############## Two questions: Can someone give me something to try to solve this problem? I have installed Chromium. If I uninstall Chromium, will nodejs become unnecessary? Thanks, donjames
-
Hi, It worked! Thanks to everyone who helped. donjames
-
Hi Cardinal, Where do I put "opera --no-sandbox" in the opera.desktop file? Opera launches from the command line with: opera --no-sandbox
-
It gives: [646:646:1007/212946:ERROR:zygote_host_impl_linux.cc(89)] Running as root without -- no-sandbox is not supported. See https:crbug.com/638180.
-
I am trying to get Opera to run under LXDE on a new install of Funtoo Linux. The install runs okay with no errors and Opera appears in the "internet" menu. When I click on it nothing happens. How do I solve this problem? Thanks, donjames
-
[Solved]Brother MFC-L2710DW printer install
donjames replied to donjames's question in Installation Help
HI, I found the driver, but I didn't do the configuration correctly. When I chose the "internet printing protocol (ipp)" under "Other Network Printers", it allowed me to enter the printer's ip address. Now it works! Thanks to everyone for your help, donjames -
[Solved]Brother MFC-L2710DW printer install
donjames replied to donjames's question in Installation Help
I have installed cups and my HP printer is working. The Brother printer is not working from my Funtoo Linux. The brother printer works from my Macpro. Where is the URI syntax on the Brother website? I finally got the Brother printer to print. Downloaded the print driver here: http://support.brother.com/g/b/downloadhowto.aspx?c=us&lang=en&prod=mfcl2710dw_us_eu_as&os=127&dlid=dlf103525_000&flang=4&type3=10282 Converted the print dirver to a tar.gz file: rpm2tar <print driver name> On my web browser, I connected to http://localhost:631 Browsed to the "modify Brother..." Clicked on the "internet printing protocol (ipp)" button. Entered the ip address of my Brother printer. Now it prints! -
[Solved]Brother MFC-L2710DW printer install
donjames replied to donjames's question in Installation Help
I thought I had, but evidently not. In the file, printers.conf, it says: <Printer Brother_MRC-L2710DW_SERIES> DeviceURI lpd://BRN3C2AF45C3EEB5/BINARY_P1 <PRINTER HP_LASERJET SERIES PCL 4/5> DeviceURI socket://192.168.1.20 The HP printer, prints. The Brother printer, doesn't print. -
I have a Brother MFC-L2710DW printer that I am trying to install on a new install of Funtoo Linux. I was able to find the print driver on the Brother website, downloaded it and installed it. The printer is connected to my local area network. When I try to print, the print manager is saying that it can't find the printer. The exact message, "Unable to locate printer "BRN3C2AF45C3EB5"." Problem: Why can't the Linux OS find the printer on the LAN? Thanks, donjames
-
Hi Oleg, Here's what I did: ran epro flavor desktop put USE="X" in the make.conf file. then emerge -uDNv lxde-meta Got 113 packages to emerge. I will let you know what happens. Thanks for the help. donjames It worked! Here's what I did: 1) edited make.conf file: USE="X" emerge -uDNv lxde-meta All packages emerged including lxpanel Thanks for the help. donjames
-
Yes, gdk-pixbuf is installed.
-
I get the following error when installing lxpanel: plugin.c:32:10: fatal error: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: No such file or directory #include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ####### end of error message ###### This error message was the result of: emerge lxde-meta How can I fix this? Thanks, donjames lxpanel.txt
-
[Solved]eix can't create the database file
donjames replied to donjames's question in Installation Help
The owner is root:root for the eix directory. root:portage for the edb directory. I changed the owner in the eix directory to: root:portage and now eix-update runs without a hitch. donjames
