Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471472 - app-admin/system-config-printer-gnome-1.3.12 fails at parallel make
Summary: app-admin/system-config-printer-gnome-1.3.12 fails at parallel make
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-27 20:16 UTC by crabbed halo ablution
Modified: 2013-05-27 23:09 UTC (History)
1 user (show)

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


Attachments
build log (system-config-printer-gnome-1.3.12:20130527-104806.log,8.16 KB, text/x-log)
2013-05-27 20:16 UTC, crabbed halo ablution
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2013-05-27 20:16:00 UTC
Created attachment 349390 [details]
build log

make[1]: Entering directory `/var/tmp/portage/app-admin/system-config-printer-gnome-1.3.12/work/system-config-printer-1.3.12'
xmlto man -o man man/system-config-printer.xml
xmlto man -o man man/system-config-printer.xml
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ./po/.intltool-merge-cache ./po system-config-printer.desktop.in system-config-printer.desktop
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ./po/.intltool-merge-cache ./po print-applet.desktop.in print-applet.desktop
Generating and caching the translation database
Generating and caching the translation database
Merging translations into system-config-printer.desktop.
Merging translations into print-applet.desktop.
Warn: AUTHOR sect.: no personblurb|contrib for Tim Waugh           
Warn: AUTHOR sect.: no personblurb|contrib for Tim Waugh           
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing system-config-printer.1
Note: Writing system-config-printer.1
Warn: AUTHOR sect.: no personblurb|contrib for Tim Waugh           
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tim Waugh           
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing system-config-printer-applet.1
Note: Writing system-config-printer-applet.1
make[1]: *** [man/system-config-printer-applet.1] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-admin/system-config-printer-gnome-1.3.12/work/system-config-printer-1.3.12'
make: *** [all-recursive] Error 1

Notice the repetition. Classic parallel make issue.
Since it's such a small package, and parallel make probably won't make it noticeably faster (most time is spent in configure), the cost-benefit of just sticking emake -j1 in there is probably good.
Probably :-)
Comment 1 Maciej Mrozowski gentoo-dev 2013-05-27 23:09:27 UTC
I agree.