Dear all,
I compiled OOo m74, I recieved an error at instsetooo_native like:

... languages en-US ...
... analyzing files ...
ERROR: The following files could not be found:
ERROR: File not found: gnome-set-default-application
... cleaning the output tree ...

***************************************************************
ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
Saved logfile: 
/work/ports/editors/openoffice-2.0-devel/work/instsetoo_native/unxfbsd.pro/OpenOffice/logging/en-US/log_SRC680__en-US.log
***************************************************************
Fri Jan 28 13:05:36 2005 (00:10 min.)
dmake:  Error code 255, while making 'openoffice_en-US'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/work/ports/editors/openoffice-2.0-devel/work/instsetoo_native/util
dmake:  Error code 1, while making 'instsetoo_native/prj/build_all'
'---* tg_merge.mk *---'
*** Error code 255
--------------------------------------------------------
okay,
I found simular issue raised by Pavel Janik:
http://www.openoffice.org/issues/show_bug.cgi?id=34650

and in scp2/source/ooo/file_ooo.scp:

File gid_File_Bin_Gnome_Set_Default_Application
    BIN_FILE_BODY;
    Dir = gid_Dir_Program;
    Name = "gnome-set-default-application";
    Styles = (PACKED);
End

and,
sysui/desktop/util/makefile.mk
.IF "$(ENABLE_GNOMEVFS)"!=""
OBJFILES += $(OBJ)$/gnome-set-default-application.obj

APP1TARGET=gnome-set-default-application
APP1OBJS=$(OBJ)$/gnome-set-default-application.obj
APP1LIBS=
APP1STDLIBS+=$(PKGCONFIG_LIBS)
.ENDIF          # "$(ENABLE_GNOMEVFS)"!=""

etc.
what is it???

Comparing m73 and m74:

--- 
/work/ports/editors/openoffice-2.0-devel.m73/work/scp2/source/ooo/file_ooo.scp  
    Fri Jan 14 04:11:54 2005
+++ /work/ports/editors/openoffice-2.0-devel/work/scp2/source/ooo/file_ooo.scp  
Fri Jan 21 21:14:20 2005
@@ -2,9 +2,9 @@
 *
 *  $RCSfile: file_ooo.scp,v $
 *
-*  $Revision: 1.65 $
+*  $Revision: 1.66 $
 *
-*  last change: $Author: kz $ $Date: 2005/01/13 19:11:54 $
+*  last change: $Author: kz $ $Date: 2005/01/21 12:14:20 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
@@ -371,6 +371,13 @@
     Styles = (PACKED);
 End
 
+File gid_File_Bin_Gnome_Set_Default_Application
+    BIN_FILE_BODY;
+    Dir = gid_Dir_Program;
+    Name = "gnome-set-default-application";
+    Styles = (PACKED);
+End
+
 #endif
 
 File gid_File_Bin_Senddoc
@@ -395,6 +402,17 @@
 
 #endif
 
+#ifdef UNX
+
+File gid_File_Share_Xdg_Printeradmin
+    TXT_FILE_BODY;
+    Dir = gid_Dir_Share_Xdg;
+    Styles = (PACKED);
+    Name = "printeradmin.desktop";
+End
+
+#endif
+
 File gid_File_Bmp_Installation
     TXT_FILE_BODY;
     Dir = gid_Dir_Program;
@@ -515,6 +533,17 @@
 
 #endif
 
+#ifdef UNX
+
+File gid_File_Share_Xdg_Base
+    TXT_FILE_BODY;
+    Dir = gid_Dir_Share_Xdg;
+    Styles = (PACKED);
+    Name = "base.desktop";
+End
+
+#endif
+
 STD_FILTER_FILE( gid_File_Filter_Eme, eme)
 
 STD_FILTER_FILE( gid_File_Filter_Emp, emp)
@@ -1907,61 +1936,6 @@
     Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Common;
     Name (ko) = "/registry/spool/org/openoffice/Office/Common-korea.xcu";
 End
-
-#ifdef UNX
-
-File gid_File_Script_Functions
-    BIN_FILE_BODY;
-    Dir = gid_Dir_Program;
-    Name = "functions";
-    Styles = (PACKED);
-End
-
-#endif
-
-#ifdef LINUX
-
-File gid_File_Script_Update_Redhat_User_Menus
-    BIN_FILE_BODY;
-    Dir = gid_Dir_Program;
-    Name = "update-redhat-user-menus";
-    Styles = (PACKED);
-End
-
-#endif
-
-#ifdef LINUX
-
-File gid_File_Script_Update_Suse_User_Menus
-    BIN_FILE_BODY;
-    Dir = gid_Dir_Program;
-    Name = "update-suse-user-menus";
-    Styles = (PACKED);
-End
-
-#endif
-
-#ifdef UNX
-
-File gid_File_Script_Update_User_Menus
-    BIN_FILE_BODY;
-    Dir = gid_Dir_Program;
-    Name = "update-user-menus";
-    Styles = (PACKED);
-End
-
-#endif
-
-#ifdef UNX
-
-File gid_File_Script_Update_User_Mime_Data
-    BIN_FILE_BODY;
-    Dir = gid_Dir_Program;
-    Name = "update-user-mime-data";
-    Styles = (PACKED);
-End
-
-#endif
 
 #ifdef UNX

Could you please telling me how to fix it??

-- NAKATA, Maho




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to