Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2082 - Nautilus will not build after emerge of Mozilla 1.0rc1
Summary: Nautilus will not build after emerge of Mozilla 1.0rc1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 17:31 UTC by Kent Pirkle
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Pirkle 2002-04-24 17:31:44 UTC
I updated Mozilla to Mozilla 1.0rc1 which included the libpng upgrade. I updated
the other packages following Spider's libpng upgrade plan. But, Nautilus fails
to build now. Here is the error report:

mozilla-events.cpp:358: parse error before `&'
mozilla-events.cpp: In function `class nsIDOMNode * get_anchor_named(...)':
mozilla-events.cpp:366: `top_node' undeclared (first use this function)
mozilla-events.cpp:366: (Each undeclared identifier is reported only once
mozilla-events.cpp:366: for each function it appears in.)
mozilla-events.cpp:381: `aName' undeclared (first use this function)
mozilla-events.cpp:390: warning: cannot pass objects of type
`nsCOMPtr<nsIDOMNode>' through `...'
mozilla-events.cpp: In function `void mozilla_navigate_to_anchor(GtkMozEmbed *,
const char *)':
mozilla-events.cpp:422: warning: cannot pass objects of type
`nsCOMPtr<nsIDOMNode>' through `...'
mozilla-events.cpp:422: warning: cannot pass objects of type `nsAutoString'
through `...'
make[3]: *** [mozilla-events.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/nautilus-1.0.6-r6/work/nautilus-1.0.6/components/mozilla'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/nautilus-1.0.6-r6/work/nautilus-1.0.6/components'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/nautilus-1.0.6-r6/work/nautilus-1.0.6'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 36, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/gnome-base/nautilus/nautilus-1.0.6-r6.ebuild .
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-04-25 01:17:10 UTC
resolved in nautilus-1.0.6-r7.

please test and let me know if you have any problems. thanks for the bug report!
Comment 2 Kent Pirkle 2002-04-25 04:38:31 UTC
Works great, thanks!