Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197179 - webapp-config fails with viewvc
Summary: webapp-config fails with viewvc
Status: RESOLVED DUPLICATE of bug 182093
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 21:55 UTC by Ed Catmur
Modified: 2007-10-26 21:59 UTC (History)
0 users

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 Ed Catmur 2007-10-26 21:55:49 UTC
# webapp-config -I viewvc 1.0.4 -h sources.catmur.co.uk
* 
* You may be installing into the website's root directory.
* Is this what you meant to do?
* 
*   Creating required directories
*   Linking in required files
*     This can take several minutes for larger apps
* viewvc-1.0.4 does not install any files from /usr/share/webapps/viewvc/1.0.4/htdocs/; skipping
* viewvc-1.0.4 does not install any files from /usr/share/webapps/viewvc/1.0.4/hostroot/; skipping
*   Files and directories installed
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/lib/python2.5/site-packages/WebappConfig/config.py", line 1075, in run
    self.config.get('USER', 'pvr')).install()
  File "/usr/lib/python2.5/site-packages/WebappConfig/server.py", line 265, in install
    self.__perm['file']['config-owned'][1])
  File "/usr/lib/python2.5/site-packages/WebappConfig/db.py", line 349, in add
    os.mkdir(os.path.dirname(dbpath), self.__dir_perm(0755))
OSError: [Errno 2] No such file or directory: '/var/db/webapps/viewvc/1.0.4'
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-26 21:59:04 UTC
Of course it does; viewvc doesn't use webapp eclass, don't try to mess with it via webapp-config.


*** This bug has been marked as a duplicate of bug 182093 ***