Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267895 - app-admin/webapp-config SRC_URI invalid
Summary: app-admin/webapp-config SRC_URI invalid
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 16:06 UTC by Kobboi
Modified: 2010-03-10 03:19 UTC (History)
1 user (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 Kobboi 2009-04-29 16:06:16 UTC
The mentioned SRC_URI for webapp-config ebuilds ( http://build.pardus.de/downloads/$ )is invalid.

Reproducible: Always
Comment 1 Sebastian Luther (few) 2009-04-29 17:22:14 UTC
Looks like it's on sf now.

http://sourceforge.net/projects/webapp-config
Comment 2 Kobboi 2009-05-20 13:25:59 UTC
I changed the SRC_URI to mirror://sourceforge/webapp-config/${P}.tar.gz which solves the SRC_URI part. Too bad you can only find .17 and .18 versions of this package. The patches still get applied (except for the absolute-path patch, which seems to be already integrated into the upstream source code), but I run into a Python error trying to install a webapp with webapp-config. For example, trying to install mediawiki:

Traceback (most recent call last):
  File "/usr/sbin/webapp-config", line 44, in <module>
    main()
  File "/usr/sbin/webapp-config", line 41, in main
    config.run()
  File "/usr/lib64/python2.5/site-packages/WebappConfig/config.py", line 1106, in run
    self.maybe_get('pvr')).listinstalls()
  File "/usr/lib64/python2.5/site-packages/WebappConfig/config.py", line 1414, in create_webapp_db
    self.pretend())
  File "/usr/lib64/python2.5/site-packages/WebappConfig/db.py", line 281, in __init__
    dbfile = installs)
  File "/usr/lib64/python2.5/site-packages/WebappConfig/db.py", line 56, in __init__
    self.root       = self.__r + root
Comment 3 Sebastian Pipping gentoo-dev 2010-03-10 03:19:11 UTC
+  10 Mar 2010; Sebastian Pipping <sping@gentoo.org>                                                         
+  webapp-config-1.50.16-r1.ebuild, webapp-config-1.50.16-r3.ebuild:                                         
+  Fix SRC_URI and HOMEPAGE (bug #267895)                                                                    
+

Fixed, thanks for reporting.