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

new build system still broken.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • all
    • unscheduled
    • src
    • None

    Description

      The new build system still has bugs.  The bugs described below have
      been verified on both FreeBSD 4.2 and RedHat Linux 7.0, with
      BerkeleyDB 3.2.9 installed.
      
         ./autogen.sh
         ./configure --enable-maintainer-mode --disable-shared
         make clean
         make
      
      Those commands *should* be all that's required to complete a build.
      
      Instead, after running 'make', we encounter these hurdles:
      
        1.  libsvn_ra_local is not automatically built.
            As a result, the final linking of the svn binary halts.
            To fix, we must manually 'make libsvn_ra_local' and 'make' again.
            
        2.  The linking of 'ra-local-test' halts, because -lsvn_repos
            cannot be found.  (libsvn_repos exists, but somehow the
            arguments to libtool are incorrect.)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sussman Ben Collins-Sussman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: