Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] gettext 0.11.5; LFS information

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Sergey A Lipnevich <sergeyli AT pisem.net>
  • To: grimoire <sm-grimoire AT lists.ibiblio.org>, SM-Discuss AT lists.ibiblio.org, "Julian v. Bock" <julian AT openit.de>
  • Subject: [SM-Discuss] gettext 0.11.5; LFS information
  • Date: Wed, 13 Nov 2002 12:21:39 -0500

Hi All,

I've upgraded to gettext 0.11.5 and was having problems with some programs missing symbols from libintl. For example, my c++ binary would fail on anything but --version option. I didn't find a lot of relevant information, so by trial and error it finally turned out that I needed to rebuild glibc and GCC.
While looking over Google searches, I came across an LFS article on how to install gettext, which mentiones about 15 dependencies it has. Excluding things like GCC, I've added them to the DEPENDS file. Since LFS books are generated from a structured content which can be processed easily, can't we leverage what they have in terms of dependencies or maybe other relevant stuff like descriptions and such?
For example, they store all dependencies in Appendix A, so using the <literallayout> element in http://cvs.linuxfromscratch.org/index.cgi/LFS/BOOK/appendixa/gettext-dep.xml?rev=1.7&content-type=text/x-cvsweb-markup must be an easy way to compare our dependencies to theirs. BTW, we have two optional dependencies that they miss :-).

Sergey.


---
Index: CONFLICTS
===================================================================
RCS file: CONFLICTS
diff -N CONFLICTS
--- /tmp/cvsRiCKpd Wed Nov 13 09:18:56 2002
+++ /dev/null Sun Nov 11 06:49:59 2001
@@ -1 +0,0 @@
-conflicts automake
Index: DEPENDS
===================================================================
RCS file: /cvsroot/sourcemage/sourcemage/grimoire/libs/gettext/DEPENDS,v
retrieving revision 1.1
diff -u -r1.1 DEPENDS
--- DEPENDS 2002/05/17 18:02:44 1.1
+++ DEPENDS 2002/11/13 17:18:56
@@ -1,4 +1,17 @@
depends m4 &&
depends autoconf &&
+depends automake &&
+depends binutils &&
+depends diffutils &&
+depends fileutils &&
+depends grep &&
+depends make &&
+depends gawk &&
+depends sed &&
+depends texinfo &&
+depends textutils &&
+depends sh-utils &&
+depends bison &&
+
optional_depends "teTeX" "" "" "to build additional documentation" &&
optional_depends "linuxdoc-tools" "" "" "to build additional documentation"
Index: DETAILS
===================================================================
RCS file: /cvsroot/sourcemage/sourcemage/grimoire/libs/gettext/DETAILS,v
retrieving revision 1.4
diff -u -r1.4 DETAILS
--- DETAILS 2002/10/14 01:20:40 1.4
+++ DETAILS 2002/11/13 17:18:56
@@ -1,10 +1,10 @@
SPELL=gettext
- VERSION=0.11.2
+ VERSION=0.11.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
- MD5[0]=bd73aeb90fb97a7fdcfa330c5b555776
+ MD5[0]='a9e948d18b88189916964c8c7ae88509'
LICENSE[0]=GPL
WEB_SITE=http://www.gnu.org/software/gettext
ENTERED=20010922
Index: HISTORY
===================================================================
RCS file: /cvsroot/sourcemage/sourcemage/grimoire/libs/gettext/HISTORY,v
retrieving revision 1.7
diff -u -r1.7 HISTORY
--- HISTORY 2002/11/10 19:08:06 1.7
+++ HISTORY 2002/11/13 17:18:56
@@ -1,3 +1,10 @@
+2002-11-10 Sergey Lipnevich <sergeyli AT pisem.net>
+
+ Upgraded to 0.11.5. Recompile of glibc might be needed.
+ Removed conflict with automake.
+ Added dependencies based on Linux From Scrath description at
+ http://www.us.linuxfromscratch.org/view/cvs/chapter06/gettext.html.
+
2002-11-10 Julian v. Bock <julian AT wongr.net>

* POST_INSTALL: use cast -c option.



------------------
Get free mailbox 20 Mb at http://www.hotbox.ru



Archive powered by MHonArc 2.6.24.

Top of Page