aborting build deb packages with error:
,----
| dh_install -plibecore0-fb  
| dh_install: libecore0-fb missing files (debian/tmp/usr/lib/libecore_fb.so.*), 
aborting
| make[1]: Leaving directory `/root/CVS/e17/libs/ecore'
| make[1]: *** [binary-install/libecore0-fb] Error 1
`----

Index: libs/ecore/debian/rules
===================================================================
RCS file: /var/cvs/e/e17/libs/ecore/debian/rules,v
retrieving revision 1.11
diff -u -3 -r1.11 rules
--- libs/ecore/debian/rules	7 Apr 2006 16:54:43 -0000	1.11
+++ libs/ecore/debian/rules	3 Sep 2006 14:14:28 -0000
@@ -8,4 +8,4 @@
 DEB_MAKE_CLEAN_TARGET := clean
 DEB_CONFIGURE_EXTRA_FLAGS :=  --disable-ecore-evas-dfb --disable-ecore-dfb
 clean::
-	if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb; fi
+	if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb --enable-ecore-evas-fb; fi
-- 
Vlad Alyukov
RT QA Engineer
SWsoft, Inc.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to