[gentoo-user] Regarding my own toolchain building script

2012-07-31 Thread Ezequiel Garcia
Hello folks, As I want to start playing with my m68k-nommu coldfire board, first of all, I want to build a toolchain **manually**. This is a learning experience, so there is no point on doing it painless. (No pain, no gain, right? or sort of, since it's kind-a-fun to me). Currently, I'm looking

Re: [gentoo-user] Can't emerge gnash

2012-07-15 Thread Ezequiel Garcia
On Thu, Jul 12, 2012 at 4:48 PM, Michael Mol mike...@gmail.com wrote: On Thu, Jul 12, 2012 at 3:36 PM, Ezequiel Garcia elezegar...@gmail.com wrote: On Thu, Jul 12, 2012 at 3:39 PM, Florian Philipp li...@binarywings.net wrote: Am 12.07.2012 17:40, schrieb Ezequiel Garcia: Hi, I was trying

Re: [gentoo-user] How to split boost emerge

2012-07-15 Thread Ezequiel Garcia
On Sun, Jul 15, 2012 at 2:50 PM, Ezequiel Garcia elezegar...@gmail.com wrote: While trying to emerge gnash, I was forced to emerge --update boost. But it failed! (I was actually doing emerge --deep --update @world) FWIW, I can't emerge 1.46 or 1.42 either. I'm starting to blame gcc-4.7.1

Re: [gentoo-user] How to split boost emerge

2012-07-15 Thread Ezequiel Garcia
Michael, On Sun, Jul 15, 2012 at 3:25 PM, Michael Mol mike...@gmail.com wrote: On Sun, Jul 15, 2012 at 1:50 PM, Ezequiel Garcia elezegar...@gmail.com wrote: While trying to emerge gnash, I was forced to emerge --update boost. But it failed! (I was actually doing emerge --deep --update

Re: [gentoo-user] How to split boost emerge

2012-07-15 Thread Ezequiel Garcia
On Sun, Jul 15, 2012 at 3:45 PM, Michael Mol mike...@gmail.com wrote: On Sun, Jul 15, 2012 at 2:33 PM, Ezequiel Garcia elezegar...@gmail.com wrote: Michael, On Sun, Jul 15, 2012 at 3:25 PM, Michael Mol mike...@gmail.com wrote: On Sun, Jul 15, 2012 at 1:50 PM, Ezequiel Garcia elezegar

Re: [gentoo-user] How to split boost emerge

2012-07-15 Thread Ezequiel Garcia
On Sun, Jul 15, 2012 at 4:03 PM, Michael Mol mike...@gmail.com wrote: On Sun, Jul 15, 2012 at 2:49 PM, Ezequiel Garcia elezegar...@gmail.com wrote: On Sun, Jul 15, 2012 at 3:45 PM, Michael Mol mike...@gmail.com wrote: On Sun, Jul 15, 2012 at 2:33 PM, Ezequiel Garcia elezegar...@gmail.com

Re: [gentoo-user] How to split boost emerge

2012-07-15 Thread Ezequiel Garcia
On Sun, Jul 15, 2012 at 4:23 PM, Ezequiel Garcia elezegar...@gmail.com wrote: On Sun, Jul 15, 2012 at 4:03 PM, Michael Mol mike...@gmail.com wrote: On Sun, Jul 15, 2012 at 2:49 PM, Ezequiel Garcia elezegar...@gmail.com wrote: On Sun, Jul 15, 2012 at 3:45 PM, Michael Mol mike...@gmail.com

Re: [gentoo-user] How to split boost emerge

2012-07-15 Thread Ezequiel Garcia
On Sun, Jul 15, 2012 at 11:02 PM, Michael Mol mike...@gmail.com wrote: On Sun, Jul 15, 2012 at 9:44 PM, Ezequiel Garcia elezegar...@gmail.com wrote: On Sun, Jul 15, 2012 at 4:23 PM, Ezequiel Garcia elezegar...@gmail.com wrote: On Sun, Jul 15, 2012 at 4:03 PM, Michael Mol mike...@gmail.com

[gentoo-user] Can't emerge gnash

2012-07-12 Thread Ezequiel Garcia
Hi, I was trying to emerge gnash but failed. Here's the output The problem seems to be boost_thread not present. I'll try to emerge that, but in any case this looks like a gentoo bug in gnash ebuild. If anyone helps me filling a new bug, I'll appreciate it. --- CXX

[gentoo-user] How to split boost emerge

2012-07-12 Thread Ezequiel Garcia
Hi, This is related to my other gnash question. I'd like to emerge boost but selecting only a few modules, for instance: filesystem, thread, just a few. But it seems there is no way to do it! Any ideas? Thanks, Ezequiel.

Re: [gentoo-user] Can't emerge gnash

2012-07-12 Thread Ezequiel Garcia
On Thu, Jul 12, 2012 at 3:39 PM, Florian Philipp li...@binarywings.net wrote: Am 12.07.2012 17:40, schrieb Ezequiel Garcia: Hi, I was trying to emerge gnash but failed. Here's the output The problem seems to be boost_thread not present. I'll try to emerge that, but in any case

Re: [gentoo-user] Can't emerge gnash

2012-07-12 Thread Ezequiel Garcia
Hi Michael, On Thu, Jul 12, 2012 at 4:48 PM, Michael Mol mike...@gmail.com wrote: On Thu, Jul 12, 2012 at 3:36 PM, Ezequiel Garcia elezegar...@gmail.com wrote: On Thu, Jul 12, 2012 at 3:39 PM, Florian Philipp li...@binarywings.net wrote: Am 12.07.2012 17:40, schrieb Ezequiel Garcia: Hi

Re: [gentoo-user] Can't emerge gnash

2012-07-12 Thread Ezequiel Garcia
On Thu, Jul 12, 2012 at 5:14 PM, Michael Mol mike...@gmail.com wrote: Developer here, too. Mostly C++ on Windows, though I far prefer the way Linux does things. :) In theory, using in-house code seems like a great thing. Having written it, I understand it, I understand its API, and it's not

Re: [gentoo-user] Can't emerge gnash

2012-07-12 Thread Ezequiel Garcia
On Thu, Jul 12, 2012 at 5:27 PM, Walter Dnes waltd...@waltdnes.org wrote: On Thu, Jul 12, 2012 at 12:40:55PM -0300, Ezequiel Garcia wrote Hi, I was trying to emerge gnash but failed. Here's the output The problem seems to be boost_thread not present. I'll try to emerge that, but in any

[gentoo-user] Should I re-emerge after switching to new gcc profile?

2012-06-21 Thread Ezequiel Garcia
Hi folks, I had rough times upgrading my gcc. Finally, I did this: 1. Upgrade gcc in a chroot 2. Use quickpkg gcc to create binary package (inside chroot) 3. Use emerge -K to install the created package I read it here: http://forums.gentoo.org/viewtopic-t-782003-start-0.html. I must say WOW,

Re: [gentoo-user] Should I re-emerge after switching to new gcc profile?

2012-06-21 Thread Ezequiel Garcia
On Thu, Jun 21, 2012 at 12:51 PM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Thu, Jun 21, 2012 at 10:40 AM, Ezequiel Garcia elezegar...@gmail.com wrote: Hi folks, I had rough times upgrading my gcc. Finally, I did this: 1. Upgrade gcc in a chroot 2. Use quickpkg gcc to create

Re: [gentoo-user] [OT] Anybody really understand the gnu autotools?

2012-06-19 Thread Ezequiel Garcia
On Tue, Jun 19, 2012 at 5:40 PM, walt w41...@gmail.com wrote: I'm trying to build an xfce4 applet that's not in portage. For which applet?

[gentoo-user] Re: Can't get any microphone to work

2012-06-15 Thread Ezequiel Garcia
Hi again! I don't have pulseaudio and my device doesn't appear as a separate device. What I really can't get is why arecord -L shows me info about speakers when it's supposed to show only capture devices. Also, could someone please give me an example of arecord usage to capture from a

[gentoo-user] Re: Can't get any microphone to work

2012-06-14 Thread Ezequiel Garcia
On Tue, Jun 12, 2012 at 12:32 PM, Ezequiel Garcia elezegar...@gmail.com wrote: localhost ~ # arecord -l List of CAPTURE Hardware Devices card 0: SB [HDA ATI SB], device 0: ALC887 Analog [ALC887 Analog]  Subdevices: 1/1  Subdevice #0: subdevice #0 card 0: SB [HDA ATI SB], device 1

[gentoo-user] Can't get any microphone to work

2012-06-12 Thread Ezequiel Garcia
Damn! I've been all morning struggling with this. I have an analog microphone wired to my hda intel onboard sound card. Also, I have a genius webcam (gspca_pac7302) with a builtin mic. I tried arecord but couldn't capture anything from any of it, so I guess I'm doing something wrong. But what?

Re: [gentoo-user] Can't get any microphone to work

2012-06-12 Thread Ezequiel Garcia
On Tue, Jun 12, 2012 at 6:33 PM, v...@ukr.net wrote:  Hello! On Tue, 12 Jun 2012 12:32:43 -0300 Ezequiel Garcia elezegar...@gmail.com wrote: Damn! I've been all morning struggling with this. I have an analog microphone wired to my hda intel onboard sound card. Also, I have a genius

Re: [gentoo-user] Can't emerge any gcc

2012-05-29 Thread Ezequiel Garcia
On Sun, May 27, 2012 at 10:49 PM, W.Kenworthy bi...@iinet.net.au wrote: ram usage just before failure? - do you have enough, and enough disk space? This are idle numbers: localhost ~ # free -m total used free sharedbuffers cached Mem: 1890

Re: [gentoo-user] Can't emerge any gcc

2012-05-29 Thread Ezequiel Garcia
On Sun, May 27, 2012 at 10:01 PM, Pandu Poluan pa...@poluan.info wrote: What's your CFLAGS? cat /etc/make.conf CFLAGS=-O2 -march=i686 -pipe CXXFLAGS=${CFLAGS} # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult

Re: [gentoo-user] Can't emerge any gcc

2012-05-29 Thread Ezequiel Garcia
Hi, I found the build error was related to openmp use flag being on. Have *no* idea why this enabled (is it default?). Anyway, disabling it and re-emerging gcc 4.7 now fails at some other point related to g++. Dam'it

Re: [gentoo-user] Re: ~gcc-4.7.0

2012-05-29 Thread Ezequiel Garcia
On Tue, May 29, 2012 at 6:42 AM, Nikos Chantziaras rea...@gmail.com wrote: On 28/05/12 23:04, Stefan G. Weichinger wrote: As GCC-4.7.0 appeared for ~amd64 now ... anyone recompiled system or world with it already? More advantages or disadvantages? Since you didn't mention any specific

Re: [gentoo-user] Can't emerge any gcc

2012-05-29 Thread Ezequiel Garcia
I found something strange. What should I have in /usr/i686-pc-linux-gnu? Currently: $ ls bin binutils-bin gcc-bin lib I may be missing sys-include dir? any of you have it? Perhaps I messed up stuff when playing with crossdev, and friends ;)

Re: [gentoo-user] Can't emerge any gcc

2012-05-29 Thread Ezequiel Garcia
On Tue, May 29, 2012 at 9:21 AM, Ezequiel Garcia elezegar...@gmail.com wrote: I found something strange. What should I have in /usr/i686-pc-linux-gnu? Currently: $ ls bin  binutils-bin  gcc-bin  lib I may be missing sys-include dir? any of you have it? Perhaps I messed up stuff when

[gentoo-user] Can't emerge any gcc

2012-05-27 Thread Ezequiel Garcia
Hi, I can't emerge any gcc. I tried emerging 4.7, 4.5.3-r2 with no luck. Should I file a bug? Thanks, Ezequiel. --- Checking multilib configuration for libgomp... Configuring stage 1 in i686-pc-linux-gnu/libgomp configure: loading site script /usr/share/config.site configure: loading site

Re: [gentoo-user] Can't emerge any gcc

2012-05-27 Thread Ezequiel Garcia
Hi, On Sun, May 27, 2012 at 8:48 PM, William Kenworthy bi...@iinet.net.au wrote: probably not, you will need some more info as its a bit vague: What does gcc -v say? Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.4.5/work/gcc-4.4.5/configure