OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003859 [pm_tt2] upgrade minor always 2009-08-17 10:34 2009-08-19 09:49
Reporter dam View Status public  
Assigned To bonivart
Priority normal Resolution fixed  
Status closed  
Summary 0003859: Package needs to include static libs for XS
Description The should be static libs included in the package, at least DynaLoader.a should be in there or XS won't work.
Additional Information You can circumvent stripping static libs from GAR with

Index: Makefile
===================================================================
--- Makefile (revision 5970)
+++ Makefile (working copy)
@@ -118,6 +118,9 @@
 # Tests take a long time
 TEST_SCRIPTS =
 
+# Do not exclude static libs as at least DynaLoader.a is needed for XS compilation
+MERGE_EXCLUDE_STATICLIBS =
+
 include gar/category.mk
 ifneq ($(CORE_UPDATES),)
 POST_TARGETS = install-core-updates
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006584)
bonivart (developer)
2009-08-17 15:53

Ok, new version in testing, thanks for posting the solution. :-)
(0006588)
bonivart (developer)
2009-08-19 09:49

Perl 5.8.8,REV=2009.08.17 released with fix.

- Issue History
Date Modified Username Field Change
2009-08-17 10:34 dam New Issue
2009-08-17 15:47 bonivart Status new => assigned
2009-08-17 15:47 bonivart Assigned To => bonivart
2009-08-17 15:53 bonivart Note Added: 0006584
2009-08-19 09:49 bonivart Note Added: 0006588
2009-08-19 09:49 bonivart Status assigned => closed
2009-08-19 09:49 bonivart Resolution open => fixed


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker