Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

dougbmorris

Members
  • Posts

    60
  • Joined

  • Last visited

Community Answers

  1. dougbmorris's post in Can't Compile vanilla-sources Kernel was marked as the answer   
    *** Solved: Try a Fresh Installation. ***
  2. dougbmorris's post in Super Slow Desktop Screen Refresh was marked as the answer   
    Hi, all. I tried LXDE in lieu of XFCE and it works great! I have no idea why that is, but maybe this documented experience will be useful to someone else.
  3. dougbmorris's post in gcc not able to compile for emerge updates was marked as the answer   
    From config.log in /var/tmp/portage/sys-devel/gcc-5.3.0-r1/work/objdir:
    Locke objdir # cat config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.64.  Invocation command line was   $ ../gcc-5.3.0/configure --disable-libssp --enable-multilib --enable-version-specific-runtime-libs --enable-libmudflap --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include/g++-v5.3.0 --enable-libstdcxx-time --enable-__cxa_atexit --enable-clocale=gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-lto --without-cloog --with-bugurl=http://bugs.funtoo.org --with-pkgversion=Funtoo 5.3.0-r1 --with-mpfr-include=/var/tmp/portage/sys-devel/gcc-5.3.0-r1/work/gcc-5.3.0/mpfr/src --with-mpfr-lib=/var/tmp/portage/sys-devel/gcc-5.3.0-r1/work/objdir/mpfr/src/.libs --enable-libgomp --build=x86_64-pc-linux-gnu --enable-libgomp --enable-languages=c,c++,fortran --disable-libgcj --disable-esp --disable-libsanitizer ## --------- ## ## Platform. ## ## --------- ## hostname = Locke uname -m = x86_64 uname -r = 4.8.5 uname -s = Linux uname -v = #1 SMP Wed Nov 2 08:49:05 EDT 2016 /usr/bin/uname -p = Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz /bin/uname -X     = unknown /bin/arch              = unknown /usr/bin/arch -k       = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo      = unknown /bin/machine           = unknown /usr/bin/oslevel       = unknown /bin/universe          = unknown PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.4/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2292: checking build system type configure:2306: result: x86_64-pc-linux-gnu configure:2353: checking host system type configure:2366: result: x86_64-pc-linux-gnu configure:2386: checking target system type configure:2399: result: x86_64-pc-linux-gnu configure:2453: checking for a BSD-compatible install configure:2521: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c configure:2532: checking whether ln works configure:2554: result: yes configure:2558: checking whether ln -s works configure:2562: result: yes configure:2569: checking for a sed that does not truncate output configure:2633: result: /bin/sed configure:2642: checking for gawk configure:2658: found /usr/bin/gawk configure:2669: result: gawk configure:3183: checking for libatomic support configure:3193: result: yes configure:3202: checking for libcilkrts support configure:3212: result: yes configure:3240: checking for libitm support configure:3250: result: yes configure:3278: checking for libvtv support configure:3288: result: yes configure:4034: checking for x86_64-pc-linux-gnu-gcc configure:4050: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:4061: result: x86_64-pc-linux-gnu-gcc configure:4330: checking for C compiler version configure:4339: x86_64-pc-linux-gnu-gcc --version >&5  * gcc-config: Active gcc profile is invalid! gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc' configure:4350: $? = 1 configure:4339: x86_64-pc-linux-gnu-gcc -v >&5  * gcc-config: Active gcc profile is invalid! gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc' configure:4350: $? = 1 configure:4339: x86_64-pc-linux-gnu-gcc -V >&5  * gcc-config: Active gcc profile is invalid! gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc' configure:4350: $? = 1 configure:4339: x86_64-pc-linux-gnu-gcc -qversion >&5  * gcc-config: Active gcc profile is invalid! gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc' configure:4350: $? = 1 configure:4370: checking for C compiler default output file name configure:4392: x86_64-pc-linux-gnu-gcc -march=sandybridge -O2 -pipe  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5  * gcc-config: Active gcc profile is invalid! gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc' configure:4396: $? = 1 configure:4433: result: configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h.  */ | | int | main () | { | |   ; |   return 0; | } configure:4439: error: in `/var/tmp/portage/sys-devel/gcc-5.3.0-r1/work/objdir': configure:4443: error: C compiler cannot create executables See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_env_AR_FOR_TARGET_set= ac_cv_env_AR_FOR_TARGET_value= ac_cv_env_AR_set= ac_cv_env_AR_value= ac_cv_env_AS_FOR_TARGET_set= ac_cv_env_AS_FOR_TARGET_value= ac_cv_env_AS_set= ac_cv_env_AS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_FOR_TARGET_set= ac_cv_env_CC_FOR_TARGET_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=sandybridge -O2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=sandybridge -O2 -pipe' ac_cv_env_CXX_FOR_TARGET_set= ac_cv_env_CXX_FOR_TARGET_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DLLTOOL_FOR_TARGET_set= ac_cv_env_DLLTOOL_FOR_TARGET_value= ac_cv_env_DLLTOOL_set= ac_cv_env_DLLTOOL_value= ac_cv_env_GCC_FOR_TARGET_set= ac_cv_env_GCC_FOR_TARGET_value= ac_cv_env_GCJ_FOR_TARGET_set= ac_cv_env_GCJ_FOR_TARGET_value= ac_cv_env_GFORTRAN_FOR_TARGET_set= ac_cv_env_GFORTRAN_FOR_TARGET_value= ac_cv_env_GOC_FOR_TARGET_set= ac_cv_env_GOC_FOR_TARGET_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed' ac_cv_env_LD_FOR_TARGET_set= ac_cv_env_LD_FOR_TARGET_value= ac_cv_env_LD_set= ac_cv_env_LD_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIPO_FOR_TARGET_set= ac_cv_env_LIPO_FOR_TARGET_value= ac_cv_env_LIPO_set= ac_cv_env_LIPO_value= ac_cv_env_NM_FOR_TARGET_set= ac_cv_env_NM_FOR_TARGET_value= ac_cv_env_NM_set= ac_cv_env_NM_value= ac_cv_env_OBJCOPY_FOR_TARGET_set= ac_cv_env_OBJCOPY_FOR_TARGET_value= ac_cv_env_OBJCOPY_set= ac_cv_env_OBJCOPY_value= ac_cv_env_OBJDUMP_FOR_TARGET_set= ac_cv_env_OBJDUMP_FOR_TARGET_value= ac_cv_env_OBJDUMP_set= ac_cv_env_OBJDUMP_value= ac_cv_env_RANLIB_FOR_TARGET_set= ac_cv_env_RANLIB_FOR_TARGET_value= ac_cv_env_RANLIB_set= ac_cv_env_RANLIB_value= ac_cv_env_READELF_FOR_TARGET_set= ac_cv_env_READELF_FOR_TARGET_value= ac_cv_env_READELF_set= ac_cv_env_READELF_value= ac_cv_env_STRIP_FOR_TARGET_set= ac_cv_env_STRIP_FOR_TARGET_value= ac_cv_env_STRIP_set= ac_cv_env_STRIP_value= ac_cv_env_WINDMC_FOR_TARGET_set= ac_cv_env_WINDMC_FOR_TARGET_value= ac_cv_env_WINDMC_set= ac_cv_env_WINDMC_value= ac_cv_env_WINDRES_FOR_TARGET_set= ac_cv_env_WINDRES_FOR_TARGET_value= ac_cv_env_WINDRES_set= ac_cv_env_WINDRES_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_build_configargs_set= ac_cv_env_build_configargs_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_configargs_set= ac_cv_env_host_configargs_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_env_target_configargs_set= ac_cv_env_target_configargs_value= ac_cv_host=x86_64-pc-linux-gnu ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_target=x86_64-pc-linux-gnu acx_cv_prog_LN=ln gcc_cv_libc_provides_ssp=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='' AR_FOR_BUILD='$(AR)' AR_FOR_TARGET='' AS='' AS_FOR_BUILD='$(AS)' AS_FOR_TARGET='' AWK='gawk' BISON='' BUILD_CONFIG='' CC='x86_64-pc-linux-gnu-gcc' CC_FOR_BUILD='$(CC)' CC_FOR_TARGET='' CFLAGS='-march=sandybridge -O2 -pipe' CFLAGS_FOR_BUILD='' CFLAGS_FOR_TARGET='' COMPILER_AS_FOR_TARGET='' COMPILER_LD_FOR_TARGET='' COMPILER_NM_FOR_TARGET='' CONFIGURE_GDB_TK='' CPPFLAGS='' CXX='' CXXFLAGS='-march=sandybridge -O2 -pipe' CXXFLAGS_FOR_BUILD='' CXXFLAGS_FOR_TARGET='' CXX_FOR_BUILD='$(CXX)' CXX_FOR_TARGET='' DEBUG_PREFIX_CFLAGS_FOR_TARGET='' DEFS='' DLLTOOL='' DLLTOOL_FOR_BUILD='$(DLLTOOL)' DLLTOOL_FOR_TARGET='' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' EXPECT='' EXTRA_CONFIGARGS_LIBJAVA='--disable-static' FLAGS_FOR_TARGET='' FLEX='' GCC_FOR_TARGET='' GCC_SHLIB_SUBDIR='' GCJ_FOR_BUILD='$(GCJ)' GCJ_FOR_TARGET='' GDB_TK='' GFORTRAN_FOR_BUILD='$(GFORTRAN)' GFORTRAN_FOR_TARGET='' GNATBIND='' GNATMAKE='' GOC_FOR_BUILD='$(GOC)' GOC_FOR_TARGET='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_GDB_TK='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='' LDFLAGS='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed' LDFLAGS_FOR_BUILD='' LDFLAGS_FOR_TARGET='' LD_FOR_BUILD='$(LD)' LD_FOR_TARGET='' LEX='' LIBOBJS='' LIBS='' LIPO='' LIPO_FOR_TARGET='' LN='ln' LN_S='ln -s' LTLIBOBJS='' M4='' MAINT='' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='' MAKEINFO='' NM='' NM_FOR_BUILD='$(NM)' NM_FOR_TARGET='' OBJCOPY='' OBJCOPY_FOR_TARGET='' OBJDUMP='' OBJDUMP_FOR_TARGET='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='' RANLIB_FOR_BUILD='$(RANLIB)' RANLIB_FOR_TARGET='' RAW_CXX_FOR_TARGET='' READELF='' READELF_FOR_TARGET='' RPATH_ENVVAR='' RUNTEST='' SED='/bin/sed' SHELL='/bin/sh' STRIP='' STRIP_FOR_TARGET='' SYSROOT_CFLAGS_FOR_TARGET='' TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-5.3.0/configure --disable-libssp --enable-multilib --enable-version-specific-runtime-libs --enable-libmudflap --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include/g++-v5.3.0 --enable-libstdcxx-time --enable-__cxa_atexit --enable-clocale=gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-lto --without-cloog --with-bugurl=http://bugs.funtoo.org --with-pkgversion='\''Funtoo 5.3.0-r1'\'' --with-mpfr-include=/var/tmp/portage/sys-devel/gcc-5.3.0-r1/work/gcc-5.3.0/mpfr/src --with-mpfr-lib=/var/tmp/portage/sys-devel/gcc-5.3.0-r1/work/objdir/mpfr/src/.libs --enable-libgomp --build=x86_64-pc-linux-gnu --enable-libgomp --enable-languages=c,c++,fortran --disable-libgcj --disable-esp --disable-libsanitizer' WINDMC='' WINDMC_FOR_BUILD='$(WINDMC)' WINDMC_FOR_TARGET='' WINDRES='' WINDRES_FOR_BUILD='$(WINDRES)' WINDRES_FOR_TARGET='' YACC='' ac_ct_CC='' ac_ct_CXX='' bindir='/usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_configargs='' build_configdirs='build-libiberty build-libcpp build-texinfo build-flex build-bison build-m4 build-fixincludes' build_cpu='x86_64' build_libsubdir='build-x86_64-pc-linux-gnu' build_noncanonical='x86_64-pc-linux-gnu' build_os='linux-gnu' build_subdir='build-x86_64-pc-linux-gnu' build_tooldir='' build_vendor='pc' compare_exclusions='' configdirs='intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools' datadir='/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0' datarootdir='${prefix}/share' do_compare='' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' extra_host_libiberty_configure_flags='' extra_isl_gmp_configure_flags='' extra_liboffloadmic_configure_flags='' extra_linker_plugin_configure_flags='' extra_linker_plugin_flags='' extra_mpc_gmp_configure_flags='' extra_mpc_mpfr_configure_flags='' extra_mpfr_configure_flags='' gmpinc='' gmplibs='' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_configargs='' host_cpu='x86_64' host_noncanonical='x86_64-pc-linux-gnu' host_os='linux-gnu' host_shared='' host_subdir='.' host_vendor='pc' htmldir='${docdir}' includedir='/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include' infodir='/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/info' islinc='' isllibs='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/man' oldincludedir='/usr/include' pdfdir='${docdir}' poststage1_ldflags='' poststage1_libs='' prefix='/usr' program_transform_name='s,y,y,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' stage1_cflags='' stage1_checking='' stage1_languages='' stage1_ldflags='' stage1_libs='' stage2_werror_flag='' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_configargs='' target_configdirs='target-libgcc target-libbacktrace target-libgloss target-newlib target-libgomp target-libcilkrts target-liboffloadmic target-libatomic target-libitm target-libstdc++-v3 target-libsanitizer target-libvtv target-libmpx target-libssp target-libquadmath target-libgfortran target-boehm-gc target-libffi target-zlib target-libjava target-libobjc target-libada target-libgo target-rda' target_cpu='x86_64' target_noncanonical='x86_64-pc-linux-gnu' target_os='linux-gnu' target_subdir='x86_64-pc-linux-gnu' target_vendor='pc' tooldir='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## alphaieee_frag='' host_makefile_frag='/dev/null' ospace_frag='' serialization_dependencies='' target_makefile_frag='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" configure: exit 77 Locke objdir # Thus I find:
    Locke doug # gcc-config --list-profiles  * gcc-config: Active gcc profile is invalid!  [1] x86_64-pc-linux-gnu-5.3.0 Locke doug # I found no manpage for gcc-config on my system. I got help from running 'gcc-config' with no arguments, but the advice did not help. I went online and found I could run 'gcc-config 1' to set the sole option I had at [1].
     
    The single argument of '1' was suggested by one James in 2008 in the google gentoo group (https://groups.google.com/forum/#!topic/linux.gentoo.user/IkQUr65kYLg). Thanks, James!
     
    emerge seems to be working now. Dang, that was terrifying. I almost know what I'm doing sorta.
  4. dougbmorris's post in Ideas to Stop Suspend/Hibernate on Lid Close? was marked as the answer   
    The problem was package sys-power/acpid-2.0.28. I rolled back from that to sys-power/acpid-2.0.23 based on reading Oleg Vinichenko's help on the issue "GNOME: no power manager utility or lid close trigger" for speedytux. Maybe this link will work still: http://forums.funtoo.org/topic/1036-gnome-no-power-manager-utility-or-lid-close-trigger/ . At least know for the first time that my suspend function works. The hibernate function just turns off my laptop faster than normal. I guess that's how it didn't work right when I first installed funtoo. Cheers.
  5. dougbmorris's post in Blocking from python and/or eselect-python packages, maybe. was marked as the answer   
    Struggling forward. Got the world to update. No sound and genkernel does not get my file for --config=file and I don't know what. Anywho, the previous problems are gone or transmogrified. I unmasked several python versions and masked libplist1.12 and 1.11-r2, and firefox-43.0 which crashes for me. When I log out of Xwindows the screen is on and all black and I must reboot manually. Thanks for looking, everyone. Happy New Year.
  6. dougbmorris's post in Dimmed Virtual Consoles was marked as the answer   
    My dimmed virtual consoles issue has apparently been resolved by updating to the 3.18.1 kernel. When I updated my @world, I got a message, so I also added the VHOST_NET module (kernel accelerator for virtio net), and maybe that fixed the console problem, but I doubt it. I gave up on virtualization but maybe I will try again later. Anyway, updated my kernel and @world and the problem went away.
  7. dougbmorris's post in Kernel panic - not syncing: Fatal exception in interrupt was marked as the answer   
    I figure it can't hurt to share my experiences. I once had a kernel panic problem, but all I had to do was avoid a specific single kernel version.
     
    I have had problems with drivers related to X11-base/xorg-11. I don't think it caused a kernel panic, but it would completely freeze or whatever. There is a thing called ABI, and if the kernel has one binary interface and the apps or drivers have another, it won't work. I found the command 'emerge @x11-module-rebuild' to be useful to get everything on the same ABI, at least for my problems. Useful set targets are listed by 'emerge --list-sets'.
     
    Did you see this in your dmesg: [Firmware Bug]: ACPI(DGFX) defines _DOD but not _DOS
    Since you are guessing power stuff, I guess so.
     
    I suppose you tried without ACPI and the power stuff; tried downgrading power management stuff. Maybe your hardware is not supported, bad luck, hard to reproduce if hardware specific. Related to new sys-apps/hwids? "[    3.583284] hp_accel: laptop model unknown, using default axes configuration &  [ 2.229867]   No soundcards found. & [    2.294729] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)" Seems you should be able to roll something back, but guessing what is hard to do sometimes.
     
    You could look at your config stuff for acpi config and try without laptop mode or whatever: /etc/laptop-mode/laptop-mode.conf
     
    Maybe the problem will get fixed upstream with an update in a week or two. :)
×
×
  • Create New...