Apparently something changed in makepkg-mingw. It looks like it is forcing /usr/bin/bzr when accessing Bazaar repos line 517. Here is the error message I get:
$ makepkg-mingw ==> Making package: mingw-w64-x86_64-kicad-git r6803.0561940-1 (Thu, Dec 11, 2014 1:02:17 PM) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating kicad git repo... Fetching origin -> Pulling https://code.launchpad.net/~kicad-developers/kicad/doc ... No revisions or tags to pull. -> Updating kicad-libs git repo... Fetching origin ==> Validating source files with md5sums... kicad ... Skipped kicad-docs ... Skipped kicad-libs ... Skipped ==> Extracting sources... -> Creating working copy of kicad-source-mirror git repo... Switched to a new branch 'makepkg' -> Creating working copy of kicad-docs bzr repo... /usr/bin/makepkg: line 517: /usr/bin/bzr: No such file or directory ==> ERROR: Failure while creating working copy of kicad-docs bzr repo Aborting... It looks like I've hit a dead end unless I hack up makepkg to use the upstream version. On 12/11/2014 1:01 PM, Renato Silva wrote: > The bzr package needs more work. It was created by Martell after a talk > we had. In my tests there were quite a few problems, so I keep using the > upstream version. > > 2014-12-11 13:03 GMT-02:00 Wayne Stambaugh <[email protected] > <mailto:[email protected]>>: > > I ran into this http://www.cygwin.com/ml/cygwin/2012-04/msg00011.html > issue while attempting to build the kicad package. So I added > ssl.ca_certs=/usr/ssl/certs/ca-bundle.crt to my ~/.bazaar/bazaar.conf > file and now I'm getting this error: > > -> Branching > https://code.launchpad.net/~kicad-developers/kicad/doc ... > > See `bzr help ssl.ca_certs` for how to specify trusted CAcertificates. > Pass -Ossl.cert_reqs=none to disable certificate verification entirely. > > bzr: ERROR: [Errno 0] _ssl.c:348: > error:00000000:lib(0):func(0):reason(0) > ==> ERROR: Failure while branching > https://code.launchpad.net/~kicad-developers/kicad/doc > Aborting... > > Any ideas? The other option is to specify -Ossl.ca_certs=none on the > bzr command line but I'm not sure how to do that in the PKGBUILD file. > I've tried a few different options but with no luck. > > The other option is to remove the msys2 version of bzr and use the > windows version. This is how I built the package the last time but I'm > guessing most users would expect it to build with the msys2 version > of bzr. > > Thanks, > > Wayne > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & > more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Msys2-users mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/msys2-users > > ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
