Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
When runnig "env FEATURES="-collision-protect" emerge --oneshot
portage" intallation of zlib breaks with this error:
cp /home/prefix/gentoo/var/tmp/portage/sys-libs/zlib-1.2.5-r2/image//home/prefix/gentoo/usr/lib
cp: missing destination file operand after
`/home/prefix/gentoo/var/tmp/portage/sys-libs/zlib-1.2.5-r2/image//home/prefix/gentoo/usr/lib'
In fact not the destionation is missing but the source. Extracts from
Makefile:
[...]
STATICLIB=libz.a
SHAREDLIB=
SHAREDLIBV=
SHAREDLIBM=
LIBS=$(STATICLIB) $(SHAREDLIBV)
[...]
install-libs: $(LIBS)
[...]
cp $(STATICLIB) $(DESTDIR)$(libdir)
cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)
As you see SHAREDLIBV and some other libs are simply empty resulting
in an invalid copy call. Either there is something missing in my
environmet variables or the copy call throws an error on Cygwin while
it is ignored in linux. Third option: SHAREDLIBV is empty because of
an a missing $PREFIX.
Have you seen this failure before?
Al
|
|