bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #21329] config.charset does not support OpenBSD


From: Ben Pfaff
Subject: PSPP-BUG: [bug #21329] config.charset does not support OpenBSD
Date: Sat, 10 Nov 2007 20:18:45 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)

Update of bug #21329 (project pspp):

                  Status:             In Progress => Works For Me           
                 Summary:   Tests fail on OpenBSD => config.charset does not
support OpenBSD

    _______________________________________________________

Follow-up Comment #8:

This turns out to actually be a bug in gl/config.charset that we get via
gnulib.  This script is supposed to print a list of aliases from system
charset names to the canonical GNU list of charset names.  But it doesn't
support OpenBSD.  It can be fixed by changing the line that reads
    netbsd*)
to read
    netbsd* | openbsd*)
then running make and either installing the generated charset.alias into
$(LIBDIR)--generally /usr/lib or /usr/local/lib--or setting CHARSETALIASDIR to
the directory containing charset.alias when running "make check", like so:
    make check CHARSETALIASDIR=/directory/to/charset.alias

I've reported this problem to the maintainer responsible:
http://permalink.gmane.org/gmane.comp.gnu.utils.bugs/15187

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21329>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]