View Issue Details

IDProjectCategoryView StatusLast Update
0004838ScribusBuild Systempublic2006-12-15 18:26
Reporterdeejay1 Assigned Toplinnell 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformi686OSLinux 2.6.xOS VersionPLD Linux
Product Version1.3.3.7cvs 
Fixed in Version1.3.3.7cvs 
Summary0004838: make -f Makefile.cvs fails
Descriptionmake -f Makefile.cvs fails with automake 1.10 due to incorrect version check in admin/cvs.sh.
Patch attached
TagsNo tags attached.
Patch

Activities

2006-12-15 14:42

 

automake.patch (477 bytes)   
--- cvs.sh	2006-07-17 22:10:42.000000000 +0200
+++ cvs-sh2	2006-12-15 15:38:42.000000000 +0100
@@ -66,7 +66,7 @@
     echo "*** Scribus requires automake $required_automake_version"
     exit 1
     ;;
-  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) : ;;
+  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) : ;;
   "" )
     echo "*** AUTOMAKE NOT FOUND!."
     echo "*** Scribus requires automake $required_automake_version"
automake.patch (477 bytes)   

plinnell

2006-12-15 18:25

viewer   ~0013949

fixed in 1.3.4cvs too

Issue History

Date Modified Username Field Change
2006-12-15 14:42 deejay1 New Issue
2006-12-15 14:42 deejay1 File Added: automake.patch
2006-12-15 16:35 plinnell Status new => assigned
2006-12-15 16:35 plinnell Assigned To => plinnell
2006-12-15 18:25 plinnell Status assigned => resolved
2006-12-15 18:25 plinnell Fixed in Version => 1.3.3.7cvs
2006-12-15 18:25 plinnell Resolution open => fixed
2006-12-15 18:25 plinnell Note Added: 0013949
2006-12-15 18:26 plinnell Status resolved => closed