Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447228 - dev-libs/girara-0.1.4 - make[1]: *** No rule to make target `LC_MESSAGES/libgirara-gtk2-1.mo', needed by `all'. Stop.
Summary: dev-libs/girara-0.1.4 - make[1]: *** No rule to make target `LC_MESSAGES/libg...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 12:33 UTC by Sergey 'L29Ah' Alirzaev
Modified: 2012-12-29 01:11 UTC (History)
1 user (show)

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 Sergey 'L29Ah' Alirzaev 2012-12-14 12:33:40 UTC
I get this when i try to install girara:

make -j3 PREFIX=/usr LIBDIR=${PREFIX}/lib64 GIRARA_GTK_VERSION=2 CC=x86_64-pc-linux-gnu-gcc SFLAGS= VERBOSE=1 DESTDIR=/var/tmp/paludis/dev-libs-girara-0.1.4/image/
girara-gtk2 build options:
sed 's/GVMAJOR/0/' < version.h.in | \
	sed 's/GVMINOR/1/' | \
	sed 's/GVREV/4/' > version.h
CFLAGS  = -O2 -pipe -O2 -pipe -march=native -I/usr/include/glib-2.0 -std=c99 -pedantic -Wall -Wextra -fPIC -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/harfbuzz  
make -C po
LDFLAGS = -Wl,-O1 -Wl,--as-needed -fPIC
DFLAGS  = -O0 -g
CC      = x86_64-pc-linux-gnu-gcc
make[1]: Entering directory `/var/tmp/paludis/dev-libs-girara-0.1.4/work/girara-0.1.4/po'
make[1]: Leaving directory `/var/tmp/paludis/dev-libs-girara-0.1.4/work/girara-0.1.4/po'
x86_64-pc-linux-gnu-gcc -c -DGETTEXT_PACKAGE=\"libgirara-gtk2-1\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -O2 -pipe -march=native -I/usr/include/glib-2.0 -std=c99 -pedantic -Wall -Wextra -fPIC -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/harfbuzz   -o settings-gtk2.o settings.c -MMD -MF .depend/settings-gtk2.o.dep
make[1]: *** No rule to make target `LC_MESSAGES/libgirara-gtk2-1.mo', needed by `all'.  Stop.
make: *** [po] Error 2
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes.  Stop.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-14 16:23:37 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 Stefan Michelsson 2012-12-29 01:11:58 UTC
This seems to be caused by an empty LINGUAS (not missing, but empty, as in 'LINGUAS=""') in make.conf. Not setting LINGUAS at all, or setting it to any value other than the empty string/space(s) makes it compile successfully.