[ANNOUNCE] xcalc 1.0.4

Somchai Smythe buraphalinuxserver at gmail.com
Fri Nov 26 07:00:18 PST 2010


Hello list,

Am I doing something wrong?  The install-sh seems to be broken now:

make install-strip DESTDIR=/tmp/package-xcalc V=1
make  INSTALL_PROGRAM="/bin/sh /tmp/xcalc-1.0.4/install-sh -c -s" \
          install_sh_PROGRAM="/bin/sh /tmp/xcalc-1.0.4/install-sh -c
-s" INSTALL_STRIP_FLAG=-s \
          `test -z '' || \
            echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install
make[1]: Entering directory `/tmp/xcalc-1.0.4'
make[2]: Entering directory `/tmp/xcalc-1.0.4'
test -z "/usr/X11R7/bin" || /bin/mkdir -p "/tmp/package-xcalc/usr/X11R7/bin"
  /bin/sh /tmp/xcalc-1.0.4/install-sh -c -s xcalc
'/tmp/package-xcalc/usr/X11R7/bin'
/tmp/xcalc-1.0.4/install-sh: line 139: syntax error near unexpected token `;;'
/tmp/xcalc-1.0.4/install-sh: line 139: `        shift;;'
make[2]: *** [install-binPROGRAMS] Error 2
make[2]: Leaving directory `/tmp/xcalc-1.0.4'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/tmp/xcalc-1.0.4'
make: *** [install-strip] Error 2

I compared it to the install-sh in xcalc-1.0.3 and it seems random
lines were deleted from the case statement.  I'm using bash 4.1.9 if
it matters.

--- xcalc-1.0.3/install-sh      2009-12-18 10:52:00.000000000 +0700
+++ xcalc-1.0.4/install-sh      2010-11-21 01:54:55.000000000 +0700
@@ -136,21 +136,17 @@

     -d) dir_arg=true;;

-    -g) chgrpcmd="$chgrpprog $2"
        shift;;

-    --help) echo "$usage"; exit $?;;

     -m) mode=$2
        case $mode in
          *' '* | *'    '* | *'
 '*       | *'*'* | *'?'* | *'['*)
-           echo "$0: invalid mode: $mode" >&2
            exit 1;;
        esac
        shift;;

-    -o) chowncmd="$chownprog $2"
        shift;;

     -s) stripcmd=$stripprog;;

(and many more changes after that).


On 11/25/10, Alan Coopersmith <alan.coopersmith at oracle.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> xcalc is a Xaw-toolkit based scientific calculator X11 client
> that can emulate a TI-30 or an HP-10C.
>
> This minor maintenance release provides the usual recent collection of
> improvements to the calculation of the build configuration and other
> janitorial cleanups.
>
> Alan Coopersmith (7):
>       config: upgrade to util-macros 1.8 for additional man page support
>       config: Remove unnecessary calls from configure.ac
>       config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
>       config: Explicitly check for xt & x11 pkgs, since xcalc calls those
> directly
>       Purge RCS/CVS version tags
>       create_keypad: declare list of button name strings as const
>       xcalc 1.0.4
>
> Gaetan Nadon (3):
>       configure.ac: use backticks rather than $() for cmd subs
>       config: move CWARNFLAGS from configure.ac to Makefile.am
>       config: update AC_PREREQ statement to 2.60
>
> git tag: xcalc-1.0.4
>
> http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.tar.bz2
> MD5:  261ccaa767420ece55bceeff9463e7e6
> SHA1: 25e96001331e03a5aae38184887fa0d92eaaf647
>
> http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.tar.gz
> MD5:  e8a07c7b23ae8372312183754cadb5dd
> SHA1: 95c866d82f7fa7f70e99d7e6677dbf127b926955
>
>
> - --
> 	-Alan Coopersmith-        alan.coopersmith at oracle.com
> 	 Oracle Solaris Platform Engineering: X Window System
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (SunOS)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkztq2QACgkQovueCB8tEw6b9gCePZeWi6+0H39BKGGu5ZOKntOS
> mxYAn0YHTKZx3floV3pZwRho3bgOh6Hk
> =CXlH
> -----END PGP SIGNATURE-----
> _______________________________________________
> xorg-announce mailing list
> xorg-announce at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg-announce
>



More information about the xorg mailing list