Your message dated Tue, 26 Dec 2006 15:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#327180: fixed in svn-buildpackage 0.6.16 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: svn-buildpackage Version: 0.6.9 Severity: normal Hi, i am trying to build ocaml out of the ocaml svn repo, using svn-buildpackage. My local username is sven, while my remote username is luther, and all the tagging and other access thingy is thus broken : ... W: ocaml-base: binary-or-shlib-defines-rpath ./usr/lib/ocaml/3.08.3/stublibs/dlltkanim.so /usr/lib:/usr/X11R6/lib W: ocaml: binary-without-manpage labltk Password: Password: Password: [EMAIL PROTECTED]'s password: [EMAIL PROTECTED]'s password: svn -m [svn-buildpackage] Tagging ocaml (3.08.3-8) cp svn+ssh://[EMAIL PROTECTED]/svn/pkg-ocaml-maint/trunk/packages/ocaml/trunk svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml/3.08.3-8 svn: Source et destination ne sont pas dans le même dépôt (src = 'svn+ssh://[EMAIL PROTECTED]/svn/pkg-ocaml-maint/trunk/packages/ocaml/trunk', dst = 'svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml/3.08.3-8') Command svn -m [svn-buildpackage] Tagging ocaml (3.08.3-8) cp svn+ssh://[EMAIL PROTECTED]/svn/pkg-ocaml-maint/trunk/packages/ocaml/trunk svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml/3.08.3-8 failed in /home/sven/debian/OCAML/packages/ocaml/build-area, how to continue now? [Qri?]: ? The choices are: Quit (q), Retry (r), Ignore & continue (i). [Qri?]: i As you can see, svn-buildpackage tries to access the remote repo as sven, and the error is most flagrant in the following line : svn+ssh://[EMAIL PROTECTED]/svn/pkg-ocaml-maint/trunk/packages/ocaml/trunk \ svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml/3.08.3-8 Where i believe the second line should have the "luther@" also. Friendly, Sven Luther -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-powerpc Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages svn-buildpackage depends on: ii devscripts 2.9.5 Scripts to make the life of a Debi ii perl 5.8.7-4 Larry Wall's Practical Extraction ii subversion 1.2.0-1 advanced version control system (a ii subversion-tools 1.2.0-1 assorted tools related to Subversi svn-buildpackage recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: svn-buildpackage Source-Version: 0.6.16 We believe that the bug you reported is fixed in the latest version of svn-buildpackage, which is due to be installed in the Debian FTP archive: svn-buildpackage_0.6.16.dsc to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.16.dsc svn-buildpackage_0.6.16.tar.gz to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.16.tar.gz svn-buildpackage_0.6.16_all.deb to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.16_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Eduard Bloch <[EMAIL PROTECTED]> (supplier of updated svn-buildpackage package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 26 Dec 2006 16:01:17 +0100 Source: svn-buildpackage Binary: svn-buildpackage Architecture: source all Version: 0.6.16 Distribution: unstable Urgency: medium Maintainer: Eduard Bloch <[EMAIL PROTECTED]> Changed-By: Eduard Bloch <[EMAIL PROTECTED]> Description: svn-buildpackage - helper programs to maintain Debian packages with Subversion Closes: 320679 327180 334608 335239 338389 340396 342260 345616 347854 348833 349979 351611 351653 359673 373295 374805 376278 376583 377411 377880 381377 388567 389941 396464 397611 398185 399646 399661 403066 Changes: svn-buildpackage (0.6.16) unstable; urgency=medium . [ Eddy PetriÈor ] * now is possible to store svn-deblayout information in Subversion properties - namespace is svn-bp:* (Closes: #373295, #377411) * add depends on file (Closes: #397611) * add support for origUrl (adds also a dependency on wget) (Closes: #377880) . [ Gonéri Le Bouder ] * add --svn-noninteractive to turn off interactive mode (Closes: #349979) . [ Eduard Bloch ] * svn_load_dir replacement implemented (closes: #399661, #398185), dropped dependency on subversion-tools. This also solves the user confusion because of its bizzare output and error handling (closes: #351653) * running custom build command trough a shell (closes: #376278) * disabled some postprocessing sugar with custom build command, makes more problem then it's worth (closes: #381377). If you use custom commands, please do also the post-processing. It is even documented (now also about --svn-linda, closes: #335239). People, please, DO SOME RTFM, it is not that hard. * more carefull checks for UNRELEASED tags in debian/changelog * made the the build-dep checking helper ineffective when prebuild hook is used (closes: #340396) * moved the clean command after build-dep check (closes: #348833) * tested bzip2 support in svn-inject (closes: #388567) * print the actuall svn command to show which repository is beeing accessed when probing around (closes: #396464). This may have caused Sven's confusion as well (closes: #327180, reopen if you have new information). * added a frontend script from Loïc Minier to /svn-buildpackage/usr/share/svn-buildpackage/contrib (closes: #389941) * manpage fixes and updates by Ted Percival (closes: #374805) * exclusion of upstream branch if definitely no files there are modified and explicit exclusion with --no-branches, based on a patch from Thierry Reding (closes: #345616) * Layout type 2 support based on patch from Steve Kowalik (closes: #338389) * carefully weed out empty arguments before exporting (closes: #334608) * now really use Q as the default answer at the failure-checking prompt, patch by Julian Gilbey (closes: #320679, #351611, #342260) * switched positions of copy commands in PRINCIPLES fixed, thanks to Thijs Kinkhorst (closes: #376583) * included some more language fixes (closes: #403066) and mentioned the SSH connection caching in the manual * Corrected the trunk/.svn/svn-buildpackage.conf path in the manpage (closes: #359673). That is enough, I see no good reason for adding a fallback to trunk/.svn/.svn-buildpackage. * alternative lookup in main tags directory when building in .../branches/... (closes: #399646) * removed the reference to the svnbook copy in Debian packages (closes: #347854) which has been removed because of licensing issues Files: ce5f06620b773efbf8fa75eb3c2528c4 546 devel extra svn-buildpackage_0.6.16.dsc 10277e2b0da1913de0a9c4c5ae58b6c4 52719 devel extra svn-buildpackage_0.6.16.tar.gz c8cac695e2cae95bd3e4df5826a238f1 200708 devel extra svn-buildpackage_0.6.16_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFkTtU4QZIHu3wCMURAjCEAJ9ITOWiJH5ixIwq5qHCTv5ZOM3u/gCfTZ0S wR6oSsjpJPAAJm53iR7Vm5E= =JvNs -----END PGP SIGNATURE-----
--- End Message ---

