bug#7142: [PATCH] build: fix build on Solaris 10 (original) (raw)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
From: | Eric Blake |
---|---|
Subject: | bug#7142: [PATCH] build: fix build on Solaris 10 |
Date: | Tue, 5 Oct 2010 08:41:21 -0600 |
- gnulib: Update to latest, for reduced -lgen scope.
- bootstrap: Synchronize from upstream. Reported by Clemens Brogi, as bug #7142.
And the coreutils counterpart.
- gnulib 7c2e368...ae0a6b2 (9):
bootstrap: work with pkg-config faccessat: remove unused wrappers tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@ gnulib-tool: Synthesize appropriate _LDFLAGS for a libtool library. threadlib: Make option --with-libpth-prefix work. Avoid line length limitation from HP NonStop system header files. read-file tests: Avoid a test failure on NonStop Kernel. gnulib-tool: Fixes for --create-testdir with --libtool. Avoid some lines longer than 80 characters.
bootstrap | 16 +++++++++------- gnulib | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/bootstrap b/bootstrap index 7f0ee81..29802a1 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh
Print a version string.
-scriptversion=2010-09-30.21; # UTC +scriptversion=2010-10-05.14; # UTC
Bootstrap this package from checked-out sources.
@@ -351,7 +351,7 @@ check_versions() { app=libtoolize fi # Honor APPvariables(APP variables (APPvariables(TAR, $AUTOCONF, etc.)
- appvar=
echo $app | tr '[a-z]' '[A-Z]'
- appvar=
echo $app | tr 'a-z-' 'A-Z_'
test "$appvar" = TAR && appvar=AMTAR eval "app=${$appvar-$app}" inst_ver=$(get_version $app) @@ -374,7 +374,7 @@ check_versions() { print_versions() { echo "Program Min_version" echo "----------------------"
- printf "$buildreq"
- printf %s "$buildreq"
echo "----------------------"
can't depend on column -t
} @@ -392,10 +392,12 @@ if test $use_libtool = 1; then fi
if ! printf "$buildreq" | check_versions; then
- test -f README-prereq &&
- echo "See README-prereq for notes on obtaining these prerequisite programs:"
&2
- echo
- print_versions
- echo >&2
- if test -f README-prereq; then
- echo "See README-prereq for notes on obtaining the prerequisite programs"
&2
- else
- echo "Please install the prerequisite programs" >&2
- fi exit 1 fi
diff --git a/gnulib b/gnulib index 7c2e368..ae0a6b2 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 7c2e36888a6f0d63557fc2b98a8c8f3d3cb73aa3 +Subproject commit ae0a6b2df106b7ed760cc393312997adf995cc3b
1.7.2.3
- bug#7142: coreutils on Solaris 10(x86) 09/10, (continued)
- bug#7142: coreutils on Solaris 10(x86) 09/10, Eric Blake, 2010/10/01
* Message not available
* bug#7142: coreutils on Solaris 10(x86) 09/10, Eric Blake, 2010/10/01
* bug#7142: coreutils on Solaris 10(x86) 09/10, Clemens Brogi, 2010/10/04
* bug#7142: coreutils on Solaris 10(x86) 09/10, Eric Blake, 2010/10/04
* bug#7142: coreutils on Solaris 10(x86) 09/10, Paul Eggert, 2010/10/04
* bug#7142: coreutils on Solaris 10(x86) 09/10, Eric Blake, 2010/10/04
* bug#7142: coreutils on Solaris 10(x86) 09/10, Paul Eggert, 2010/10/04
* bug#7142: coreutils on Solaris 10(x86) 09/10, Jim Meyering, 2010/10/05
* bug#7142: [PATCH] faccessat: remove unused wrappers, Eric Blake, 2010/10/05
* bug#7142: [PATCH] faccessat: remove unused wrappers, Jim Meyering, 2010/10/05
* bug#7142: [PATCH] build: fix build on Solaris 10,Eric Blake <=
- bug#7142: coreutils on Solaris 10(x86) 09/10, Eric Blake, 2010/10/01
- Prev by Date:bug#7142: [PATCH] faccessat: remove unused wrappers
- Next by Date:bug#7176: Feature request: add option to display full units in -h and --si output
- Previous by thread:bug#7142: [PATCH] faccessat: remove unused wrappers
- Next by thread:bug#7099: mbsalign.c old c compiler complains about variables defined inside code
- Index(es):