[pkg-horde] Some problems to create horde 3.2 packages

Mathieu PARENT math.parent at gmail.com
Tue Apr 15 20:28:25 UTC 2008


Hello,

I've followed instructions from
http://www.gcolpart.com/debian/horde/arch.php#new-upstream:

---------------- (adapted-begin-)
Get sources:

$ cd /tmp/random_dir/
$ tla get horde--upstream--3 \
horde--upstream--3
$ tla get horde--sid--3 horde--sid--3

Download your new Horde webapp:

$ wget http://ftp.horde.org/pub/horde/horde-3.2-rc3.tar.gz
$ tar xvf horde-3.2-rc3.tar.gz

Import it in upstream branche:

$ cd horde--upstream--3
$ tla_load_dirs -s'Import horde 3' ../horde-3.2-rc3
--------------------------(-end)
at this step I get an error (with python stacktrace, see below):
arch_commit: unable to acquire revision lock (internal error in
archive-pfs.c(pfs_lock_revision))



If I continue and ignore the error: ...
-----------------------------(begin-)
And merge it in sid branche:

$ cd ../horde--sid--3
$ tla star-merge horde--upstream--3
------------------(-end)
$ cat docs/RELEASE_NOTES | grep version
Application Framework version 3.1.7.

So the --upstream-- has not been applied to --sid--.

It seems to be a permission problem. Probably because I'm not in the
*pkg-horde* alioth's group. Is there any way to do this ?

Note that I'm doing this because I want 3.2 to go in experimental (to
prepare it for lenny) soon. Any news about this ? Sorry to insist ;)

Thanks


Mathieu Parent

===================================================================================================
stacktrace:
-----------

arch_commit: unable to acquire revision lock (internal error in
archive-pfs.c(pfs_lock_revision))
    tree: /home/mathieu/apps/u/horde--upstream--3
    revision: pkg-horde-hackers at lists.alioth.debian.org--2006/horde--upstream--3--patch-10
Traceback (most recent call last):
  File "/usr/bin/tla_load_dirs", line 20, in ?
    init.run("tla")
  File "/usr/lib/python2.4/site-packages/vcs_support/init.py", line 72, in run
    iobj.main()
  File "/usr/lib/python2.4/site-packages/vcs_support/vcs_interact.py",
line 155, in main
    self.catchup(needsupdate)
  File "/usr/lib/python2.4/site-packages/vcs_support/vcs_interact.py",
line 182, in catchup
    self.wcobj.commit()
  File "/usr/lib/python2.4/site-packages/vcs_support/vcs_wc.py", line
180, in commit
    util.chdircmd(self.wcpath, util.safeexec, vcscmd, [cmd().commit])
  File "/usr/lib/python2.4/site-packages/vcs_support/util.py", line
110, in chdircmd
    return apply(func, args, kwargs)
  File "/usr/lib/python2.4/site-packages/vcs_support/util.py", line
66, in safeexec
    return checkresult(result, expected)
  File "/usr/lib/python2.4/site-packages/vcs_support/util.py", line
94, in checkresult
    raise ExecProblem, info + " (expected exit code %d)" % expected
vcs_support.util.ExecProblem: exited with code 2 (expected exit code 0)



More information about the pkg-horde-hackers mailing list