Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-1131

DESTDIR not handled in make install-swig-py

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 1.2-consider
    • install
    • None

    Description

      source status:
      olaf@boettger:~/subversion> svn info
      Path: .
      Url: http://svn.collab.net/repos/svn/trunk
      Revision: 4834
      Node Kind: directory
      Schedule: normal
      Last Changed Author: philip
      Last Changed Rev: 4834
      Last Changed Date: 2003-02-11 15:12:44 +0100 (Tue, 11 Feb 2003)
      Properties Last Updated: 2002-11-01 14:22:20 +0100 (Fri, 01 Nov 2002)
      
      fresh host without subversion bug all required devel packages.
      build as non-privileged user.
      
      sh autogen.sh
      CFLAGS='-O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g'
      ./configure --prefix=/usr --infodir=/usr/share/info --libdir=/usr/lib
      --mandir=/usr/share/man --with-neon=/usr --with-apr=/usr
      --with-apr-util=/usr --with-apxs=/usr/sbin/apxs2
      --disable-mod-activation 2>&1 | tee myconf.log
      make
      make swig-py-ext
      make install DESTDIR=/tmp/FOO
      make install-swig-py-ext DESTDIR=/tmp/BAR DISTUTIL_PARAM=--prefix=/tmp/BAR
      find /tmp/BAR/ -type f | xargs grep /tmp/BAR/
      
      the find command will show all files having the $DESTDIR content in
      it, makeing the resulting binaries unusable.
      
      please provide a fix asap, I know nothing about python ;-(
      

      Original issue reported by olh

      Attachments

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: