while trying to emerge info2html-1.4-r1 I ran into the following problem The ebuild needs an installed Apache, but somehow doesn't declare this dependency Reproducible: Always Steps to Reproduce: 1. 2. 3. Portage 2.0.51.22-r3 (default-darwin/macos/10.4, gcc-4.0.0, libsystem-7.1-r0, 8.2.0 Power Macintosh) =============================================================== == System uname: 8.2.0 Power Macintosh powerpc macos-20041118 distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled] dev-lang/python: [Not Present] sys-apps/sandbox: [Not Present] sys-devel/autoconf: [Not Present] sys-devel/automake: [Not Present] sys-devel/binutils: [Not Present] sys-devel/libtool: [Not Present] virtual/os-headers: 7.1 ACCEPT_KEYWORDS="ppc-macos" AUTOCLEAN="yes" CBUILD="powerpc-apple-darwin8" CFLAGS="-O2 -pipe" CHOST="powerpc-apple-darwin8" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/ qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig collision-protect distlocks sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/ gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="ppc aalib emboss gdbm gif imagemagick libwww nls ogg opengl png ppc-macos qt sdl slang tiff vorbis userland_Darwin kernel_Darwin elibc_Darwin" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
(In reply to comment #0) > while trying to emerge info2html-1.4-r1 I ran into the following problem > > The ebuild needs an installed Apache, but somehow doesn't declare this dependency > > Reproducible: Always > Steps to Reproduce: > 1. > 2. > 3. Could you please reproduce/report what you did and what went wrong?
> Could you please reproduce/report what you did and what went wrong? - ekeyword package for ~ppc-macos - ebuild {} digest - ACCEPT_KEYWORDS="~ppc-macos" emerge info2html Calculating dependencies ...done! >>> emerge (1 of 1) app-text/info2html-1.4-r1 to / >>> md5 files ;-) info2html-1.4-r1.ebuild >>> md5 files ;-) info2html-1.4.ebuild >>> md5 files ;-) files/digest-info2html-1.4 >>> md5 files ;-) files/digest-info2html-1.4-r1 >>> md5 files ;-) files/info2html-gentoo.patch >>> md5 files ;-) files/info2html-xss.patch >>> md5 src_uri ;-) info2html-1.4.tgz * I couldn't find an installation of Apache
CC-ing maintainer. Tom, is this what was meant to happen on an Apache-less system somehow? Or shoudl there be apache in the DEPEND somehow?
nailed this down to a problem which is due to package.provided on OSX and the webapp eclass not dealing very well with that. This problem is not fixable for now.
Thanks, Dirk. net-www/apache is in package.provided for your profile, but not in the package database. Therefore, emerging info2html doesn't pull in this dependency, but just goes ahead and then finds, through has_version in the webapp-apache eclass, that net-www/apache is not installed. You might regard it as a conflict between the eclass/package database on the one hand and package.provided on the other. Dirk, if you really *need* app-text/info2html right now, you will need to find some way of installing some version of Gentoo's Apache first. Currently, using info2html on Gentoo OSX is impossible.
> Dirk, if you really *need* app-text/info2html right now, you will need to find > some way of installing some version of Gentoo's Apache first. Currently, using > info2html on Gentoo OSX is impossible. This is cuurrently not urgent, I am just playing around what is possible to emerge. Could this be solved by some kind of "virtual dependency", which can be resolved by a system provided or a Gentoo apache?