Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108626 - problem after emerging app-text/info2html
Summary: problem after emerging app-text/info2html
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-09 10:54 UTC by Dirk Schoenberger
Modified: 2006-04-12 10:53 UTC (History)
2 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 Dirk Schoenberger 2005-10-09 10:54:00 UTC
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
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2005-10-09 10:57:38 UTC
(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?
Comment 2 Dirk Schoenberger 2005-10-09 11:17:49 UTC
> 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

Comment 3 Fabian Groffen gentoo-dev 2005-10-09 11:39:29 UTC
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?
Comment 4 Fabian Groffen gentoo-dev 2005-10-09 12:09:03 UTC
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.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2005-10-09 12:24:37 UTC
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.
Comment 6 Dirk Schoenberger 2005-10-09 13:46:49 UTC
> 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?