[csw-maintainers] debug output - all variables

rupert THURNER rupert at opencsw.org
Mon Dec 21 11:59:22 CET 2009


hi,

is there a possibility to display all the defined variables for a
debug output? i find it particularly difficult to see through all the
variables used in the subversion makefile. just to give you some
randomly picked out examples which finally makes then libsvn_ra_dav go
into /opt/csw/lib instead of /opt/csw/lib/svn.

$(libdir)
$(SVNLIB)
$(DESTDIR)
$(prefix)
$(WORKDIR)
SVNLIB = $(prefix)/lib/svn

CONFIGURE_ARGS  = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB)

fix-ra_dav:
    @# libsvn_ra_dav-1* has been renamed to libsvn_ra_neon-1*
    @# in the new versions of subversion,
    @# we need to link for backward compatability
    @(gln -s $(DESTDIR)$(libdir)/libsvn_ra_neon-1.so.0.0.0 \
        $(DESTDIR)$(libdir)/libsvn_ra_dav-1.so.0)
    @(gln -s $(DESTDIR)$(libdir)/libsvn_ra_neon-1.so.0.0.0 \
        $(DESTDIR)$(libdir)/libsvn_ra_dav-1.so)
    @$(MAKECOOKIE)

other usages include:
@(grm -fr $(DESTDIR)$(prefix)/lib/perl/5.8.8)

i tried "gmake -d" but the output is enourmous - and i could not see
the variables.

rupert.

---------- Forwarded message ----------
From: Mantis Bug Tracker <noreply at opencsw.org>
Date: Mon, Dec 21, 2009 at 10:12
Subject: [subversion 0003792]: libsvn_fs_base-1.so.0 and
libsvn_ra_dav-1.so.0 missing
To: rupert at opencsw.org



A NOTE has been added to this issue.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=3792
======================================================================
Reported By:                james
Assigned To:
======================================================================
Project:                    subversion
Issue ID:                   3792
Category:                   packaging
Reproducibility:            sometimes
Severity:                   crash
Priority:                   normal
Status:                     feedback
======================================================================
Date Submitted:             2009-07-30 16:52 CEST
Last Modified:              2009-12-21 10:12 CET
======================================================================
Summary:                    libsvn_fs_base-1.so.0 and libsvn_ra_dav-1.so.0
missing
Description:
Previouly svn included libsvn_fs_base-1.so.0 and libsvn_ra_dav-1.so.0.
These are no longer in svn but stil needed by 2 dependants.  Suggest svn
packs the old files until the dependants are rebuilt, if that is not
possible please expedite the rebuild of the depends.
======================================================================

----------------------------------------------------------------------
 (0007114) james (reporter) - 2009-12-21 10:12
 http://www.opencsw.org/bugtrack/view.php?id=3792#c7114
----------------------------------------------------------------------
With ldd.

If you have fixed this please say so.

"please address this to CSWkdesdk and CSWkdevelop if it is still valid."
says to me "This is not fixed in SVN, the depends will have to be fixed if
they are not fixed already".  Sorry if that is not the correct
interpretation of your words, please qualify what you have done.


More information about the maintainers mailing list