﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
138	Unable to build for a stable version with git-svn	Bruno Cornec	Bruno Cornec	"On a git svn export, I'm unable to build for the 0.13.2 version:
{{{
$ pb -p pb -r 0.13.2 sbx2pkg2ins
ERROR: no pbroot defined, used /home/bruno/svn-git/pb/pbconf, without finding pb.pb in it
       Please use -r release in order to be able to initialize your environment correctly
Unable to open /home/bruno/svn-git/pb/pbconf/pb.pb at /usr/lib/perl5/vendor_perl/5.20.1/ProjectBuilder/Env.pm line 1262.
}}}

Detailed log gives:
{{{
PBDEFDIR: /home/bruno/svn-git
DEBUG: Creating a non-volatile temporary directory (/tmp/pb.y8Av0hnso7)
PBTMP: /tmp/pb.y8Av0hnso7
PBDESTDIR: /home/bruno/svn-git/pb/delivery
PBBUILDDIR: /home/bruno/svn-git/pb/build
pb_vcs_compliant: envar: PBCONFDIR - defdir: /home/bruno/svn-git/pb/pbconf - uri: git+svn+ssh://svn.mondorescue.org/prj/svn/pb/pbconf
DEBUG: pb_conf_get_in_hash_if on params pbconfdir
DEBUG: pb_conf_get_in_hash_if returns
$VAR1 = {
          'uuwl' => '$ENV{\'HOME\'}/svn-git/pb/projects/uuwl/pbconf',
          'python-redfish' => '$ENV{\'HOME\'}/Work/bruno/prj/python-redfish/pbconf',
          'pusk' => '$ENV{\'HOME\'}/svn-git/pb/projects/pusk/pbconf'
        };
WARNING: no pbconfdir defined, using /home/bruno/svn-git/pb/pbconf
         Please create a pbconfdir reference for project pb in /home/bruno/.pbrc
         if you want to use another directory
PBCONFDIR: /home/bruno/svn-git/pb/pbconf
DEBUG: uri:git+svn+ssh://svn.mondorescue.org/prj/svn/pb/pbconf
DEBUG: scheme:git+svn+ssh ac: host:svn.mondorescue.org port: path:/prj/svn/pb/pbconf
git+svn+ssh://svn.mondorescue.org/prj/svn/pb/pbconf found locally, checking content
pb_vcs_get_uri returns git+svn+ssh://svn.mondorescue.org/prj/svn/pb/pbconf
DEBUG: uri:git+svn+ssh://svn.mondorescue.org/prj/svn/pb/pbconf
DEBUG: scheme:git+svn+ssh ac: host:svn.mondorescue.org port: path:/prj/svn/pb/pbconf
Content correct - doing nothing - you may want to update your repository however
pb_vcs_compliant end
DEBUG: uri:git+svn+ssh://svn.mondorescue.org/prj/svn/pb/pbconf
DEBUG: scheme:git+svn+ssh ac: host:svn.mondorescue.org port: path:/prj/svn/pb/pbconf
PBROOTDIR=/home/bruno/svn-git/pb/pbconf
ERROR: no pbroot defined, used /home/bruno/svn-git/pb/pbconf, without finding pb.pb in it
       Please use -r release in order to be able to initialize your environment correctly
Unable to open /home/bruno/svn-git/pb/pbconf/pb.pb at /usr/lib/perl5/vendor_perl/5.20.1/ProjectBuilder/Env.pm line 1262.
}}}
"	defect	new	major		pb	0.13.1			
