GNOME Bugzilla – Bug 654315
__init__.py sets destdir to /etc/pkcs11 and then fails
Last modified: 2011-07-10 19:18:59 UTC
Created attachment 191597 [details] make file listing for install of gnome-keyring jhbuild build fails to build gnome-keyring prefix=/opt/gnome in .jhbuildr jhbuild tries to place the certificates in the system directory /etc/pkcs11 and fails Traceback follows (complete make file listing as an attachement below) Traceback (most recent call last):
+ Trace 227716
jhbuild.main.main(sys.argv[1:])
rc = jhbuild.commands.run(command, config, args, help=lambda: print_help(parser))
return cmd.execute(config, args, help)
return self.run(config, options, args, help)
return build.build()
error, altphases = module.run_phase(self, phase)
method(buildscript)
self.process_install(buildscript, self.get_revision())
self._process_install_files(destdir, destdir, buildscript.config.prefix)
self._process_install_files(installroot, src_path, prefix)
os.mkdir(dest_path)
The gnome-keyring build is broken, but jhbuild should be more robust against this. *** This bug has been marked as a duplicate of bug 653156 ***