Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 544058 - app-admin/webapp-config not play well with Paludis package manager
Summary: app-admin/webapp-config not play well with Paludis package manager
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Devan Franchini (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-21 21:13 UTC by Cddr
Modified: 2015-08-02 10:38 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cddr 2015-03-21 21:13:43 UTC
Example: webapp-config -I -h localhost -d /tt-rss web-apps/tt-rss 20150304

Output:

-----

Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/webapp-config", line 42, in <module>
    main()
  File "/usr/lib/python-exec/python2.7/webapp-config", line 39, in main
    config.run()
  File "/usr/lib64/python2.7/site-packages/WebappConfig/config.py", line 1195, in run
    self.__r = wrapper.get_root(self)
  File "/usr/lib64/python2.7/site-packages/WebappConfig/wrapper.py", line 108, in get_root
    if result_lines[0].strip():
IndexError: list index out of range

-----

Quick and durty workaround to work: comment out 108-100 strings in
/usr/lib64/python2.7/site-packages/WebappConfig/wrapper.py
Comment 1 Andrew Savchenko gentoo-dev 2015-03-27 07:37:47 UTC
Please post your emerge --info and tell us webapp-config version being used.
Comment 2 Cddr 2015-03-27 13:22:19 UTC
I can't reproduce the issue any more. All works as expected with clean install, configs unchanged.

Previously I tried all available versions of webapp-config on python2.7 and python3.3 without success with Paludis 2.2.0 (stable 2.0.0 not tested though).