[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian OO (cvs checkout from April, 13th) compile failure



Hi! 

there are some files which can't be build ATM. 

With a little help from nidd I was able to find which files are missing.

oo-src/scp/source/office/files.scp
oo-src/scp/source/player/player.scp


I do not know if these are really neccessary:
oo-src/setup2/script/linux/1.0.0/webinstdb.inf
oo-src/setup2/script/linux/1.0.1/webinstdb.inf
oo-src/setup2/script/linux/1.1.1/webinstdb.inf

ATM I can't confirm if I was right, build is still in progress.

Yours Joerg.


Thomas Viehmann schrieb am Sonntag, 14. April 2002 um 15:40:35 +0200:
> Hi.
> 
> I got the following from "debuild -rfakeroot -us -uc >../BUILD.LOG 
> 2>&1", if it helps someone (or someone helps me...).
> 
> Last output was:
> 
> # This is a workaround
> cp 
> build-tree/oo_stable1_cvs20020413_src/solver/641/unxlngi4.pro/bin/setup_services.rdb 
> \
> 
> build-tree/oo_stable1_cvs20020413_src/solver/641/unxlngi4.pro/bin/uno_writerdb.rdb
> zip -j -5 "f0_061" 
> build-tree/oo_stable1_cvs20020413_src/solver/641/unxlngi4.pro/bin/uno_writerdb.rdb
>   adding: uno_writerdb.rdb (deflated 93%)
> mv f0_061.zip 
> build-tree/oo_stable1_cvs20020413_src/instsetoo/unxlngi4.pro/01/normal
> # generate maintainer scripts
> for FILE in debian/*.postinst.in debian/*.postrm.in debian/*.preinst.in 
> debian/*.prerm.in; do \
>   if [ -e "$FILE" ]; then \
>     MAINTSCRIPT=$(echo $FILE | sed 's/.in$//'); \
>     sed -n '1,/^#INCLUDE_SHELL_LIB#$/p' < $FILE | sed -e 
> '/^#INCLUDE_SHELL_LIB#$/d' > $MAINTSCRIPT; \
>     cat debian/shell-lib.sh >> $MAINTSCRIPT; \
>     sed -n '/^#INCLUDE_SHELL_LIB#$/,$p' < $FILE | sed -e 
> '/^#INCLUDE_SHELL_LIB#$/d' >> $MAINTSCRIPT; \
>   fi; \
> done
> touch debian/stampdir/build
>  fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> umask 022
> mkdir -p /home/tv/oo/cvs-stuff/build-root/debian/tmp//usr/lib/openoffice
> sed -e 
> "s#DESTDIR#/home/tv/oo/cvs-stuff/build-root/debian/tmp//usr/lib/openoffice#" 
> debian/local/rsfile.global.txt > debian/local/rsfile.txt
> LD_PRELOAD= 
> /home/tv/oo/cvs-stuff/build-root/debian/local/scripts/oo-xvfb-run -a -w 
> 5 
> build-tree/oo_stable1_cvs20020413_src/instsetoo/unxlngi4.pro/01/normal/setup 
> -R:/home/tv/oo/cvs-stuff/build-root/debian/local/rsfile.txt
> xauth:  creating new authority file 
> /home/tv/oo/cvs-stuff/build-root/Xauthority
> PEXExtensionInit: Couldn't open default PEX font file  Roman_M
> Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing 
> from list!
> build-tree/oo_stable1_cvs20020413_src/instsetoo/unxlngi4.pro/01/normal/setup 
> -R:/home/tv/oo/cvs-stuff/build-root/debian/local/rsfile.txt
> installation file cannot be found
> ExitCode: 14
> 
> With this the Script seemed to be stuck, so I killed it:
> make: *** wait: No child processes.  Stop.
> make: *** Waiting for unfinished jobs....
> make: *** wait: No child processes.  Stop.
> debuild: fatal error at line 322:
> dpkg-buildpackage failed!
> 
> Greetings
> 
> Thomas
> (And it only took 6.5 hours... :) )
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-openoffice-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact 
> listmaster@lists.debian.org

-- 
Heute ist nicht alle Tage, ich komm' wieder, keine Frage!!!

   Joerg

love, n.:
	When you like to think of someone on days that begin with a morning.
diff -Nurd scp/source/office/files.scp ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/scp/source/office/files.scp
--- scp/source/office/files.scp	Mon Jan 14 15:29:55 2002
+++ ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/scp/source/office/files.scp	Sun Apr 14 14:44:54 2002
@@ -453,6 +453,7 @@
     Dir             = GID_DIR_PROGRAM;
 	Styles			= (PACKED);
 End
+#ifdef NOTHING
 File GID_FILE_LIB_MOZABDRV
 	BIN_FILE_BODY;
 	#ifdef UNX
@@ -463,7 +464,7 @@
     Dir             = GID_DIR_PROGRAM;
 	Styles			= (PACKED);
 End
-
+#endif
 
 STD_UNO_LIB_FILE( GID_FILE_LIB_DBU, dbu )
 STD_UNO_LIB_FILE( GID_FILE_LIB_DBA, dba)
@@ -851,7 +852,7 @@
         Name            = "odbc2.dll";
         #endif
 End
-
+#ifdef NOTHING
 File GID_FILE_LIB_MOZAB_2
         BIN_FILE_BODY;
         Styles          = (PACKED,UNO_COMPONENT);
@@ -863,6 +864,7 @@
         Name            = "mozab2.dll";
         #endif
 End
+#endif
 
 File GID_FILE_LIB_SDBC_2
         BIN_FILE_BODY;
diff -Nurd scp/source/player/player.scp ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/scp/source/player/player.scp
--- scp/source/player/player.scp	Mon Nov 12 19:47:25 2001
+++ ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/scp/source/player/player.scp	Sun Apr 14 14:51:45 2002
@@ -376,6 +376,7 @@
     Dir             = GCFG_BINARY_DIR;
 End
 
+#ifdef NOTHING
 File GID_PLAYER_SETUP_INI
     TXT_FILE_BODY;
 	#ifdef UNX
@@ -386,6 +387,7 @@
     Dir             = GCFG_BINARY_DIR;
     Styles          = (PACKED, SETUPZIP);
 End
+#endif
 
 FILTER_LIB_FILE(GID_FILE_FILTER_ICD, icd)
 FILTER_LIB_FILE(GID_FILE_FILTER_ICG, icg)
@@ -442,6 +444,7 @@
 
 #endif
 
+#ifdef NOTHING
 File GID_FILE_LIB_CFGMGR2
         BIN_FILE_BODY;
         Styles          = (PACKED,UNO_COMPONENT);
@@ -453,6 +456,7 @@
         Name            = "cfgmgr2l.dll";
         #endif
 End
+#endif
 
 // currently, srtrs is only needed for Unix (for home-breed FileDialog)
 #ifdef UNX
@@ -620,6 +624,7 @@
 #endif
 End
 
+#ifdef NOTHING
 File GID_FILE_BIN_SIP
 	BIN_FILE_BODY;
 	#ifdef UNX
@@ -630,7 +635,9 @@
 	Dir				= GCFG_BINARY_DIR;
 	Styles			= (PACKED);
 End
+#endif
 
+#ifdef NOTHING
 #ifdef UNX
 File GID_FILE_BIN_SIPSH
 	BIN_FILE_BODY;
@@ -639,6 +646,7 @@
 	Styles			= (PACKED);
 End
 #endif
+#endif
 
 #ifdef IPL_PRODUCT
 
@@ -682,25 +690,32 @@
 End
 */
 
+#ifdef NOTHING
 File GID_FILE_EXTRA_CDEPLAYER
         Dir             = GID_DIR_SHARE_CDE;
         TXT_FILE_BODY;
         Styles = (ARCHIVE,SUBSTITUTE);
         Name = "cdeplayer.zip";
 End
+#endif
 
+#ifdef NOTHING
 File GID_FILE_EXTRA_PLAYER_PNGS
         Dir             = GID_DIR_SHARE;
         ARCHIVE_TXT_FILE_BODY;
         Name = "player_pngs.zip";
 End
+#endif
 
+#ifdef NOTHING
 File GID_FILE_EXTRA_GNOMEPLAYER
         Dir             = GID_DIR_HOME_GNOME_APPS_STAR;
         SUBST_ARCHIVE_TXT_FILE_BODY;
         Name = "gnomeappplayer.zip";
 End
+#endif
 
+#ifdef NOTHING
 #ifdef LINUX
 
 File GID_FILE_EXTRA_KDEAPPPLAYER
@@ -716,6 +731,7 @@
 End
 
 #endif
+#endif
 
 #endif
 
@@ -1307,6 +1323,7 @@
 
 #endif
 
+#ifdef NOTHING
 #if defined(LINUX) || defined(FREEBSD)     // ACHUNG: Hier reine Linux-Dateien
 
 File GID_FILE_LIB_GCC2_UNO
@@ -1316,6 +1333,7 @@
 		Dir				= GCFG_BINARY_DIR;
 End
 
+#endif
 #endif
diff -Nurd setup2/script/CVS/Entries ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/CVS/Entries
--- setup2/script/CVS/Entries	Sun Apr 14 19:31:30 2002
+++ ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/CVS/Entries	Mon Apr  8 16:25:59 2002
@@ -2,7 +2,6 @@
 /makefile.mk/1.12/Thu Jun  7 16:48:02 2001//TOOO_STABLE_1
 /serverstartup.sh/1.3/Mon May  7 18:56:37 2001//TOOO_STABLE_1
 /setup.sh/1.11.4.2/Mon Mar 18 14:10:37 2002//TOOO_STABLE_1
-/setupserver/1.3.24.1/Sat Apr  6 10:22:21 2002//TOOO_STABLE_1
 /setupserver_MAC.ini/1.1.1.1/Mon Sep 18 16:50:57 2000//TOOO_STABLE_1
 /setupserver_OS2.ini/1.1.1.1/Mon Sep 18 16:50:57 2000//TOOO_STABLE_1
 /setupserver_SCO.ini/1.1.1.1/Mon Sep 18 16:50:57 2000//TOOO_STABLE_1
@@ -19,3 +18,4 @@
 D/solaris////
 D/solarisgcc////
 D/windows////
+/setupserver/1.3.24.1/Mon Apr  8 14:25:59 2002//TOOO_STABLE_1
diff -Nurd setup2/script/linux/1.0.0/webinstdb.inf ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/linux/1.0.0/webinstdb.inf
--- setup2/script/linux/1.0.0/webinstdb.inf	Thu May 24 08:45:47 2001
+++ ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/linux/1.0.0/webinstdb.inf	Sun Apr 14 14:55:08 2002
@@ -1304,6 +1304,7 @@
 	Styles		 = (PACKED, UNO_COMPONENT);
 End
 
+#ifdef NOTHING
 File gid_Rvp_File_Lib_Gcc2_Uno
 	Name		 = "libgcc2_uno.so";
 	PackedName	 = "f_0015";
@@ -1316,6 +1317,7 @@
 	Time		 = "0600";
 	Styles		 = (PACKED);
 End
+#endif
 
 File gid_Portal_File_Lib_Portalconnect
 	Name		 = "libportalconnect.so";
@@ -5737,6 +5739,7 @@
 	Contains	 = ("psetup.xpm:718", "psetupl.xpm:1611", "psetup.xpm:718", "psetupl.xpm:1611");
 End
 
+#ifdef NOTHING
 File gid_File_Lib_Gcc2_Uno
 	Name		 = "libgcc2_uno.so";
 	PackedName	 = "f_0277";
@@ -5749,6 +5752,7 @@
 	Time		 = "0600";
 	Styles		 = (PACKED);
 End
+#endif
 
 File gid_File_Lib_Ucphier1
 	Name		 = "libucphier1.so";
diff -Nurd setup2/script/linux/1.0.1/webinstdb.inf ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/linux/1.0.1/webinstdb.inf
--- setup2/script/linux/1.0.1/webinstdb.inf	Thu May 17 16:46:41 2001
+++ ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/linux/1.0.1/webinstdb.inf	Sun Apr 14 14:55:32 2002
@@ -1379,6 +1379,7 @@
 	Styles		 = (PACKED, UNO_COMPONENT);
 End
 
+#ifdef NOTHING
 File gid_Rvp_File_Lib_Gcc2_Uno
 	Name		 = "libgcc2_uno.so";
 	PackedName	 = "f_0015";
@@ -1392,6 +1393,7 @@
 	Time		 = "0600";
 	Styles		 = (PACKED);
 End
+#endif
 
 File gid_Portal_File_Lib_Portalconnect
 	Name		 = "libportalconnect.so";
@@ -6448,6 +6450,7 @@
 	Contains	 = ("psetup.xpm:718", "psetupl.xpm:1611", "psetup.xpm:718", "psetupl.xpm:1611");
 End
 
+#ifdef NOTHING
 File gid_File_Lib_Gcc2_Uno
 	Name		 = "libgcc2_uno.so";
 	PackedName	 = "f_0283";
@@ -6461,6 +6464,7 @@
 	Time		 = "0600";
 	Styles		 = (PACKED);
 End
+#endif
 
 File gid_File_Lib_Ucphier1
 	Name		 = "libucphier1.so";
diff -Nurd setup2/script/linux/1.1.1/webinstdb.inf ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/linux/1.1.1/webinstdb.inf
--- setup2/script/linux/1.1.1/webinstdb.inf	Wed Sep 19 14:58:58 2001
+++ ../../openoffice.org_src/upstream/archives/oo_stable1_cvs20020414_src/setup2/script/linux/1.1.1/webinstdb.inf	Sun Apr 14 14:55:54 2002
@@ -1349,6 +1349,7 @@
 	Styles		 = (PACKED, UNO_COMPONENT);
 End
 
+#ifdef NOTHING
 File gid_Rvp_File_Lib_Gcc2_Uno
 	Name		 = "libgcc2_uno.so";
 	PackedName	 = "f_0013";
@@ -1362,6 +1363,7 @@
 	Time		 = "0600";
 	Styles		 = (PACKED);
 End
+#endif
 
 File gid_Portal_File_Lib_Portalconnect
 	Name		 = "libportalconnect.so";
@@ -6486,6 +6488,7 @@
 	Contains	 = ("psetup.xpm:718", "psetupl.xpm:1611", "psetup.xpm:718", "psetupl.xpm:1611");
 End
 
+#ifdef NOTHING
 File gid_File_Lib_Gcc2_Uno
 	Name		 = "libgcc2_uno.so";
 	PackedName	 = "f_0286";
@@ -6499,6 +6502,7 @@
 	Time		 = "0600";
 	Styles		 = (PACKED);
 End
+#endif
 
 File gid_File_Lib_Ucphier1
 	Name		 = "libucphier1.so";

Reply to: