Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132686 - Version-Bump : media-sound/listen-0.4.3
Summary: Version-Bump : media-sound/listen-0.4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: José Alberto Suárez López (RETIRED)
URL: http://listengnome.free.fr/
Whiteboard:
Keywords:
: 134024 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-08 08:03 UTC by orgoz2
Modified: 2006-06-01 17:15 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
diff for sqlite dependency (listen-0.4.3.diff,310 bytes, text/plain)
2006-05-27 20:33 UTC, a random fuzz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description orgoz2 2006-05-08 08:03:23 UTC
* Many bugs fixed see changelog for more detail (Many thanks to Ed Catmur for his patch)
* New Cover search Dialog
* Improve usability (like right clic + treeview multiple selection)
Comment 1 a random fuzz 2006-05-27 19:21:40 UTC
It compiles if you change the ebuild name.  However when launching listen, it crashes:
  File "/usr/lib/listen/db_manager.py", line 520, in __init__
    self.cur.execute( requete_albums_view )
pysqlite2.dbapi2.OperationalError: near "as": syntax error

Commenting out that line and it crashes due to the next line:
  File "/usr/lib/listen/db_manager.py", line 521, in __init__
    self.cur.execute( requete_artists_view )
pysqlite2.dbapi2.OperationalError: near "DISTINCT": syntax error

Commenting both and it has no fatal errors.  I don't know sqlite so I'm not sure where it's going wrong.  Anyone with similar problems and/or a solution?
Comment 2 a random fuzz 2006-05-27 20:32:53 UTC
I'll take that comment back. It just occured to me to check sqlite versions.  Listen only properly works versions of sqlite in portage at 3.2.7-r1 or greater.    Adding a diff to add the dependency.

Works fine now.
Comment 3 a random fuzz 2006-05-27 20:33:53 UTC
Created attachment 87702 [details]
diff for sqlite dependency
Comment 4 José Alberto Suárez López (RETIRED) gentoo-dev 2006-05-29 13:29:18 UTC
*** Bug 134024 has been marked as a duplicate of this bug. ***
Comment 5 José Alberto Suárez López (RETIRED) gentoo-dev 2006-05-30 03:53:03 UTC
Commited :)
you need to re-emerge pysqlite
Comment 6 Ed Catmur 2006-06-01 17:04:42 UTC
Uh, wtf? 

Listen works fine here with sqlite 3.3.5-r1.

Also, the DEPEND strings are totally bogus; the gst plugins should be in RDEPEND and not in DEPEND, while gtk etc. should be in both DEPDEND and RDEPEND.
Comment 7 Ed Catmur 2006-06-01 17:15:24 UTC
Can't be bothered to save a diff, but it's on my server:

http://catmur.co.uk/cgi-bin/viewcvs/viewcvs.cgi/svn/gentoo/tree/media-sound/listen/listen-0.4.3.ebuild?r1=476&r2=477&diff_format=h