[gentoo-user] Rather ugly portage output today...

2012-06-02 Thread Mark Knecht
ild.sh, line 318: Called die * The specific snippet of code: * declare -F "${ECLASS}_$x" >/dev/null || \ * die "EXPORT_FUNCTIONS: ${ECLASS}_$x is not defined" * * If you need support, post the output of `emerge -

Re: [gentoo-user] distcc cross-compiling for OSX

2012-09-29 Thread Kraus Philipp
Ks directory, that I would use, to the Linux box and run this commands mkdir darwin cd darwin ../gcc_42-5577/configure --prefix=/opt/osxtoolchain/snowleopard/ --enable-languages=c,c++ --target=i686-apple-darwin10 --with-sysroot=/opt/osxtoolchain/snowleopard/MacOSX10.6.sdk/ make configure runs, but the

[gentoo-user] problem with "aqua" keyword

2010-01-07 Thread Xi Shen
ould get this tool by emerging gcc-apple. but gcc-apple requires "x64-macos". do i have to change my CHOST to "x64-macos" and rebuild my whole system? is it possible to emerge the gcc-apple with my linux CHOST? -- Best Regards, David Shen http://twitter.com/davidshen84/ http://meme.yahoo.com/davidshen84/

Re: [gentoo-user] problem with "aqua" keyword

2010-01-07 Thread Dale
l. so i think i could get this tool by emerging gcc-apple. but gcc-apple requires "x64-macos". do i have to change my CHOST to "x64-macos" and rebuild my whole system? is it possible to emerge the gcc-apple with my linux CHOST? This was posted a bit ago about this issue:

[gentoo-user] 'emerge --depclean' continuously drops dev-lang/ekopath

2012-09-27 Thread Stefan Hübner
-cut here---start->8--- $ equery depgraph virtual/fortran * Searching for fortran in virtual ... * dependency graph for virtual/fortran-0 `-- virtual/fortran-0 amd64 `-- sys-devel/gcc-4.6.2-r1 (sys-devel/gcc) [missing keyword] [fortran] `-- sys-devel/gcc-apple-4.2.

Re: [gentoo-user] problem with "aqua" keyword

2010-01-08 Thread Dirk Heinrichs
amed > "install_name_tool" which is a apple dev tool. so i think i could get > this tool by emerging gcc-apple. but gcc-apple requires "x64-macos". # paludis -ip kdelibs --dl-deps-default discard Building target list... Building dependency list: ... 1 steps These

Re: [gentoo-user] GCC upgrade from 4.5.3 to 4.5.4 automatically removes 4.5.3???? Wtf???

2012-09-07 Thread Michael Hampicke
erged (-u), but also when it was merged (-l). When there's little time difference between merge and unmerge we can assume, that portage auto-cleaned the old version of gcc. If you combine -u and -l you need to grep (to be exact sys-devel/gcc-[0-9], because of sys-devel/gcc-config and sys-devel/gcc-apple). Yeehaw cowboy :) :)

[gentoo-user] /var/db gone: possible opportunity to switch profile

2011-09-10 Thread Francisco Ares
how to get rid of: "glibc" and "gcc" depend on each other. They are both here, but portage does not know that. How am I supposed to go on? By the way, I have a Pentium Core 2 Quad and I am using a "x86" profile. How would I switch to a "amd64" ? As far as

[gentoo-user] getting several "couldn't find directory entry in `../../../..' with matching i-node" errors

2006-08-01 Thread Francisco Ares
Hi, All I'm building a chroot environment where I'm installing a brand new copy of my gentoo system, using gcc 4.1, modular X and all those new good things. I've installed a "stage3" and now I'm rebuilding everything with emerge -e system emerge -e world But

[gentoo-user] random mouse movements + kdebase 3.5.9-r3 + qt-4.3.3 + gcc-4.3.2 problems

2009-01-02 Thread Francisco Ares
.9-r3, kde-base/kdelibs-3.5.9-r4 and x11-libs/qt-4.3.3 - none of them compiles without errors. I'm using a "~x86" gcc ( sys-devel/gcc-4.3.2-r2 ) so that I may use the "-march=core2" CFLAG and just emerged and installed a 2.6.27-r7 kernel. Also I've re-emerged several

Re: [gentoo-user] GCC upgrade from 4.5.3 to 4.5.4 automatically removes 4.5.3???? Wtf???

2012-09-07 Thread Neil Bothwick
need the time when gcc was unmerged (-u), but also > when it was merged (-l). When there's little time difference between > merge and unmerge we can assume, that portage auto-cleaned the old > version of gcc. If you combine -u and -l you need to grep (to be exact > sys-devel/gcc-[0-9],

[gentoo-user] Re: A Glitch in the Matrix or just another burb of emerge... ;)

2016-05-13 Thread Jonathan Callen
this case, it's *just* GCC that has this issue. It appears that the definition of the "multislot" flag for sys-devel/gcc, sys-devel/gcc-apple, and sys-devel/kgcc64 changed from meaning "Make all the SLOTs include the minor version" (so SLOT=4.9.3) to "Allow multipl

[gentoo-user] init scripts failing after server update

2011-02-01 Thread Francisco Ares
Hi Around 8 to 10 months I've left a server without updates, and now, after also building a new kernel, emerging new gcc, glibc, re-emerging baselayout, sysvinit and all packages that contains something in /etc/init.d/ , the boot process hangs after a few of the scripts (normally at keyma

Re: [gentoo-user] KDE 4.9.5 VERY slow to respond

2013-02-02 Thread Francisco Ares
Hi, Dale. There is something else. I have upgraded gcc, done an "emerge -evuDN world", even recompiled the kernel, and the graphic system has stuck again a while ago. I will try to post later something more specific, but as far as could see, it is not just KDE. But the text termi

[OT] Re: [gentoo-user] No 'libs' in world file?

2015-03-04 Thread Peter Humphrey
On Wednesday 04 March 2015 05:48:15 Philip Webb wrote: > 150304 Peter Humphrey wrote: > > On Wednesday 04 March 2015 01:06:58 Walter Dnes wrote: > >> ... zip is an absolute dependancy of gcc and seamonkey ... > > > > A word to the wise: dependency. No As. > >

Re: [gentoo-user] GCC upgrade from 4.5.3 to 4.5.4 automatically removes 4.5.3???? Wtf???

2012-09-07 Thread Michael Hampicke
you combine -u and -l you need to grep (to be exact > > sys-devel/gcc-[0-9], because of sys-devel/gcc-config and > > sys-devel/gcc-apple). > > genlop, unlike qlop, does exact matching by default, so gcc mtches only > gcc, not gcc-config (use -s if you want that). When you giv

Re: [gentoo-user] Re: A Glitch in the Matrix or just another burb of emerge... ;)

2016-05-16 Thread Meino . Cramer
were previously installed in slots, > > or have gcc and a select few been chosen specially for this breakage? > > > > In this case, it's *just* GCC that has this issue. It appears that the > definition of the "multislot" flag for sys-devel/gcc, > sys-devel/gc

[gentoo-user] gtk+ [error: conflicting types for 'Cursor' on emerge]

2012-04-23 Thread Daniel Ibn Zayd
rge --info =x11-libs/gtk+-3.4.1 Portage 2.2.01.20389-prefix (prefix/darwin/macos/10.4/ppc, gcc-4.2.1, unavailable, 8.11.0 Power Macintosh) = System Settings =

[gentoo-user] Re: A Glitch in the Matrix or just another burb of emerge... ;)

2016-05-16 Thread Jonathan Callen
d I miss an eselect news warning about this? >>> >>> Is this true for all packages that were previously installed in slots, >>> or have gcc and a select few been chosen specially for this breakage? >>> >> >> In this case, it's *just* GCC that has thi

Re: [gentoo-user] distcc cross-compiling for OSX

2012-09-27 Thread Andrea Conti
> Thanks for this link, I have read it before I write the post. Did I > understand thr problem correct: > I need a full OSX compatible toolchain !? So I download all Apple developer > tools, compile > it under my Gentoo box and add all header files which I used under OSX to

[gentoo-user] Re: Firefox and addons no longer supported question

2018-04-01 Thread Martin Vaeth
Bill Kenworthy wrote: > I use the palemoon overlay. There is also the octopus overlay. Anyway, both can only react to upstream. > builds fine with gcc-6.4 Yes, but it has random crashes which do not occur with gcc-5, and as somebody familiar with the code posted somewhere, the reaso

Re: [gentoo-user] Re: OT im more just curious

2007-04-14 Thread Ralf Stephan
You wrote > I'm 44. I remember Imsai 8080, Apple II/III and others. In Sweden > we had those little boxes known as ABC80 (and later ABC800 with > 16 colors and somewhat better graphical resolution). Other boxes > are PDP11/70, various PET/Commodore, Ataris et al. I'm fe

Re: [gentoo-user] cpu flags / USE flags / compiler flags

2005-09-04 Thread Mark Knecht
I agree with Ellotheth that it seems like there's an opportunity to come up with a good optimization doc but the paper is interesting. The answers might not be the same for P4 vs. AMD vs. sparc vs. Apple. Maybe a suite of files that get compiled, generate the numbers and instruct you what

Re: [gentoo-user] Re: Firefox and addons no longer supported question

2018-04-02 Thread tuxic
On 04/02 05:41, Martin Vaeth wrote: > Bill Kenworthy wrote: > > I use the palemoon overlay. > > There is also the octopus overlay. > Anyway, both can only react to upstream. > > > builds fine with gcc-6.4 > > Yes, but it has random crashes which do not oc

[gentoo-user] graphite2 won't emerge | powerpc mac | Undefined symbols for architecture ppc

2013-01-04 Thread Daniel Ibn Zayd
oo_prefix dev-lang/python: 2.7.3-r2::gentoo_prefix, 3.3.0::gentoo_prefix dev-util/cmake: 2.8.9::gentoo_prefix dev-util/pkgconfig: 0.27.1::gentoo_prefix sys-devel/autoconf: 2.69::gentoo_prefix sys-devel/automake: 1.12.4::gentoo_prefix sys-devel/gcc-config: 1.8-r00.1::gentoo_prefix sys

[gentoo-user] Re: Firefox and addons no longer supported question

2018-04-02 Thread Martin Vaeth
tu...@posteo.de wrote: > On 04/02 05:41, Martin Vaeth wrote: >> It seems currently that mozilla, google, and apple are the only >> oranganizations with enough resources to maintain full browsers, >> and any forks of their browsers which diverge more than a patchset >>

Re: [gentoo-user] Re: Firefox and addons no longer supported question

2018-04-02 Thread tuxic
On 04/02 08:23, Martin Vaeth wrote: > tu...@posteo.de wrote: > > On 04/02 05:41, Martin Vaeth wrote: > >> It seems currently that mozilla, google, and apple are the only > >> oranganizations with enough resources to maintain full browsers, > >> and any forks

Re: [gentoo-user] smplayer and kmplayer only works (almost) OK as root

2011-07-03 Thread Francisco Ares
ecs.conf': No such file or directory Usando codecs.conf interno padrão init_freetype Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay get_path('fonts') -> '/home/user/.mplayer/fonts' Configuration: --cc=i686-pc-linux-gnu-gcc --host-cc=i686-pc-linux-gnu-gcc --pre

Re: [gentoo-user] Question about making a tarball

2009-05-01 Thread Dale
: boot from any old CD, untar stage4, reboot, > perfectly functioning system just as it was before. > > What, in your mind, is the difference between the "faster stage4" and > a backup of your system? Surely there should be none. > > Stroller. > > > You ar

Re: [gentoo-user] smplayer and kmplayer only works (almost) OK as root

2011-07-03 Thread Francisco Ares
ort did not work for smplayer/kmplayer as regular user. > > > > What should I do next? Where to look at? > > > > Thanks a lot > > Francisco > > "If you have an apple and I have an apple and we exchange apples then you > > and I will still each have

Re: [gentoo-user] Re: Kernel compiles ... monitoring

2011-09-26 Thread Alan McKinnon
op -t gentoo-sources * sys-kernel/gentoo-sources Sun Sep 4 23:08:52 2011 >>> sys-kernel/gentoo-sources-2.6.39-r3 merge time: 6 minutes and 48 seconds. The VM host is a flashy Samsung knock-off of an Apple Air with a nice cpu (Intel(R) Core(TM) i5-2537M CPU @ 1.40GHz) and S

Re: [gentoo-user] What's with foomatic-filters and cups-filters?

2014-06-08 Thread Andreas K. Huettel
part of cups that provides file format conversions (among other things). Basically it (also) makes sure that everything is internally converted to PDF. It's not part of CUPS (as maintained by Apple) anymore, but hard-required by CUPS on Linux (and maintained by the Linux Foundation). *

Re: [gentoo-user] Re: Firefox and addons no longer supported question

2018-04-02 Thread Dale
tu...@posteo.de wrote: > On 04/02 05:41, Martin Vaeth wrote: >> Bill Kenworthy wrote: >>> I use the palemoon overlay. >> There is also the octopus overlay. >> Anyway, both can only react to upstream. >> >>> builds fine with gcc-6.4 >> Yes, but

Re: [gentoo-user] trouble compiling mpv

2016-08-26 Thread Deven Lahoti
peg --disable-android --disable-rpi --disable-plain-gl --disable-vaapi-hwaccel --disable-tv --disable-tv-v4l2 --disable-libv4l2 --disable-audio-input --disable-dvbin --disable-apple-remote --disable-build-date configure Setting top to : /var/tmp/portage/media-video/

Re: [gentoo-user] What's with foomatic-filters and cups-filters?

2014-06-09 Thread Alan Mackenzie
ilters and foomatic-filters? emerge -s is little help > > here. Why do I need both of them? > * cups-filters is a former part of cups that provides file format conversions > (among other things). Basically it (also) makes sure that everything is > internally converted to PDF. It'

Re: [gentoo-user] What's with foomatic-filters and cups-filters?

2014-06-08 Thread Alan McKinnon
ittle help >> here. Why do I need both of them? > > * cups-filters is a former part of cups that provides file format conversions > (among other things). Basically it (also) makes sure that everything is > internally converted to PDF. It's not part of CUPS (as maintained by

[gentoo-user] iscan-data with udev

2022-05-23 Thread Jorge Almeida
scan-data-1.39.0.1::gentoo' Portage 3.0.30 (python 3.9.12-final-0, default/linux/amd64/17.1/desktop, gcc-11.2.1, glibc-2.34-r13, 5.17.3 x86_64) = System Settings ===

[gentoo-user] media-sound/audacious-1.4.5 failed

2008-01-21 Thread ezotrank
l -lglib-2.0 checking for socklen_t... yes checking whether we need an implib... no checking for shared library system... POSIX checking if you are running Apple-GCC... no checking for detectCharset in -ludet_c... no checking for dbus-1 >= 0.60 dbus-glib-1 >= 0.60 gthread-2.0... yes checking DBUS

[gentoo-user] Compilation error mpv / libav

2017-11-07 Thread tuxic
-video/mpv-/work/mpv-/build Checking for waf version in 1.8.4-2.0.0 : ok Checking for program 'cc': x86_64-pc-linux-gnu-gcc Checking for program 'pkg-config': x86_64-pc-linux-gnu-pkg-config Checking for program 'ar': x8

Re: [gentoo-user] Compilation error mpv / libav

2017-11-07 Thread R0b0t1
99/work/mpv- > Setting out to : > /var/tmp/portage/media-video/mpv-/work/mpv-/build > Checking for waf version in 1.8.4-2.0.0 : ok > Checking for program 'cc': x86_64-pc-linux-gnu-gcc > Checking for program 'pkg-co

[gentoo-user] Sandbox violation when emerging gentoo-kernel-5.4.105

2021-04-02 Thread itsgrant
FORMAT: F - Function called FORMAT: S - Access Status FORMAT: P - Path as passed to function FORMAT: A - Absolute Path (not canonical) FORMAT: R - Canonical Path FORMAT: C - Command Line F: unlink S: deny P: /dev/null.dwo A: /dev/null.dwo R: /dev/null.dwo C: x86_64-pc-linux-gnu-gcc -Werror -gspli

Re: [gentoo-user] Compilation error mpv / libav

2017-11-07 Thread tuxic
Setting top to : > > /var/tmp/portage/media-video/mpv-/work/mpv- > > Setting out to : > > /var/tmp/portage/media-video/mpv-/work/mpv-/build > > Checking for waf version in 1.8.4-2.0.0 : ok > > Checking

Re: [gentoo-user] .mov files not showing video

2008-11-16 Thread Michael Moore
ng /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --cc=x86_64-pc-linux-gnu-gcc --host-cc=x86_64-pc-linux-gnu-gcc --prefix=/usr --confdir=/etc/mplayer --datadir=/usr/share/mplayer --libdir=/usr/l