Bug 164583 - [PATCH] devel/subversion: chown: /home/svn/repos/dav: No such file or directory error occurs when SVNSERVE_WRAPPER, MOD_DAV_SVN and WITH_REPOSITORY_CREATION options are enabled at the same time
Summary: [PATCH] devel/subversion: chown: /home/svn/repos/dav: No such file or directo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-28 18:20 UTC by TAKATSU Tomonari
Modified: 2012-02-14 16:10 UTC (History)
1 user (show)

See Also:


Attachments
subversion-1.7.2.patch (900 bytes, patch)
2012-01-28 18:20 UTC, TAKATSU Tomonari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TAKATSU Tomonari freebsd_committer freebsd_triage 2012-01-28 18:20:12 UTC
"chown: No such file or directory" error occurs when installing with
SVNSERVE_WRAPPER, MOD_DAV_SVN and WITH_REPOSITORY_CREATION options.

Port maintainer (lev@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: # cd /usr/ports/devel/subversion
# make config
# make showconfig
===> The following configuration options are available for subversion-1.7.2:
     P4_STYLE_MARKERS=on "Perforce-style conflict markers"
     ENHANCED_KEYWORD=on "Enhanced svn:keyword support"
     FREEBSD_TEMPLATE=on "FreeBSD Project log template"
     MOD_DAV_SVN=on "mod_dav_svn module for Apache 2.X"
     NEON=on "WebDAV/Delta-V repo access module (neon)"
     SERF=on "WebDAV/Delta-V repo access module (serf)"
     SASL=on "SASL2 authorization support"
     BDB=off "Berkeley DB (4 or 5) repository backend"
     MAINTAINER_DEBUG=off "Build debug version"
     SVNSERVE_WRAPPER=on "Enable svnserve wrapper"
     SVNAUTHZ_VALIDATE=off "install svnauthz-validate"
     STATIC=off "Build static version (no shared libs)"
     GNOME_KEYRING=off "Build with GNOME Keyring auth support"
     KDE_KWALLET=off "Build with KDE KWallet auth support"
     BOOK=off "Install the Subversion Book"
===> Use 'make config' to modify these settings
# make WITH_REPOSITORY_CREATION=yes install
(snip)
===> Installing rc.d startup script(s)
/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache22 -a -n dav_svn /usr/local/libexec/apache22/mod_dav_svn.so
[activating module `dav_svn' in /usr/local/etc/apache22/httpd.conf]
/usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache22 -a -n authz_svn /usr/local/libexec/apache22/mod_authz_svn.so
[activating module `authz_svn' in /usr/local/etc/apache22/httpd.conf]
cd /usr/ports/devel/subversion/work/subversion-1.7.2/tools ;  /usr/bin/tar --exclude '*.in' -cf - * | /usr/bin/tar -C /usr/local/share/subversion -xf -
/bin/mkdir -p /usr/local/share/doc/subversion
for f in BUGS CHANGES COMMITTERS INSTALL README; do  install  -o root -g wheel -m 444 /usr/ports/devel/subversion/work/subversion-1.7.2/$f /usr/local/share/doc/subversion;  done
You already have a group "www", so I will use it.
You already have a user "www", so I will use it.
chown: /home/svn/repos/dav: No such file or directory
*** Error code 1

Stop in /usr/ports/devel/subversion.
*** Error code 1

Stop in /usr/ports/devel/subversion.
#
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-28 18:20:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-14 16:06:37 UTC
lev         2012-02-14 16:06:21 UTC

  FreeBSD ports repository

  Modified files:
    devel/subversion     Makefile Makefile.common distinfo 
                         pkg-plist 
    devel/subversion/files pkg-deinstall.in pkg-install.in 
  Log:
    (1) Upgrade to 1.7.3
    (2) Return building od mod_dontdothat
    (3) Fix pkg-plist and remove strange binary files from installation
    (4) Make better install/deinstall scripts
    (5) Fix installation with SVNSERVE_WRAPPER, MOD_DAV_SVN and WITH_REPO_CREATION
  
  PR:             [3, 4] ports/164033, [5] ports/164583
  
  Revision  Changes    Path
  1.140     +31 -24    ports/devel/subversion/Makefile
  1.59      +2 -2      ports/devel/subversion/Makefile.common
  1.84      +5 -5      ports/devel/subversion/distinfo
  1.2       +5 -8      ports/devel/subversion/files/pkg-deinstall.in
  1.2       +2 -2      ports/devel/subversion/files/pkg-install.in
  1.45      +7 -39     ports/devel/subversion/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2012-02-14 16:08:37 UTC
State Changed
From-To: open->closed


Commited, thanx!