From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 11 14:41:21 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9496316A41F for ; Sun, 11 Sep 2005 14:41:21 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97ACF43D45 for ; Sun, 11 Sep 2005 14:41:19 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8BEfIID048104; Sun, 11 Sep 2005 17:41:18 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8BEfJSO023121; Sun, 11 Sep 2005 17:41:20 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <43244206.9060006@ebs.gr> Date: Sun, 11 Sep 2005 17:41:10 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Panagiotis Astithas References: <43220592.6020308@ebs.gr> In-Reply-To: <43220592.6020308@ebs.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org, Jan-Peter Koopmann Subject: Re: Gtk libs not built on FreeBSD 5.4 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:41:21 -0000 Panagiotis Astithas wrote: > Jan-Peter Koopmann wrote: > >> Hi, >> >> me again. I think I at least found the problem for this: >> >> make install WITH_MOTIF=yes >> >> the built fails with this: >> >> [exec] ld: cannot find -ljawt [exec] gmake: *** >> [libswt-awt-motif-3138.so] Error 1 >> >> BUILD FAILED /usr/ports/java/eclipse/work/build.xml:53: exec >> returned: 2 >> >> Total time: 9 minutes 51 seconds *** Error code 1 >> >> >> The error seems to be in >> >> /usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT >> PI/motif/library/make_freebsd.mak >> >> $(MACHINE_ARCH) is empty and therefore >> >> ld -o libswt-awt-motif-3138.so swt_awt.o >> -L/usr/local/jdk1.5.0/jre/lib/ -ljawt -shared >> >> produces the error since it should look in >> /usr/local/jdk1.5.0/jre/lib/i386. Once I set MACHINE_ARCH=i386 the >> make install WITH_MOTIF=yes works. >> >> Still investigating the GTK problem though. I am creating a complete >> build.log with ant -v instead of ant -q and will send it to you. >> >> Regards, JP > > > I've been meaning to look into your report for the motif build but I > haven't found the time yet. Perhaps tomorrow. On the gtk build, are you > sure the libraries are not built? Can you verify that the contents of > org.eclipse.swt.gtk.freebsd.x86_3.1.0.jar in the plugins directory > contain no shared libraries? > > Cheers, > > Panagiotis About the motif build, can you confirm that the following patch fixes the build for you? --- Makefile.orig Sun Sep 11 17:40:38 2005 +++ Makefile Sun Sep 11 17:40:27 2005 @@ -90,6 +90,7 @@ MAKE_GNOME=${MAKE_GNOME} \ MAKE_MOZILLA=${MAKE_MOZILLA} \ MAKE_CAIRO=${MAKE_CAIRO} \ + MACHINE_ARCH=${MACHINE_ARCH} \ MOTIF_HOME=${X11_HOME} PLIST_FILES= bin/eclipse Thanks, Panagiotis From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 12 11:01:58 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1EF716A41F for ; Mon, 12 Sep 2005 11:01:58 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B7E43D46 for ; Mon, 12 Sep 2005 11:01:58 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8CB1w2Y025371 for ; Mon, 12 Sep 2005 11:01:58 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8CB1vVb025365 for freebsd-eclipse@freebsd.org; Mon, 12 Sep 2005 11:01:57 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Sep 2005 11:01:57 GMT Message-Id: <200509121101.j8CB1vVb025365@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-eclipse@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:01:59 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/09/22] ports/72014 eclipse Eclipse doesn't work (SigBus 10) if it ha 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/08/30] ports/85501 eclipse upgrade of the CDT plugin for eclipse 1 problem total. From owner-freebsd-eclipse@FreeBSD.ORG Tue Sep 13 19:42:35 2005 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9670416A41F; Tue, 13 Sep 2005 19:42:35 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549DD43D46; Tue, 13 Sep 2005 19:42:35 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8DJgZDq081722; Tue, 13 Sep 2005 19:42:35 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8DJgZxC081718; Tue, 13 Sep 2005 19:42:35 GMT (envelope-from hq) Date: Tue, 13 Sep 2005 19:42:35 GMT From: Herve Quiroz Message-Id: <200509131942.j8DJgZxC081718@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-eclipse@FreeBSD.org Cc: Subject: Re: ports/86086: fix java/eclipse when building with WITH_MOTIF X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:42:35 -0000 Synopsis: fix java/eclipse when building with WITH_MOTIF Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-eclipse Responsible-Changed-By: hq Responsible-Changed-When: Tue Sep 13 19:42:12 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=86086 From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 14 06:56:42 2005 Return-Path: X-Original-To: eclipse@freebsd.org Delivered-To: freebsd-eclipse@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D49C116A41F; Wed, 14 Sep 2005 06:56:42 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF0543D49; Wed, 14 Sep 2005 06:56:41 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.52 (FreeBSD)) id 1EFRCB-000DSc-81; Wed, 14 Sep 2005 10:56:39 +0400 From: Vladimir Grebenschikov To: gnome Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Wed, 14 Sep 2005 10:56:38 +0400 Message-Id: <1126680998.14844.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: eclipse@freebsd.org Subject: Failed to build eclipse with gnome 2.12 (failed on cario) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 06:56:43 -0000 Hi Trying to upgrade to gnome 2.12 from marcus repository. [javac] 2. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.= pde.build/src_ant/org/eclipse/pde/internal/build/tasks/PluginVersionReplace= Task.java [javac] (at line 157) [javac] private static void transferStreams(InputStream source, Out= putStream destination) throws IOException { [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^= ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The method transferStreams(InputStream, OutputStream) from the = type PluginVersionReplaceTask is never used locally [javac] ---------- [javac] 2 problems (2 warnings) [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1concat_1matrix': [exec] cairo.c:73: warning: implicit declaration of function `cairo_co= ncat_matrix_REPLACED_BY_cairo_transform' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1copy': [exec] cairo.c:83: warning: implicit declaration of function `cairo_co= py_DEPRECATED_BY_cairo_create_AND_MANY_INDIVIDUAL_FUNCTIONS' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1create': [exec] cairo.c:104: error: too few arguments to function `cairo_create= ' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1alpha': [exec] cairo.c:116: warning: implicit declaration of function `cairo_c= urrent_alpha' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1fill_1rule': [exec] cairo.c:128: warning: implicit declaration of function `cairo_c= urrent_fill_rule_REPLACED_BY_cairo_get_fill_rule' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1font': [exec] cairo.c:140: warning: implicit declaration of function `cairo_c= urrent_font' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1font_1extents': [exec] cairo.c:153: warning: implicit declaration of function `cairo_c= urrent_font_extents_REPLACED_BY_cairo_font_extents' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1line_1cap': [exec] cairo.c:166: warning: implicit declaration of function `cairo_c= urrent_line_cap_REPLACED_BY_cairo_get_line_cap' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1line_1join': [exec] cairo.c:178: warning: implicit declaration of function `cairo_c= urrent_line_join_REPLACED_BY_cairo_get_line_join' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1line_1width': [exec] cairo.c:190: warning: implicit declaration of function `cairo_c= urrent_line_width_REPLACED_BY_cairo_get_line_width' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1matrix': [exec] cairo.c:201: warning: implicit declaration of function `cairo_c= urrent_matrix_REPLACED_BY_cairo_get_matrix' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1miter_1limit': [exec] cairo.c:212: warning: implicit declaration of function `cairo_c= urrent_miter_limit_REPLACED_BY_cairo_get_miter_limit' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1operator': [exec] cairo.c:224: warning: implicit declaration of function `cairo_c= urrent_operator_REPLACED_BY_cairo_get_operator' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1path': [exec] cairo.c:235: warning: implicit declaration of function `cairo_c= urrent_path_DEPRECATED_BY_cairo_copy_path' [exec] cairo.c:235: error: `cairo_move_to_func_t' undeclared (first us= e in this function) [exec] cairo.c:235: error: (Each undeclared identifier is reported onl= y once [exec] cairo.c:235: error: for each function it appears in.) [exec] cairo.c:235: error: syntax error before ')' token [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1path_1flat': [exec] cairo.c:245: warning: implicit declaration of function `cairo_c= urrent_path_flat_DEPRECATED_BY_cairo_copy_path_flat' [exec] cairo.c:245: error: `cairo_move_to_func_t' undeclared (first us= e in this function) [exec] cairo.c:245: error: syntax error before ')' token [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1pattern': [exec] cairo.c:256: warning: implicit declaration of function `cairo_c= urrent_pattern' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1point': [exec] cairo.c:271: warning: implicit declaration of function `cairo_c= urrent_point_REPLACED_BY_cairo_get_current_point' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1rgb_1color': [exec] cairo.c:290: warning: implicit declaration of function `cairo_c= urrent_rgb_color' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1target_1surface': [exec] cairo.c:305: warning: implicit declaration of function `cairo_c= urrent_target_surface_REPLACED_BY_cairo_get_target' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1current_1tolerance': [exec] cairo.c:317: warning: implicit declaration of function `cairo_c= urrent_tolerance_REPLACED_BY_cairo_get_tolerance' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1default_1matrix': [exec] cairo.c:338: warning: implicit declaration of function `cairo_d= efault_matrix_REPLACED_BY_cairo_identity_matrix' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1font_1destroy': [exec] cairo.c:391: warning: implicit declaration of function `cairo_f= ont_destroy' [exec] cairo.c:391: error: `cairo_font_t' undeclared (first use in thi= s function) [exec] cairo.c:391: error: syntax error before ')' token [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1font_1reference': [exec] cairo.c:413: warning: implicit declaration of function `cairo_f= ont_reference' [exec] cairo.c:413: error: `cairo_font_t' undeclared (first use in thi= s function) [exec] cairo.c:413: error: syntax error before ')' token [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1init_1clip': [exec] cairo.c:501: warning: implicit declaration of function `cairo_i= nit_clip_REPLACED_BY_cairo_reset_clip' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1inverse_1transform_1distance': [exec] cairo.c:515: warning: implicit declaration of function `cairo_i= nverse_transform_distance_REPLACED_BY_cairo_device_to_user_distance' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1inverse_1transform_1point': [exec] cairo.c:532: warning: implicit declaration of function `cairo_i= nverse_transform_point_REPLACED_BY_cairo_device_to_user' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1copy': [exec] cairo.c:556: warning: implicit declaration of function `cairo_m= atrix_copy_DEPRECATED_BY_cairo_matrix_t' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1create': [exec] cairo.c:568: warning: implicit declaration of function `cairo_m= atrix_create_DEPRECATED_BY_cairo_matrix_t' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1destroy': [exec] cairo.c:579: warning: implicit declaration of function `cairo_m= atrix_destroy_DEPRECATED_BY_cairo_matrix_t' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1get_1affine': [exec] cairo.c:602: warning: implicit declaration of function `cairo_m= atrix_get_affine_DEPRECATED_BY_cairo_matrix_t' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1multiply': [exec] cairo.c:633: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1rotate': [exec] cairo.c:645: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1scale': [exec] cairo.c:657: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1set_1affine': [exec] cairo.c:669: warning: implicit declaration of function `cairo_m= atrix_set_affine_REPLACED_BY_cairo_matrix_init' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1set_1identity': [exec] cairo.c:681: warning: implicit declaration of function `cairo_m= atrix_set_identity_REPLACED_BY_cairo_matrix_init_identity' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1transform_1distance': [exec] cairo.c:697: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1transform_1point': [exec] cairo.c:716: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1matrix_1translate': [exec] cairo.c:731: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1pattern_1add_1color_1stop': [exec] cairo.c:763: warning: implicit declaration of function `cairo_p= attern_add_color_stop_REPLACED_BY_cairo_pattern_add_color_stop_rgba' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1pattern_1get_1matrix': [exec] cairo.c:845: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1pattern_1set_1extend': [exec] cairo.c:867: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1pattern_1set_1filter': [exec] cairo.c:879: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1pattern_1set_1matrix': [exec] cairo.c:891: error: void value not ignored as it ought to be [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1scale_1font': [exec] cairo.c:992: warning: implicit declaration of function `cairo_s= cale_font_REPLACED_BY_cairo_set_font_size' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1select_1font': [exec] cairo.c:1004: warning: implicit declaration of function `cairo_= select_font_REPLACED_BY_cairo_select_font_face' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1set_1alpha': [exec] cairo.c:1016: warning: implicit declaration of function `cairo_= set_alpha_DEPRECATED_BY_cairo_set_source_rgba_OR_cairo_paint_with_alpha' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1set_1font': [exec] cairo.c:1050: warning: implicit declaration of function `cairo_= set_font' [exec] cairo.c:1050: error: `cairo_font_t' undeclared (first use in th= is function) [exec] cairo.c:1050: error: syntax error before ')' token [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1set_1pattern': [exec] cairo.c:1120: warning: implicit declaration of function `cairo_= set_pattern_REPLACED_BY_cairo_set_source' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1set_1rgb_1color': [exec] cairo.c:1130: warning: implicit declaration of function `cairo_= set_rgb_color_REPLACED_BY_cairo_set_source_rgb' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1set_1target_1drawable': [exec] cairo.c:1140: warning: implicit declaration of function `cairo_= set_target_drawable_DEPRECATED_BY_cairo_xlib_surface_create' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1set_1target_1image': [exec] cairo.c:1150: warning: implicit declaration of function `cairo_= set_target_image_DEPRECATED_BY_cairo_image_surface_create_for_data' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1set_1target_1surface': [exec] cairo.c:1160: warning: implicit declaration of function `cairo_= set_target_surface_DEPRECATED_BY_cairo_create' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1show_1surface': [exec] cairo.c:1200: warning: implicit declaration of function `cairo_= show_surface_DEPRECATED_BY_cairo_set_source_surface_AND_cairo_paint' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1status_1string': [exec] cairo.c:1237: warning: implicit declaration of function `cairo_= status_string_DEPRECATED_BY_cairo_status_AND_cairo_status_to_string' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1surface_1create_1for_1image': [exec] cairo.c:1282: warning: implicit declaration of function `cairo_= surface_create_for_image_REPLACED_BY_cairo_image_surface_create_for_data' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1surface_1get_1filter': [exec] cairo.c:1316: warning: implicit declaration of function `cairo_= surface_get_filter_DEPRECATED_BY_cairo_pattern_get_filter' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1surface_1get_1matrix': [exec] cairo.c:1328: warning: implicit declaration of function `cairo_= surface_get_matrix_DEPRECATED_BY_cairo_pattern_get_matrix' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1surface_1set_1filter': [exec] cairo.c:1350: warning: implicit declaration of function `cairo_= surface_set_filter_DEPRECATED_BY_cairo_pattern_set_filter' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1surface_1set_1matrix': [exec] cairo.c:1362: warning: implicit declaration of function `cairo_= surface_set_matrix_DEPRECATED_BY_cairo_pattern_set_matrix' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1surface_1set_1repeat': [exec] cairo.c:1374: warning: implicit declaration of function `cairo_= surface_set_repeat_DEPRECATED_BY_cairo_pattern_set_extend' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1transform_1distance': [exec] cairo.c:1417: warning: implicit declaration of function `cairo_= transform_distance_REPLACED_BY_cairo_user_to_device_distance' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1transform_1font': [exec] cairo.c:1430: warning: implicit declaration of function `cairo_= transform_font_REPLACED_BY_cairo_set_font_matrix' [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo= _cairo_1transform_1point': [exec] cairo.c:1444: warning: implicit declaration of function `cairo_= transform_point_REPLACED_BY_cairo_user_to_device' [exec] gmake: *** [cairo.o] =EF=DB=C9=C2=CB=C1 1 BUILD FAILED /usr/ports/java/eclipse/work/build.xml:53: exec returned: 2 Total time: 18 minutes 9 seconds *** Error code 1 Stop in /usr/ports/java/eclipse. --=20 Vladimir B. Grebenschikov SWsoft Inc. vova@sw-soft.com From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 14 08:14:11 2005 Return-Path: X-Original-To: eclipse@freebsd.org Delivered-To: freebsd-eclipse@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38F316A41F; Wed, 14 Sep 2005 08:14:11 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D6B43D45; Wed, 14 Sep 2005 08:14:08 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8E8E79V005182; Wed, 14 Sep 2005 11:14:07 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8E8EG0q057432; Wed, 14 Sep 2005 11:14:16 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <4327DBC7.2090707@ebs.gr> Date: Wed, 14 Sep 2005 11:13:59 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vladimir Grebenschikov References: <1126680998.14844.2.camel@localhost> In-Reply-To: <1126680998.14844.2.camel@localhost> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Cc: eclipse@freebsd.org, gnome Subject: Re: Failed to build eclipse with gnome 2.12 (failed on cario) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:14:11 -0000 Vladimir Grebenschikov wrote: > Hi > > Trying to upgrade to gnome 2.12 from marcus repository. > > > [javac] 2. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/PluginVersionReplaceTask.java > [javac] (at line 157) > [javac] private static void transferStreams(InputStream source, OutputStream destination) throws IOException { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method transferStreams(InputStream, OutputStream) from the type PluginVersionReplaceTask is never used locally > [javac] ---------- > [javac] 2 problems (2 warnings) > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1concat_1matrix': > [exec] cairo.c:73: warning: implicit declaration of function `cairo_concat_matrix_REPLACED_BY_cairo_transform' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1copy': > [exec] cairo.c:83: warning: implicit declaration of function `cairo_copy_DEPRECATED_BY_cairo_create_AND_MANY_INDIVIDUAL_FUNCTIONS' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1create': > [exec] cairo.c:104: error: too few arguments to function `cairo_create' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1alpha': > [exec] cairo.c:116: warning: implicit declaration of function `cairo_current_alpha' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1fill_1rule': > [exec] cairo.c:128: warning: implicit declaration of function `cairo_current_fill_rule_REPLACED_BY_cairo_get_fill_rule' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1font': > [exec] cairo.c:140: warning: implicit declaration of function `cairo_current_font' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1font_1extents': > [exec] cairo.c:153: warning: implicit declaration of function `cairo_current_font_extents_REPLACED_BY_cairo_font_extents' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1line_1cap': > [exec] cairo.c:166: warning: implicit declaration of function `cairo_current_line_cap_REPLACED_BY_cairo_get_line_cap' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1line_1join': > [exec] cairo.c:178: warning: implicit declaration of function `cairo_current_line_join_REPLACED_BY_cairo_get_line_join' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1line_1width': > [exec] cairo.c:190: warning: implicit declaration of function `cairo_current_line_width_REPLACED_BY_cairo_get_line_width' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1matrix': > [exec] cairo.c:201: warning: implicit declaration of function `cairo_current_matrix_REPLACED_BY_cairo_get_matrix' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1miter_1limit': > [exec] cairo.c:212: warning: implicit declaration of function `cairo_current_miter_limit_REPLACED_BY_cairo_get_miter_limit' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1operator': > [exec] cairo.c:224: warning: implicit declaration of function `cairo_current_operator_REPLACED_BY_cairo_get_operator' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1path': > [exec] cairo.c:235: warning: implicit declaration of function `cairo_current_path_DEPRECATED_BY_cairo_copy_path' > [exec] cairo.c:235: error: `cairo_move_to_func_t' undeclared (first use in this function) > [exec] cairo.c:235: error: (Each undeclared identifier is reported only once > [exec] cairo.c:235: error: for each function it appears in.) > [exec] cairo.c:235: error: syntax error before ')' token > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1path_1flat': > [exec] cairo.c:245: warning: implicit declaration of function `cairo_current_path_flat_DEPRECATED_BY_cairo_copy_path_flat' > [exec] cairo.c:245: error: `cairo_move_to_func_t' undeclared (first use in this function) > [exec] cairo.c:245: error: syntax error before ')' token > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1pattern': > [exec] cairo.c:256: warning: implicit declaration of function `cairo_current_pattern' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1point': > [exec] cairo.c:271: warning: implicit declaration of function `cairo_current_point_REPLACED_BY_cairo_get_current_point' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1rgb_1color': > [exec] cairo.c:290: warning: implicit declaration of function `cairo_current_rgb_color' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1target_1surface': > [exec] cairo.c:305: warning: implicit declaration of function `cairo_current_target_surface_REPLACED_BY_cairo_get_target' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1current_1tolerance': > [exec] cairo.c:317: warning: implicit declaration of function `cairo_current_tolerance_REPLACED_BY_cairo_get_tolerance' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1default_1matrix': > [exec] cairo.c:338: warning: implicit declaration of function `cairo_default_matrix_REPLACED_BY_cairo_identity_matrix' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1font_1destroy': > [exec] cairo.c:391: warning: implicit declaration of function `cairo_font_destroy' > [exec] cairo.c:391: error: `cairo_font_t' undeclared (first use in this function) > [exec] cairo.c:391: error: syntax error before ')' token > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1font_1reference': > [exec] cairo.c:413: warning: implicit declaration of function `cairo_font_reference' > [exec] cairo.c:413: error: `cairo_font_t' undeclared (first use in this function) > [exec] cairo.c:413: error: syntax error before ')' token > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1init_1clip': > [exec] cairo.c:501: warning: implicit declaration of function `cairo_init_clip_REPLACED_BY_cairo_reset_clip' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1inverse_1transform_1distance': > [exec] cairo.c:515: warning: implicit declaration of function `cairo_inverse_transform_distance_REPLACED_BY_cairo_device_to_user_distance' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1inverse_1transform_1point': > [exec] cairo.c:532: warning: implicit declaration of function `cairo_inverse_transform_point_REPLACED_BY_cairo_device_to_user' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1copy': > [exec] cairo.c:556: warning: implicit declaration of function `cairo_matrix_copy_DEPRECATED_BY_cairo_matrix_t' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1create': > [exec] cairo.c:568: warning: implicit declaration of function `cairo_matrix_create_DEPRECATED_BY_cairo_matrix_t' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1destroy': > [exec] cairo.c:579: warning: implicit declaration of function `cairo_matrix_destroy_DEPRECATED_BY_cairo_matrix_t' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1get_1affine': > [exec] cairo.c:602: warning: implicit declaration of function `cairo_matrix_get_affine_DEPRECATED_BY_cairo_matrix_t' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1multiply': > [exec] cairo.c:633: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1rotate': > [exec] cairo.c:645: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1scale': > [exec] cairo.c:657: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1set_1affine': > [exec] cairo.c:669: warning: implicit declaration of function `cairo_matrix_set_affine_REPLACED_BY_cairo_matrix_init' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1set_1identity': > [exec] cairo.c:681: warning: implicit declaration of function `cairo_matrix_set_identity_REPLACED_BY_cairo_matrix_init_identity' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1transform_1distance': > [exec] cairo.c:697: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1transform_1point': > [exec] cairo.c:716: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1matrix_1translate': > [exec] cairo.c:731: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1pattern_1add_1color_1stop': > [exec] cairo.c:763: warning: implicit declaration of function `cairo_pattern_add_color_stop_REPLACED_BY_cairo_pattern_add_color_stop_rgba' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1pattern_1get_1matrix': > [exec] cairo.c:845: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1pattern_1set_1extend': > [exec] cairo.c:867: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1pattern_1set_1filter': > [exec] cairo.c:879: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1pattern_1set_1matrix': > [exec] cairo.c:891: error: void value not ignored as it ought to be > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1scale_1font': > [exec] cairo.c:992: warning: implicit declaration of function `cairo_scale_font_REPLACED_BY_cairo_set_font_size' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1select_1font': > [exec] cairo.c:1004: warning: implicit declaration of function `cairo_select_font_REPLACED_BY_cairo_select_font_face' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1set_1alpha': > [exec] cairo.c:1016: warning: implicit declaration of function `cairo_set_alpha_DEPRECATED_BY_cairo_set_source_rgba_OR_cairo_paint_with_alpha' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1set_1font': > [exec] cairo.c:1050: warning: implicit declaration of function `cairo_set_font' > [exec] cairo.c:1050: error: `cairo_font_t' undeclared (first use in this function) > [exec] cairo.c:1050: error: syntax error before ')' token > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1set_1pattern': > [exec] cairo.c:1120: warning: implicit declaration of function `cairo_set_pattern_REPLACED_BY_cairo_set_source' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1set_1rgb_1color': > [exec] cairo.c:1130: warning: implicit declaration of function `cairo_set_rgb_color_REPLACED_BY_cairo_set_source_rgb' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1set_1target_1drawable': > [exec] cairo.c:1140: warning: implicit declaration of function `cairo_set_target_drawable_DEPRECATED_BY_cairo_xlib_surface_create' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1set_1target_1image': > [exec] cairo.c:1150: warning: implicit declaration of function `cairo_set_target_image_DEPRECATED_BY_cairo_image_surface_create_for_data' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1set_1target_1surface': > [exec] cairo.c:1160: warning: implicit declaration of function `cairo_set_target_surface_DEPRECATED_BY_cairo_create' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1show_1surface': > [exec] cairo.c:1200: warning: implicit declaration of function `cairo_show_surface_DEPRECATED_BY_cairo_set_source_surface_AND_cairo_paint' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1status_1string': > [exec] cairo.c:1237: warning: implicit declaration of function `cairo_status_string_DEPRECATED_BY_cairo_status_AND_cairo_status_to_string' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1surface_1create_1for_1image': > [exec] cairo.c:1282: warning: implicit declaration of function `cairo_surface_create_for_image_REPLACED_BY_cairo_image_surface_create_for_data' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1surface_1get_1filter': > [exec] cairo.c:1316: warning: implicit declaration of function `cairo_surface_get_filter_DEPRECATED_BY_cairo_pattern_get_filter' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1surface_1get_1matrix': > [exec] cairo.c:1328: warning: implicit declaration of function `cairo_surface_get_matrix_DEPRECATED_BY_cairo_pattern_get_matrix' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1surface_1set_1filter': > [exec] cairo.c:1350: warning: implicit declaration of function `cairo_surface_set_filter_DEPRECATED_BY_cairo_pattern_set_filter' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1surface_1set_1matrix': > [exec] cairo.c:1362: warning: implicit declaration of function `cairo_surface_set_matrix_DEPRECATED_BY_cairo_pattern_set_matrix' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1surface_1set_1repeat': > [exec] cairo.c:1374: warning: implicit declaration of function `cairo_surface_set_repeat_DEPRECATED_BY_cairo_pattern_set_extend' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1transform_1distance': > [exec] cairo.c:1417: warning: implicit declaration of function `cairo_transform_distance_REPLACED_BY_cairo_user_to_device_distance' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1transform_1font': > [exec] cairo.c:1430: warning: implicit declaration of function `cairo_transform_font_REPLACED_BY_cairo_set_font_matrix' > [exec] cairo.c: In function `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1transform_1point': > [exec] cairo.c:1444: warning: implicit declaration of function `cairo_transform_point_REPLACED_BY_cairo_user_to_device' > [exec] gmake: *** [cairo.o] ïÛÉÂËÁ 1 > > BUILD FAILED > /usr/ports/java/eclipse/work/build.xml:53: exec returned: 2 > > Total time: 18 minutes 9 seconds > *** Error code 1 > > Stop in /usr/ports/java/eclipse. > This seems to be caused by the updated cairo 1.0.0 in gnome 2.12. Eclipse 3.1 depends on cairo 0.4 and cairo has changed its ABI afterwards. I think Eclipse 3.2M1 has been updated for cairo 0.6, which should be ABI-compatible to cairo 1.0.0, according to this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=106527 We could use the patches for 3.1 in that report, but I would feel safer if we could preserve the cairo 0.4 libraries in /usr/local/lib/compat during the upgarde, as you suggested. Regards, Panagiotis From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 14 09:08:51 2005 Return-Path: X-Original-To: eclipse@freebsd.org Delivered-To: freebsd-eclipse@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DCCB16A41F; Wed, 14 Sep 2005 09:08:51 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCAB43D45; Wed, 14 Sep 2005 09:08:50 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.52 (FreeBSD)) id 1EFTG5-000NWo-BC; Wed, 14 Sep 2005 13:08:49 +0400 From: Vladimir Grebenschikov To: Panagiotis Astithas In-Reply-To: <4327DBC7.2090707@ebs.gr> References: <1126680998.14844.2.camel@localhost> <4327DBC7.2090707@ebs.gr> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Wed, 14 Sep 2005 13:08:48 +0400 Message-Id: <1126688928.14844.28.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: eclipse@freebsd.org, gnome Subject: Re: Failed to build eclipse with gnome 2.12 (failed on cario) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:08:51 -0000 =F7 =D3=D2, 14/09/2005 =D7 11:13 +0300, Panagiotis Astithas =D0=C9=DB=C5=D4= : ... cut here ... > This seems to be caused by the updated cairo 1.0.0 in gnome 2.12.=20 > Eclipse 3.1 depends on cairo 0.4 and cairo has changed its ABI=20 > afterwards. I think Eclipse 3.2M1 has been updated for cairo 0.6, which=20 > should be ABI-compatible to cairo 1.0.0, according to this: >=20 > https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D106527 >=20 > We could use the patches for 3.1 in that report, but I would feel safer=20 > if we could preserve the cairo 0.4 libraries in /usr/local/lib/compat=20 > during the upgarde, as you suggested. I've restored required .so libraries from saved packages, eclipse works, but with one strange thing in interface: all popup dialogues (like progress while CVS updating) are sized abnormally big (about 60 % of screen). Everything else looks ok. > Regards, > Panagiotis --=20 Vladimir B. Grebenschikov SWsoft Inc. vova@sw-soft.com From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 14 09:50:16 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997C416A41F for ; Wed, 14 Sep 2005 09:50:16 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D9743D45 for ; Wed, 14 Sep 2005 09:50:15 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so90898nzd for ; Wed, 14 Sep 2005 02:50:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P0qRHPaK2G08y2/8M+9uqypWmisIfEsdXZQJbO1ZDpcI86RZ0yjOFPGfsN2ni2MiEAZ9hvG15NYJpS7AEpFp6t0nittVbL9O1PesCjkbBjv/Q9YAlcONhBp09XA0EPwJrWCyMDxHC3be1VUW+mcYmVBZJgy5NRDFjRlDzRiDAXY= Received: by 10.36.56.1 with SMTP id e1mr742478nza; Wed, 14 Sep 2005 02:50:15 -0700 (PDT) Received: by 10.37.2.78 with HTTP; Wed, 14 Sep 2005 02:50:15 -0700 (PDT) Message-ID: Date: Wed, 14 Sep 2005 10:50:15 +0100 From: Mark Hobden To: Vladimir Grebenschikov In-Reply-To: <1126688928.14844.28.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1126680998.14844.2.camel@localhost> <4327DBC7.2090707@ebs.gr> <1126688928.14844.28.camel@localhost> Cc: freebsd-eclipse@freebsd.org Subject: Re: Failed to build eclipse with gnome 2.12 (failed on cario) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: markhobden@gmail.com List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:50:16 -0000 On 9/14/05, Vladimir Grebenschikov wrote: > I've restored required .so libraries from saved packages, eclipse works, > but with one strange thing in interface: all popup dialogues (like > progress while CVS updating) are sized abnormally big (about 60 % of > screen). >=20 > Everything else looks ok. Hi Vladimir, After updating to the latest version (in the ports tree) of a bunch of ports (not installing gnome 2.12) a couple of days ago I had exactly the same thing happen to me, after spending a long time downgrading ports to try and work out what caused it, it unexpectedly started working after installing the jdk 1.4.2 (i had been using 1.5.0). After removing the jdk 1.4.2 it did not go back to huge sized dialogs so I still have no idea what caused it. It would be great if you could let me know if you manage to resolve this problem what fixed it for you. Thanks, -- Mark From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 14 10:12:58 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31E616A41F for ; Wed, 14 Sep 2005 10:12:58 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34E743D53 for ; Wed, 14 Sep 2005 10:12:57 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.52 (FreeBSD)) id 1EFUG7-00098t-Rw; Wed, 14 Sep 2005 14:12:55 +0400 From: Vladimir Grebenschikov To: markhobden@gmail.com In-Reply-To: References: <1126680998.14844.2.camel@localhost> <4327DBC7.2090707@ebs.gr> <1126688928.14844.28.camel@localhost> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Wed, 14 Sep 2005 14:12:55 +0400 Message-Id: <1126692775.14844.40.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-eclipse@freebsd.org Subject: Re: Failed to build eclipse with gnome 2.12 (failed on cario) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:12:58 -0000 =F7 =D3=D2, 14/09/2005 =D7 10:50 +0100, Mark Hobden =D0=C9=DB=C5=D4: > On 9/14/05, Vladimir Grebenschikov wrote: >=20 > > I've restored required .so libraries from saved packages, eclipse works= , > > but with one strange thing in interface: all popup dialogues (like > > progress while CVS updating) are sized abnormally big (about 60 % of > > screen). > >=20 > > Everything else looks ok. >=20 > Hi Vladimir, >=20 > After updating to the latest version (in the ports tree) of a bunch of > ports (not installing gnome 2.12) a couple of days ago I had exactly > the same thing happen to me, after spending a long time downgrading > ports to try and work out what caused it, it unexpectedly started > working after installing the jdk 1.4.2 (i had been using 1.5.0). >=20 > After removing the jdk 1.4.2 it did not go back to huge sized dialogs > so I still have no idea what caused it. Hm, strange, before gnome upgrade I have updated all ports, and I think I've rebuilt eclipse month or two ago. All was ok. Also I has both 1.4.2 and 1.5.0 jdk installed. And I've use 1.5.0 jdk for eclipse for long time. No ideas how it is related to jdk version. (both jdk and eclipse does not changed during my transition gnome-2.10 -> gnome-2.12).=20 The only difference - glib* and gdk* (and other gnome staff) was upgraded and old libraries was preserved in compat directories. Just tried with jdk-1.4.2 and jdk-1.5.0 - no difference. > It would be great if you could let me know if you manage to resolve > this problem what fixed it for you. No clue so far. > Thanks, > -- > Mark --=20 Vladimir B. Grebenschikov SWsoft Inc. vova@sw-soft.com From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 14 14:47:06 2005 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E8E716A41F; Wed, 14 Sep 2005 14:47:06 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D13943D48; Wed, 14 Sep 2005 14:47:06 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8EEl6Ll035332; Wed, 14 Sep 2005 14:47:06 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8EEl53h035327; Wed, 14 Sep 2005 14:47:05 GMT (envelope-from nork) Date: Wed, 14 Sep 2005 14:47:05 GMT From: Norikatsu Shigemura Message-Id: <200509141447.j8EEl53h035327@freefall.freebsd.org> To: past@ebs.gr, nork@FreeBSD.org, freebsd-eclipse@FreeBSD.org Cc: Subject: Re: ports/86086: fix java/eclipse when building with WITH_MOTIF X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 14:47:06 -0000 Synopsis: fix java/eclipse when building with WITH_MOTIF State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Wed Sep 14 14:46:57 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=86086 From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 02:05:03 2005 Return-Path: X-Original-To: freebsd-eclipse@FreeBSD.org Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA06C16A41F for ; Thu, 15 Sep 2005 02:05:03 +0000 (GMT) (envelope-from barbara.xxx1975@libero.it) Received: from smtp7.libero.it (smtp7.libero.it [193.70.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F0243D45 for ; Thu, 15 Sep 2005 02:05:03 +0000 (GMT) (envelope-from barbara.xxx1975@libero.it) Received: from localhost (172.16.1.80) by smtp7.libero.it (7.0.027-DD01) id 431C36B4009871B5 for freebsd-eclipse@FreeBSD.org; Thu, 15 Sep 2005 04:05:02 +0200 Received: from smtp3.libero.it ([172.16.1.53]) by localhost (asav21.libero.it [193.70.193.8]) (amavisd-new, port 10024) with ESMTP id 18467-07 for ; Thu, 15 Sep 2005 04:04:59 +0200 (CEST) Received: from libero.it (172.16.1.114) by smtp3.libero.it (7.0.027-DD01) id 431C39E0001807C8 for freebsd-eclipse@FreeBSD.org; Thu, 15 Sep 2005 04:04:59 +0200 Date: Thu, 15 Sep 2005 04:04:59 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara\.xxx1975" To: "freebsd-eclipse" X-XaM3-API-Version: 4.1 (B27pl2) X-type: 0 X-SenderIP: 82.49.189.3 X-Scanned: with antispam and antivirus automated system at libero.it Cc: Subject: java/eclipse: error building WITH_MOZILLA=mozilla X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 02:05:03 -0000 port version: # $FreeBSD: ports/java/eclipse/Makefile,v 1.38 2005/09/14 = 14:46:36 nork Exp $ I keep getting an error if I try to upgrade(from e= clipse-3.1_1) or build eclipse with WITH_MOZILLA=3Dmozilla. This doesn't= happen if I use the WITH_MOZILLA=3Dfirefox. *UPDATE* (this happened w= hile I was writing): When I tryed to build eclipse WITH_MOZILLA=3Dmozill= a these ports where not installed: nspr-4.6_1 nss-3.10 firefox-1.0.6_5= ,1 I had them installed to try with WITH_MOZILLA=3Dfirefox. Now it buil= ds also with WITH_MOZILLA=3Dmozilla. As eclipse does not run-depends on = them, could I safely pkg_delete them? Or should I keep them to avoid to = install them again on the next eclipse upgrade? ** This is the salien= t part of the output of (all the java tasks seems ok, only warnings there= ). ---------------------------------------------------------------------= -------------------------------------------------- [exec] In file i= ncluded from /usr/X11R6/include/mozilla/nsXPCOM.h:41, [exec] = from xpcom.h:21, [exec] from xpcom_= structs.h:29, [exec] from xpcom.cpp:30: = [exec] /usr/X11R6/include/mozilla/nscore.h:51:21: prtypes.h: No such file= or directory [exec] In file included from /usr/X11R6/include/moz= illa/nsXPCOM.h:41, [exec] from xpcom.h:21, = [exec] from xpcom_structs.h:29, [exec] = from xpcom.cpp:30: [exec] /usr/X11R6/include/mozilla/n= score.h:225: error: `PRUint32' does not name a type [exec] In fil= e included from /usr/X11R6/include/mozilla/nscore.h:232, [exec] = from /usr/X11R6/include/mozilla/nsXPCOM.h:41, [ex= ec] from xpcom.h:21, [exec] fro= m xpcom_structs.h:29, [exec] from xpcom.cpp:30:=0D = [exec] /usr/X11R6/include/mozilla/nsError.h:299: error: `nsresult'= does not name a type [exec] In file included from /usr/X11R6/inc= lude/mozilla/nsXPCOM.h:41, [exec] from xpcom.h:2= 1, [exec] from xpcom_structs.h:29, [exec= ] from xpcom.cpp:30: [exec] /usr/X11R6/include/m= ozilla/nscore.h:288: error: `PRUint16' does not name a type [exec= ] In file included from xpcom.h:21, [exec] from = xpcom_structs.h:29, [exec] from xpcom.cpp:30:=0D = [exec] /usr/X11R6/include/mozilla/nsXPCOM.h:91: error: `nsresult' = does not name a type [exec] /usr/X11R6/include/mozilla/nsXPCOM.h:= 108: error: `nsresult' does not name a type [exec] /usr/X11R6/inc= lude/mozilla/nsXPCOM.h:122: error: `nsresult' does not name a type = [exec] /usr/X11R6/include/mozilla/nsXPCOM.h:135: error: `nsresult' does= not name a type [exec] /usr/X11R6/include/mozilla/nsXPCOM.h:148:= error: `nsresult' does not name a type [exec] /usr/X11R6/include= /mozilla/nsXPCOM.h:161: error: `nsresult' does not name a type [e= xec] /usr/X11R6/include/mozilla/nsXPCOM.h:187: error: `nsresult' does not= name a type [exec] /usr/X11R6/include/mozilla/nsXPCOM.h:192: err= or: `nsresult' does not name a type [exec] /usr/X11R6/include/moz= illa/nsXPCOM.h:198: error: `nsresult' does not name a type [exec]= /usr/X11R6/include/mozilla/nsXPCOM.h:201: error: `nsresult' does not nam= e a type [exec] In file included from /usr/X11R6/include/mozilla/= nsISupports.h:10, [exec] from /usr/X11R6/include= /mozilla/nsIFile.h:10, [exec] from /usr/X11R6/in= clude/mozilla/nsILocalFile.h:10, [exec] from /us= r/X11R6/include/mozilla/nsEmbedAPI.h:28, [exec] = from xpcom.h:22, [exec] from xpcom_structs.h:29,= [exec] from xpcom.cpp:30: [exec] /usr/X= 11R6/include/mozilla/nsrootidl.h:12:20: prtime.h: No such file or directo= ry [exec] In file included from /usr/X11R6/include/mozilla/nsISup= portsBase.h:44, [exec] from /usr/X11R6/include/m= ozilla/nsISupports.h:120, [exec] from /usr/X11R6= /include/mozilla/nsIFile.h:10, [exec] from /usr/= X11R6/include/mozilla/nsILocalFile.h:10, [exec] = from /usr/X11R6/include/mozilla/nsEmbedAPI.h:28, [exec] = from xpcom.h:22, [exec] from xpcom_struc= ts.h:29, [exec] from xpcom.cpp:30: [exec= ] /usr/X11R6/include/mozilla/nsID.h:58: error: `PRUint32' does not name a= type [exec] /usr/X11R6/include/mozilla/nsID.h:59: error: `PRUint= 16' does not name a type [exec] /usr/X11R6/include/mozilla/nsID.h= :60: error: `PRUint16' does not name a type [exec] /usr/X11R6/inc= lude/mozilla/nsID.h:61: error: `PRUint8' does not name a type [ex= ec] /usr/X11R6/include/mozilla/nsID.h:74: error: `PRBool' does not name a= type [exec] /usr/X11R6/include/mozilla/nsID.h:93: error: `PRBool= ' does not name a type [exec] In file included from /usr/X11R6/in= clude/mozilla/nsISupports.h:120, [exec] from /us= r/X11R6/include/mozilla/nsIFile.h:10, [exec] fro= m /usr/X11R6/include/mozilla/nsILocalFile.h:10, [exec] = from /usr/X11R6/include/mozilla/nsEmbedAPI.h:28, [exec] = from xpcom.h:22, [exec] from xpco= m_structs.h:29, [exec] from xpcom.cpp:30: = [exec] /usr/X11R6/include/mozilla/nsISupportsBase.h:71: error: `PRUint3= 2' does not name a type [exec] /usr/X11R6/include/mozilla/nsISupp= ortsBase.h:97: error: `nsresult' does not name a type [exec] /usr= /X11R6/include/mozilla/nsISupportsBase.h:105: error: `nsrefcnt' does not = name a type [exec] /usr/X11R6/include/mozilla/nsISupportsBase.h:1= 14: error: `nsrefcnt' does not name a type [exec] In file include= d from /usr/X11R6/include/mozilla/nsILocalFile.h:10, [exec] = from /usr/X11R6/include/mozilla/nsEmbedAPI.h:28, [exe= c] from xpcom.h:22, [exec] from= xpcom_structs.h:29, [exec] from xpcom.cpp:30:=0D = [exec] /usr/X11R6/include/mozilla/nsIFile.h:69: error: `nsresult' = does not name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:= 72: error: `nsresult' does not name a type [exec] /usr/X11R6/incl= ude/mozilla/nsIFile.h:78: error: `nsresult' does not name a type = [exec] /usr/X11R6/include/mozilla/nsIFile.h:101: error: `nsresult' does n= ot name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:109: e= rror: `nsresult' does not name a type [exec] /usr/X11R6/include/m= ozilla/nsIFile.h:110: error: `nsresult' does not name a type [exe= c] /usr/X11R6/include/mozilla/nsIFile.h:113: error: `nsresult' does not n= ame a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:114: error= : `nsresult' does not name a type [exec] /usr/X11R6/include/mozil= la/nsIFile.h:144: error: `nsresult' does not name a type [exec] /= usr/X11R6/include/mozilla/nsIFile.h:147: error: `nsresult' does not name = a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:159: error: `n= sresult' does not name a type [exec] /usr/X11R6/include/mozilla/n= sIFile.h:162: error: `nsresult' does not name a type [exec] /usr/= X11R6/include/mozilla/nsIFile.h:196: error: `nsresult' does not name a ty= pe [exec] /usr/X11R6/include/mozilla/nsIFile.h:199: error: `nsres= ult' does not name a type [exec] /usr/X11R6/include/mozilla/nsIFi= le.h:208: error: `nsresult' does not name a type [exec] /usr/X11R= 6/include/mozilla/nsIFile.h:214: error: `nsresult' does not name a type=0D = [exec] /usr/X11R6/include/mozilla/nsIFile.h:215: error: `nsresult'= does not name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h= :218: error: `nsresult' does not name a type [exec] /usr/X11R6/in= clude/mozilla/nsIFile.h:219: error: `nsresult' does not name a type = [exec] /usr/X11R6/include/mozilla/nsIFile.h:227: error: `nsresult' doe= s not name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:228= : error: `nsresult' does not name a type [exec] /usr/X11R6/includ= e/mozilla/nsIFile.h:231: error: `nsresult' does not name a type [= exec] /usr/X11R6/include/mozilla/nsIFile.h:232: error: `nsresult' does no= t name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:241: er= ror: `nsresult' does not name a type [exec] /usr/X11R6/include/mo= zilla/nsIFile.h:242: error: `nsresult' does not name a type [exec= ] /usr/X11R6/include/mozilla/nsIFile.h:245: error: `nsresult' does not na= me a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:273: error:= `nsresult' does not name a type [exec] /usr/X11R6/include/mozill= a/nsIFile.h:276: error: `nsresult' does not name a type [exec] /u= sr/X11R6/include/mozilla/nsIFile.h:279: error: `nsresult' does not name a= type [exec] /usr/X11R6/include/mozilla/nsIFile.h:282: error: `ns= result' does not name a type [exec] /usr/X11R6/include/mozilla/ns= IFile.h:285: error: `nsresult' does not name a type [exec] /usr/X= 11R6/include/mozilla/nsIFile.h:288: error: `nsresult' does not name a typ= e [exec] /usr/X11R6/include/mozilla/nsIFile.h:291: error: `nsresu= lt' does not name a type [exec] /usr/X11R6/include/mozilla/nsIFil= e.h:294: error: `nsresult' does not name a type [exec] /usr/X11R6= /include/mozilla/nsIFile.h:297: error: `nsresult' does not name a type=0D = [exec] /usr/X11R6/include/mozilla/nsIFile.h:300: error: `nsresult'= does not name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h= :303: error: `nsresult' does not name a type [exec] /usr/X11R6/in= clude/mozilla/nsIFile.h:306: error: `nsresult' does not name a type = [exec] /usr/X11R6/include/mozilla/nsIFile.h:312: error: `nsresult' doe= s not name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:340= : error: `nsresult' does not name a type [exec] /usr/X11R6/includ= e/mozilla/nsIFile.h:354: error: `nsresult' does not name a type [= exec] /usr/X11R6/include/mozilla/nsIFile.h:360: error: `nsresult' does no= t name a type [exec] /usr/X11R6/include/mozilla/nsIFile.h:367: er= ror: `nsresult' does not name a type [exec] /usr/X11R6/include/mo= zilla/nsIFile.h:373: error: `nsresult' does not name a type [exec= ] /usr/X11R6/include/mozilla/nsIFile.h:383: error: `nsresult' does not na= me a type [exec] /usr/X11R6/include/mozilla/nsIFile.h: In static = member function `static const nsIID& nsIFile::GetIID()': [exec] /= usr/X11R6/include/mozilla/nsIFile.h:45: error: too many initializers for = `const nsIID' [exec] In file included from /usr/X11R6/include/moz= illa/nsEmbedAPI.h:28, [exec] from xpcom.h:22,=0D = [exec] from xpcom_structs.h:29, [exec] = from xpcom.cpp:30: [exec] /usr/X11R6/include/mozil= la/nsILocalFile.h:17:18: prio.h: No such file or directory [exec]= /usr/X11R6/include/mozilla/nsILocalFile.h:18:20: prlink.h: No such file = or directory [exec] In file included from /usr/X11R6/include/mozi= lla/nsEmbedAPI.h:28, [exec] from xpcom.h:22, =0D = [exec] from xpcom_structs.h:29, [exec] = from xpcom.cpp:30: [exec] /usr/X11R6/include/mozilla= /nsILocalFile.h: At global scope: [exec] /usr/X11R6/include/mozil= la/nsILocalFile.h:59: error: `nsresult' does not name a type [exe= c] /usr/X11R6/include/mozilla/nsILocalFile.h:62: error: `nsresult' does n= ot name a type [exec] /usr/X11R6/include/mozilla/nsILocalFile.h:7= 3: error: `nsresult' does not name a type [exec] /usr/X11R6/inclu= de/mozilla/nsILocalFile.h:91: error: `nsresult' does not name a type =0D = [exec] /usr/X11R6/include/mozilla/nsILocalFile.h:92: error: `nsresul= t' does not name a type [exec] /usr/X11R6/include/mozilla/nsILoca= lFile.h:95: error: `nsresult' does not name a type [exec] /usr/X1= 1R6/include/mozilla/nsILocalFile.h:98: error: `nsresult' does not name a = type [exec] /usr/X11R6/include/mozilla/nsILocalFile.h:101: error:= `nsresult' does not name a type [exec] /usr/X11R6/include/mozill= a/nsILocalFile.h:104: error: `nsresult' does not name a type [exe= c] /usr/X11R6/include/mozilla/nsILocalFile.h:118: error: `nsresult' does = not name a type [exec] /usr/X11R6/include/mozilla/nsILocalFile.h:= 121: error: `nsresult' does not name a type [exec] /usr/X11R6/inc= lude/mozilla/nsILocalFile.h:131: error: `nsresult' does not name a type=0D = [exec] /usr/X11R6/include/mozilla/nsILocalFile.h:132: error: `nsre= sult' does not name a type [exec] /usr/X11R6/include/mozilla/nsIL= ocalFile.h:142: error: `nsresult' does not name a type [exec] /us= r/X11R6/include/mozilla/nsILocalFile.h:152: error: `nsresult' does not na= me a type [exec] /usr/X11R6/include/mozilla/nsILocalFile.h:167: e= rror: `nsresult' does not name a type [exec] /usr/X11R6/include/m= ozilla/nsILocalFile.h:181: error: `nsresult' does not name a type = [exec] /usr/X11R6/include/mozilla/nsILocalFile.h: In static member funct= ion `static const nsIID& nsILocalFile::GetIID()': [exec] /usr/X11= R6/include/mozilla/nsILocalFile.h:39: error: too many initializers for `c= onst nsIID' [exec] In file included from /usr/X11R6/include/mozil= la/nsEmbedAPI.h:29, [exec] from xpcom.h:22, =0D = [exec] from xpcom_structs.h:29, [exec] = from xpcom.cpp:30: [exec] /usr/X11R6/include/mozilla= /nsIDirectoryService.h: At global scope: [exec] /usr/X11R6/includ= e/mozilla/nsIDirectoryService.h:58: error: `nsresult' does not name a typ= e [exec] /usr/X11R6/include/mozilla/nsIDirectoryService.h: In sta= tic member function `static const nsIID& nsIDirectoryServiceProvider::Get= IID()': [exec] /usr/X11R6/include/mozilla/nsIDirectoryService.h:3= 9: error: too many initializers for `const nsIID' [exec] /usr/X11= R6/include/mozilla/nsIDirectoryService.h: At global scope: [exec]= /usr/X11R6/include/mozilla/nsIDirectoryService.h:149: error: `nsresult' = does not name a type [exec] /usr/X11R6/include/mozilla/nsIDirecto= ryService.h: In static member function `static const nsIID& nsIDirectoryS= erviceProvider2::GetIID()': [exec] /usr/X11R6/include/mozilla/nsI= DirectoryService.h:134: error: too many initializers for `const nsIID'=0D = [exec] /usr/X11R6/include/mozilla/nsIDirectoryService.h: At global= scope: [exec] /usr/X11R6/include/mozilla/nsIDirectoryService.h:2= 31: error: `nsresult' does not name a type [exec] /usr/X11R6/incl= ude/mozilla/nsIDirectoryService.h:244: error: `nsresult' does not name a = type [exec] /usr/X11R6/include/mozilla/nsIDirectoryService.h:255:= error: `nsresult' does not name a type [exec] /usr/X11R6/include= /mozilla/nsIDirectoryService.h: In static member function `static const n= sIID& nsIDirectoryService::GetIID()': [exec] /usr/X11R6/include/m= ozilla/nsIDirectoryService.h:222: error: too many initializers for `const= nsIID' [exec] In file included from xpcom.h:22, [exec] = from xpcom_structs.h:29, [exec] = from xpcom.cpp:30: [exec] /usr/X11R6/include/mozilla/nsEmbedAPI.h= : At global scope: [exec] /usr/X11R6/include/mozilla/nsEmbedAPI.h= :68: error: `nsresult' does not name a type [exec] /usr/X11R6/inc= lude/mozilla/nsEmbedAPI.h:86: error: `nsresult' does not name a type =0D = [exec] In file included from /usr/X11R6/include/mozilla/nsEmbedStrin= g.h:43, [exec] from xpcom.h:23, [exec] = from xpcom_structs.h:29, [exec] = from xpcom.cpp:30: [exec] /usr/X11R6/include/mozilla/nsStringAPI.= h:136: error: `nsresult' does not name a type [exec] /usr/X11R6/i= nclude/mozilla/nsStringAPI.h:170: error: `PRUint32' does not name a type=0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:187: error: expect= ed constructor, destructor, or type conversion before '*' token [= exec] /usr/X11R6/include/mozilla/nsStringAPI.h:187: error: expected `,' o= r `;' before '*' token [exec] /usr/X11R6/include/mozilla/nsString= API.h:210: error: `nsresult' does not name a type [exec] /usr/X11= R6/include/mozilla/nsStringAPI.h:243: error: `nsresult' does not name a t= ype [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:265: error: `= nsresult' does not name a type [exec] /usr/X11R6/include/mozilla/= nsStringAPI.h:285: error: `nsresult' does not name a type [exec] = /usr/X11R6/include/mozilla/nsStringAPI.h:310: error: `nsresult' does not = name a type [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:328: = error: `nsresult' does not name a type [exec] /usr/X11R6/include/= mozilla/nsStringAPI.h:361: error: `nsresult' does not name a type = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:395: error: `PRUint32' d= oes not name a type [exec] /usr/X11R6/include/mozilla/nsStringAPI= .h:435: error: `nsresult' does not name a type [exec] /usr/X11R6/= include/mozilla/nsStringAPI.h:468: error: `nsresult' does not name a type= [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:490: error: `nsr= esult' does not name a type [exec] /usr/X11R6/include/mozilla/nsS= tringAPI.h:510: error: `nsresult' does not name a type [exec] /us= r/X11R6/include/mozilla/nsStringAPI.h:535: error: `nsresult' does not nam= e a type [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:553: err= or: `nsresult' does not name a type [exec] /usr/X11R6/include/moz= illa/nsStringAPI.h:595: error: `nsresult' does not name a type [e= xec] /usr/X11R6/include/mozilla/nsStringAPI.h:614: error: `nsresult' does= not name a type [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:= 644: error: `PRUnichar' does not name a type [exec] /usr/X11R6/in= clude/mozilla/nsStringAPI.h:646: error: `PRUint32' does not name a type=0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:647: error: `PRUin= t32' does not name a type [exec] /usr/X11R6/include/mozilla/nsStr= ingAPI.h:649: error: ISO C++ forbids declaration of `char_type' with no t= ype [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:649: error: e= xpected `;' before '*' token [exec] /usr/X11R6/include/mozilla/ns= StringAPI.h:656: error: expected `;' before "const" [exec] /usr/X= 11R6/include/mozilla/nsStringAPI.h:656: error: ISO C++ forbids declaratio= n of `char_type' with no type [exec] /usr/X11R6/include/mozilla/n= sStringAPI.h:656: error: expected `;' before '*' token [exec] /us= r/X11R6/include/mozilla/nsStringAPI.h:663: error: expected `;' before "si= ze_type" [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:663: err= or: `size_type' does not name a type [exec] /usr/X11R6/include/mo= zilla/nsStringAPI.h:673: error: expected `,' or `...' before '*' token=0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:674: error: ISO C+= + forbids declaration of `char_type' with no type [exec] /usr/X11= R6/include/mozilla/nsStringAPI.h:677: error: variable or field `Assign' d= eclared void [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:677:= error: expected `;' before '(' token [exec] /usr/X11R6/include/m= ozilla/nsStringAPI.h:682: error: expected `;' before "self_type" = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:683: error: expected `,' = or `...' before '*' token [exec] /usr/X11R6/include/mozilla/nsStr= ingAPI.h:683: error: ISO C++ forbids declaration of `char_type' with no t= ype [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:684: error: d= eclaration of `operator=3D' as non-function [exec] /usr/X11R6/inc= lude/mozilla/nsStringAPI.h:684: error: expected `;' before '(' token =0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:686: error: expected= `;' before "void" [exec] /usr/X11R6/include/mozilla/nsStringAPI.= h:686: error: variable or field `Replace' declared void [exec] /u= sr/X11R6/include/mozilla/nsStringAPI.h:686: error: expected `;' before '(= ' token [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:690: erro= r: expected `;' before "void" [exec] /usr/X11R6/include/mozilla/n= sStringAPI.h:690: error: variable or field `Replace' declared void = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:690: error: expected `;= ' before '(' token [exec] /usr/X11R6/include/mozilla/nsStringAPI.= h:694: error: expected `;' before "void" [exec] /usr/X11R6/includ= e/mozilla/nsStringAPI.h:694: error: variable or field `Replace' declared = void [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:694: error: = expected `;' before '(' token [exec] /usr/X11R6/include/mozilla/n= sStringAPI.h:701: error: expected `;' before "void" [exec] /usr/X= 11R6/include/mozilla/nsStringAPI.h:701: error: variable or field `Append'= declared void [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:70= 1: error: expected `;' before '(' token [exec] /usr/X11R6/include= /mozilla/nsStringAPI.h:702: error: expected `;' before "void" [ex= ec] /usr/X11R6/include/mozilla/nsStringAPI.h:702: error: expected `,' or = `...' before '*' token [exec] /usr/X11R6/include/mozilla/nsString= API.h:702: error: ISO C++ forbids declaration of `char_type' with no type= [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:705: error: decl= aration of `operator+=3D' as non-function [exec] /usr/X11R6/inclu= de/mozilla/nsStringAPI.h:705: error: expected `;' before '(' token = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:706: error: expected `;= ' before "self_type" [exec] /usr/X11R6/include/mozilla/nsStringAP= I.h:706: error: expected `,' or `...' before '*' token [exec] /us= r/X11R6/include/mozilla/nsStringAPI.h:706: error: ISO C++ forbids declara= tion of `char_type' with no type [exec] /usr/X11R6/include/mozill= a/nsStringAPI.h:709: error: variable or field `Insert' declared void =0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:709: error: expected= `;' before '(' token [exec] /usr/X11R6/include/mozilla/nsStringA= PI.h:710: error: expected `;' before "void" [exec] /usr/X11R6/inc= lude/mozilla/nsStringAPI.h:710: error: expected `,' or `...' before '*' t= oken [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:710: error: = ISO C++ forbids declaration of `char_type' with no type [exec] /u= sr/X11R6/include/mozilla/nsStringAPI.h:711: error: `index_type' has not b= een declared [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:711:= error: ISO C++ forbids declaration of `pos' with no type [exec] = /usr/X11R6/include/mozilla/nsStringAPI.h:713: error: variable or field `C= ut' declared void [exec] /usr/X11R6/include/mozilla/nsStringAPI.h= :713: error: expected `;' before '(' token [exec] /usr/X11R6/incl= ude/mozilla/nsStringAPI.h:717: error: expected `;' before "private" = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: In member function `v= oid nsAString::Assign(const nsAString&)': [exec] /usr/X11R6/inclu= de/mozilla/nsStringAPI.h:671: error: `NS_StringCopy' undeclared (first us= e this function) [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:= 671: error: (Each undeclared identifier is reported only once for each fu= nction it appears in.) [exec] /usr/X11R6/include/mozilla/nsString= API.h: In member function `void nsAString::Assign(int)': [exec] /= usr/X11R6/include/mozilla/nsStringAPI.h:675: error: `aData' undeclared (f= irst use this function) [exec] /usr/X11R6/include/mozilla/nsStrin= gAPI.h:675: error: `aLength' undeclared (first use this function) = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:675: error: `NS_StringSe= tData' undeclared (first use this function) [exec] /usr/X11R6/inc= lude/mozilla/nsStringAPI.h: In member function `nsAString& nsAString::ope= rator=3D(int)': [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:6= 83: error: `aPtr' undeclared (first use this function) [exec] /us= r/X11R6/include/mozilla/nsStringAPI.h: In member function `void nsAString= ::Append(int)': [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:7= 02: error: `size_type' undeclared (first use this function) [exec= ] /usr/X11R6/include/mozilla/nsStringAPI.h:702: error: `data' undeclared = (first use this function) [exec] /usr/X11R6/include/mozilla/nsStr= ingAPI.h:702: error: `length' undeclared (first use this function) = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:702: error: `Replace' u= ndeclared (first use this function) [exec] /usr/X11R6/include/moz= illa/nsStringAPI.h: In member function `void nsAString::Append(const nsAS= tring&)': [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:703: er= ror: `size_type' undeclared (first use this function) [exec] /usr= /X11R6/include/mozilla/nsStringAPI.h:703: error: `Replace' undeclared (fi= rst use this function) [exec] /usr/X11R6/include/mozilla/nsString= API.h: In member function `nsAString& nsAString::operator+=3D(int)': =0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:706: error: `data' u= ndeclared (first use this function) [exec] /usr/X11R6/include/moz= illa/nsStringAPI.h: In member function `void nsAString::Insert(int)': =0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:710: error: `pos' un= declared (first use this function) [exec] /usr/X11R6/include/mozi= lla/nsStringAPI.h:710: error: `data' undeclared (first use this function)= [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:710: error: `len= gth' undeclared (first use this function) [exec] /usr/X11R6/inclu= de/mozilla/nsStringAPI.h:710: error: `Replace' undeclared (first use this= function) [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: In me= mber function `void nsAString::Insert(const nsAString&, int)': [e= xec] /usr/X11R6/include/mozilla/nsStringAPI.h:711: error: `Replace' undec= lared (first use this function) [exec] /usr/X11R6/include/mozilla= /nsStringAPI.h: At global scope: [exec] /usr/X11R6/include/mozill= a/nsStringAPI.h:728: error: `PRUint32' does not name a type [exec= ] /usr/X11R6/include/mozilla/nsStringAPI.h:729: error: `PRUint32' does no= t name a type [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:745= : error: `size_type' does not name a type [exec] /usr/X11R6/inclu= de/mozilla/nsStringAPI.h:755: error: `size_type' has not been declared=0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:756: error: ISO C+= + forbids declaration of `aLength' with no type [exec] /usr/X11R6= /include/mozilla/nsStringAPI.h:768: error: variable or field `Replace' de= clared void [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:768: = error: expected `;' before '(' token [exec] /usr/X11R6/include/mo= zilla/nsStringAPI.h:772: error: expected `;' before "void" [exec]= /usr/X11R6/include/mozilla/nsStringAPI.h:772: error: variable or field `= Replace' declared void [exec] /usr/X11R6/include/mozilla/nsString= API.h:772: error: expected `;' before '(' token [exec] /usr/X11R6= /include/mozilla/nsStringAPI.h:776: error: expected `;' before "void" =0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:776: error: variable= or field `Replace' declared void [exec] /usr/X11R6/include/mozil= la/nsStringAPI.h:776: error: expected `;' before '(' token [exec]= /usr/X11R6/include/mozilla/nsStringAPI.h:783: error: expected `;' before= "void" [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:784: erro= r: `size_type' has not been declared [exec] /usr/X11R6/include/mo= zilla/nsStringAPI.h:784: error: ISO C++ forbids declaration of `length' w= ith no type [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:791: = error: `index_type' has not been declared [exec] /usr/X11R6/inclu= de/mozilla/nsStringAPI.h:791: error: ISO C++ forbids declaration of `pos'= with no type [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:792= : error: `index_type' has not been declared [exec] /usr/X11R6/inc= lude/mozilla/nsStringAPI.h:792: error: `size_type' has not been declared=0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:792: error: ISO C+= + forbids declaration of `pos' with no type [exec] /usr/X11R6/inc= lude/mozilla/nsStringAPI.h:792: error: ISO C++ forbids declaration of `le= ngth' with no type [exec] /usr/X11R6/include/mozilla/nsStringAPI.= h:793: error: `index_type' has not been declared [exec] /usr/X11R= 6/include/mozilla/nsStringAPI.h:793: error: ISO C++ forbids declaration o= f `pos' with no type [exec] /usr/X11R6/include/mozilla/nsStringAP= I.h:795: error: variable or field `Cut' declared void [exec] /usr= /X11R6/include/mozilla/nsStringAPI.h:795: error: expected `;' before '(' = token [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:799: error:= expected `;' before "private" [exec] /usr/X11R6/include/mozilla/= nsStringAPI.h:755: error: `PR_UINT32_MAX' was not declared in this scope=0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:784: error: `size_= type' was not declared in this scope [exec] /usr/X11R6/include/mo= zilla/nsStringAPI.h:792: error: `size_type' was not declared in this scop= e [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: In member func= tion `const char* nsACString::BeginReading() const': [exec] /usr/= X11R6/include/mozilla/nsStringAPI.h:734: error: `NS_CStringGetData' undec= lared (first use this function) [exec] /usr/X11R6/include/mozilla= /nsStringAPI.h: In member function `const char* nsACString::EndReading() = const': [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:741: erro= r: `PRUint32' undeclared (first use this function) [exec] /usr/X1= 1R6/include/mozilla/nsStringAPI.h:741: error: expected `;' before "len"=0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:742: error: `len' = undeclared (first use this function) [exec] /usr/X11R6/include/mo= zilla/nsStringAPI.h: In member function `void nsACString::Assign(const ns= ACString&)': [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:753:= error: `NS_CStringCopy' undeclared (first use this function) [ex= ec] /usr/X11R6/include/mozilla/nsStringAPI.h: In member function `void ns= ACString::Assign(const char*, int)': [exec] /usr/X11R6/include/mo= zilla/nsStringAPI.h:757: error: `NS_CStringSetData' undeclared (first use= this function) [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: = In member function `void nsACString::Assign(char)': [exec] /usr/X= 11R6/include/mozilla/nsStringAPI.h:761: error: `NS_CStringSetData' undecl= ared (first use this function) [exec] /usr/X11R6/include/mozilla/= nsStringAPI.h: In member function `void nsACString::Append(char)': = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:783: error: `size_type'= undeclared (first use this function) [exec] /usr/X11R6/include/m= ozilla/nsStringAPI.h:783: error: `Replace' undeclared (first use this fun= ction) [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: In member= function `void nsACString::Append(const char*, int)': [exec] /us= r/X11R6/include/mozilla/nsStringAPI.h:784: error: `size_type' undeclared = (first use this function) [exec] /usr/X11R6/include/mozilla/nsStr= ingAPI.h:784: error: `Replace' undeclared (first use this function) = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: In member function `v= oid nsACString::Append(const nsACString&)': [exec] /usr/X11R6/inc= lude/mozilla/nsStringAPI.h:785: error: `size_type' undeclared (first use = this function) [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:78= 5: error: `Replace' undeclared (first use this function) [exec] /= usr/X11R6/include/mozilla/nsStringAPI.h: In member function `void nsACStr= ing::Insert(char, int)': [exec] /usr/X11R6/include/mozilla/nsStri= ngAPI.h:791: error: `Replace' undeclared (first use this function) = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: In member function `vo= id nsACString::Insert(const char*, int, int)': [exec] /usr/X11R6/= include/mozilla/nsStringAPI.h:792: error: `Replace' undeclared (first use= this function) [exec] /usr/X11R6/include/mozilla/nsStringAPI.h: = In member function `void nsACString::Insert(const nsACString&, int)': =0D = [exec] /usr/X11R6/include/mozilla/nsStringAPI.h:793: error: `Replace= ' undeclared (first use this function) [exec] /usr/X11R6/include/= mozilla/nsStringA From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 06:36:42 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D879D16A41F for ; Thu, 15 Sep 2005 06:36:42 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id F375D43D58 for ; Thu, 15 Sep 2005 06:36:41 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8F6ac9V009090; Thu, 15 Sep 2005 09:36:38 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8F6amtM083185; Thu, 15 Sep 2005 09:36:48 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <4329166F.30106@ebs.gr> Date: Thu, 15 Sep 2005 09:36:31 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "barbara.xxx1975" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse Subject: Re: java/eclipse: error building WITH_MOZILLA=mozilla X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:36:43 -0000 barbara.xxx1975 wrote: > port version: > # $FreeBSD: ports/java/eclipse/Makefile,v 1.38 2005/09/14 14:46:36 nork Exp $ > > I keep getting an error if I try to upgrade(from eclipse-3.1_1) or build eclipse with WITH_MOZILLA=mozilla. > This doesn't happen if I use the WITH_MOZILLA=firefox. > > *UPDATE* (this happened while I was writing): > When I tryed to build eclipse WITH_MOZILLA=mozilla these ports where not installed: > nspr-4.6_1 > nss-3.10 > firefox-1.0.6_5,1 > I had them installed to try with WITH_MOZILLA=firefox. > Now it builds also with WITH_MOZILLA=mozilla. > As eclipse does not run-depends on them, could I safely pkg_delete them? > Or should I keep them to avoid to install them again on the next eclipse upgrade? You are not supposed to ever use WITH_MOZILLA=mozilla. If you don't specify it at all, you get the mozilla dependency. If you want to override it, you have to set WITH_MOZILLA=firefox (or mozilla-devel). If you don't want any browser integration at all, you may set WITHOUT_MOZILLA=true. Cheers, Panagiotis From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 10:12:54 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A081116A41F for ; Thu, 15 Sep 2005 10:12:54 +0000 (GMT) (envelope-from andreas.kohn@gmail.com) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E47143D45 for ; Thu, 15 Sep 2005 10:12:53 +0000 (GMT) (envelope-from andreas.kohn@gmail.com) Received: from klamath ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j8FACnqR024384; Thu, 15 Sep 2005 12:12:49 +0200 From: Andreas Kohn To: Panagiotis Astithas In-Reply-To: <4329166F.30106@ebs.gr> References: <4329166F.30106@ebs.gr> Content-Type: multipart/mixed; boundary="=-uqHbR+5JKDGB4I0VjCbm" Date: Thu, 15 Sep 2005 12:12:48 +0200 Message-Id: <1126779168.990.10.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 FreeBSD GNOME Team Port Cc: "barbara.xxx1975" , freebsd-eclipse Subject: Re: java/eclipse: error building WITH_MOZILLA=mozilla X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:12:54 -0000 --=-uqHbR+5JKDGB4I0VjCbm Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, On Thu, 2005-09-15 at 09:36 +0300, Panagiotis Astithas wrote: > barbara.xxx1975 wrote: > > port version: > > # $FreeBSD: ports/java/eclipse/Makefile,v 1.38 2005/09/14 14:46:36 nork Exp $ > > > > I keep getting an error if I try to upgrade(from eclipse-3.1_1) or build eclipse with WITH_MOZILLA=mozilla. > > This doesn't happen if I use the WITH_MOZILLA=firefox. > > > > *UPDATE* (this happened while I was writing): > > When I tryed to build eclipse WITH_MOZILLA=mozilla these ports where not installed: > > nspr-4.6_1 > > nss-3.10 > > firefox-1.0.6_5,1 > > I had them installed to try with WITH_MOZILLA=firefox. > > Now it builds also with WITH_MOZILLA=mozilla. > > As eclipse does not run-depends on them, could I safely pkg_delete them? > > Or should I keep them to avoid to install them again on the next eclipse upgrade? > > You are not supposed to ever use WITH_MOZILLA=mozilla. I don't like this at all. WITH_MOZILLA=mozilla is a perfectly valid setting for other mozilla-using ports, and people probably have their preference in /etc/make.conf (I do). Please see attached patch (line numbers may be off, hand-edited). Regards, Andreas -- was macht man eigentlich auf einer linux-gamer lan ? hl server aufsetzen und freuen ? *duck* ^^ --=-uqHbR+5JKDGB4I0VjCbm Content-Disposition: attachment; filename=eclipse-withmozilla.diff Content-Type: text/x-patch; name=eclipse-withmozilla.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /storage/freebsd/cvs/ports/java/eclipse/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 28 Aug 2005 15:29:49 -0000 1.36 +++ Makefile 15 Sep 2005 10:09:20 -0000 @@ -44,7 +44,7 @@ .else ECLIPSE_WS= gtk .if !defined(WITHOUT_MOZILLA) -.if defined(WITH_MOZILLA) +.if defined(WITH_MOZILLA) && ${WITH_MOZILLA} != "mozilla" BROWSER= ${WITH_MOZILLA} MAKE_MOZILLA= make_mozilla BUILD_DEPENDS+= ${BROWSER}:${PORTSDIR}/www/${BROWSER} --=-uqHbR+5JKDGB4I0VjCbm-- From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 13:02:32 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B5316A41F for ; Thu, 15 Sep 2005 13:02:32 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33A043D46 for ; Thu, 15 Sep 2005 13:02:30 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8FD2R9V010147; Thu, 15 Sep 2005 16:02:27 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8FD2WWh088309; Thu, 15 Sep 2005 16:02:33 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <432970D7.1070008@ebs.gr> Date: Thu, 15 Sep 2005 16:02:15 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Kohn References: <4329166F.30106@ebs.gr> <1126779168.990.10.camel@klamath.syndrom23.de> In-Reply-To: <1126779168.990.10.camel@klamath.syndrom23.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "barbara.xxx1975" , freebsd-eclipse Subject: Re: java/eclipse: error building WITH_MOZILLA=mozilla X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:02:32 -0000 Andreas Kohn wrote: > Hi, > > On Thu, 2005-09-15 at 09:36 +0300, Panagiotis Astithas wrote: > >>barbara.xxx1975 wrote: >> >>>port version: >>># $FreeBSD: ports/java/eclipse/Makefile,v 1.38 2005/09/14 14:46:36 nork Exp $ >>> >>>I keep getting an error if I try to upgrade(from eclipse-3.1_1) or build eclipse with WITH_MOZILLA=mozilla. >>>This doesn't happen if I use the WITH_MOZILLA=firefox. >>> >>>*UPDATE* (this happened while I was writing): >>>When I tryed to build eclipse WITH_MOZILLA=mozilla these ports where not installed: >>>nspr-4.6_1 >>>nss-3.10 >>>firefox-1.0.6_5,1 >>>I had them installed to try with WITH_MOZILLA=firefox. >>>Now it builds also with WITH_MOZILLA=mozilla. >>>As eclipse does not run-depends on them, could I safely pkg_delete them? >>>Or should I keep them to avoid to install them again on the next eclipse upgrade? >> >>You are not supposed to ever use WITH_MOZILLA=mozilla. > > I don't like this at all. WITH_MOZILLA=mozilla is a perfectly valid > setting for other mozilla-using ports, and people probably have their > preference in /etc/make.conf (I do). Never heard of that before. Can you mention the ports that have such a complete logic that can handle all variations? I'd like to copy their logic. > Please see attached patch (line numbers may be off, hand-edited). > > Regards, > Andreas > > > > ------------------------------------------------------------------------ > > Index: Makefile > =================================================================== > RCS file: /storage/freebsd/cvs/ports/java/eclipse/Makefile,v > retrieving revision 1.36 > diff -u -r1.36 Makefile > --- Makefile 28 Aug 2005 15:29:49 -0000 1.36 > +++ Makefile 15 Sep 2005 10:09:20 -0000 > @@ -44,7 +44,7 @@ > .else > ECLIPSE_WS= gtk > .if !defined(WITHOUT_MOZILLA) > -.if defined(WITH_MOZILLA) > +.if defined(WITH_MOZILLA) && ${WITH_MOZILLA} != "mozilla" > BROWSER= ${WITH_MOZILLA} > MAKE_MOZILLA= make_mozilla > BUILD_DEPENDS+= ${BROWSER}:${PORTSDIR}/www/${BROWSER} > If there is no better alternative, I'm ok with this. Regards, Panagiotis From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 13:13:22 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 810E116A41F for ; Thu, 15 Sep 2005 13:13:22 +0000 (GMT) (envelope-from andreas.kohn@gmail.com) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C4943D49 for ; Thu, 15 Sep 2005 13:13:21 +0000 (GMT) (envelope-from andreas.kohn@gmail.com) Received: from klamath ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j8FDDIVm010369; Thu, 15 Sep 2005 15:13:18 +0200 From: Andreas Kohn To: Panagiotis Astithas In-Reply-To: <432970D7.1070008@ebs.gr> References: <4329166F.30106@ebs.gr> <1126779168.990.10.camel@klamath.syndrom23.de> <432970D7.1070008@ebs.gr> Content-Type: text/plain Date: Thu, 15 Sep 2005 15:13:17 +0200 Message-Id: <1126789997.990.19.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "barbara.xxx1975" , freebsd-eclipse Subject: Re: java/eclipse: error building WITH_MOZILLA=mozilla X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:13:22 -0000 On Thu, 2005-09-15 at 16:02 +0300, Panagiotis Astithas wrote: > Andreas Kohn wrote: > > Hi, > > > > On Thu, 2005-09-15 at 09:36 +0300, Panagiotis Astithas wrote: > > > >>barbara.xxx1975 wrote: > >> > >>>port version: > >>># $FreeBSD: ports/java/eclipse/Makefile,v 1.38 2005/09/14 14:46:36 nork Exp $ > >>> > >>>I keep getting an error if I try to upgrade(from eclipse-3.1_1) or build eclipse with WITH_MOZILLA=mozilla. > >>>This doesn't happen if I use the WITH_MOZILLA=firefox. > >>> > >>>*UPDATE* (this happened while I was writing): > >>>When I tryed to build eclipse WITH_MOZILLA=mozilla these ports where not installed: > >>>nspr-4.6_1 > >>>nss-3.10 > >>>firefox-1.0.6_5,1 > >>>I had them installed to try with WITH_MOZILLA=firefox. > >>>Now it builds also with WITH_MOZILLA=mozilla. > >>>As eclipse does not run-depends on them, could I safely pkg_delete them? > >>>Or should I keep them to avoid to install them again on the next eclipse upgrade? > >> > >>You are not supposed to ever use WITH_MOZILLA=mozilla. > > > > I don't like this at all. WITH_MOZILLA=mozilla is a perfectly valid > > setting for other mozilla-using ports, and people probably have their > > preference in /etc/make.conf (I do). > > Never heard of that before. Can you mention the ports that have such a > complete logic that can handle all variations? I'd like to copy their logic. Every mozilla-using port uses a different logic for interpreting WITH_MOZILLA. One example would be x11/yelp: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/x11/yelp/Makefile?rev=1.39&content-type=text/plain This Makefile has a default for mozilla, and can work with all other mozillas. The x11/yelp/Makefile from gnome 2.12 ports at http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/~checkout~/ports/x11/yelp/Makefile?rev=1.60&content-type=text/plain even has a default of firefox instead of mozilla. The only mozilla missing here would be firefox-devel, but that's quite easy to handle as well. -- Andreas -- was macht man eigentlich auf einer linux-gamer lan ? hl server aufsetzen und freuen ? *duck* ^^ From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 13:25:16 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B141916A41F; Thu, 15 Sep 2005 13:25:16 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422F743D67; Thu, 15 Sep 2005 13:25:15 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.52 (FreeBSD)) id 1EFtjl-0000tG-LF; Thu, 15 Sep 2005 17:25:13 +0400 From: Vladimir Grebenschikov To: markhobden@gmail.com In-Reply-To: <1126692775.14844.40.camel@localhost> References: <1126680998.14844.2.camel@localhost> <4327DBC7.2090707@ebs.gr> <1126688928.14844.28.camel@localhost> <1126692775.14844.40.camel@localhost> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Thu, 15 Sep 2005 17:25:13 +0400 Message-Id: <1126790713.1180.38.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: gnome , freebsd-eclipse@freebsd.org Subject: Re: Failed to build eclipse with gnome 2.12 (failed on cario) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:25:16 -0000 =F7 =D3=D2, 14/09/2005 =D7 14:12 +0400, Vladimir Grebenschikov =D0=C9=DB=C5= =D4: > =F7 =D3=D2, 14/09/2005 =D7 10:50 +0100, Mark Hobden =D0=C9=DB=C5=D4: > > On 9/14/05, Vladimir Grebenschikov wrote: > >=20 > > > I've restored required .so libraries from saved packages, eclipse wor= ks, > > > but with one strange thing in interface: all popup dialogues (like > > > progress while CVS updating) are sized abnormally big (about 60 % of > > > screen). > > >=20 > > > Everything else looks ok. > >=20 > > Hi Vladimir, > >=20 > > After updating to the latest version (in the ports tree) of a bunch of > > ports (not installing gnome 2.12) a couple of days ago I had exactly > > the same thing happen to me, after spending a long time downgrading > > ports to try and work out what caused it, it unexpectedly started > > working after installing the jdk 1.4.2 (i had been using 1.5.0). > >=20 > > After removing the jdk 1.4.2 it did not go back to huge sized dialogs > > so I still have no idea what caused it. >=20 > Hm, strange, before gnome upgrade I have updated all ports, and I think > I've rebuilt eclipse month or two ago. All was ok. >=20 > Also I has both 1.4.2 and 1.5.0 jdk installed. And I've use 1.5.0 jdk > for eclipse for long time. No ideas how it is related to jdk version. > (both jdk and eclipse does not changed during my transition gnome-2.10 > -> gnome-2.12).=20 > The only difference - glib* and gdk* (and other gnome staff) was > upgraded and old libraries was preserved in compat directories. >=20 > Just tried with jdk-1.4.2 and jdk-1.5.0 - no difference. >=20 > > It would be great if you could let me know if you manage to resolve > > this problem what fixed it for you. >=20 > No clue so far. situation even worse, any text inputs in pop dialogues (like find-in-current-file and goto-line) does not shown, so I can't find anything in file. Bug global file-search dialogue works and new project wizard works. > > Thanks, > > -- > > Mark >=20 --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 13:38:04 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B132E16A41F for ; Thu, 15 Sep 2005 13:38:04 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F8143D49 for ; Thu, 15 Sep 2005 13:38:03 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8FDc19V010248; Thu, 15 Sep 2005 16:38:01 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8FDcAW5088783; Thu, 15 Sep 2005 16:38:11 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <43297931.5030102@ebs.gr> Date: Thu, 15 Sep 2005 16:37:53 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Kohn References: <4329166F.30106@ebs.gr> <1126779168.990.10.camel@klamath.syndrom23.de> <432970D7.1070008@ebs.gr> <1126789997.990.19.camel@klamath.syndrom23.de> In-Reply-To: <1126789997.990.19.camel@klamath.syndrom23.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "barbara.xxx1975" , freebsd-eclipse Subject: Re: java/eclipse: error building WITH_MOZILLA=mozilla X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:38:04 -0000 Andreas Kohn wrote: > On Thu, 2005-09-15 at 16:02 +0300, Panagiotis Astithas wrote: > >>Andreas Kohn wrote: >> >>>Hi, >>> >>>On Thu, 2005-09-15 at 09:36 +0300, Panagiotis Astithas wrote: >>> >>> >>>>barbara.xxx1975 wrote: >>>> >>>> >>>>>port version: >>>>># $FreeBSD: ports/java/eclipse/Makefile,v 1.38 2005/09/14 14:46:36 nork Exp $ >>>>> >>>>>I keep getting an error if I try to upgrade(from eclipse-3.1_1) or build eclipse with WITH_MOZILLA=mozilla. >>>>>This doesn't happen if I use the WITH_MOZILLA=firefox. >>>>> >>>>>*UPDATE* (this happened while I was writing): >>>>>When I tryed to build eclipse WITH_MOZILLA=mozilla these ports where not installed: >>>>>nspr-4.6_1 >>>>>nss-3.10 >>>>>firefox-1.0.6_5,1 >>>>>I had them installed to try with WITH_MOZILLA=firefox. >>>>>Now it builds also with WITH_MOZILLA=mozilla. >>>>>As eclipse does not run-depends on them, could I safely pkg_delete them? >>>>>Or should I keep them to avoid to install them again on the next eclipse upgrade? >>>> >>>>You are not supposed to ever use WITH_MOZILLA=mozilla. >>> >>>I don't like this at all. WITH_MOZILLA=mozilla is a perfectly valid >>>setting for other mozilla-using ports, and people probably have their >>>preference in /etc/make.conf (I do). >> >>Never heard of that before. Can you mention the ports that have such a >>complete logic that can handle all variations? I'd like to copy their logic. > > > Every mozilla-using port uses a different logic for interpreting > WITH_MOZILLA. I've noticed :-) But even this port does not mention in its pre-everything message setting WITH_MOZILLA=mozilla, presumably because it is considered redundant. Nevertheless, since there are long-time users out there who do this, eclipse must accomodate. > One example would be x11/yelp: > http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/x11/yelp/Makefile?rev=1.39&content-type=text/plain > This Makefile has a default for mozilla, and can work with all other > mozillas. > The x11/yelp/Makefile from gnome 2.12 ports at > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/~checkout~/ports/x11/yelp/Makefile?rev=1.60&content-type=text/plain > even has a default of firefox instead of mozilla. > > The only mozilla missing here would be firefox-devel, but that's quite > easy to handle as well. I see that this port does not have a case where one would want WITHOUT_MOZILLA functionality. I think your patch may be enough for eclipse. If you could verify it works for your case, I'd say send-pr it. Regards, Panagiotis From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 16:39:00 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 028CA16A41F for ; Thu, 15 Sep 2005 16:39:00 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4064543D4C for ; Thu, 15 Sep 2005 16:38:59 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so38838nzd for ; Thu, 15 Sep 2005 09:38:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gX0yVE4acML1qSVoVJP3hlWnMBko1nf3qVTdc9UaNS+K7NKiUuP2yCN4j1TzbrHp09HIqkLbfNhWvIXbMdmYvRUrj9h6BpqsJW7QH5dJ0vzUH9guCGEstvKcRUETRr9K2G6sbWGGB6rVgpat5SDxNZQSE7n27kra6LG292Ntsug= Received: by 10.36.227.43 with SMTP id z43mr2469937nzg; Thu, 15 Sep 2005 09:38:58 -0700 (PDT) Received: by 10.37.2.78 with HTTP; Thu, 15 Sep 2005 09:38:58 -0700 (PDT) Message-ID: Date: Thu, 15 Sep 2005 17:38:58 +0100 From: Mark Hobden To: vova@fbsd.ru In-Reply-To: <1126790713.1180.38.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1126680998.14844.2.camel@localhost> <4327DBC7.2090707@ebs.gr> <1126688928.14844.28.camel@localhost> <1126692775.14844.40.camel@localhost> <1126790713.1180.38.camel@localhost> Cc: gnome , freebsd-eclipse@freebsd.org Subject: Re: Failed to build eclipse with gnome 2.12 (failed on cario) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: markhobden@gmail.com List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:39:00 -0000 On 9/15/05, Vladimir Grebenschikov wrote: > situation even worse, any text inputs in pop dialogues (like > find-in-current-file and goto-line) does not shown, so I can't find > anything in file. >=20 > Bug global file-search dialogue works and new project wizard works. I have now managed to start my computer behaving this way again :-( and cannot work out how to fix it. I have it exactly the same issues, also 'File' -> 'Open File' does not result in any dialog loading and 'Help' -> 'About' results in a completely blank dialog opening. I now think I know how I triggered it to start behaving this way (for me). I disabled access control to my xserver and started eclipse as root to use the online update facility then sometime into this procedure it must have saved something that makes all users on the system behave this way. Starting eclipse as root on my laptop resulted in the initial select workspace dialog loading huge I canceled after this in the hope that it would not affect the user account I usually use it from and fortunately it did not. I have started the same portdowngrading procedure that must have fixed it for me the last time, however this time rather than trying to downgrade them all at once I am trying to spend a bit more time on each one possible port, hopefully I can work out the cause this time. Regards, Mark From owner-freebsd-eclipse@FreeBSD.ORG Fri Sep 16 08:06:23 2005 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E83716A41F; Fri, 16 Sep 2005 08:06:23 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE70243D49; Fri, 16 Sep 2005 08:06:22 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8G86Mes073355; Fri, 16 Sep 2005 08:06:22 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8G86MDJ073351; Fri, 16 Sep 2005 08:06:22 GMT (envelope-from vs) Date: Fri, 16 Sep 2005 08:06:22 GMT From: Volker Stolz Message-Id: <200509160806.j8G86MDJ073351@freefall.freebsd.org> To: nlsn@free.fr, vs@FreeBSD.org, freebsd-eclipse@FreeBSD.org Cc: Subject: Re: ports/72014: Eclipse doesn't work (SigBus 10) if it has been built with GTK X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 08:06:23 -0000 Synopsis: Eclipse doesn't work (SigBus 10) if it has been built with GTK State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Fri Sep 16 08:06:09 GMT 2005 State-Changed-Why: Closed on submitters request. http://www.freebsd.org/cgi/query-pr.cgi?pr=72014