-
Posts
490 -
Joined
-
Last visited
-
Days Won
59
Reputation Activity
-
cardinal reacted to Sandro in Getting Rid of Forums and Moving to Reddit?
Very Happy for this choice.
Magic Daniel .... You're Our Hyper-Master :) :P
God Bless You :)
-
cardinal reacted to drobbins in Getting Rid of Forums and Moving to Reddit?
I've decided to keep the forums.
-
cardinal got a reaction from Sandro in About revdep-rebuild
Gentoo's Bugzilla ? Bug 589130 app-portage/gentoolkit-0.3.2-r1: revdep-rebuild: Could not save cache: unicode argument expected, got 'str'
Fixed in gentoolkit-0.3.3
-
cardinal got a reaction from dhudson in /dev/snd/seq missing after last update
modprobe -v snd-seq
Add modules="snd-seq" to /etc/conf.d/modules for openrc to auto-load on boot. -
cardinal got a reaction from Sandro in How to update Python without 'python-updater'?
http://www.funtoo.org/News:Python_Updater_Deprecation
My ~amd system:
PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4"
Available Python interpreters:
[1] python2.7
[2] python3.4 *
-
cardinal reacted to dhudson in X dies slow death [i915]
ok figured it out, simply emerge debian-sources-4.5.2 did the trick
as a bonus fixed my X problem.
dave
-
cardinal got a reaction from artemeciagreen in Qemu virtual machine troubles
AQEMU:
File/Advanced Settings
General tab/Installed Emulators
Did you add installed QEMU location in AQEMU advanced configuration?
Reference:
AQEMU setup tutorial with pictures
-
cardinal got a reaction from NikosAlexandris in How to "adjust" euse".
Open /usr/bin/euse as root in text editor.
Comment line 723,add bold text and save.
#eval $(portageq envvar -v PORTDIR)
: ${PORTDIR="$(portageq get_repo_path $(portageq envvar EROOT) gentoo)"}
get_portdir() { # Use a subshell so we don't have to protect the variables in # the current scope ( #eval $(portageq envvar -v PORTDIR) : ${PORTDIR="$(portageq get_repo_path $(portageq envvar EROOT) gentoo)"} echo "${PORTDIR}" ) } # }}} Reference: https://goo.gl/WXOGhM
-
cardinal got a reaction from artemeciagreen in media-libs/netpbm failed compile phase. (emake failed)
Netpdm build succeeded on my system because I had old jasper-1.900.1-r9 installed:
rj@funtoo ~ $ eix -I jasper [U] media-libs/jasper Available versions: 1.900.6(0/1) (~)1.900.18(0/1) **9999(0/1) {jpeg opengl static-libs ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"} Installed versions: 1.900.1-r9(11:24:04 PM 05/29/2015)(jpeg opengl -static-libs ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32") Homepage: http://www.ece.uvic.ca/~mdadams/jasper/ Description: Implementation of the codec specified in the JPEG-2000 Part-1 standard Update to jasper-1.900.18, netpbm build breaks. :(
rj@funtoo ~ $ sudo emerge -1av =media-libs/jasper-1.900.18 netpbm These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] media-libs/jasper-1.900.18:0/1::gentoo [1.900.6:0/1::gentoo] USE="jpeg opengl -static-libs" 0 KiB [ebuild R ] media-libs/netpbm-10.70.00::gentoo USE="X jpeg jpeg2k png tiff xml zlib -doc -jbig -rle -static-libs (-svga)" CPU_FLAGS_X86="sse2" 0 KiB Downgrade to jasper-1.900.6 netpbm builds. :)
rj@funtoo ~ $ sudo emerge -1av =media-libs/jasper-1.900.6 netpbm These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild UD ] media-libs/jasper-1.900.6:0/1::gentoo [1.900.18:0/1::gentoo] USE="jpeg opengl -static-libs" 0 KiB [ebuild R ] media-libs/netpbm-10.70.00::gentoo USE="X jpeg jpeg2k png tiff xml zlib -doc -jbig -rle -static-libs (-svga)" CPU_FLAGS_X86="sse2" 0 KiB Total: 2 packages (1 downgrade, 1 reinstall), Size of downloads: 0 KiB -
cardinal got a reaction from Sandro in Technical difficulties updating system
If "<dev-util/gdbus-codegen-2.48.2" is blocking dev-libs/glib-2.48.2,
then try to emerge gdbus-codegen-2.48.2 and glib-2.48.2 in one command:
funtoo rj # emerge -1av =dev-util/gdbus-codegen-2.48.2 =dev-libs/glib-2.48.2 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-libs/glib-2.48.2:2::gentoo USE="dbus mime xattr -debug (-fam) (-selinux) -static-libs -systemtap {-test} -utils" PYTHON_TARGETS="python2_7" 0 KiB [ebuild R ] dev-util/gdbus-codegen-2.48.2::gentoo PYTHON_TARGETS="python2_7 python3_4 -python3_5" 0 KiB Total: 2 packages (2 reinstalls), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] -
cardinal got a reaction from as9r3 in Qupzilla does not merge, Qtwebengine not detected
Bug 596808 - www-client/qupzilla-2.0.1 fails to build: doesn't find qtwebengine >= 5.6 when it's installed
-
cardinal got a reaction from Sandro in Installing latest version of a program (and its dependencies) on Stable build
Sync and update the system and eix database.
Check eix for latest current version of qbittorrent.
funtoo rj # eix qbittorrent * net-p2p/qbittorrent Available versions: 3.1.9.2-r1 3.1.12 ~3.3.3 ~3.3.4-r1 **9999 {+X (+)dbus debug geoip qt4 +qt5 webui PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5"} Homepage: http://www.qbittorrent.org/ Description: BitTorrent client in C++ and Qt funtoo rj # emerge -av =net-p2p/qbittorrent-3.3.4-r1 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-qt/qtchooser-0_p20151008::gentoo USE="{-test}" 31 KiB [ebuild R ] dev-libs/libpcre-8.38-r1:3::gentoo USE="bzip2 cxx jit pcre16* readline recursion-limit (unicode) zlib -libedit -pcre32 -static-libs" 0 KiB [ebuild N ] dev-libs/geoip-1.6.9::gentoo USE="-static-libs" 155 KiB [ebuild N ~] net-libs/rb_libtorrent-1.0.9-r2:0/8::gentoo USE="dht geoip python ssl -debug -doc -examples -libressl -static-libs {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_5" 3,216 KiB [ebuild R ] x11-libs/libxcb-1.11.1:0/1.11.1::gentoo USE="xkb* -doc (-selinux) -static-libs {-test}" 0 KiB [ebuild N ] app-eselect/eselect-qtgraphicssystem-1.1.1::gentoo 2 KiB [ebuild N ] x11-libs/libxkbcommon-0.5.0::gentoo USE="X -doc -static-libs {-test}" 602 KiB [ebuild N ] dev-qt/qtcore-5.6.1:5/5.6::gentoo USE="icu -debug -systemd {-test}" 45,692 KiB [ebuild N ] dev-qt/qtdbus-5.6.1:5/5.6::gentoo USE="-debug {-test}" 0 KiB [ebuild N ] dev-qt/qtxml-5.6.1:5/5.6::gentoo USE="-debug {-test}" 0 KiB [ebuild N ] dev-qt/qtnetwork-5.6.1:5/5.6::gentoo USE="ssl -bindist -connman -debug -libproxy -networkmanager {-test}" 0 KiB [ebuild N ] dev-qt/qtconcurrent-5.6.1:5/5.6::gentoo USE="-debug {-test}" 0 KiB [ebuild N ] dev-qt/linguist-tools-5.6.1:5/5.6::gentoo USE="-debug -qml {-test}" 9,590 KiB [ebuild N ] dev-qt/qtcore-4.8.6-r2:4::gentoo USE="exceptions glib iconv icu ssl (-aqua) -debug -pch -qt3support" 235,961 KiB [ebuild N ] dev-qt/qttranslations-4.8.6-r1:4::gentoo 0 KiB [ebuild N ] dev-qt/qtlockedfile-2.4.1_p20150629::gentoo USE="qt4 qt5 -doc" 694 KiB [ebuild N ] dev-qt/qtscript-4.8.6-r2:4::gentoo USE="exceptions jit (-aqua) -debug -pch" 0 KiB [ebuild N ] dev-qt/qtgui-4.8.6-r4:4::gentoo USE="accessibility cups exceptions glib tiff xv (-aqua) -debug -egl -gtkstyle -mng -nas -nis -pch -qt3support -trace -xinerama" 51 KiB [ebuild N ] dev-qt/qtgui-5.6.1:5/5.6::gentoo USE="dbus gif jpeg png udev xcb -accessibility -debug -egl -eglfs -evdev -gles2 -gtkstyle -ibus -libinput {-test} -tslib -tuio" 0 KiB [ebuild N ] dev-qt/qtwidgets-5.6.1:5/5.6::gentoo USE="png xcb -debug -gles2 -gtkstyle {-test}" 0 KiB [ebuild N ] dev-qt/qtsingleapplication-2.6.1_p20150629::gentoo USE="X qt4 qt5 -doc" 0 KiB [ebuild N ~] net-p2p/qbittorrent-3.3.4-r1::gentoo USE="X dbus qt5 -debug -webui" 2,775 KiB Total: 22 packages (20 new, 2 reinstalls), Size of downloads: 298,765 KiB The following keyword changes are necessary to proceed: (see "package.accept_keywords" in the portage(5) man page for more details) # required by =net-p2p/qbittorrent-3.3.4-r1 (argument) =net-p2p/qbittorrent-3.3.4-r1 ~x86 # required by net-p2p/qbittorrent-3.3.4-r1::gentoo # required by =net-p2p/qbittorrent-3.3.4-r1 (argument) =net-libs/rb_libtorrent-1.0.9-r2 ~x86 The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by x11-libs/libxkbcommon-0.5.0::gentoo[X] # required by dev-qt/qtgui-5.6.1::gentoo[xcb] # required by dev-qt/qtsingleapplication-2.6.1_p20150629::gentoo[qt5,X] # required by net-p2p/qbittorrent-3.3.4-r1::gentoo[qt5] # required by =net-p2p/qbittorrent-3.3.4-r1 (argument) >=x11-libs/libxcb-1.11.1 xkb # required by dev-qt/qtsingleapplication-2.6.1_p20150629::gentoo # required by net-p2p/qbittorrent-3.3.4-r1::gentoo[qt5] # required by =net-p2p/qbittorrent-3.3.4-r1 (argument) >=dev-qt/qtlockedfile-2.4.1_p20150629 qt5 # required by dev-qt/qtcore-5.6.1::gentoo # required by dev-qt/qtwidgets-5.6.1::gentoo # required by dev-qt/qtsingleapplication-2.6.1_p20150629::gentoo[qt5,X] # required by net-p2p/qbittorrent-3.3.4-r1::gentoo[qt5] # required by =net-p2p/qbittorrent-3.3.4-r1 (argument) >=dev-libs/libpcre-8.38-r1 pcre16 # required by net-p2p/qbittorrent-3.3.4-r1::gentoo[qt5] # required by =net-p2p/qbittorrent-3.3.4-r1 (argument) >=dev-qt/qtsingleapplication-2.6.1_p20150629 qt5 Would you like to add these changes to your config files? [Yes/No] Yes Autounmask changes successfully written. * IMPORTANT: 2 config files in '/etc/portage' need updating. * See the CONFIGURATION FILES section of the emerge * man page to learn how to update config files. Go to /etc/portage/package.accept_keywords and rename ._cfg0000_qbittorrent to qbittorrent
Go to /etc/portage/package.use and rename ._cfg0000_qbittorrent to qbittorrent
funtoo portage # emerge -av =net-p2p/qbittorrent-3.3.4-r1 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-qt/qtchooser-0_p20151008::gentoo USE="{-test}" 31 KiB [ebuild R ] dev-libs/libpcre-8.38-r1:3::gentoo USE="bzip2 cxx jit pcre16* readline recursion-limit (unicode) zlib -libedit -pcre32 -static-libs" 0 KiB [ebuild N ] dev-libs/geoip-1.6.9::gentoo USE="-static-libs" 155 KiB [ebuild N ~] net-libs/rb_libtorrent-1.0.9-r2:0/8::gentoo USE="dht geoip python ssl -debug -doc -examples -libressl -static-libs {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_5" 3,216 KiB [ebuild R ] x11-libs/libxcb-1.11.1:0/1.11.1::gentoo USE="xkb* -doc (-selinux) -static-libs {-test}" 0 KiB [ebuild N ] app-eselect/eselect-qtgraphicssystem-1.1.1::gentoo 2 KiB [ebuild N ] x11-libs/libxkbcommon-0.5.0::gentoo USE="X -doc -static-libs {-test}" 602 KiB [ebuild N ] dev-qt/qtcore-5.6.1:5/5.6::gentoo USE="icu -debug -systemd {-test}" 45,692 KiB [ebuild N ] dev-qt/qtnetwork-5.6.1:5/5.6::gentoo USE="ssl -bindist -connman -debug -libproxy -networkmanager {-test}" 0 KiB [ebuild N ] dev-qt/qtdbus-5.6.1:5/5.6::gentoo USE="-debug {-test}" 0 KiB [ebuild N ] dev-qt/qtxml-5.6.1:5/5.6::gentoo USE="-debug {-test}" 0 KiB [ebuild N ] dev-qt/qtconcurrent-5.6.1:5/5.6::gentoo USE="-debug {-test}" 0 KiB [ebuild N ] dev-qt/linguist-tools-5.6.1:5/5.6::gentoo USE="-debug -qml {-test}" 9,590 KiB [ebuild N ] dev-qt/qtcore-4.8.6-r2:4::gentoo USE="exceptions glib iconv icu ssl (-aqua) -debug -pch -qt3support" 235,961 KiB [ebuild N ] dev-qt/qttranslations-4.8.6-r1:4::gentoo 0 KiB [ebuild N ] dev-qt/qtlockedfile-2.4.1_p20150629::gentoo USE="qt4 qt5 -doc" 694 KiB [ebuild N ] dev-qt/qtscript-4.8.6-r2:4::gentoo USE="exceptions jit (-aqua) -debug -pch" 0 KiB [ebuild N ] dev-qt/qtgui-4.8.6-r4:4::gentoo USE="accessibility cups exceptions glib tiff xv (-aqua) -debug -egl -gtkstyle -mng -nas -nis -pch -qt3support -trace -xinerama" 51 KiB [ebuild N ] dev-qt/qtgui-5.6.1:5/5.6::gentoo USE="dbus gif jpeg png udev xcb -accessibility -debug -egl -eglfs -evdev -gles2 -gtkstyle -ibus -libinput {-test} -tslib -tuio" 0 KiB [ebuild N ] dev-qt/qtwidgets-5.6.1:5/5.6::gentoo USE="png xcb -debug -gles2 -gtkstyle {-test}" 0 KiB [ebuild N ] dev-qt/qtsingleapplication-2.6.1_p20150629::gentoo USE="X qt4 qt5 -doc" 0 KiB [ebuild N ~] net-p2p/qbittorrent-3.3.4-r1::gentoo USE="X dbus qt5 -debug -webui" 2,775 KiB Total: 22 packages (20 new, 2 reinstalls), Size of downloads: 298,765 KiB Would you like to merge these packages? [Yes/No] Choose yes to merge and install.
This system is stable x86 lxde mix-in.
-
cardinal got a reaction from Sandro in About /var/mail/root
The error message in your first post:
egencache: error: --repo option is required Your existing crontab has no --repo option:
00 21 * * * /usr/bin/egencache --update-use-local-desc Replace --update-use-local-desc with --repo=gentoo
00 21 * * * /usr/bin/egencache --repo=gentoo -
cardinal reacted to dhudson in Superblock last write time is in the future
hi cardinal,
thanks for your help. I managed to sort it out I think..for now ,I did this
ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
bios set to utc time
set /etc/conf.d/hwclock -> to utc
dave
-
cardinal reacted to Philipp Ludwig in Howto: Playing Blu-ray
I've created a wiki page on how to play encrypted Blu-rays using Funtoo:
http://www.funtoo.org/Playing_Blu-ray
At the moment, this page is not linked anywhere and I'd like to hear some feedback from you - or just edit the page and improve it yourself ;)
-
cardinal got a reaction from adcdam in i get unknow domain after booting
Bug report about this: open-rc random issue - rc-group.sh cant find file or directory
When booting: /lib64/rc/sh/rc_cgroup.sh line 91 : /sys/fs/cgroup/openrc/swapfiles /tasks: file or directory doesn t exist
rj@funtoo ~ $ cat /etc/hosts 127.0.0.1 funtoo localhost localhost.localdomain ::1 funtoo localhost localhost.localdomain I edit /etc/conf.d/hostname and change hostname="damian" and save.
Open terminal as root user:
rj@funtoo ~ $ sudo rc-config restart hostname Restarting init script * WARNING: you are stopping a boot service * Caching service dependencies ... [ ok ] * Stopping fcron ... [ ok ] * Configuring /etc/hosts ... [ ok ] * Setting hostname to damian ... [ ok ] rj@funtoo ~ $ cat /etc/hosts 127.0.0.1 damian localhost localhost.localdomain ::1 damian localhost localhost.localdomain -
cardinal reacted to artemeciagreen in Installing latest version of a program (and its dependencies) on Stable build
Great, this works perfectly. Thanks for your help.
-
cardinal reacted to angus71 in Installation, lost at "chroot"
Hi cardinal!
Thank you again for your suggestion! It worked flawlessly!
Now the system is set up and rebooted. Next step will be - when i will be able to
spare time again - to install and setup xorg. Maybe you will find there a new post from me.... :P
Greetings
-
cardinal got a reaction from Sandro in emerge app-backup/deja-dup - no ebuilds built with USE flags to satisfy "app-crypt/libsecret[vala]".
libsecret: if +vala then +introspection
I have ~pure64 desktop lxde
I rebuilt the following packages with the use flag changes:
Package Name Enable USE flag
libsecret +vala +introspection
atk +introspection
gdk-pixbuf +introspection
gtk+-3 +introspection
pango +introspection
gvfs +fuse
To get this output:
funtoo rj # emerge -av deja-dup These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] app-shells/gentoo-bashcomp-20140911::gentoo 30 KiB [ebuild N ] sys-apps/miscfiles-1.5-r1::gentoo USE="-minimal" 1,676 KiB [ebuild N ] net-misc/npapi-sdk-0.27.2::gentoo 65 KiB [ebuild N ] app-shells/bash-completion-2.4::gentoo 274 KiB [ebuild N ] dev-python/pycrypto-2.6.1-r1::gentoo USE="gmp -doc {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_3 -python3_5" 436 KiB [ebuild N ] dev-python/ecdsa-0.13::gentoo PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_3 -python3_5" 55 KiB [ebuild N ] dev-python/pbr-1.10.0::gentoo USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_3 -python3_5" 109 KiB [ebuild N ] dev-python/lockfile-0.12.2::gentoo USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_3 -python3_5" 21 KiB [ebuild N ] dev-python/paramiko-1.16.0::gentoo USE="-doc -examples" PYTHON_TARGETS="python2_7 python3_4 -python3_3 -python3_5" 1,304 KiB [ebuild N ] net-libs/librsync-2.0.0-r1:0/2::gentoo 152 KiB [ebuild N ] gnome-base/gnome-common-3.18.0:3::gentoo USE="autoconf-archive" 0 KiB [ebuild NS ] dev-python/pygobject-3.20.1:3::gentoo [2.28.6-r55:2::gentoo] USE="cairo threads -examples {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_3 -python3_5" 733 KiB [ebuild N ] dev-libs/libpeas-1.18.0::gentoo USE="gtk python -glade -jit -lua {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_3 -python3_5" 544 KiB [ebuild N ] app-backup/duplicity-0.7.10::gentoo USE="-s3 {-test}" PYTHON_TARGETS="python2_7" 1,508 KiB [ebuild N ] app-admin/packagekit-base-1.0.11:0/18::gentoo USE="nsplugin -command-not-found -connman -cron -entropy -introspection -networkmanager -systemd {-test} -vala" PYTHON_TARGETS="python2_7" 1,394 KiB [ebuild N ] app-backup/deja-dup-34.2::gentoo USE="-nautilus {-test}" 683 KiB Total: 16 packages (15 new, 1 in new slot), Size of downloads: 8,977 KiB -
cardinal reacted to gumtree.jack in emerge app-backup/deja-dup - no ebuilds built with USE flags to satisfy "app-crypt/libsecret[vala]".
Sandro:
Thanks for idea with irc channel, I will join soon.
If we are talking about backup app I dont care what its will be. My goal is to make start point of my fresh funtoo instalation(doing everthing again is suicide :) ). I was trying kbackup (after finish copying files he was finishing for few hours (teoretycy he was comperssing so I left it for night but it didnt finish so I cancel it and everything was gone), then obnam - I didnt see he was finish - just stop in some moment :/. Im ready to try all available apps to make my start point. If u guys can advise me simple automatic(perfect I would be if I dont have to choose folderst to dont miss something important) backup app to make my start point I will be grateful. I was thinking about mondorescue or filezilla but I have windows and funtoo lvm encrypted system on 1.8TB disk - can I make a live dvd with it?
cardinal:
I recompile libsecret with +vala +introspection USE flags and emerge deja-dup with no problems :) thanks for that. After years with debian stable funtoo/portage world is very new and weird :P
-
cardinal reacted to angus71 in Installation, lost at "chroot"
Hi cardinal!
thank you, I missed the meaning of "." !!
I will try and let you know the result. :)
-
cardinal got a reaction from angus71 in Installation, lost at "chroot"
Following the install instructions to the letter.
Your target install partition /dev/sdc should be mounted to the working directory which is /mnt/funtoo
The period . after chroot is a shortcut for the working directory.
# env -i HOME=/root TERM=$TERM chroot . bash -l Find your working directory with print working directory command:
pwd If pwd outputs /mnt/funtoo then:
# env -i HOME=/root TERM=$TERM chroot . bash -l is the same as
# env -i HOME=/root TERM=$TERM chroot /mnt/funtoo bash -l -
cardinal reacted to dogeatsvomit in Can't install Network Manager
Oh man thanks so much! I'm just installing Funtoo and ran into the very same problem as the OP. Apparently I didn't understand what the message means and how to deal with it. But I do now. Hopefully this is the worst problem I'll encounter, but I won't hold my breath ;)
Thanks again!
-
cardinal got a reaction from dogeatsvomit in Can't install Network Manager
A USE flag is a compilation option.
Default merge settings have consolekit compiled with policykit disabled.(USE policykit disabled)
Networkmanager requires consolekit be compiled with policykit enabled.(USE policykit enabled)
The configuration below compiles policykit with consolekit.(USE policykit enabled)
# mkdir -p /etc/portage/package.use # echo ">=sys-auth/consolekit-0.4.6 policykit" >> /etc/portage/package.use/consolekit # emerge -av networkmanager Reference: http://www.funtoo.org/Emergehttps://wiki.gentoo.org/wiki/Handbook:AMD64/Working/USE
-
cardinal reacted to friartek in Missing hash files on http://build.funtoo.org/
Cardinal,
Thanks for the information and direction to follow. FL-3288 has been created.
Jim
