[aur-general] brz pkgver() problem when updating on existing bzr repo
As I updated the PKGBUILD for he new autobump feature I observed the following problem on my https://aur.archlinux.org/packages/anamnesis-bzr package: When I run makepkg the first time, the bzr repo gets fetched, all ok. However running makepkg the second time gives the following error: ==> ERROR: /Common/Builds/aur/anamnesis-bzr/anamnesis is not a branch of bzr://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis I don't know much about bzr, so I don't know what this error means. Can you help me please, is this a problem with the bzr url format, or a bug in makepkg or something else?
On Tue, Apr 9, 2013 at 4:21 PM, SanskritFritz <sanskritfritz@gmail.com>wrote:
As I updated the PKGBUILD for he new autobump feature I observed the following problem on my https://aur.archlinux.org/packages/anamnesis-bzr package:
When I run makepkg the first time, the bzr repo gets fetched, all ok. However running makepkg the second time gives the following error:
==> ERROR: /Common/Builds/aur/anamnesis-bzr/anamnesis is not a branch of bzr://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis
I don't know much about bzr, so I don't know what this error means. Can you help me please, is this a problem with the bzr url format, or a bug in makepkg or something else?
The issue is documented here: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Bazaar_limitati... Patches are on the way, this will be fixed in pacman 4.1.1. Cheers. -- Maxime
On Tue, Apr 9, 2013 at 4:26 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
On Tue, Apr 9, 2013 at 4:21 PM, SanskritFritz <sanskritfritz@gmail.com
wrote:
As I updated the PKGBUILD for he new autobump feature I observed the following problem on my https://aur.archlinux.org/packages/anamnesis-bzr package:
When I run makepkg the first time, the bzr repo gets fetched, all ok. However running makepkg the second time gives the following error:
==> ERROR: /Common/Builds/aur/anamnesis-bzr/anamnesis is not a branch of bzr://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis
I don't know much about bzr, so I don't know what this error means. Can you help me please, is this a problem with the bzr url format, or a bug in makepkg or something else?
The issue is documented here:
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Bazaar_limitati... Patches are on the way, this will be fixed in pacman 4.1.1.
Thanks for the heads-up, I tried it with http://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis but that fails completely. Looks like I'll have to wait for 4.1.1, at least it works when I delete the bzr repo first. Or I'm missing something entirelly.
On Tue, Apr 9, 2013 at 4:43 PM, SanskritFritz <sanskritfritz@gmail.com>wrote:
On Tue, Apr 9, 2013 at 4:26 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
On Tue, Apr 9, 2013 at 4:21 PM, SanskritFritz <sanskritfritz@gmail.com
wrote:
As I updated the PKGBUILD for he new autobump feature I observed the following problem on my https://aur.archlinux.org/packages/anamnesis-bzr package:
When I run makepkg the first time, the bzr repo gets fetched, all ok. However running makepkg the second time gives the following error:
==> ERROR: /Common/Builds/aur/anamnesis-bzr/anamnesis is not a branch of bzr://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis
I don't know much about bzr, so I don't know what this error means. Can you help me please, is this a problem with the bzr url format, or a bug in makepkg or something else?
The issue is documented here:
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Bazaar_limitati...
Patches are on the way, this will be fixed in pacman 4.1.1.
Thanks for the heads-up, I tried it with http://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis but that fails completely. Looks like I'll have to wait for 4.1.1, at least it works when I delete the bzr repo first. Or I'm missing something entirelly.
You need to use: bzr://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis/ This is the output of 'bzr config parent_location', do not forget the trailing slash. I'll update the wiki accordingly, repos not hosted on Launchpad do not exhibit an http URL. Cheers. -- Maxime
On Tue, Apr 9, 2013 at 4:49 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
You need to use: bzr://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis/ This is the output of 'bzr config parent_location', do not forget the trailing slash. I'll update the wiki accordingly, repos not hosted on Launchpad do not exhibit an http URL.
This is exactly what I'm using. So the problem will be solved in next version of pacman, I can live with that :)
On Tue, Apr 9, 2013 at 5:00 PM, SanskritFritz <sanskritfritz@gmail.com>wrote:
On Tue, Apr 9, 2013 at 4:49 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
You need to use: bzr://anamnesis.bzr.sourceforge.net/bzrroot/anamnesis/ This is the output of 'bzr config parent_location', do not forget the trailing slash. I'll update the wiki accordingly, repos not hosted on Launchpad do not exhibit an http URL.
This is exactly what I'm using. So the problem will be solved in next version of pacman, I can live with that :)
Not exactly, as I said you are missing the trailing slash. I just had a look at your PKGBUILD. -- Maxime
On Tue, Apr 9, 2013 at 5:07 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
On Tue, Apr 9, 2013 at 5:00 PM, SanskritFritz <sanskritfritz@gmail.com
wrote:
On Tue, Apr 9, 2013 at 4:49 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
You need to use: bzr:// anamnesis.bzr.sourceforge.net/bzrroot/anamnesis/ This is the output of 'bzr config parent_location', do not forget the trailing slash. I'll update the wiki accordingly, repos not hosted on Launchpad do not exhibit an http URL.
This is exactly what I'm using. So the problem will be solved in next version of pacman, I can live with that :)
Not exactly, as I said you are missing the trailing slash. I just had a look at your PKGBUILD.
I'm sorry for being a sloppy reader and thank you for your patience. /me is happy now.
On Tue, Apr 9, 2013 at 9:49 PM, SanskritFritz <sanskritfritz@gmail.com>wrote:
On Tue, Apr 9, 2013 at 5:07 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
On Tue, Apr 9, 2013 at 5:00 PM, SanskritFritz <sanskritfritz@gmail.com
wrote:
On Tue, Apr 9, 2013 at 4:49 PM, Maxime GAUDUIN <alucryd@gmail.com> wrote:
You need to use: bzr:// anamnesis.bzr.sourceforge.net/bzrroot/anamnesis/ This is the output of 'bzr config parent_location', do not forget the trailing slash. I'll update the wiki accordingly, repos not hosted on Launchpad do not exhibit an http URL.
This is exactly what I'm using. So the problem will be solved in next version of pacman, I can live with that :)
Not exactly, as I said you are missing the trailing slash. I just had a look at your PKGBUILD.
I'm sorry for being a sloppy reader and thank you for your patience. /me is happy now.
No worries, I'm the same. Glad it works for you :) -- Maxime
participants (2)
-
Maxime GAUDUIN
-
SanskritFritz