IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

#614 closed defect (wontfix)

psmodule 0.9.0 only requires pslib >= 0.8.0

Reported by: jhoblitt Owned by: robert.desonia@…
Priority: high Milestone:
Component: build Version: 0.9.0
Severity: normal Keywords:
Cc:

Description

The CVS head version is also set to 0.8.99 instead of 0.9.99.

Index: configure.ac
===================================================================
RCS file: /usr/local/cvs/repositories/pan-starrs/datasys/IPP/psModule/configure.ac,v
retrieving revision 1.14
diff -u -r1.14 configure.ac
--- configure.ac 18 Oct 2005 19:16:01 -0000 1.14
+++ configure.ac 7 Dec 2005 04:09:47 -0000
@@ -1,6 +1,6 @@

AC_PREREQ(2.59)

-AC_INIT([psmodule],[0.8.99],http://pan-starrs.ifa.hawaii.edu/bugzilla)
+AC_INIT([psmodule],[0.9.99],http://pan-starrs.ifa.hawaii.edu/bugzilla)

AC_CONFIG_SRCDIR([psmodule.pc.in])

AM_INIT_AUTOMAKE([1.7 foreign dist-bzip2])

@@ -55,7 +55,7 @@

[PSLIB_CONFIG=$withval])

if test -z ${PSLIB_CONFIG} ; then

  • PKG_CHECK_MODULES([PSLIB], [pslib >= 0.8.0])

+ PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0])

else

AC_CHECK_FILE($PSLIB_CONFIG,[],

[AC_MSG_ERROR([psLib is required. If not in path, use --with-pslib-config

to specify pslib-config script location.])])

Change History (5)

comment:1 by robert.desonia@…, 20 years ago

Is this an issue found with the release or just CVS head?

comment:2 by jhoblitt, 20 years ago

The 'pslib >= 0.8.0' exists in the 0.9.0 release.

comment:3 by robert.desonia@…, 20 years ago

Do you think it is worth making a new release?

comment:4 by jhoblitt, 20 years ago

Not for just this issue as there will be tagged release in another month.

comment:5 by robert.desonia@…, 20 years ago

Resolution: wontfix
Status: newclosed

Fixed in CVS, will not fix in release branch.

Workaround is to use psLib release 9 with psModule release 9.

-rdd

Note: See TracTickets for help on using tickets.