Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 312367 - xfce-extra/xfce4-sensors-plugin-1.0.0 fails to build with Makefile issues
Summary: xfce-extra/xfce4-sensors-plugin-1.0.0 fails to build with Makefile issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 11:41 UTC by Jeremy Stent
Modified: 2010-05-23 10:43 UTC (History)
1 user (show)

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


Attachments
Package build environment file (environment,124.23 KB, text/plain)
2010-03-31 11:46 UTC, Jeremy Stent
Details
Package build log (build.log,61.68 KB, text/plain)
2010-03-31 11:46 UTC, Jeremy Stent
Details
output of "emerge -pqv =xfce-extra/xfce4-sensors-plugin-1.0.0" (xsp-flags,114 bytes, text/plain)
2010-03-31 11:46 UTC, Jeremy Stent
Details
output of "emerge --info =xfce-extra/xfce4-sensors-plugin-1.0.0" (xsp-info,37.04 KB, text/plain)
2010-03-31 11:47 UTC, Jeremy Stent
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Stent 2010-03-31 11:41:47 UTC
Attempting to build xfce4-sensors-plugin-1.0.0 fails with "No rule to make target `nl.gmo', needed by `all-yes'."

Reproducible: Always

Steps to Reproduce:
1.  Attempt to merge xfce4-sensors-plugin-1.0.0
2.
3.

Actual Results:  
file=`echo ko | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/gmsgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/gmsgfmt -o $file lt.po
file=`echo lv | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/gmsgfmt -o $file lv.po
make[2]: *** No rule to make target `nl.gmo', needed by `all-yes'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/xfce-extra/xfce4-sensors-plugin-1.0.0/work/xfce4-sensors-plugin-1.0.0/po'
make[1]: *** [all-recursive] Error 1


Expected Results:  
Successful merge.
Comment 1 Jeremy Stent 2010-03-31 11:46:19 UTC
Created attachment 225921 [details]
Package build environment file
Comment 2 Jeremy Stent 2010-03-31 11:46:34 UTC
Created attachment 225923 [details]
Package build log
Comment 3 Jeremy Stent 2010-03-31 11:46:59 UTC
Created attachment 225925 [details]
output of "emerge -pqv =xfce-extra/xfce4-sensors-plugin-1.0.0"
Comment 4 Jeremy Stent 2010-03-31 11:47:28 UTC
Created attachment 225927 [details]
output of "emerge --info =xfce-extra/xfce4-sensors-plugin-1.0.0"
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-05-12 21:08:46 UTC
I'm not sure how to fix this.
Comment 6 Christoph Mende (RETIRED) gentoo-dev 2010-05-23 10:43:29 UTC
+  23 May 2010; Christoph Mende <angelos@gentoo.org>
+  xfce4-sensors-plugin-1.0.0.ebuild:
+  Fix build for people having LINGUAS=nl (bug #312367)