pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54193 (textproc/icu fails to build)
The following reply was made to PR pkg/54193; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/54193 (textproc/icu fails to build)
Date: Mon, 13 May 2019 11:25:04 +0200
So I really think it is an upstream bug, the source/data/out directory
gets created only if ICUDATA_SOURCE_IS_NATIVE_TARGET is not YES,
so I blindly tried:
--- source/data/Makefile.in.orig 2019-04-17 21:42:15.000000000 +0200
+++ source/data/Makefile.in 2019-05-13 11:19:55.427686308 +0200
@@ -250,8 +250,8 @@ else
build-local: $(SO_VERSION_DATA) $(PKGDATA_LIST) $(OS390LIST)
echo timestamp > $@
$(PKGDATA_LIST): $(SRCLISTDEPS) $(ICUDATA_SOURCE_ARCHIVE)
-ifneq ($(ICUDATA_SOURCE_IS_NATIVE_TARGET),YES)
$(MKINSTALLDIRS) $(OUTTMPDIR) $(BUILDDIR)
+ifneq ($(ICUDATA_SOURCE_IS_NATIVE_TARGET),YES)
@echo "Unpacking $(ICUDATA_SOURCE_ARCHIVE) and generating $@ (list of data files)"
@-$(RMV) $@
$(INVOKE) $(TOOLBINDIR)/icupkg -d $(BUILDDIR) --list -x \* $(ICUDATA_SOURCE_ARCHIVE) -o $@
but it did not work for me.
Martin
Home |
Main Index |
Thread Index |
Old Index