#10112: remove gnome-screenshot temporary build fix once itstool issues resolved
-------------------------+------------------------
 Reporter:  dj@…         |       Owner:  blfs-book
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  y-hold
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------

Comment (by bdubbs):

 Looking at my system I have:

 {{{
 drwxr-xr-x 3 root root 4096 Feb 16 14:19 /usr/share/gettext-0.19.8/
 drwxr-xr-x 2 root root 4096 Feb 16 14:19 /usr/share/gettext-0.19.8/its/
 }}}

 but

 {{{
 drwxr-xr-x 7 root root 4096 Feb 18 11:54 /usr/share/gettext/
 -rw-r--r-- 1 root root  94012 Feb 16 14:19 /usr/share/gettext/ABOUT-NLS
 -rw-r--r-- 1 root root 397912 Feb 16 14:19
 /usr/share/gettext/archive.dir.tar.xz
 -rwxr-xr-x 1 root root  18574 Feb 16 14:19 /usr/share/gettext/config.rpath
 -rw-r--r-- 1 root root  10164 Feb 16 14:19 /usr/share/gettext/gettext.h
 drwxr-xr-x 2 root root   4096 Feb 16 14:19 /usr/share/gettext/intl
 drwxr-xr-x 2 root root   4096 Apr  8 12:38 /usr/share/gettext/its
 -rw-r--r-- 1 root root    510 Feb 16 14:19
 /usr/share/gettext/javaversion.class
 -rw-r--r-- 1 root root   2487 Feb 16 14:19 /usr/share/gettext/msgunfmt.tcl
 drwxr-xr-x 2 root root   4096 Feb 16 14:19 /usr/share/gettext/po
 drwxr-xr-x 5 root root   4096 Feb 16 14:19 /usr/share/gettext/projects
 drwxr-xr-x 2 root root   4096 Feb 16 14:19 /usr/share/gettext/styles
 }}}

 Both directories were installed as a part of LFS.  I'm not sure why
 /usr/share/gettext-0.19.8 was installed.  We only use
 --docdir=/usr/share/doc/gettext-0.19.8.1, so those ae a part of the make
 install. I originally isntalled glib-2.54.3 on Feb 19, and then updated on
 Mar 17, Mar 24, and finally to glib-2.56.1 on Apr 8,

 The directory /usr/share/gettext/its was installed as a part of glib.

 I suppose we could do:

 ln -s  ../gettext-0.19.8/its /usr/share/gettext/its

 as a part of LFS.

 In the gettext tarball, there is a file, PACKAGING, which does mention
 both directories.

 I tried copying all the files:

 cd   /usr/share/gettext-0.19.8/its
 cp ../../gettext/its/* .

 but gnome screenshot could not locate its ITS rules.  I also tried

 cd   /usr/share/gettext/its
 cp ../../gettext-0.19.8/its/* .

 but got the same result.

 ------

 I checked arch and they have "makedepends=(git meson appstream-glib)"  I
 wonder if the missing its file(s) are in appstream-glib.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/10112#comment:13>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to