[csw-devel] SF.net SVN: gar:[10135] csw/mgar/pkg/libpango/trunk
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Tue Jun 8 20:29:35 CEST 2010
Revision: 10135
http://gar.svn.sourceforge.net/gar/?rev=10135&view=rev
Author: theferret
Date: 2010-06-08 18:29:34 +0000 (Tue, 08 Jun 2010)
Log Message:
-----------
libpango: added workaround for oddity on sparc(possibly related to our build machines)
Modified Paths:
--------------
csw/mgar/pkg/libpango/trunk/Makefile
csw/mgar/pkg/libpango/trunk/README
Modified: csw/mgar/pkg/libpango/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 17:42:04 UTC (rev 10134)
+++ csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 18:29:34 UTC (rev 10135)
@@ -185,7 +185,7 @@
## So, we remove all 64bit milestones
build/.stage-$(ARCH)-32.done:
@echo Handling stage of $(ARCH)-32
- (cd $(SRCDIR) ; MAKE=gmake stagepkg)
+ (cd $(SRCDIR) ; MAKE=gmake stagepkg -m)
@rm -f build/.*64.done
touch $@
Modified: csw/mgar/pkg/libpango/trunk/README
===================================================================
--- csw/mgar/pkg/libpango/trunk/README 2010-06-08 17:42:04 UTC (rev 10134)
+++ csw/mgar/pkg/libpango/trunk/README 2010-06-08 18:29:34 UTC (rev 10135)
@@ -11,6 +11,12 @@
PROBLEM SHOOTING:
+ 'strip' (at least in cwstage) is BROKEN?
+ somehow eliminates the pango_fc_font_map_cache_ symbols from
+ libpangoft2-1.0.so, at least in sparc build
+ Somethin about bad fakeroot interaction.
+ So we call stagepkg with -m here.
+
If amd64 blows up about g-ir-scanner, then just remove it from config.status
(Set INTROSPECTION_SCANNER to "")
Actually, set all INTROSPECTION stuff to "", and then set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list