Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363195 - gnome-extra/polkit-gnome-0.99 fails to emerge (linking to /usr/lib/libpixman-1.la)
Summary: gnome-extra/polkit-gnome-0.99 fails to emerge (linking to /usr/lib/libpixman-...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 22:22 UTC by John L. Poole
Modified: 2011-04-11 22:43 UTC (History)
0 users

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


Attachments
emerge --info =gnome-extra/polkit-gnome-0.99 (emerge-info.txt,4.49 KB, text/plain)
2011-04-11 22:25 UTC, John L. Poole
Details
build.log (build.log,11.73 KB, text/plain)
2011-04-11 22:28 UTC, John L. Poole
Details
environment (environment,99.84 KB, text/plain)
2011-04-11 22:28 UTC, John L. Poole
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John L. Poole 2011-04-11 22:22:09 UTC
emerge  gnome-extra/polkit-gnome
...
 * ERROR: gnome-extra/polkit-gnome-0.99 failed (compile phase):
 *   emake failed


Reproducible: Always

Steps to Reproduce:
1.emerge  gnome-extra/polkit-gnome

Actual Results:  
 * ERROR: gnome-extra/polkit-gnome-0.99 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 2692:  Called _eapi2_src_compile
 *     ebuild.sh, line  665:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
 *
 * If you need support, post the output of 'emerge --info =gnome-extra/polkit-gnome-0.99',
 * the complete build log and the output of 'emerge -pqv =gnome-extra/polkit-gnome-0.99'.
 * The complete build log is located at '/var/tmp/portage/gnome-extra/polkit-gnome-0.99/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-extra/polkit-gnome-0.99/temp/environment'.
 * S: '/var/tmp/portage/gnome-extra/polkit-gnome-0.99/work/polkit-gnome-0.99'


Expected Results:  
successful emerge

Will upload specified information.
Comment 1 John L. Poole 2011-04-11 22:24:52 UTC
 ~ # emerge -pqv =gnome-extra/polkit-gnome-0.99
[ebuild  N    ] gnome-extra/polkit-gnome-0.99  USE="-doc -examples (-introspection)"
xxx ~ #
Comment 2 John L. Poole 2011-04-11 22:25:41 UTC
Created attachment 269563 [details]
emerge --info =gnome-extra/polkit-gnome-0.99
Comment 3 John L. Poole 2011-04-11 22:28:11 UTC
Created attachment 269567 [details]
build.log
Comment 4 John L. Poole 2011-04-11 22:28:36 UTC
Created attachment 269569 [details]
environment
Comment 5 John L. Poole 2011-04-11 22:31:16 UTC
looks like the point of failure is at:

  CCLD   libpolkit-gtk-1.la
/bin/grep: /usr/lib/libpixman-1.la: No such file or directory
/bin/sed: can't read /usr/lib/libpixman-1.la: No such file or directory
libtool: link: `/usr/lib/libpixman-1.la' is not a valid libtool archive


pixman is installed on my system, I re-emerged pixman and then polkit-gnome, but no change.

 ~ # eix pixman
[I] x11-libs/pixman
     Available versions:  0.20.2 {altivec mmx neon sse2 static-libs}
     Installed versions:  0.20.2(22:57:12 04/11/11)(-altivec -mmx -neon -sse2 -static-libs)
     Homepage:            http://xorg.freedesktop.org/
     Description:         Low-level pixel manipulation routines

xxx ~ #
Comment 6 Vicente Olivert Riera (RETIRED) gentoo-dev 2011-04-11 22:37:37 UTC
Have you tried "lafilefixer --justfixit" and then try to install polkit-gnome again?

If you don't have lafilefixer, emerge lafilefixer
Comment 7 John L. Poole 2011-04-11 22:43:15 UTC
lafilefixer was not installed, so I emerged it. then:
   
   lafilefixer --justfixit

After that, gnome-extra/polkit-gnome-0.99 successfully installed.

Thank you.