[bug-gettext] GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris

2013-11-11 Thread Dagobert Michelsen
Hi, I am trying to compile GNU gettext 0.18.3.1 on Solaris 10 Sparc with Sun Studio 12 and get the following error: > /bin/bash ../libtool --tag=CC --mode=compile /opt/SUNWspro/bin/cc > -DLOCALEDIR=\"/opt/csw/share/locale\" > -DBISON_LOCALEDIR=\"/opt/csw/share/locale\" > -DLOCALE_ALIAS_PAT

Re: [bug-gettext] GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris

2013-11-11 Thread Dagobert Michelsen
Hi Paul, thanks for the quick answer! Am 11.11.2013 um 09:46 schrieb Paul Eggert : > I wouldn't worry about the ACL checks, as gettext doesn't rely on ACLs. The problem is if one test fails our package system will not install. As a workaround I can disable the testsuite as a whole but would pre

[bug-gettext] Continous integration on Solaris

2014-01-09 Thread Dagobert Michelsen
Hi, I have setup continous integration of git commits for Solaris to automatically build on Solaris 10 Sparc and Solaris 10 i386 with Oracle Studio 12.3. However, HEAD does not build cleanly at the moment. I would favor if we could get this fixed. The build logs are available at https://buil

Re: [bug-gettext] Continous integration on Solaris

2014-01-10 Thread Dagobert Michelsen
Am 10.01.2014 um 10:50 schrieb Daiki Ueno : > Hi, > > Dagobert Michelsen writes: > >> I have setup continous integration of git commits for Solaris to >> automatically build on >> Solaris 10 Sparc and Solaris 10 i386 with Oracle Studio 12.3. However, >> H

Re: [bug-gettext] Continous integration on Solaris

2014-01-20 Thread Dagobert Michelsen
Hi Daiki, Am 12.01.2014 um 04:15 schrieb Daiki Ueno : > Dagobert Michelsen writes: > >> I change the configuration so the test-suite.log are preserved and >> linked from the box in the waterfall display. > > Thanks! > >> Unfortunatelyl currently the build

[bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-02-06 Thread Dagobert Michelsen
URL: Summary: Inconsistent definition of libintl_gettext_germanic_plural Project: GNU gettext Submitted by: dagobert Submitted on: Fr 06 Feb 2015 10:01:52 GMT Category: None

Re: [bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-02-09 Thread Dagobert Michelsen
Hi Daiki, > Am 06.02.2015 um 20:39 schrieb Daiki Ueno : > > Follow-up Comment #1, sr #108743 (project gettext): > >> "./plural-exp.c", line 71: identifier redeclared: > libintl_gettext_germanic_plural > > This code path is taken only when the compiler doesn't support C99: > http://git.savannah.

Re: [bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-02-18 Thread Dagobert Michelsen
Hi Daiki, > Am 17.02.2015 um 10:24 schrieb Daiki Ueno : > > (Well, you filed the issue against the support tracker and moved to the ML. > Let's continue here then…) Ahh, sorry, I got the impression mails were attached automatically on replying. > Dagobert Michelsen writes:

Re: [bug-gettext] gettext 0.19.5 first release candidate

2015-06-23 Thread Dagobert Michelsen
Hi Daiki, Am 23.06.2015 um 09:02 schrieb Daiki Ueno : > The first pretest of gettext 0.19.5 is now available at: > http://alpha.gnu.org/gnu/gettext/gettext-0.19.4.73-e70e.tar.xz > http://alpha.gnu.org/gnu/gettext/gettext-0.19.4.73-e70e.tar.xz.sig > > I would appreciate if you can download and tes

Re: [bug-gettext] gettext 0.19.5 first release candidate

2015-06-23 Thread Dagobert Michelsen
Hi Daiki, Am 23.06.2015 um 11:53 schrieb Daiki Ueno : > Daiki Ueno writes: > >> I'm not able to check it on Solaris off hand, but does the attached >> patch work? > > Sorry, the patch was incomplete (I could reproduce it on AIX). There > was a silly typo around libexpat checking. > > The atta

Re: [bug-gettext] gettext 0.19.5 first release candidate

2015-06-24 Thread Dagobert Michelsen
Hi Daiki, Am 23.06.2015 um 13:40 schrieb Dagobert Michelsen : >> FAIL: lang-vala >> === >> >> ld.so.1: prog: fatal: libintl.so.8: open failed: No such file or directory >> ./lang-vala: line 90: 9304 Killed LANGUAGE= >> LC_ALL=

Re: [bug-gettext] gettext 0.19.5 first release candidate

2015-06-24 Thread Dagobert Michelsen
Hi Daiki, Am 24.06.2015 um 14:18 schrieb Daiki Ueno : > Dagobert Michelsen writes: >> Is there some command I can run to only run the lang-vala test from >> the testsuite so I can drill it down more easily? > > Yes, you can do "make check TESTS=lang-vala" in ge

Re: [bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-07-08 Thread Dagobert Michelsen
Hi Daiki, Am 19.02.2015 um 05:02 schrieb Daiki Ueno : > Dagobert Michelsen writes: >> FAIL: lang-vala >> === >> >> ld.so.1: prog: fatal: libintl.so.8: open failed: No such file or directory >> ./lang-vala: line 90: 29632 Killed LANGU

[bug-gettext] Test 'test-sigprocmask' fails on Solaris 10 Sparc

2015-07-13 Thread Dagobert Michelsen
Hi, with the latest commit I get a failing test on Solaris 10 Sparc only in test-sigprocmask: > ../../build-aux/test-driver: line 107: 26549 Abort (core > dumped) "$@" > $log_file 2>&1 > FAIL: test-sigprocmask Logs are available at https://buildfarm.opencsw.org/buildbot/bui

[bug-gettext] gettext from Git fails on Solaris

2016-06-09 Thread Dagobert Michelsen
Hi, I am running continous builds on Solaris for gettext from Git and would like to address the proper compilation which is not the case right now. Currently the build fails here: gmake[4]: Entering directory '/export/home/buildbot/slave/ggettext-solaris10-i386/build/gettext-tools/misc' if tes

Re: [bug-gettext] gettext from Git fails on Solaris

2016-06-15 Thread Dagobert Michelsen
Hi Daiki, hi Peter, Am 10.06.2016 um 04:38 schrieb Daiki Ueno : > Dagobert Michelsen writes: > >> Cannot open load file: No such file or directory, bytecomp > > I too encountered this while building the RC version on a machine in the > opencsw build farm, but ignored it b