Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

cardinal

Members
  • Posts

    490
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by cardinal

  1. From Reply#26 last screen: (app-eselect/eselect-python-20151117-r3:0/0::gentoo, ebuild scheduled for merge) pulled in by >=app-eselect/eselect-python-20151117-r1 required by (dev-lang/python-3.4.3-r7:3.4/3.4m::gentoo, ebuild scheduled for merge) app-eselect/eselect-python required by (dev-lang/python-3.3.5-r2:3.3/3.3::gentoo, installed) app-eselect/eselect-python required by (dev-lang/python-2.7.10-r1:2.7/2.7::gentoo, installed) app-eselect/eselect-python-20151117-r3:0/0 and dev-lang/python-3.4.3-r7:3.4/3.4m are hard masked by /usr/portage/profiles/package.mask/funtoo-python on my system. Why does portage want to install them on your system ? Run the commands I used to output the following info from my system and see if the output is the same. funtoo rj # equery l -p eselect-python * Searching for eselect-python ... [-P-] [ ] app-eselect/eselect-python-20111108:0 [-P-] [ ] app-eselect/eselect-python-20131210:0 [-P-] [ ] app-eselect/eselect-python-20140115:0 [IP-] [ ] app-eselect/eselect-python-20140125:0 [-P-] [M ] app-eselect/eselect-python-20151117-r2:0 [-P-] [M ] app-eselect/eselect-python-20151117-r3:0 [-P-] [M-] app-eselect/eselect-python-99999999:0 funtoo rj # equery l -p python * Searching for python ... [IP-] [ ] dev-lang/python-2.7.10-r1:2.7 [-P-] [M ] dev-lang/python-2.7.11-r2:2.7 [IP-] [ ] dev-lang/python-3.3.5-r2:3.3 [-P-] [M ] dev-lang/python-3.3.5-r7:3.3/3.3m [-P-] [M ] dev-lang/python-3.4.3-r1:3.4 [-P-] [M ] dev-lang/python-3.4.3-r7:3.4/3.4m [-P-] [M ] dev-lang/python-3.5.0-r2:3.5 [-P-] [M ] dev-lang/python-3.5.1-r2:3.5/3.5m funtoo rj # eselect python list Available Python interpreters: [1] python2.7 [2] python3.3 * From emerge -v -info posted here PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" This problem was fixed on my system !!! The ebuild selected to satisfy ">=media-libs/lensfun-0.2.5:0/0=" has unmet requirements. - media-libs/lensfun-0.3.2::gentoo USE="-doc -test" CPU_FLAGS_X86="sse sse2" PYTHON_SINGLE_TARGET="python3_3 python3_4 -python3_5" PYTHON_TARGETS="python3_3 -python3_4 -python3_5" by adding to package.use media-libs/lensfun -python_single_target_python3_4
  2. Your welcome, I appreciate the opportunity to figure this out. It doesn't appear lack of output about installing updated packages was due to --backtrack setting. Maybe I'm at a dead end with @system so lets look @world Please post the links from wgetpaste to output from these commands: # emerge --ask --update --newuse --deep --with-bdeps=y @world | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=10 @world | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=20 @world | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=30 @world | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=50 @world | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=75 @world | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=100 @world | wgetpaste
  3. These are the packages that would be merged, in order: There are no packages listed that it would update due to --backtrack=200 Output lists 2 slot conflicts,what would be rebuilt if packages in conflict were updated,and clang use flag. --backtrack=COUNT Specifies an integer number of times to backtrack if dependency calculation fails due to a conflict or an unsatisfied dependency (default: ?3?). I have no experience with backtrack so I need to compare output without --backtrack= and with --backtrack= using lower settings. Please post the links from wgetpaste to output from these commands: # emerge --ask --update --newuse --deep --with-bdeps=y @system | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=10 @system | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=20 @system | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=30 @system | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=50 @system | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=75 @system | wgetpaste # emerge --ask --update --newuse --deep --with-bdeps=y --backtrack=100 @system | wgetpaste
  4. Try this command that combines new versions of python, new version slot install ncurses, reinstall of existing eselect-python and ncurses : # emerge -av1 =app-eselect/eselect-python-20140125 =dev-lang/python-2.7.10-r1 =dev-lang/python-3.3.5-r2 sys-libs/ncurses:5/5 sys-libs/ncurses:0/6
  5. Let's try to eliminate slot conflict by installing sys-libs/ncurses-6.0-r1:0/6 into a New Slot. This should leave existing sys-libs/ncurses-5.9-r5:0/5 on your system to satisfy currently installed packages. # emerge -av1 sys-libs/ncurses:0/6 Post output: # emerge -pv1 =app-eselect/eselect-python-20140125 =dev-lang/python-2.7.10-r1 =dev-lang/python-3.3.5-r2
  6. @storkk You changed the command I requested the output from by adding N and --backtrack=200 If you feel it is helpful for me to see the output from your altered command provide it in addition to the output from the command I request. Please provide the output from this command: # emerge -pv1 =app-eselect/eselect-python-20140125 =dev-lang/python-2.7.10-r1 =dev-lang/python-3.3.5-r2
  7. Post #100 @Sandro Thx. :) @storkk sys-devel/ llvm has -clang use flag disabled on my system is the reason why I have no clang installed. [ebuild R ] sys-devel/llvm-3.7.1:0/3.7.1::gentoo USE="libffi ncurses python static-analyzer xml -clang -debug -doc -gold -libedit -lldb -multitarget -ocaml {-test}" PYTHON_TARGETS="python2_7" VIDEO_CARDS="radeon" 0 KiB sys-devel/llvm has clang use flag enabled on your system. [ebuild r U ] sys-devel/llvm-3.7.1:0/3.7.1::gentoo [3.6.2:0/3.6::gentoo] USE="clang libffi ncurses python static-analyzer xml -debug -doc -gold -libedit -lldb% -multitarget -ocaml {-test}" ABI_X86="32* (64) (-x32)" PYTHON_TARGETS="python2_7 (-pypy%)" VIDEO_CARDS="radeon" 24,610 KiB See what effect it has if you remove the clang use flag from llvm. If you enabled it in /etc/portage/package.use remove the configuration. If not add "sys-devel/llvm -clang" without the quotes to your package.use configuration. Try again: # emerge -pv1 =app-eselect/eselect-python-20140125 =dev-lang/python-2.7.10-r1 =dev-lang/python-3.3.5-r2
  8. [blocks B ] >=sys-devel/llvm-3.7 (">=sys-devel/llvm-3.7" is blocking media-libs/mesa-10.5.2) [blocks B ] <=sys-devel/clang-3.7.1-r99 ("<=sys-devel/clang-3.7.1-r99" is blocking sys-devel/llvm-3.7.1) Anytime you change USE or configurations portage wants to rebuild the packages such as mesa because Sandro had you change VIDEO_CARDS="radeon r600" to VIDEO_CARDS="radeon" and add ABI_X86="64 32" which rebuild lib packages to compile the 32-bit libs. VIDEO_CARDS variable determines what drivers mesa builds.If mesa builds drivers that don't match your hardware it causes no harm. I would remove or comment out ABI_X86="64 32" and change back to VIDEO_CARDS="radeon r600" in make.conf sys-devel/llvm-3.7.1 and media-libs/mesa-11.1.1 are current versions on my system. No sys-devel/clang installed on my system so it appears clang is not a required dependency of llvm. The last thing you want on a stale system is to trigger rebuilds with configuration changes on top of updating issues. Try again: # emerge -pv1 =app-eselect/eselect-python-20140125 =dev-lang/python-2.7.10-r1 =dev-lang/python-3.3.5-r2 I will be away from the keyboard until tomorrow. My advice is to back up your system before experimenting or removing packages. It is very easy to brick a stale system trying to update it.
  9. Python3_4 requires app-eselect/eselect-python-20151117-r3 conflicts with python2_7 and python3_3 >=python-3.4.3-r2 and >=eselect-python-20151117-r3 are masked to prevent this. http://git.funtoo.org/ports-2012/tree/profiles/package.mask/funtoo-python#n9 http://git.funtoo.org/ports-2012/tree/profiles/package.mask/funtoo-python#n12 User override adding python3_4 to PYTHON_TARGETS and PYTHON_SINGLE_TARGET to make.conf or using a package.unmask re-creates conflict. Remove this from /etc/portage/make.conf : USE_PYTHON="2.7 3.4" PYTHON_TARGETS="python2_7 python3_4" PYTHON_SINGLE_TARGET="python3_4" The -p or --pretend option is used on the commands below to check for conflicts. Update eselect-python,python2_7,and python3_3 to the current versions # emerge -pv1 =app-eselect/eselect-python-20140125 =dev-lang/python-2.7.10-r1 =dev-lang/python-3.3.5-r2 If there are no conflicts and merge succeeds run python-updater Output on my updated system: funtoo rj # emerge -pv1 =app-eselect/eselect-python-20140125 python:2.7 python:3.3 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] app-eselect/eselect-python-20140125::gentoo 71 KiB [ebuild R ] dev-lang/python-2.7.10-r1:2.7::gentoo USE="gdbm ipv6 ncurses readline sqlite ssl (threads) (wide-unicode) xml (-berkdb) -build -doc -examples -hardened -tk -wininst" 0 KiB [ebuild R ] dev-lang/python-3.3.5-r2:3.3::gentoo USE="gdbm ipv6 ncurses readline sqlite ssl (threads) xml -build -doc -examples -hardened -tk -wininst" 0 KiB Total: 3 packages (3 reinstalls), Size of downloads: 71 KiB # emerge -pvDNu --with-bdeps=y @system From my updated pure64 current system I have EMERGE_DEFAULT_OPTS="--with-bdeps=y" in my make.conf funtoo rj # emerge -pv @system | wgetpaste Your paste can be seen here: https://bpaste.net/show/83aa913ae656 funtoo rj # emerge -v --info | wgetpaste Your paste can be seen here: https://bpaste.net/show/da6d0140c022
  10. File a report at bugs.funtoo.org Link the report to https://bugs.funtoo.org/browse/FL-3026 Solution in https://bugs.funtoo.org/browse/FL-3026 works on my current pure64 system with python-2.7.10-r1 and python-3.3.5-r2 installed. Add to /etc/portage/package.use media-libs/lensfun -python_single_target_python3_4 funtoo rj # emerge -pv lensfun These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] media-libs/lensfun-0.3.2::gentoo USE="-doc {-test}" CPU_FLAGS_X86="sse sse2" PYTHON_SINGLE_TARGET="python3_3 -python3_4 -python3_5" PYTHON_TARGETS="python3_3 -python3_4 -python3_5" 767 KiB Total: 1 package (1 new), Size of downloads: 767 KiB
  11. OpenRC Autoload ip6_tables On Boot nano /etc/conf.d/modules modules="ip6_tables"
  12. /etc/init.d/ip6tables : ip6tables) iptables_proc="/proc/net/ip6_tables_names" checkkernel() { if [[ ! -e ${iptables_proc} ]] ; then eerror "Your kernel lacks ${iptables_name} support, please load" eerror "appropriate modules and try again." return 1 fi return 0 } modprobe ip6_tables Creates /proc/net/ip6_tables_names funtoo rj # modinfo ip6-tables filename: /lib/modules/3.16.7-ckt11-1/kernel/net/ipv6/netfilter/ip6_tables.ko description: IPv6 packet filter author: Netfilter Core Team <coreteam@netfilter.org> license: GPL depends: x_tables intree: Y vermagic: 3.16.7-ckt11-1 SMP mod_unload modversions If you don't have ip6_tables kernel module build it with CONFIG_IP6_NF_IPTABLES=m Reference: CONFIG_IP6_NF_IPTABLES: IP6 tables support (required for filtering) General information The Linux kernel configuration item CONFIG_IP6_NF_IPTABLES has multiple definitions: IP6 tables support (required for filtering) found in net/ipv6/netfilter/Kconfig The configuration item CONFIG_IP6_NF_IPTABLES: prompt: IP6 tables support (required for filtering) type: tristate depends on: ( CONFIG_INET && CONFIG_IPV6 ) && ( CONFIG_NETFILTER_ADVANCED = CONFIG_n ) defined in net/ipv6/netfilter/Kconfig found in Linux kernels: 2.6.19?2.6.39, 3.0?3.19, 4.0?4.2, 4.4, 4.5-rc+HEAD modules built: ip6_tables
  13. gentoo repo keyword unstable Python must be updated to dev-lang/python-2.7.11-r1:2.7::gentoo , dev-lang/python-3.4.3-r7:3.4/3.4m::gentoo before app-eselect/eselect-python-20151117-r2 is installed. If your entire system is gentoo unstable then portage should resolve this automatically. emerge -av --update --deep @world https://forums.gentoo.org/viewtopic-p-7859106.html?sid=c3e6f56214bc150558581565349c902b
  14. Some programs like ffmpeg are optimized by passing cpu flags as compile options. If using cpu specific subarch the correct CPU_FLAGS_X86 are specified in the profile. generic_64 and native_64 subarch provide only CPU_FLAGS_X86="mmx mmxext sse sse2" For more optimization with generic or native subarch use the tool app-portage/cpuinfo2cpuflags to detect cpu flags of running cpu. Add detected flags manually to CPU_FLAGS_X86 in make.conf
  15. https://gcc.gnu.org/gcc-4.9/changes.html New Targets and Target Specific Improvements IA-32/x86-64 Optimizing for other Intel microarchitectures have been renamed to -march=nehalem, westmere, sandybridge, ivybridge, haswell, bonnell. Funtoo uses gcc-4.9.3, -march=haswell is set with epro subarch intel64-haswell-pure64 or epro subarch intel64-haswell-64 gcc < 4.9 would use -march=core-avx2 My preference is to use native on my pure64 install. epro subarch native_pure64 Setting -march=haswell or using native with haswell cpu should enable avx2 man gcc: haswell Intel Haswell CPU with 64-bit extensions, MOVBE, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, POPCNT, AVX, AVX2, AES, PCLMUL, FSGSBASE, RDRND, FMA, BMI, BMI2 and F16C instruction set support. Verify what is auto-enabled with native: gcc -march=native -Q --help=target
  16. Set gcc: funtoo rj # gcc-config 1 * Switching native-compiler to x86_64-pc-linux-gnu-4.9.3 ... [ ok ] Verify there is a * to the right indicating compiler link is set: funtoo rj # gcc-config -l [1] x86_64-pc-linux-gnu-4.9.3 * GCC profile: funtoo rj # gcc-config -c x86_64-pc-linux-gnu-4.9.3
  17. I used lubuntu-32bit livecd to install 32bit funtoo stable and ran into same error. In the case of ubuntu based livecd clearing the environment removes PATH from shell. Shell can't find env or chroot without knowing the PATH. env: chroot: No such file or directory Use which command to find path to env: root@lubuntu:/mnt/funtoo# which env /usr/bin/env Use which command to find path to chroot: root@lubuntu:/mnt/funtoo# which chroot /usr/sbin/chroot Command on 32-bit lubuntu to chroot into stage3-generic_32-funtoo-stable-2015-10-05.tar.xz extracted to /mnt/funtoo: root@lubuntu:/mnt/funtoo# /usr/bin/env -i HOME=/root TERM=$TERM /usr/sbin/chroot . bash -l lubuntu / # Shortcut: root@lubuntu:/mnt/funtoo# env -i PATH=$PATH HOME=/root TERM=$TERM chroot . bash -l lubuntu / #
  18. Check again as some changes were made last night that may resolve your issue. emerge --sync I had problem with pda-apps/libplist described in my funtoo bug report: https://bugs.funtoo.org/browse/FL-3050 Oleg made changes which enabled me to merge pda-apps/libplist Oleg commented on pda-apps/libplist gentoo bug report : https://bugs.gentoo.org/show_bug.cgi?id=548372#c5 Oleg add package.mask diff --git a/profiles/package.mask/funtoo-staging-oleg b/profiles/package.mask/funtoo-staging-oleg index 783913d..8d3fdd4 100644 --- a/profiles/package.mask/funtoo-staging-oleg +++ b/profiles/package.mask/funtoo-staging-oleg @@ -1,3 +1,6 @@ +# mask broken versions of libplist until https://bugs.gentoo.org/show_bug.cgi?id=548372 is fixed. +>=app-pda/libplist-1.11-r2 + # temporarily mask dev-util/sysdig, that require, EAPI=6 libb64. It doesnt have reverse deps. Until FL-3010 covered. >=dev-util/sysdig-0.5 New mask downgrades app-pda/libplist-1.12 to app-pda/libplist-1.11-r1 on my current pure64 system. funtoo rj # emerge -avuDN world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] dev-libs/nss-3.21-r2::gentoo [3.21-r1::gentoo] USE="cacert nss-pem -utils" 0 KiB [ebuild UD ] dev-lang/python-2.7.10-r1:2.7::gentoo [2.7.10-r3:2.7::gentoo] USE="gdbm ipv6 ncurses readline sqlite ssl (threads) (wide-unicode) xml (-berkdb) -build -doc -examples -hardened -tk -wininst (-libressl%)" 0 KiB [ebuild R ] dev-lang/python-3.3.5-r2:3.3::gentoo USE="gdbm ipv6 ncurses readline sqlite ssl (threads) xml -build -doc -examples -hardened -tk -wininst (-libressl%)" 0 KiB [ebuild r UD ] app-pda/libplist-1.11-r1:0/2::gentoo [1.12:0/3::gentoo] USE="python -static-libs" PYTHON_TARGETS="python2_7 (-python3_3%*) (-python3_4%) (-python3_5%)" 0 KiB [ebuild U ] dev-python/numpy-1.10.4::gentoo [1.10.2-r1::gentoo] USE="-doc -lapack {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_4 -python3_5" 3,975 KiB [ebuild rR ] app-pda/libusbmuxd-1.0.9:0/2::gentoo USE="-static-libs" 0 KiB [ebuild rR ] sys-power/upower-0.99.3-r1:0/3::gentoo USE="deprecated ios -introspection" 0 KiB [ebuild rR ] gnome-base/gvfs-1.24.2::gentoo USE="bluray cdda gtk http ios mtp udev udisks -afp -archive -fuse -gnome-online-accounts -gphoto2 -libsecret -nfs -samba -systemd {-test} -zeroconf" 0 KiB Total: 8 packages (2 upgrades, 2 downgrades, 4 reinstalls), Size of downloads: 3,975 KiB The following packages are causing rebuilds: (app-pda/libplist-1.11-r1:0/2::gentoo, ebuild scheduled for merge) causes rebuilds for: (app-pda/libusbmuxd-1.0.9:0/2::gentoo, ebuild scheduled for merge) (sys-power/upower-0.99.3-r1:0/3::gentoo, ebuild scheduled for merge) (gnome-base/gvfs-1.24.2:0/0::gentoo, ebuild scheduled for merge) Provide output from these commands to get assistance: emerge --info emerge libplist -pv
  19. Same problem with solutions here: dev-db/mariadb and dev-db/mysql-connector-c conflict
  20. Overriding_environment_variables_per_package
  21. Nmap-7.01 builds on stable x86 funtoo, current amd64 funtoo. There are no bug reports on nmap build failures. Hard to determine what went wrong without your nmap build log and what nmap USE flags you have enabled. My build log: varlogportagenet-analyzer-nmap-7-01-20151227-011022-log Your compile dies after line 600 on my log. make: Entering directory '/var/tmp/portage/net-analyzer/nmap-7.01/work/nmap-7.01' make: *** No rule to make target 'makefile.dep'. Stop. My compile reports on line 601: Makefile:486: makefile.dep: No such file or directory Compile continues and writes makefile.dep on line 602 x86_64-pc-linux-gnu-g++ -MM -I./liblua -I./libdnet-stripped/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/share/nmap\" -march=core2 -O2 -pipe -Wall -fno-strict-aliasing charpool.cc FingerPrintResults.cc FPEngine.cc FPModel.cc idle_scan.cc MACLookup.cc main.cc nmap.cc nmap_dns.cc nmap_error.cc nmap_ftp.cc NmapOps.cc NmapOutputTable.cc nmap_tty.cc osscan2.cc osscan.cc output.cc payload.cc portlist.cc portreasons.cc protocols.cc scan_engine.cc scan_engine_connect.cc scan_engine_raw.cc service_scan.cc services.cc Target.cc TargetGroup.cc targets.cc tcpip.cc timing.cc traceroute.cc utils.cc xml.cc nse_main.cc nse_utility.cc nse_nsock.cc nse_dnet.cc nse_fs.cc nse_nmaplib.cc nse_debug.cc nse_pcrelib.cc nse_binlib.cc nse_bit.cc nse_lpeg.cc nse_openssl.cc nse_ssl_cert.cc > makefile.dep rj@funtoo ~ $ equery b x86_64-pc-linux-gnu-g++ * Searching for x86_64-pc-linux-gnu-g++ ... sys-devel/gcc-4.9.3 (/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/x86_64-pc-linux-gnu-g++) rj@funtoo ~ $ gcc-config -l [1] x86_64-pc-linux-gnu-4.9.3 * rj@funtoo ~ $ gcc --version gcc (Funtoo 4.9.3) 4.9.3 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. funtoo rj # emerge -av nmap These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] net-analyzer/nmap-7.01::gentoo USE="ipv6 nls nse ssl -libressl -ncat -ndiff -nmap-update -nping (-system-lua) -zenmap" LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh" PYTHON_TARGETS="python2_7" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB
  22. Bug 562394 - =media-libs/libass-0.13.0: update blockers as enca USE was dropped If you have a local overlay editing mpv-0.11.0-ebuild as instructed in Comment 3 builds on my current pure64 system. funtoo rj # emerge -av mpv These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-libs/libmowgli-1.0.0::gentoo 0 KiB [ebuild N ] dev-python/pygments-2.0.2-r2::gentoo USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_3 -pypy -pypy3 -python3_4 -python3_5" 0 KiB [ebuild N ] dev-python/docutils-0.12::gentoo PYTHON_TARGETS="python2_7 python3_3 -pypy -pypy3 -python3_4 -python3_5" 0 KiB [ebuild N ] app-i18n/libguess-1.2::gentoo USE="-examples" 0 KiB [ebuild N ] media-video/mpv-0.11.0::rj USE="X alsa bluray cdio cli dvd enca encode iconv jpeg libass libguess opengl v4l vaapi vdpau xscreensaver -doc-pdf -drm -dvb -egl -jack -lcms (-libav) -libcaca -libmpv -lua -luajit -openal -oss -pulseaudio -pvr -raspberry-pi -rubberband -samba -sdl (-selinux) -vf-dlopen -wayland -xinerama -xv" 0 KiB rj@funtoo /usr/local/portage/media-video/mpv $ equery d libass * These packages depend on libass: media-video/ffmpeg-2.8.3 (libass ? >=media-libs/libass-0.10.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]) media-video/mplayer-1.2-r2 (libass ? >=media-libs/libass-0.9.10) media-video/mpv-0.11.0 (libass ? >=media-libs/libass-0.12.1[enca(+)?,fontconfig])
  23. You should file a report @ bugs.funtoo.org so Daniel or Oleg will see it.
  24. Pidgin: mkdir -p /etc/portage/package.use/net-libs echo ">=net-libs/libsoup-2.50.0 introspection" > /etc/portage/package.use/net-libs/libsoup echo ">=net-libs/gssdp-0.14.11 introspection" > /etc/portage/package.use/net-libs/gssdp emerge -av pidgin Networkmanager manages it's own dhcpc. Dhcpcd and dhcpd should be disabled, if they run at the same time as networkmanager it will cause conflicts. Verify dhcpcd and dhcpd are not listed as set to start on any runlevel. rc-update If dhcpcd and/or dhcp is set to auto start disable: rc-config delete dhcpcd rc-config delete dhcpd rc Bug report has more recommendations for setting up networkmanager.
  25. You have nvidia graphics adapter. Change VIDEO_CARDS="intel" to VIDEO_CARDS="intel nouveau" in /etc/portage/make.conf emerge -avuDN world This will rebuild libdrm,xorg-drivers,mesa adding nouveau Merge new xf86-video-nouveau driver. funtoo ~ # emerge -avuDN world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-libs/libdrm-2.4.65::gentoo USE="libkms -static-libs -valgrind" VIDEO_CARDS="nouveau* radeon -amdgpu (-exynos) (-freedreno) -intel (-omap) (-tegra) -vmware" 0 KiB [ebuild R ] x11-base/xorg-drivers-1.17::gentoo INPUT_DEVICES="evdev keyboard mouse synaptics -acecad -aiptek -elographics -fpit -hyperpen -joystick (-libinput) -mutouch -penmount -tslib -vmmouse -void -wacom" VIDEO_CARDS="nouveau* radeon -amdgpu -apm -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-freedreno) -geode -glint -i128 -i740 -intel -mach64 -mga -neomagic -nv -nvidia (-omap) (-omapfb) -qxl -r128 -radeonsi -rendition -s3 -s3virge -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx (-tegra) -tga -trident -tseng -vesa -via -virtualbox -vmware (-voodoo)" 0 KiB [ebuild N ] x11-drivers/xf86-video-nouveau-1.0.11::gentoo USE="-glamor" 0 KiB [ebuild R ] media-libs/mesa-11.0.6::gentoo USE="classic dri3 egl gallium gbm llvm nptl udev xa -bindist -d3d9 -debug -gles1 -gles2 -opencl -openmax -osmesa -pax_kernel -pic (-selinux) -vaapi -vdpau -wayland -xvmc" VIDEO_CARDS="nouveau* radeon (-freedreno) -i915 -i965 -ilo -intel -r100 -r200 -r300 -r600 -radeonsi -vmware" 0 KiB Total: 4 packages (1 new, 3 reinstalls), Size of downloads: 0 KiB
×
×
  • Create New...