Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6452F1899E for ; Tue, 24 Nov 2015 19:26:11 +0000 (UTC) Received: (qmail 91625 invoked by uid 500); 24 Nov 2015 19:26:11 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 91586 invoked by uid 500); 24 Nov 2015 19:26:11 -0000 Mailing-List: contact issues-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list issues@aurora.apache.org Received: (qmail 91539 invoked by uid 99); 24 Nov 2015 19:26:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 19:26:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 02A682C1F5B for ; Tue, 24 Nov 2015 19:26:11 +0000 (UTC) Date: Tue, 24 Nov 2015 19:26:11 +0000 (UTC) From: "Bill Farner (JIRA)" To: issues@aurora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AURORA-1544) Packaging scripts broken for 0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AURORA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Farner resolved AURORA-1544. --------------------------------- Resolution: Fixed > Packaging scripts broken for 0.10.0 > ----------------------------------- > > Key: AURORA-1544 > URL: https://issues.apache.org/jira/browse/AURORA-1544 > Project: Aurora > Issue Type: Bug > Components: Packaging > Reporter: Bill Farner > Assignee: Bill Farner > > While building python artifacts, the debian build fails with the stack trace below I believe the RPM build will fail similarly. > {noformat} > Exception caught: () > File "/aurora/.cache/pants/setup/bootstrap/0.0.57/bin/pants", line 11, in > sys.exit(main()) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/bin/pants_exe.py", line 120, in main > do_run() > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/bin/pants_exe.py", line 103, in do_run > _run(exiter) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/bin/pants_exe.py", line 67, in _run > options, build_config = OptionsInitializer().setup() > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/bin/goal_runner.py", line 82, in __init__ > self._working_set = working_set or PluginResolver(self._options_bootstrapper).resolve() > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/bin/plugin_resolver.py", line 36, in __init__ > bootstrap_options = self._options_bootstrapper.get_bootstrap_options().for_global_scope() > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/options_bootstrapper.py", line 78, in get_bootstrap_options > bootstrap_option_values = initial_bootstrap_options.for_global_scope() > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/options.py", line 310, in for_global_scope > return self.for_scope(GLOBAL_SCOPE) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/options.py", line 260, in for_scope > self._parser_hierarchy.get_parser_by_scope(scope).parse_args(flags_in_scope, values) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/parser.py", line 181, in parse_args > val = self._compute_value(dest, kwargs, flag_vals) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/parser.py", line 426, in _compute_value > env_val = parse(env_val_str) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/parser.py", line 408, in parse_typed_list > return None if val_str is None else [value_type(x) for x in list_option(expand(val_str))] > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/custom_types.py", line 28, in list_option > return _convert(s, (list, tuple)) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/option/custom_types.py", line 63, in _convert > return parse_expression(val, acceptable_types, raise_type=ParseError) > File "/aurora/.cache/pants/setup/bootstrap/pants.DndJ62/install/local/lib/python2.7/site-packages/pants/util/eval.py", line 54, in parse_expression > value=format_raw_value()))) > Exception message: The value cannot be evaluated as a literal expression: invalid syntax (, line 1) > Given raw value: > 1: /pants.ini > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)