public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile
@ 2006-01-05  9:06 Lord Imbrius the Despondent
  2006-01-06  0:00 ` Trenton Adams
  2006-01-06 22:53 ` Richard Fish
  0 siblings, 2 replies; 6+ messages in thread
From: Lord Imbrius the Despondent @ 2006-01-05  9:06 UTC (permalink / raw
  To: gentoo-user

Hey guys - I was just doing an emerge -uD world and it comes to a screeching 
halt with "i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory"
when compiling sys-apps/dbus-0.23.4-r1.  Any clues?  Thanks.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile
  2006-01-05  9:06 [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile Lord Imbrius the Despondent
@ 2006-01-06  0:00 ` Trenton Adams
  2006-01-06 14:20   ` Lord Imbrius the Despondent
  2006-01-06 22:53 ` Richard Fish
  1 sibling, 1 reply; 6+ messages in thread
From: Trenton Adams @ 2006-01-06  0:00 UTC (permalink / raw
  To: gentoo-user

Are you running distcc?  If so, try it without distcc.

On 1/5/06, Lord Imbrius the Despondent <jarmstrong@wi.rr.com> wrote:
> Hey guys - I was just doing an emerge -uD world and it comes to a screeching
> halt with "i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory"
> when compiling sys-apps/dbus-0.23.4-r1.  Any clues?  Thanks.
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile
  2006-01-06  0:00 ` Trenton Adams
@ 2006-01-06 14:20   ` Lord Imbrius the Despondent
  0 siblings, 0 replies; 6+ messages in thread
From: Lord Imbrius the Despondent @ 2006-01-06 14:20 UTC (permalink / raw
  To: gentoo-user

Nope.  No distcc.  I have ccache enabled, but it also borked when I had it 
disabled.

On Friday 06 January 2006 00:00, Trenton Adams wrote:
> Are you running distcc?  If so, try it without distcc.
>
> On 1/5/06, Lord Imbrius the Despondent <jarmstrong@wi.rr.com> wrote:
> > Hey guys - I was just doing an emerge -uD world and it comes to a
> > screeching halt with "i686-pc-linux-gnu-gcc: dbus_bindings.c: No such
> > file or directory" when compiling sys-apps/dbus-0.23.4-r1.  Any clues? 
> > Thanks.
> > --
> > gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile
  2006-01-05  9:06 [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile Lord Imbrius the Despondent
  2006-01-06  0:00 ` Trenton Adams
@ 2006-01-06 22:53 ` Richard Fish
  2006-01-06 23:47   ` Jeff
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Fish @ 2006-01-06 22:53 UTC (permalink / raw
  To: gentoo-user

On 1/5/06, Lord Imbrius the Despondent <jarmstrong@wi.rr.com> wrote:
> Hey guys - I was just doing an emerge -uD world and it comes to a screeching
> halt with "i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory"
> when compiling sys-apps/dbus-0.23.4-r1.  Any clues?  Thanks.

dbus_bindings.c is built from dbus_bindings.pyx using the program
pyrex, provided by dev-python/pyrex.  Do you have this package
installed?  Did you updated python recently, but forget to run
python-updater?

If the above doesn't help, maybe posting some more of the actual
output at the tail of the merge might give us some more clues.

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile
  2006-01-06 22:53 ` Richard Fish
@ 2006-01-06 23:47   ` Jeff
  2006-01-07 18:07     ` Lord Imbrius the Despondent
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff @ 2006-01-06 23:47 UTC (permalink / raw
  To: gentoo-user


On 07/01/2006, at 9:53 AM, Richard Fish wrote:

> On 1/5/06, Lord Imbrius the Despondent <jarmstrong@wi.rr.com> wrote:
>> Hey guys - I was just doing an emerge -uD world and it comes to a  
>> screeching
>> halt with "i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or  
>> directory"
>> when compiling sys-apps/dbus-0.23.4-r1.  Any clues?  Thanks.
>
> dbus_bindings.c is built from dbus_bindings.pyx using the program
> pyrex, provided by dev-python/pyrex.  Do you have this package
> installed?  Did you updated python recently, but forget to run
> python-updater?
>

I had a problem yesterday that sounds similar to this after updating  
world. I forgot to include -a in the emerge and so wasn't aware that  
python was upgraded in the update. I don't remember seeing anything  
about dbus_bindings.c in the merge output although there was a  
mention of pyrex (I can't remember the actual message). Running  
python-updater was the answer.

Jeff
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile
  2006-01-06 23:47   ` Jeff
@ 2006-01-07 18:07     ` Lord Imbrius the Despondent
  0 siblings, 0 replies; 6+ messages in thread
From: Lord Imbrius the Despondent @ 2006-01-07 18:07 UTC (permalink / raw
  To: gentoo-user

Yup - running python-updater solved the problem.  I didn't even notice that 
python was upgraded in the last emerge -uD world I did.  Thanks for the hint!

On Friday 06 January 2006 23:47, Jeff wrote:
> On 07/01/2006, at 9:53 AM, Richard Fish wrote:
> > On 1/5/06, Lord Imbrius the Despondent <jarmstrong@wi.rr.com> wrote:
> >> Hey guys - I was just doing an emerge -uD world and it comes to a
> >> screeching
> >> halt with "i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or
> >> directory"
> >> when compiling sys-apps/dbus-0.23.4-r1.  Any clues?  Thanks.
> >
> > dbus_bindings.c is built from dbus_bindings.pyx using the program
> > pyrex, provided by dev-python/pyrex.  Do you have this package
> > installed?  Did you updated python recently, but forget to run
> > python-updater?
>
> I had a problem yesterday that sounds similar to this after updating
> world. I forgot to include -a in the emerge and so wasn't aware that
> python was upgraded in the update. I don't remember seeing anything
> about dbus_bindings.c in the merge output although there was a
> mention of pyrex (I can't remember the actual message). Running
> python-updater was the answer.
>
> Jeff
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-01-08  0:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-05  9:06 [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile Lord Imbrius the Despondent
2006-01-06  0:00 ` Trenton Adams
2006-01-06 14:20   ` Lord Imbrius the Despondent
2006-01-06 22:53 ` Richard Fish
2006-01-06 23:47   ` Jeff
2006-01-07 18:07     ` Lord Imbrius the Despondent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox