Xerxes Lins
-
Posts
9 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Blogs
Posts posted by Xerxes Lins
-
-
Try:
# perl-cleaner --modules -
SOLVED!
The trick is:
$ sudo perl-cleaner --modules -
Compiles ok here:
cat /var/log/portage/sys-devel\:bc-1.06.95-r2\:20150713-142711.log | wgetpaste Your paste can be seen here: https://bpaste.net/show/83f86c66377d
When emerge/compile fails you need to post the whole build.log
Use wgetpaste,check then post "Your paste can be seen here:" link.
cat /var/tmp/portage/sys-devel/bc-1.06.95-r2/temp/build.log | wgetpaste
Thanks for de tip!
cat /var/tmp/portage/sys-devel/bc-1.06.95-r2/temp/build.log | wgetpaste -
Hello! When running the command:
# emerge bc
I came across the following message:* ERROR: sys-devel/bc-1.06.95-r2 failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-devel/bc-1.06.95-r2'`, * the complete build log and the output of `emerge -pqv '=sys-devel/bc-1.06.95-r2'`. * The complete build log is located at '/var/tmp/portage/sys-devel/bc-1.06.95-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/bc-1.06.95-r2/temp/environment'. * Working directory: '/var/tmp/portage/sys-devel/bc-1.06.95-r2/work/bc-1.06.95' * S: '/var/tmp/portage/sys-devel/bc-1.06.95-r2/work/bc-1.06.95' >>> Failed to emerge sys-devel/bc-1.06.95-r2, Log file: >>> '/var/tmp/portage/sys-devel/bc-1.06.95-r2/temp/build.log' * Messages for package sys-devel/bc-1.06.95-r2: * ERROR: sys-devel/bc-1.06.95-r2 failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-devel/bc-1.06.95-r2'`, * the complete build log and the output of `emerge -pqv '=sys-devel/bc-1.06.95-r2'`. * The complete build log is located at '/var/tmp/portage/sys-devel/bc-1.06.95-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/bc-1.06.95-r2/temp/environment'. * Working directory: '/var/tmp/portage/sys-devel/bc-1.06.95-r2/work/bc-1.06.95' * S: '/var/tmp/portage/sys-devel/bc-1.06.95-r2/work/bc-1.06.95'
What can I do to solve ? I think it's a bug.
# cat /etc/make.confCFLAGS="-march=native -O2 -pipe"CXXFLAGS="${CFLAGS}"ACCEPT_KEYWORDS="~amd64"MAKEOPTS="-j5"VIDEO_CARDS="intel"INPUT_DEVICES="evdev synaptics"LINGUAS="pt_BR"LANGUAGE="pt_BR"FEATURES="-compressdebug -splitdebug"source /var/lib/layman/make.confUSE="introspection apache2 php mysql mysqli"
Thank you! -
SOLVED!
Removed app-emulation/emul-linux-x86-qtlibs
Add "*/* abi_x86_32" (package.use)
Add "=dev-libs/nettle-3.1::gentoo" (package.mask)
0 (zero) blocks!
THANX! -
hi friend.... so lets pull out the relevant info....
Total: 20 packages (2 upgrades, 18 new, 5 uninstalls), Size of downloads: 20 kB Conflict: 28 blocks (28 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-libs/nettle:0 (dev-libs/nettle-3.1::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (dev-libs/nettle-2.7.1-r4::gentoo, installed) pulled in by <dev-libs/nettle-3[gmp,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(-)?] required by (net-libs/gnutls-3.3.15::gentoo, installed)28 blocks WOW something bads going on with your system..... what abi is your system? x86_64? nettle 3.1 and nettle 2.7 are having a battle....
you basically have 2 options... remove the blocking packages, or masking the package that is conflicting with your existing system.... both options have perils... though the second option can cause more blockers if it's being pulled in by another package.
required by (net-libs/gnutls-3.3.15::gentoo, installed)
soooo i would try masking nettle 3.1 to avert the whole ugly nightmare. i actually have nettle 2.7 and am being suggested update to 3.1 so ill try to reproduce this.
yes, x86_64.
I removed wine (I thought could help) and masked the nettle:
funtoo xerxes # cat /etc/portage/package.mask
*/*::open-overlay
*/*::gamerlay
=dev-libs/nettle-3.1::gentoo
The output got bigger now !
Thank you for your help
-
Hello, I am new in Funtoo and never had experience with Gentoo (tried installing a few times a few years back)
My question is as follows:
How do I resolve package conflicts blocked after I run the command "emerge -auNDv"?
I read:
https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers
But it did not help me.
After running the aforementioned command, the output is as follows:
http://pastebin.com/H8aWmFtS
I've tried removing the packages listed as blockers, and also tried to mask them, but had no success.
funtoo xerxes # cat /etc/portage/package.mask
*/*::open-overlay
*/*::gamerlay
funtoo xerxes # cat /etc/portage/package.unmask
=app-portage/layman-dbtools-0_p20100322
mate-extra/mintmenu
games-util/steam-launcher
funtoo xerxes # cat /etc/portage/make.conf
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="~amd64"
MAKEOPTS="-j5"
VIDEO_CARDS="intel"
LINGUAS="pt_BR"
LANGUAGE="pt_BR"
FEATURES="-compressdebug -splitdebug"
source /var/lib/layman/make.conf
If anyone can give me some clue, how should I begin to proceed, I would be very grateful.
Thank you. -
Thanks!
I solved with your help !
I created the file "~/.config/fontconfig/fonts.conf" and pasted the following link content:
https://wiki.archlinux.org/index.php/Croscore_Fonts
And I ran the command:
$ sudo fontconfig eselect enable ~/.config/fontconfig/fonts.conf
After restarting Firefox, the fonts were OK.
:D -
Hi, I am new on Funtoo.
Some text fonts are ugly in Firefox (some websites), but OK in Google Chrome.
(Without rendering?)
Please, best view in fullscreen:
http://imgur.com/43BAM2h
http://imgur.com/fCJfrIy
What can I do for try fix it?
Thank you

Screenshots
in General Discussion
Posted
Nice screenshots here!
I use i3 and Openbox. Here my openbox desktop inspired on archbang and crunchbang.