! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
terminal-0.4.0 - does not install locales
Status:
RESOLVED: FIXED
Product:
Xfce4-terminal
Component:
General

Comments

Description Daniel Pielmeier 2009-09-04 21:28:33 CEST
No locales are installed. Looks like this is the same issue as in bug #5547.

Here is the relevant information from the build log. Not the linguas variable is empty.

Making install in po
make[1]: Entering directory `/media/system/tmp/portage/x11-terms/terminal-0.4.0/work/Terminal-0.4.0/po'
linguas=""; \
	for lang in $linguas; do \
	  dir=/media/system/tmp/portage/x11-terms/terminal-0.4.0/image//usr/share/locale/$lang/LC_MESSAGES; \
	  /bin/sh /media/system/tmp/portage/x11-terms/terminal-0.4.0/work/Terminal-0.4.0/install-sh -d $dir; \
	  if test -r $lang.gmo; then \
	    /usr/bin/install -c -m 644 $lang.gmo $dir/Terminal.mo; \
	    echo "installing $lang.gmo as $dir/Terminal.mo"; \
	  else \
	    /usr/bin/install -c -m 644 ./$lang.gmo $dir/Terminal.mo; \
	    echo "installing ./$lang.gmo as" \
		 "$dir/Terminal.mo"; \
	  fi; \
	  if test -r $lang.gmo.m; then \
	    /usr/bin/install -c -m 644 $lang.gmo.m $dir/Terminal.mo.m; \
	    echo "installing $lang.gmo.m as $dir/Terminal.mo.m"; \
	  else \
	    if test -r ./$lang.gmo.m ; then \
	      /usr/bin/install -c -m 644 ./$lang.gmo.m \
		$dir/Terminal.mo.m; \
	      echo "installing ./$lang.gmo.m as" \
		   "$dir/Terminal.mo.m"; \
	    else \
	      true; \
	    fi; \
	  fi; \
	done
make[1]: Leaving directory `/media/system/tmp/portage/x11-terms/terminal-0.4.0/work/Terminal-0.4.0/po'
Comment 1 Nick Schermer editbugs 2009-10-01 20:40:35 CEST
0.4.1 tarball was build with intltool 0.41, should fix the problem.

Bug #5733

Reported by:
Daniel Pielmeier
Reported on: 2009-09-04
Last modified on: 2009-10-01

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Attachments

Additional information