Summary: | sci-libs/gdal-1.7.2 installs files into ${D}/${D} | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | djch <djch-gentoo> |
Component: | New packages | Assignee: | Steve Arnold <nerdboy> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | sci-geosciences |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
djch
2011-01-08 15:10:14 UTC
This is very similar to bug 206608 - but that concerned gdal 1.5.0 Sorry if I should have reopened that bug instead Could you please post the output of # emerge -pv gdal emerge -pv gdal These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild N ] sci-libs/gdal-1.7.2-r2 USE="aux_xml curl fits gif jpeg mysql perl png python threads -debug -doc -ecwj2k -geos -gml -hdf5 -jpeg2k -netcdf -odbc -ogdi -postgres -ruby -sqlite" RUBY_TARGETS="ruby18" 0 kB Total: 1 package (1 new), Size of downloads: 0 kB I can't reproduce this. Could you please attach the build.log? Created attachment 259307 [details]
build.log
As requested - build.log
From build.log: """ [...] checking for python setuptools... not found [...] """ From ${WORKDIR}/swig/python/GNUmakefile: """ [...] install: ifeq ($(PY_HAVE_SETUPTOOLS),1) $(PYTHON) setup.py install --root=$(DESTDIR) else $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(DESTDIR)$(INST_PREFIX) endif [...] """ So either DEPEND on dev-python/setuptools or patch GNUmakefile not prefix twice via --root and --prefix. Assigning to maintainer. OOOPS - my fault. I had setuptools installed, but I'd updated to python 2.7 from 2.6, and python-updater had crashed (on exo needing pygobject re-emerged). I failed to check all the modules that it had missed, so it's possible the ebuild got confused... Setuptools would fail, since it was installed in the 2.6 python library (not 2.7) I re-emerged setuptools (emerge -e -O setuptools), and exo now builds fine. Sorry to waste your time Closing... |