Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386599 - sci-mathematics/pari-2.5.0-r3 unrecognized token: "'" during updating portage cache
Summary: sci-mathematics/pari-2.5.0-r3 unrecognized token: "'" during updating portage...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 05:34 UTC by Oleg Gawriloff
Modified: 2011-10-13 04:48 UTC (History)
0 users

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


Attachments
emerge --info output (emerge-info.txt,4.29 KB, text/plain)
2011-10-10 05:35 UTC, Oleg Gawriloff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Gawriloff 2011-10-10 05:34:32 UTC
After calling eix-sync I have:

>>> Updating Portage cache
82% [============================================================>             ]sci-mathematics/pari-2.5.0-r3: unrecognized token: "'"
Traceback (most recent call last):
  File "/usr/bin/emerge", line 43, in <module>
    retval = emerge_main()
  File "/usr/lib/portage/pym/_emerge/main.py", line 1813, in emerge_main
    return action_sync(settings, trees, mtimedb, myopts, myaction)
  File "/usr/lib/portage/pym/_emerge/actions.py", line 2480, in action_sync
    action_metadata(settings, portdb, myopts, porttrees=[myportdir])
  File "/usr/lib/portage/pym/_emerge/actions.py", line 1818, in action_metadata
    tree_data.dest_db[cpv] = src
  File "/usr/lib/portage/pym/portage/cache/template.py", line 80, in __setitem__
    self._setitem(cpv, d)
  File "/usr/lib/portage/pym/portage/cache/sqlite.py", line 203, in _setitem
    cursor.execute(s)
OperationalError: unrecognized token: "'"
 * emerge --sync failed


Reproducible: Always
Comment 1 Oleg Gawriloff 2011-10-10 05:35:01 UTC
Created attachment 289423 [details]
emerge --info output
Comment 2 Oleg Gawriloff 2011-10-10 06:13:37 UTC
After removing ebuild from my portage mirror and resyncing all goes ok. Sorry for bother.