Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129473 - dokuwiki-20060309 ebuild broken, missing config files
Summary: dokuwiki-20060309 ebuild broken, missing config files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lance Albertson (RETIRED)
URL:
Whiteboard:
Keywords:
: 129974 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-10 05:55 UTC by Tim Haynes
Modified: 2006-06-15 06:09 UTC (History)
2 users (show)

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


Attachments
Log of ebuild install command on dokuwiki (dok.log,2.72 KB, text/x-log)
2006-04-10 07:47 UTC, Tim Haynes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Haynes 2006-04-10 05:55:03 UTC
I just tried to emerge -bu dokuwiki, and got this:

 * (server owned) htdocs/data/pages/playground
 * (server owned) htdocs/data/pages/playground/playground.txt
 * (server owned) htdocs/data/changes.log
 * (server owned) htdocs/lib/plugins/config/settings/config.metadata.php
 * (info) /usr/portage/www-apps/dokuwiki/files/postinstall-en.txt (lang: en)
 * (config) htdocs/.htaccess
 * ebuild fault: file '/usr/share/webapps/dokuwiki/20060309/htdocs/conf/*' not found
 * Please report this as a bug at http://bugs.gentoo.org/

!!! ERROR: www-apps/dokuwiki-20060309 failed.
!!! Function webapp_checkfileexists, Line 81, Exitcode 0
!!! ebuild fault: file '/usr/share/webapps/dokuwiki/20060309/htdocs/conf/*' not found
!!! If you need support, post the topmost build error, NOT this status message.

zsh: exit 1     emerge -bu binutils-config dokuwiki


Bug duly reported!
Comment 1 Lance Albertson (RETIRED) gentoo-dev 2006-04-10 06:59:07 UTC
That's just .... odd. It works for me without any problems. Can you try doing the install by hand?

 ebuild /usr/portage/www-apps/dokuwiki/dokuwiki-20060309.ebuild install

That should create an install image at /var/tmp/portage/dokuwiki-20060309/image. See if doing that creates any errors. I find it odd that it can't find that directory.
Comment 2 Tim Haynes 2006-04-10 07:46:38 UTC
OK, I have:

rm -rf /usr/portage/tmp/*
ebuild /usr/portage/www-apps/dokuwiki/dokuwiki-20060309.ebuild install

Problem persists. 

I note I'm getting a warning at the top now, about something existing in /var/www/localhost/htdocs/. Do you think that could be relevant?

(Log 2.8K, attached)
Comment 3 Tim Haynes 2006-04-10 07:47:19 UTC
Created attachment 84366 [details]
Log of ebuild install command on dokuwiki
Comment 4 John Sivak 2006-04-10 12:03:28 UTC
(In reply to comment #2)
> OK, I have:
> 
> rm -rf /usr/portage/tmp/*
> ebuild /usr/portage/www-apps/dokuwiki/dokuwiki-20060309.ebuild install
> 
> Problem persists. 
> 
> I note I'm getting a warning at the top now, about something existing in
> /var/www/localhost/htdocs/. Do you think that could be relevant?
> 
> (Log 2.8K, attached)
> 


I can confirm this problem/bug. I'm getting the same errors.
Comment 5 Lance Albertson (RETIRED) gentoo-dev 2006-04-11 18:24:47 UTC
I commented out the part that should be creating this. I added it on the latest version bump and apparently its causing problems. I'll have to look at this later (quite busy lately with work). It should work now (I just committed it).

Cheers-
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-04-14 11:57:05 UTC
*** Bug 129974 has been marked as a duplicate of this bug. ***
Comment 7 Tim Haynes 2006-04-21 11:27:43 UTC
Seems to work for me now. Thanks
Comment 8 Stuart Herbert (RETIRED) gentoo-dev 2006-06-11 10:35:15 UTC
I have added a more complete fix in dokuwiki-20060309-r1.  This should appear on your local rsync mirror in about an hour.

Best regards,
Stu
Comment 9 Tim Haynes 2006-06-15 06:09:14 UTC
Thanks for that - however, I'm now getting:

Calculating world dependencies  ..                                              
emerge: there are no ebuilds to satisfy "dev-php/php".                          
(dependency required by "www-apps/dokuwiki-20060309-r1" [ebuild])               
               

Am I right in thinking it should be dev-lang/php these days?