From netch@segfault.kiev.ua  Sun Apr  6 05:52:00 2014
Return-Path: <netch@segfault.kiev.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 53E831DD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Apr 2014 05:52:00 +0000 (UTC)
Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id D682B9DB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Apr 2014 05:51:59 +0000 (UTC)
Received: from segfault.kiev.ua (localhost.segfault.kiev.ua [127.0.0.1])
	by segfault.kiev.ua (8.14.7/8.14.7/8.Who.Cares) with ESMTP id s365jEHv060338;
	Sun, 6 Apr 2014 08:45:14 +0300 (EEST)
	(envelope-from netch@segfault.kiev.ua)
Received: (from netch@localhost)
	by segfault.kiev.ua (8.14.7/8.14.7/Submit) id s365j8bv060334;
	Sun, 6 Apr 2014 08:45:08 +0300 (EEST)
	(envelope-from netch)
Message-Id: <201404060545.s365j8bv060334@segfault.kiev.ua>
Date: Sun, 6 Apr 2014 08:45:08 +0300 (EEST)
From: Valentin Nechayev <netch@netch.kiev.ua>
Reply-To: Valentin Nechayev <netch@netch.kiev.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: database/cassandra cqlsh issues
X-Send-Pr-Version: 3.114
X-GNATS-Notify: hsn@sendmail.cz

>Number:         188305
>Category:       ports
>Synopsis:       databases/cassandra cqlsh issues
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 06 06:00:02 UTC 2014
>Closed-Date:    Tue Apr 15 01:43:10 UTC 2014
>Last-Modified:  Tue Apr 15 01:43:10 UTC 2014
>Originator:     Valentin Nechayev
>Release:        FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
private
>Environment:

>Description:

After installation, cqlsh doesn't work, falling at start:

$ cqlsh
Traceback (most recent call last):
  File "/usr/local/bin/cqlsh", line 114, in <module>
    from cqlshlib import cqlhandling, cql3handling, pylexotron
  File "/usr/local/share/cassandra/bin/../pylib/cqlshlib/cqlhandling.py", line 22, in <module>
    from . import pylexotron, util, helptopics
ImportError: cannot import name helptopics

Both cqlhandling.py and cql3handling.py refer helptopics.py which
isn't present anymore.

After just removing its importing from these files, the next error appears:

Traceback (most recent call last):
  File "/usr/local/bin/cqlsh", line 115, in <module>
    from cqlshlib.displaying import (RED, BLUE, ANSI_RESET, COLUMN_NAME_COLORS,
ImportError: No module named displaying

NB this happens after already applied fix for ports/187693
(cql-internal-only-1.4.1.zip in pkg-plist).

>How-To-Repeat:

>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 7 05:12:27 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188305 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: hsn@sendmail.cz
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/188305: databases/cassandra cqlsh issues
Date: Mon, 7 Apr 2014 05:12:26 UT

 Maintainer of databases/cassandra,
 
 Please note that PR ports/188305 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188305
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Apr 15 01:43:00 UTC 2014 
State-Changed-Why:  
see ports/188248. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188305 
>Unformatted:
