-
Posts
490 -
Joined
-
Last visited
-
Days Won
59
Reputation Activity
-
cardinal reacted to storkk in First update in a while, slot conflicts ahoy. (python-related?)
Still emerging. A bit of a hiccup after 228 packages of 594 emerged just fine, then libwpg borked. Just for future googlers:
from portage's summary.log:
>>> Messages generated by process 3072 on 2016-02-12 18:42:08 GMT for package app-text/libwpg-0.3.1: ERROR: preinst This package will overwrite one or more files that may belong to other packages (see list below). You can use a command such as `portageq owners / <filename>` to identify the installed package that owns a file. If portageq reports that only one package owns a file then do NOT file a bug report. A bug report is only useful if it identifies at least two or more packages that are known to install the same file(s). If a collision occurs and you can not explain where the file came from then you should simply ignore the collision since there is not enough information to determine if a real problem exists. Please do NOT file a bug report at http://bugs.gentoo.org unless you report exactly which two packages install the same file(s). See http://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how to solve the problem. And once again, please do NOT file a bug report unless you have completely understood the above message. Detected file collision(s): /usr/lib64/pkgconfig/libwpg-0.3.pc /usr/include/libwpg-0.3/libwpg/WPGraphics.h /usr/include/libwpg-0.3/libwpg/libwpg.h /usr/lib64/libwpg-0.3.so.3 /usr/lib64/libwpg-0.3.so Searching all installed packages for file collisions... Press Ctrl-C to Stop app-text/libwpg-0.3.0:0.2::gentoo /usr/include/libwpg-0.3/libwpg/WPGraphics.h /usr/include/libwpg-0.3/libwpg/libwpg.h /usr/lib64/libwpg-0.3.so /usr/lib64/libwpg-0.3.so.3 /usr/lib64/pkgconfig/libwpg-0.3.pc Package 'app-text/libwpg-0.3.1' NOT merged due to file collisions. If necessary, refer to your elog messages for the whole content of the above message. fixed by
# FEATURES="-collision-detect -protect-owned" emerge -1DNuv libwpg ... after which updating @world continues... (38 of 366 at the moment)...
If my fingers were crossed any harder, they'd dislocate.
-
cardinal reacted to storkk in First update in a while, slot conflicts ahoy. (python-related?)
woohoo! a couple more hiccups, and vlc-2.2.2 won't emerge (but that's the last package left!)... but it looks like I'm good to go.
Thanks to everyone who gave me advice, and especially cardinal for the patient help you gave.
Cheers!
-
cardinal reacted to john123 in File collision, unable to update
Thanks Cardinal , that worked like charm .
Renaming those files has solved file-collisions problem.
That should be somewhere in the wiki page.
Whole package:
# equery f eselect-python * Searching for eselect-python ... * Contents of app-eselect/eselect-python-20151117-r2: /etc /etc/env.d /etc/env.d/python /etc/env.d/python/.keep_app-eselect_eselect-python-0 /usr /usr/bin /usr/bin/2to3 -> ../lib/python-exec/python-exec2 /usr/bin/idle -> ../lib/python-exec/python-exec2 /usr/bin/pydoc -> ../lib/python-exec/python-exec2 /usr/bin/python /usr/bin/python-config -> ../lib/python-exec/python-exec2 /usr/bin/python2 /usr/bin/python2-config -> ../lib/python-exec/python-exec2 /usr/bin/python3 /usr/bin/python3-config -> ../lib/python-exec/python-exec2 /usr/bin/pyvenv -> ../lib/python-exec/python-exec2 /usr/share /usr/share/eselect /usr/share/eselect/modules /usr/share/eselect/modules/python.eselect
thanks to all again
-
cardinal got a reaction from john123 in File collision, unable to update
The five files detected in the file collision do not belong to app-eselect/eselect-python-20140125 according to the equery output.
Renaming the files should not break anything.
Rename each file by adding ~ to the name so there is no collision.
* /usr/bin/python3
* /usr/bin/python2
* /usr/bin/python
* /usr/bin/pydoc
* /usr/bin/2to3
* /usr/bin/python-config
After you finish renaming try to update @world.
-
cardinal got a reaction from tmp-meteque in I can't update nodejs after python upgrade
Confirmed bug report: Gentoo's Bugzilla ? Bug 574446 net-libs/nodejs-5.5.0 fails to build: ACCESS DENIED: mkdir
-
cardinal got a reaction from Sandro in About ip6tables
/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
-
cardinal got a reaction from 666threesixes666 in LXC init.d script
You should file a report @ bugs.funtoo.org so Daniel or Oleg will see it.
-
cardinal got a reaction from maldoror in Can't emerge desktop
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 -
cardinal got a reaction from AdiosKid in nmap won't emerge
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 -
cardinal reacted to Chris Kurlinski in LXC init.d script
Just found an error in the init.d lxc script
The ebuild depend section is:
depend() { # be quiet, since we have to run depend() also for the # non-muxed init script, unfortunately. checkconfig 2>/dev/null || return 0 config ${CONFIGFILE} need localmount local _x _if for _x in $(lxc_get_net_link_type); do _if=${_x%:*} case "${_x##*:}" in # when the network type is set to phys, we can make use of a # network service (for instance to set it up before we disable # the net_admin capability), but we might also not set it up # at all on the host and leave the net_admin capable service # to take care of it. phys) use net.${_if} ;; *) need net.${_if} ;; esac done } But the net.{$_if} is wrong.
Should be netif.${_if}
Changed it in my lxc init.d script, and my container start right up.
Don't know what to do with the info.
Just sharing.
-
cardinal got a reaction from maemo-funtoo in installing pidgin, replace dhclient to dhcpcd
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.
-
cardinal got a reaction from maemo-funtoo in xfce can't install
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 -
cardinal got a reaction from edps in revdep-rebuild issue
I have the same problem on a x86 stable install with revdep-rebuild claiming broken libtool archive files of sudo.
[ 83% ] * broken /usr/lib/sudo/group_file.la (requires -ldl) * broken /usr/lib/sudo/sudoers.la (requires -lpam) * broken /usr/lib/sudo/sudoers.la (requires -ldl) * broken /usr/lib/sudo/sudoers.la (requires -lz) * broken /usr/lib/sudo/system_group.la (requires -ldl) [ 95% ] * broken /usr/libexec/sudo/libsudo_util.la (requires -ldl) [ 100% ] * Generated new 3_broken.rr * Assigning files to packages * /usr/lib/sudo/group_file.la -> app-admin/sudo * /usr/lib/sudo/sudoers.la -> app-admin/sudo * /usr/lib/sudo/system_group.la -> app-admin/sudo * /usr/libexec/sudo/libsudo_util.la -> app-admin/sudo No problem on my x86_64 current install which uses the same version of gentoolkit and sudo.The Mike Allen a.k.a. sputnik fix in his closed unfixed bug report: https://bugs.funtoo.org/browse/FL-1171
LDPATH="/usr/lib" to /etc/env.d/99gentoolkit-env
Stopped the errors on my system.
-
cardinal got a reaction from tuxman in kde-apps/oxygen-icons-15.04.3 problem
oxygen-icons issue is included in this bug report: KDE: a several cases to resolve.
Quote from end of bug reports first paragraph is your issue:
A side effect of this is that kde-frameworks move occured but ebuilds prefer kde-apps/oxygen-icons dependency at same time and giving file collision between kde-apps/oxygen-icons and kde-frameworks/oxygen-icons. build.log attached.
Login and vote/watch the report to keep updated by email.
-
cardinal got a reaction from pr1vacy in aalib install issue
This isn't true on my system if @world is "/var/lib/portage/world".
After removing sudo I install with this command:
funtoo rj # emerge -av =app-admin/sudo-1.8.15-r1 funtoo rj # grep sudo /var/lib/portage/world app-admin/sudo No version is pinned (appended) to sudo which would prevent an update. -
cardinal got a reaction from b9AcE in euse doesn't work.
profiles/use.local.desc was deleted last sync.
http://git.funtoo.org/ports-2012/commit/profiles?id=9781119c870823ba98f1a381de005521ed9f5be7
merge_utils.py should run the command below when funtoo staging is merged with ports-2012 to update use.local.desc
Command to write /usr/portage/profiles/use.local.desc
# egencache --update-use-local-desc --repo=gentoo -
-
cardinal got a reaction from Sandro in euse doesn't work.
profiles/use.local.desc was deleted last sync.
http://git.funtoo.org/ports-2012/commit/profiles?id=9781119c870823ba98f1a381de005521ed9f5be7
merge_utils.py should run the command below when funtoo staging is merged with ports-2012 to update use.local.desc
Command to write /usr/portage/profiles/use.local.desc
# egencache --update-use-local-desc --repo=gentoo -
cardinal got a reaction from david in [Newbie] Kernel compiling
Pre-compiled sys-kernel/debian-sources kernel is built with KVM
rj@funtoo ~ $ uname -a Linux funtoo 3.19.3-1~exp1 #1 SMP Mon May 18 05:17:08 2015 x86_64 Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz GenuineIntel GNU/Linux rj@funtoo ~ $ sudo modinfo kvm filename: /lib/modules/3.19.3-1~exp1/kernel/arch/x86/kvm/kvm.ko license: GPL author: Qumranet depends: intree: Y vermagic: 3.19.3-1~exp1 SMP mod_unload modversions parm: allow_unsafe_assigned_interrupts:Enable device assignment on platforms without interrupt remapping support. (bool) parm: ignore_msrs:bool parm: min_timer_period_us:uint parm: tsc_tolerance_ppm:uint rj@funtoo ~ $ sudo modinfo kvm-intel filename: /lib/modules/3.19.3-1~exp1/kernel/arch/x86/kvm/kvm-intel.ko license: GPL author: Qumranet alias: cpu:type:x86,ven*fam*mod*:feature:*0085* depends: kvm intree: Y vermagic: 3.19.3-1~exp1 SMP mod_unload modversions parm: vpid:bool parm: flexpriority:bool parm: ept:bool parm: unrestricted_guest:bool parm: eptad:bool parm: emulate_invalid_guest_state:bool parm: vmm_exclusive:bool parm: fasteoi:bool parm: enable_apicv:bool parm: enable_shadow_vmcs:bool parm: nested:bool parm: ple_gap:int parm: ple_window:int parm: ple_window_grow:int parm: ple_window_shrink:int parm: ple_window_max:int rj@funtoo ~ $ sudo modinfo kvm-amd filename: /lib/modules/3.19.3-1~exp1/kernel/arch/x86/kvm/kvm-amd.ko license: GPL author: Qumranet alias: cpu:type:x86,ven*fam*mod*:feature:*00C2* depends: kvm intree: Y vermagic: 3.19.3-1~exp1 SMP mod_unload modversions parm: npt:int parm: nested:int rj@funtoo ~ $ grep -i kvm /usr/src/linux-debian-sources-3.19.3/.config CONFIG_KVM_GUEST=y # CONFIG_KVM_DEBUG_FS is not set CONFIG_HAVE_KVM=y CONFIG_HAVE_KVM_IRQCHIP=y CONFIG_HAVE_KVM_IRQFD=y CONFIG_HAVE_KVM_IRQ_ROUTING=y CONFIG_HAVE_KVM_EVENTFD=y CONFIG_KVM_APIC_ARCHITECTURE=y CONFIG_KVM_MMIO=y CONFIG_KVM_ASYNC_PF=y CONFIG_HAVE_KVM_MSI=y CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y CONFIG_KVM_VFIO=y CONFIG_KVM=m CONFIG_KVM_INTEL=m CONFIG_KVM_AMD=m # CONFIG_KVM_MMU_AUDIT is not set CONFIG_KVM_DEVICE_ASSIGNMENT=y -
cardinal got a reaction from AdiosKid in Install local package with emerge ?
Binary Package Guide
Installing binary packages
-
cardinal got a reaction from Sandro in Errors with /etc/init.d/hwclock
Yes!
Configure the kernel with menuconfig following this path:
Device Drivers
Real Time Clock
*** Platform RTC drivers ***
PC-style 'CMOS'
I compile as <M> kernel module.
Rebuild kernel and install.
-
cardinal got a reaction from chytraeus in Wanna try Libreoffice 5 on Funtoo? Read here!
Libreoffice 5.0 deleted August 14, 2015 -
cardinal got a reaction from yungstorm in error when updating
I run current lxde x86_64
Emerge layman,add nightmare overlay.
Add nightmare overlay to /etc/portage/package.mask to stop override of matching funtoo packages which would create version conflict.
*/*::nightmare Add the package I want from nightmare overlay to /etc/portage/package.unmask
x11-terms/termite::nightmare funtoo rj # emerge -pv x11-terms/termite These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS #] x11-libs/vte-0.38.3:2.91::nightmare [0.28.2-r207:0::gentoo] USE="termite-patch -debug -glade -introspection -vala" 0 kB [ebuild N #] x11-terms/termite-9999::nightmare 0 kB Total: 2 packages (1 new, 1 in new slot), Size of downloads: 0 kB !!! The following update has been skipped due to unsatisfied dependencies: x11-libs/vte:2.91 emerge: there are no ebuilds to satisfy ">=x11-libs/gnome-pty-helper-0.40.2". (dependency required by "x11-libs/vte-0.40.2::nightmare" [ebuild]) The following mask changes are necessary to proceed: (see "package.unmask" in the portage(5) man page for more details) # required by x11-terms/termite-9999::nightmare # required by x11-terms/termite (argument) # /etc/portage/package.mask: =x11-libs/vte-0.38.3 The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by x11-terms/termite-9999::nightmare # required by x11-terms/termite (argument) =x11-libs/vte-0.38.3 termite-patch NOTE: The --autounmask-keep-masks option will prevent emerge from creating package.unmask or ** keyword changes. I ignore this
x11-libs/vte:2.91 emerge: there are no ebuilds to satisfy ">=x11-libs/gnome-pty-helper-0.40.2". (dependency required by "x11-libs/vte-0.40.2::nightmare" [ebuild]) and follow package.unmask and package.use instructions.
Add to /etc/portage/package.unmask
=x11-libs/vte-0.38.3 Add to /etc/portage/package.use
=x11-libs/vte-0.38.3 termite-patch funtoo rj # emerge -av x11-terms/termite These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS #] x11-libs/vte-0.38.3:2.91::nightmare [0.28.2-r207:0::gentoo] USE="termite-patch -debug -glade -introspection -vala" 0 kB [ebuild N #] x11-terms/termite-9999::nightmare 0 kB Total: 2 packages (1 new, 1 in new slot), Size of downloads: 0 kB Would you like to merge these packages? [Yes/No] Emerge completes without error.
funtoo rj # eix -J [I] x11-libs/vte Available versions: (0) 0.28.2-r207 (2.90) 0.36.3 (2.91) 0.38.2 0.38.3 (~)0.38.3[1] [m](~)0.40.2[1] {+crypt debug glade +introspection python termite-patch vala PYTHON_ABIS="2.6 2.7"} Installed versions: 0.28.2-r207(05:15:26 PM 07/04/2015)(python -debug -introspection PYTHON_ABIS="2.7 -2.6") 0.38.3(2.91)[1](01:04:46 AM 08/22/2015)(termite-patch -debug -glade -introspection -vala) Homepage: https://wiki.gnome.org/action/show/Apps/Terminal/VTE Description: Library providing a virtual terminal emulator widget [I] x11-terms/termite [1] Available versions: (~)7 (~)8 (~)9 (~)10 (~)9999 Installed versions: 9999(01:05:06 AM 08/22/2015) Homepage: https://github.com/thestinger/termite Description: A keyboard-centric VTE-based terminal [1] "nightmare" /var/lib/layman/nightmare Found 2 matches. -
cardinal got a reaction from Sandro in Graphic drivers for an old videocard.
GeForce 7025 / nForce 630a
Nvidia Linux-x86_64/304.125/README/supportedchips.html
No vdpau for GeForce 7025 / nForce 630a 0x053E
/usr/portage/x11-drivers/nvidia-drivers-304.125.ebuild
-
cardinal reacted to j-g- in im new with funtoo where is the package j4-dmenu-desktop?
It is not on the tree, but the upstream git page has instructions for installation in gentoo(you can apply those to funtoo) from a greek overlay, but you'll need to learn about layman and overlays (non official repos), package.accept_keywords and live ebuilds(versions 9999* basically fresh from git). start by installing layman also you should check eix(emerge eix) to search for packages, nobody really uses emerge --search(too slow).
If you will try to install it, I advice you, when using overlays, be aware the quality of the ebuilds might not be as good as the main repo, the ebuilds might be unmaintained. But that shouldn't stop you, just check the overlay is being maintained, and if you use live ebuilds, that means you can report any problem you have directly to upstream because you are building their latest code.
