Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515414 - www-apache/mod_xsendfile-1.0_beta1 dodoc called with no arguments
Summary: www-apache/mod_xsendfile-1.0_beta1 dodoc called with no arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-27 05:43 UTC by Patrick Lauer
Modified: 2021-03-11 07:53 UTC (History)
4 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 Patrick Lauer gentoo-dev 2014-06-27 05:43:37 UTC
* Package:    www-apache/mod_xsendfile-1.0_beta1
 * Repository: gentoo
 * Maintainer: andreis.vinogradovs@gmail.com maksbotan@gentoo.org,qnikst@gentoo.org,proxy-maint@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking mod_xsendfile-1.0b1.tar.gz to /var/tmp/portage/www-apache/mod_xsendfile-1.0_beta1/work
>>> Source unpacked in /var/tmp/portage/www-apache/mod_xsendfile-1.0_beta1/work
>>> Preparing source in /var/tmp/portage/www-apache/mod_xsendfile-1.0_beta1/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/www-apache/mod_xsendfile-1.0_beta1/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/www-apache/mod_xsendfile-1.0_beta1/work ...
/usr/share/build-1/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -prefer-pic -O2 -pipe  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.8  -c -o mod_xsendfile.lo mod_xsendfile.c && touch mod_xsendfile.slo
/usr/share/build-1/libtool --silent --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -Wl,-O1 -Wl,--as-needed -Wl,--no-as-needed   -o mod_xsendfile.la  -rpath /usr/lib64/apache2/modules -module -avoid-version    mod_xsendfile.lo
>>> Source compiled.
>>> Test phase [not enabled]: www-apache/mod_xsendfile-1.0_beta1

>>> Install mod_xsendfile-1.0_beta1 into /var/tmp/portage/www-apache/mod_xsendfile-1.0_beta1/image/ category www-apache
 * QA Notice: dodoc called with no arguments
>>> Completed installing mod_xsendfile-1.0_beta1 into /var/tmp/portage/www-apache/mod_xsendfile-1.0_beta1/image/
Comment 1 Andreis Vinogradovs ( slepnoga ) 2014-06-27 09:20:08 UTC
Ebuild not call dodoc directly. IMHO, this is eclass bug.
Comment 2 Maxim Koltsov (RETIRED) gentoo-dev 2014-11-26 16:18:14 UTC
Apache team, please check this. I believe it is a apache-module.eclass issue.
Comment 3 Larry the Git Cow gentoo-dev 2020-09-25 22:57:40 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8003ed6fe3fcd54842b2a73e5da6225a274691

commit ce8003ed6fe3fcd54842b2a73e5da6225a274691
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-25 22:56:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-25 22:57:24 +0000

    www-apache/mod_xsendfile: simplify
    
    Bug: https://bugs.gentoo.org/515414
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 .../mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild     | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2021-03-11 07:53:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea986751a8dd4210c4080a713bcd657f0c3bf138

commit ea986751a8dd4210c4080a713bcd657f0c3bf138
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2021-03-11 07:53:28 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2021-03-11 07:53:40 +0000

    www-apache/mod_xsendfile: EAPI=7, fix docs, become maintainer
    
    DOCFILE support in apache-module.eclass is broken, so just install the
    doc directly which is actually less effort.
    
    Closes: https://bugs.gentoo.org/515414
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 www-apache/mod_xsendfile/metadata.xml              |  4 +++-
 .../mod_xsendfile-1.0_beta1-r2.ebuild              | 28 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)