Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

chytraeus

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by chytraeus

  1. I've added your overlay but libreoffice 5 doesn't appear when I emerge -s libreoffice

    hytraeus@localhost:~/Downloads/ISO $ emerge -s Libreoffice
    Searching...    
    [ Results for search key : Libreoffice ]
    [ Applications found : 4 ]
    
    *  app-office/libreoffice
          Latest version available: 4.4.3.2
          Latest version installed: [ Not Installed ]
          Size of files: 180,201 kB
          Homepage:      http://www.libreoffice.org
          Description:   LibreOffice, a full office productivity suite
          License:       || ( LGPL-3 MPL-1.1 )
    
    *  app-office/libreoffice-bin
          Latest version available: 4.4.3.2
          Latest version installed: [ Not Installed ]
          Size of files: 79,801 kB
          Homepage:      http://www.libreoffice.org
          Description:   LibreOffice, a full office productivity suite. Binary package
          License:       LGPL-3
    
    *  app-office/libreoffice-bin-debug
          Latest version available: 4.4.4.3
          Latest version installed: [ Not Installed ]
          Size of files: 1,756,963 kB
          Homepage:      http://www.libreoffice.org
          Description:   LibreOffice, a full office productivity suite. Binary package, debug info
          License:       LGPL-3
    
    *  app-office/libreoffice-l10n
          Latest version available: 4.4.3.2
          Latest version installed: [ Not Installed ]
          Size of files: 0 kB
          Homepage:      http://www.libreoffice.org
          Description:   Translations for the Libreoffice suite
          License:       || ( LGPL-3 MPL-1.1 )
    
    
  2. I should have said that I have that installed already.

    chytraeus@localhost:~ $ emerge -s lightdm-kde
    Searching...    
    [ Results for search key : lightdm-kde ]
    [ Applications found : 1 ]
    
    *  x11-misc/lightdm-kde
          Latest version available: 0.3.2.1
          Latest version installed: 0.3.2.1
          Size of files: 1,346 kB
          Homepage:      https://projects.kde.org/projects/playground/base/lightdm
          Description:   LightDM KDE greeter
          License:       GPL-3
    
    
  3. Still, I just get a tty and I have to type startx to get to my plasma 5 desktop

     

    I have made a little progress. I now get a blank, white screen instead of a tty.

    I have also found the funtoo ebuild page for lightdm and have followed the advice there.

    One other thing I have noticed is that no lightdm-kde-greeter.conf under /etc/lightdm.

     

    I found this in /var/log/lightdm/x-0-greeter.log:

    file:///usr/share/apps/lightdm-kde-greeter/themes/userbar/main.qml:20:1: module "org.kde.plasma.components" is not installed 
         import org.kde.plasma.components 0.1 as PlasmaComponents 
         ^ 
    
    
  4. I recently installed lightdm following the advice here https://wiki.gentoo.org/wiki/LightDM#OpenRC.

     

    I have my display manager set to lightdm

    cat /etc/conf.d/xdm 
    # We always try and start X on a static VT. The various DMs normally default
    # to using VT7. If you wish to use the xdm init script, then you should ensure
    # that the VT checked is the same VT your DM wants to use. We do this check to
    # ensure that you haven't accidentally configured something to run on the VT
    # in your /etc/inittab file so that you don't get a dead keyboard.
    CHECKVT=7
    
    # What display manager do you use ?  [ xdm | gdm | kdm | gpe | entrance ]
    # NOTE: If this is set in /etc/rc.conf, that setting will override this one.
    DISPLAYMANAGER="lightdm"
    
    

    I have built ligtdm with qt4 and kde support

    grep lightdm /etc/portage/package.use
    x11-misc/lightdm kde qt4
    
    

    I have both dbus and xdm enabled with OpenRC

    chytraeus@localhost:~ $ /sbin/rc-update | grep dbus
                     dbus |      default                 
    chytraeus@localhost:~ $ /sbin/rc-update | grep xdm 
                      xdm |      default        
    

    When I reboot my laptop I can see that lightdm is started

    2|chytraeus@localhost:/var/log $ sudo grep lightdm messages
    Aug 22 13:59:02 localhost sudo[10918]: chytraeus : TTY=tty1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/sbin/lightdm
    Aug 22 13:59:44 localhost sudo[10927]: chytraeus : TTY=tty1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/sbin/lightdm
    Aug 22 14:13:45 localhost sudo[19619]: chytraeus : TTY=pts/1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/bin/vim /etc/lightdm/lightdm.conf
    Aug 22 14:16:28 localhost sudo[20431]: chytraeus : TTY=tty1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/sbin/lightdm
    Aug 22 14:17:36 localhost sudo[10909]: chytraeus : TTY=tty1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/bin/vim /etc/lightdm/lightdm.conf
    Aug 22 14:23:00 localhost sudo[11676]: chytraeus : TTY=pts/1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/bin/vim /etc/lightdm/lightdm.conf
    Aug 22 14:26:12 localhost sudo[11702]: chytraeus : TTY=pts/1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/bin/emerge -av lightdm-kde
    Aug 22 14:30:29 localhost sudo[13982]: chytraeus : TTY=pts/1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/bin/emerge -av lightdm
    Aug 22 14:31:39 localhost sudo[14000]: chytraeus : TTY=pts/1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/bin/emerge -av lightdm
    Aug 22 14:32:54 localhost sudo[14012]: chytraeus : TTY=pts/1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/bin/emerge -av lightdm
    Aug 22 14:36:14 localhost sudo[10911]: chytraeus : TTY=tty1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/sbin/lightdm-kde-greeter
    Aug 22 14:37:13 localhost sudo[11058]: chytraeus : TTY=tty1 ; PWD=/home/chytraeus ; USER=root ; COMMAND=/usr/sbin/lightdm
    Aug 22 15:21:40 localhost sudo[4508]: chytraeus : TTY=pts/1 ; PWD=/var/log ; USER=root ; COMMAND=/bin/grep lightdm messages
    
    

    And I have changed the appropriate line in /etc/lightdm/lightdm.conf

    chytraeus@localhost:/var/log $ grep greeter-session /etc/lightdm/lightdm.conf
    # greeter-session = Session to load for greeter
    greeter-session = lightdm-kde-greeter
    #greeter-session=example-gtk-gnome
    

    Still, I just get a tty and I have to type startx to get to my plasma 5 desktop

  5. I'm running funtoo  current

     emerge --info '=kde-base/kactivities-4.13.3'
    Portage 2.3.6-r9 (funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.9.2, glibc-2.20-r2, 4.1.6-ck x86_64)
    =================================================================
                            System Settings
    =================================================================
    System uname: Linux-4.1.6-ck-x86_64-Intel-R-_Core-TM-_i7-4710MQ_CPU_@_2.50GHz-with-gentoo-2.2.0
    KiB Mem:    16355040 total,  12894092 free
    KiB Swap:   16777212 total,  16777212 free
    Timestamp of tree: Unknown
    ld GNU ld (Funtoo 2.25) 2.25.0
    app-shells/bash:          4.3_p39
    dev-java/java-config:     2.2.0-r1000
    dev-lang/perl:            5.22.0
    dev-lang/python:          2.7.10-r1000, 3.3.6-r1000
    dev-util/cmake:           3.2.3
    sys-apps/baselayout:      2.2.0-r6
    sys-apps/openrc:          0.12.4-r4
    sys-apps/sandbox:         2.6-r2
    sys-devel/autoconf:       2.13, 2.69-r1
    sys-devel/automake:       1.11.6-r1, 1.14.1, 1.15
    sys-devel/binutils:       2.25-r2
    sys-devel/gcc:            4.9.2-r2
    sys-devel/gcc-config:     1.8
    sys-devel/libtool:        2.4.3-r2
    sys-devel/make:           4.1-r1
    sys-kernel/linux-headers: 4.0 (virtual/os-headers)
    sys-libs/glibc:           2.20-r2
    Repositories: gentoo steam-overlay gnustep causelay
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-march=core-avx2 -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-march=core-avx2 -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans xattr"
    FFLAGS="-march=core-avx2 -O2 -pipe"
    GENTOO_MIRRORS="http://mirror.lug.udel.edu/pub/gentoo/ http://mirrors.rit.edu/gentoo/ http://mirror.datapipe.net/gentoo"
    INSTALL_MASK="/usr/lib/systemd/ /lib/systemd/"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    LINGUAS="en en_US"
    MAKEOPTS="-j8"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    PORTDIR="/usr/portage"
    PORTDIR_OVERLAY="/var/lib/layman/steam-overlay /var/lib/layman/gnustep /var/lib/layman/causelay"
    SYNC="git://github.com/funtoo/ports-2012.git"
    SYNC_USER="root"
    USE="X a52 aac aacplus acl acoustid acpi adplug alac alsa amd64 amr amrenc anacron apm apng audiofile avx avx2 berkdb bluray branding bzip2 cdda cddb cdio cdr celt consolekit corefonts cracklib crypt cscope css cue cups cxx dbus dirac discid djvu dri dts dv dvd dvdr dvdread egl encode enscript eudev evdev exif faac faad fdk ffmpeg fftw flac fluidsynth fontconfig foomaticdb gdbm geoip gif gme gphoto2 gpm gps gsm handbook hardened ico iconv icu ieee1394 imagemagick introspection ios jit jpeg jpeg2k kate kde kipi kontact lame laptop lcms libass libguess libmpeg2 libnotify libsamplerate libtiger live lm_sensors lzma lzo mac mad matroska midi mikmod mjpeg mms mmx mod modplug modules mp3 mp4 mpeg mtp mudflap multilib musepack musicbrainz ncurses networkmanager nptl nsplugin nuv ogg opengl openmp openssl opus orc pam pcre pdf perl pic pie plasma png policykit posix postproc pppd pulseaudio python qt3support quicktime readline resolvconf rtmp rtsp ruby scanner schroedinger sdl semantic-desktop session shorten sid smartcard smp sndfile sound sox speex sse sse2 sse3 sse4_1 ssl ssse3 startup-notification svg taglib tcpd theora tiff toolame truetype twolame udev udisks unicode upower urandom usb v4l vala vim-syntax vorbis vpx wav wavpack webp wifi wildmidi win32codecs wma wmf x264 x265 xattr xft xml xorg xscreensaver xvid zlib" ABI_X86="32 64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_ABIS="2.7 3.3" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 ruby20 ruby21 ruby22" SANE_BACKENDS="hp" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK
    
    =================================================================
                            Package Settings
    =================================================================
    
    kde-base/kactivities-4.13.3 was built with the following:
    USE="(-aqua) -minimal -nepomuk"
    
    
    emerge -pqv '=kde-base/kactivities-4.13.3'  
    [ebuild   R   ] kde-base/kactivities-4.13.3  USE="(-aqua) -minimal (-nepomuk%)"
    
    sudo cat /var/tmp/portage/kde-base/kactivities-4.13.3/temp/build.log
    Password: 
     * Package:    kde-base/kactivities-4.13.3
     * Repository: gentoo
     * Maintainer: kde
     * USE:        amd64 elibc_glibc kernel_linux userland_GNU
     * FEATURES:   preserve-libs sandbox
    >>> Unpacking source...
    >>> Unpacking kactivities-4.13.3.tar.xz to /var/tmp/portage/kde-base/kactivities-4.13.3/work
    >>> Source unpacked in /var/tmp/portage/kde-base/kactivities-4.13.3/work
    >>> Preparing source in /var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3 ...
    >>> Source prepared.
    >>> Configuring source in /var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3 ...
    >>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build"
    cmake --no-warn-unused-cli -C /var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DKDE4_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc -DWITH_NepomukCore=OFF -DKACTIVITIES_LIBRARY_ONLY=OFF -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build/gentoo_toolchain.cmake  /var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3
    Not searching for unused variables given on the command line.
    loading initial cache file /var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build/gentoo_common_config.cmake
    -- The C compiler identification is GNU 4.9.2
    -- The CXX compiler identification is GNU 4.9.2
    -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
    -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
    -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Looking for Q_WS_X11
    -- Looking for Q_WS_X11 - found
    -- Looking for Q_WS_WIN
    -- Looking for Q_WS_WIN - not found
    -- Looking for Q_WS_QWS
    -- Looking for Q_WS_QWS - not found
    -- Looking for Q_WS_MAC
    -- Looking for Q_WS_MAC - not found
    -- Found Qt-Version 4.8.7 (using /usr/bin/qmake)
    -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
    -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so - found
    -- Looking for gethostbyname
    -- Looking for gethostbyname - found
    -- Looking for connect
    -- Looking for connect - found
    -- Looking for remove
    -- Looking for remove - found
    -- Looking for shmat
    -- Looking for shmat - found
    -- Looking for IceConnectionNumber in ICE
    -- Looking for IceConnectionNumber in ICE - found
    -- Found X11: /usr/lib64/libX11.so
    -- Looking for include file pthread.h
    -- Looking for include file pthread.h - found
    -- Looking for pthread_create
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE  
    CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:112 (elseif):
      given arguments:
    
        "VERSION_LESS" "3.1"
    
      Unknown arguments specified
    Call Stack (most recent call first):
      /usr/share/cmake/Modules/FindPkgConfig.cmake:501 (_pkgconfig_parse_options)
      /usr/share/cmake/Modules/FindOpenSSL.cmake:43 (pkg_check_modules)
      /usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:224 (FIND_PACKAGE)
      /usr/share/apps/cmake/modules/FindQt4.cmake:1207 (INCLUDE)
      /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:392 (find_package)
      /usr/share/cmake/Modules/FindKDE4.cmake:108 (find_package)
      CMakeLists.txt:3 (find_package)
    
    
    CMake Warning (dev) in CMakeLists.txt:
      No cmake_minimum_required command is present.  A line of code such as
    
        cmake_minimum_required(VERSION 3.2)
    
      should be added at the top of the file.  The version specified may be lower
      if you wish to support older CMake versions for this project.  For more
      information run "cmake --help-policy CMP0000".
    This warning is for project developers.  Use -Wno-dev to suppress it.
    
    -- Configuring incomplete, errors occurred!
    See also "/var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build/CMakeFiles/CMakeOutput.log".
    See also "/var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build/CMakeFiles/CMakeError.log".
     * ERROR: kde-base/kactivities-4.13.3 failed (configure phase):
     *   cmake failed
     * 
     * Call stack:
     *     ebuild.sh, line   93:  Called src_configure
     *   environment, line 3704:  Called kde4-base_src_configure
     *   environment, line 2736:  Called cmake-utils_src_configure
     *   environment, line 1000:  Called _execute_optionally 'src_configure'
     *   environment, line  492:  Called enable_cmake-utils_src_configure
     *   environment, line 1332:  Called die
     * The specific snippet of code:
     *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
     * 
     * If you need support, post the output of `emerge --info '=kde-base/kactivities-4.13.3'`,
     * the complete build log and the output of `emerge -pqv '=kde-base/kactivities-4.13.3'`.
     * The complete build log is located at '/var/tmp/portage/kde-base/kactivities-4.13.3/temp/build.log'.
     * The ebuild environment file is located at '/var/tmp/portage/kde-base/kactivities-4.13.3/temp/environment'.
     * Working directory: '/var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3_build'
     * S: '/var/tmp/portage/kde-base/kactivities-4.13.3/work/kactivities-4.13.3'
    
  6. emerge --info '=dev-qt/linguist-tools-5.4.1'
    Portage 2.3.6-r9 (funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.9.2, glibc-2.20-r1, 4.0.4-ck x86_64)
    =================================================================
                            System Settings
    =================================================================
    System uname: Linux-4.0.4-ck-x86_64-Intel-R-_Core-TM-_i7-4710MQ_CPU_@_2.50GHz-with-gentoo-2.2.0
    KiB Mem:    16355244 total,  11883120 free
    KiB Swap:   16777212 total,  16777212 free
    Timestamp of tree: Unknown
    ld GNU ld (Funtoo 2.25) 2.25.0
    app-shells/bash:          4.3_p30-r1
    dev-java/java-config:     2.2.0-r1000
    dev-lang/perl:            5.20.2-r1
    dev-lang/python:          2.7.9-r1000, 3.3.6-r1000
    dev-util/cmake:           3.2.1
    sys-apps/baselayout:      2.2.0-r6
    sys-apps/openrc:          0.12.4-r4
    sys-apps/sandbox:         2.6-r2
    sys-devel/autoconf:       2.13, 2.69-r1
    sys-devel/automake:       1.11.6-r1, 1.14.1, 1.15
    sys-devel/binutils:       2.25-r1
    sys-devel/gcc:            4.9.2-r1
    sys-devel/gcc-config:     1.8
    sys-devel/libtool:        2.4.3-r2
    sys-devel/make:           4.1-r1
    sys-kernel/linux-headers: 4.0 (virtual/os-headers)
    sys-libs/glibc:           2.20-r1
    Repositories: gentoo qt
    Installed sets: @qt5-addons, @qt5-essentials
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-march=core-avx2 -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-march=core-avx2 -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans xattr"
    FFLAGS="-march=core-avx2 -O2 -pipe"
    GENTOO_MIRRORS="http://mirror.lug.udel.edu/pub/gentoo/http://mirrors.rit.edu/gentoo/ http://mirror.datapipe.net/gentoo"
    INSTALL_MASK="/usr/lib/systemd/ /lib/systemd/"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    LINGUAS="en"
    MAKEOPTS="-j8"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    PORTDIR="/usr/portage"
    PORTDIR_OVERLAY="/var/lib/layman/qt"
    SYNC="git://github.com/funtoo/ports-2012.git"
    SYNC_USER="root"
    USE="X a52 aac aacplus acl acoustid acpi adplug alac alsa amd64 amr amrenc anacron apm apng audiofile avx avx2 berkdb bluray branding bzip2 cdda cddb cdio cdr celt consolekit corefonts cracklib crypt cscope css cue cups cxx dbus dirac discid djvu dri dts dv dvd dvdr dvdread egl encode enscript eudev evdev exif faac faad fdk ffmpeg fftw flac fluidsynth fontconfig foomaticdb gdbm geoip gif gme gphoto2 gpm gps gsm handbook hardened ico iconv icu ieee1394 imagemagick introspection ios jit jpeg jpeg2k kate kde kipi kontact lame laptop lcms libass libguess libmpeg2 libnotify libsamplerate libtiger live lm_sensors lzma lzo mac mad matroska midi mikmod mjpeg mms mmx mod modplug modules mp3 mp4 mpeg mtp mudflap multilib musepack musicbrainz ncurses networkmanager nptl nsplugin nuv ogg opengl openmp openssl opus orc pam pcre pdf perl pic pie plasma png policykit posix postproc pppd pulseaudio python qt3support qt4 quicktime readline resolvconf rtmp rtsp ruby scanner schroedinger sdl semantic-desktop session shorten sid smartcard smp sndfile sound sox speex sse sse2 sse3 sse4_1 ssl ssse3 startup-notification svg taglib tcpd theora tiff toolame truetype twolame udev udisks unicode upower urandom usb v4l vala vim-syntax vorbis vpx wav wavpack webp wifi wildmidi win32codecs wma wmf x264 x265 xattr xft xml xorg xscreensaver xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_ABIS="2.7 3.3" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK
     

    emerge -pqv '=dev-qt/linguist-tools-5.4.1'
    [ebuild  N    ] dev-qt/linguist-tools-5.4.1  USE="-debug -qml {-test}"

     

    attached is the build log

     

  7. yes i resolved it...  i also suggested we fork polkit console kit and network manager away from gentoo over this issue.  (though im not sure this is coming from gentoo anymore)

     

    the network manager 0.9.9? ebuilds not placing the rules file in /usr/share/polkit-1/rules.d/

     

    network manager 1 will insert the file, though i dont know if that networkmanager works or not.

    root@spaceball-1 /usr/share/polkit-1/rules.d # cat 01-org.freedesktop.NetworkManager.settings.modify.system.rules 
    // Let users in plugdev group modify NetworkManager
    polkit.addRule(function(action, subject) {
        if (action.id == "org.freedesktop.NetworkManager.settings.modify.system" &&
            subject.isInGroup("plugdev") && subject.active) {
            return "yes";
        }
    });
    
    

    at the very bottom of this article is a rule to tell polkit to never ask those dialogs globally for wheel users =D

    https://wiki.archlinux.org/index.php/Polkit

    I have the above in my /usr/share/polkit-1/rules.d/. But I am unable to connect. Perhaps I am misunderstanding your meaning. Thank you for the link.

  8. I've used layman and the advice here https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade#Troubleshooting to install kde frameworks 5.9  with plasma 5.2. So far so good except for one hitch. I'm unable to control networking. When I try to make changes by clicking the network manager I receive this message: "not authorized to control networking."

    I've googled a bit and have come up pretty empty.

    I've made sure I'm part of netdev group and have rebooted with no effect.

    1582 root # id chytraeus
    uid=1000(chytraeus) gid=100(users) groups=100(users),10(wheel),18(audio),19(cdrom),27(video),104(plugdev),102(vboxusers),999(realtime),998(scanner),35(games),994(stb-admin),993(netdev)
    

    In addition dbus is running:

    1583 root # ps aux | grep dbus
    message+ 10499  0.0  0.0  18080  2888 ?        Ss   May03   0:09 /usr/bin/dbus-daemon --system
    root     16567  0.0  0.0  10576   844 pts/2    S+   17:17   0:00 grep --colour=auto dbus
    chytrae+ 28356  0.0  0.0  26404  1784 tty1     S    May03   0:00 dbus-launch --sh-syntax --exit-with-session
    chytrae+ 28357  0.0  0.0  18508  3024 ?        Ss   May03   0:02 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    chytrae+ 28821  0.0  0.0  17396  2396 ?        S    May03   0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
    

    I have the following in my .xinitrc:

    1584 root # cat /home/chytraeus/.xinitrc 
    onsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
    
    userresources=$HOME/.Xresources
    usermodmap=$HOME/.Xmodmap
    sysresources=/etc/X11/xinit/.Xresources
    sysmodmap=/etc/X11/xinit/.Xmodmap
    
    # merge in defaults and keymaps
    
    if [ -f $sysresources ]; then
        xrdb -merge $sysresources
    fi
    
    if [ -f $sysmodmap ]; then
        xmodmap $sysmodmap
    fi
    
    if [ -f $userresources ]; then
                xrdb -merge $userresources
    fi
    
    if [ -f $usermodmap ]; then
                xmodmap $usermodmap
    fi
    
    # Start the window manager:
    if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
        ck-launch-session startkde
    else
        startkde
    fi
    
    

    Desktop looks beautiful and is very functional but kind of worthless if I can't control networking. Has anyone resolved this issue?

  9. emerge --info '=dev-qt/qtgui-5.9999'
    Portage 2.3.6-r9 (funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.8.3, glibc-2.19, 3.18.1-ck x86_64)
    =================================================================
                             System Settings
    =================================================================
    System uname: Linux-3.18.1-ck-x86_64-Intel-R-_Core-TM-_i7-4710MQ_CPU_@_2.50GHz-with-gentoo-2.2.0
    KiB Mem:    16354980 total,   3322732 free
    KiB Swap:   16777212 total,  16767808 free
    Timestamp of tree: Unknown
    ld GNU ld (Gentoo 2.24 p1.4) 2.24
    app-shells/bash:          4.3_p30-r1
    dev-java/java-config:     2.2.0-r1000
    dev-lang/perl:            5.20.1-r4
    dev-lang/python:          2.7.9-r1000, 3.3.6-r1000
    dev-util/cmake:           3.0.2
    sys-apps/baselayout:      2.2.0-r6
    sys-apps/openrc:          0.12.3-r3
    sys-apps/sandbox:         2.6-r2
    sys-devel/autoconf:       2.13, 2.69
    sys-devel/automake:       1.11.6-r1, 1.13.4, 1.14.1
    sys-devel/binutils:       2.24-r3
    sys-devel/gcc:            4.8.3
    sys-devel/gcc-config:     1.8
    sys-devel/libtool:        2.4.3-r2
    sys-devel/make:           3.82-r4
    sys-kernel/linux-headers: 3.17-r1 (virtual/os-headers)
    sys-libs/glibc:           2.19
    Repositories: gentoo steam-overlay qt
    Installed sets: @qt5-addons, @qt5-essentials
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-march=core-avx2 -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-march=core-avx2 -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans xattr"
    FFLAGS=""
    GENTOO_MIRRORS="http://mirror.lug.udel.edu/pub/gentoo/ http://mirrors.rit.edu/gentoo/ http://mirror.datapipe.net/gentoo"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    PORTDIR="/usr/portage"
    PORTDIR_OVERLAY="/var/lib/layman/steam-overlay /var/lib/layman/qt"
    SYNC="git://github.com/funtoo/ports-2012.git"
    SYNC_USER="root"
    USE="3dnow X aac acl acoustid acpi alsa amd64 anacron apm apng berkdb bzip2 cdda cddb cdio cdr consolekit corefonts cracklib crypt cscope css cue cups cxx dbus discid djvu dri dts dv dvd dvdr dvdread encode enscript eudev exif faac ffmpeg fftw flac fontconfig foomaticdb gdbm geoip gif gphoto2 gpm gps handbook iconv icu imagemagick introspection jpeg kde kipi kontact lame laptop lcms libnotify libsamplerate lm_sensors lzma lzo mad mjpeg mmx modules mp3 mp4 mpeg mudflap multilib musicbrainz ncurses networkmanager nptl nsplugin ogg opengl openmp openssl opus orc pam pcre perl plasma png policykit posix pppd pulseaudio python qt3support qt4 quicktime readline resolvconf ruby scanner sdl semantic-desktop session smartcard smp sndfile sound sox speex sse sse2 ssl startup-notification svg taglib tcpd theora tiff truetype udev udisks unicode upower usb v4l vala vim-syntax vorbis wavpack wifi win32codecs wma x264 xattr xft xml xorg xscreensaver xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_ABIS="2.7 3.3" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK
     

    emerge -pqv '=dev-qt/qtgui-5.9999'
    [ebuild  NS   ] dev-qt/qtgui-5.9999 [4.8.6-r1] USE="gif harfbuzz jpeg opengl png udev xcb -accessibility -debug -egl -eglfs -evdev -gles2 -ibus -kms {-test}"

     

    qt5CompleteBuildLog.txt

  10. After running emerge --sync I got the following:

    >>> Starting git pull...
    remote: Counting objects: 681, done.
    remote: Compressing objects: 100% (121/121), done.
    remote: Total 681 (delta 594), reused 638 (delta 558)
    Receiving objects: 100% (681/681), 129.32 KiB | 0 bytes/s, done.
    Resolving deltas: 100% (594/594), completed with 489 local objects.
    From git://github.com/funtoo/ports-2012
       985e9f5..155a503  funtoo.org -> origin/funtoo.org
    Updating 985e9f5..155a503
    Fast-forward
    >>> Git pull in /usr/portage successful
    
    Performing Global Updates:
    (Could take a couple of minutes if you have a lot of binary packages.)
      .='update pass'  *='binary update'  #='/var/db update'  @='/var/db move'
      s='/var/db SLOT move'  %='binary move'  S='binary SLOT move'
      p='update /etc/portage/package.*'
    /usr/portage/profiles/updates/4Q-2014.
    
    

    I am new to Gentoo/Funtoo and git as well. Do I need to do something? Am especially curious since after this sync I tried to build digikam and it failed to build. This is the first build I have had fail.

×
×
  • Create New...