Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2004 15:28:53 +0200
From:      "Christian Hiris" <4711@chello.at>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/70078: [patch] x11-themes/xenophilia - build target fails with gcc 3.4.2 on CURRENT
Message-ID:  <1091798933.0@matrix010.matrix.net>
Resent-Message-ID: <200408061330.i76DUSF8098808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70078
>Category:       ports
>Synopsis:       [patch] x11-themes/xenophilia - build target fails with gcc 3.4.2 on CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 06 13:30:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christian Hiris
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #0: Tue Aug  3 01:29:05 CEST 2004
    pfnu@matrix010.matrix.net:/usr/obj/usr/src/sys/MATRIX010



>Description:


cc -O -pipe   -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -DG_DISABLE_CHECKS -fPIC  -c xeno_theme_patches.c
xeno_theme_patches.c: In function `xeno_scrollbar_config':
xeno_theme_patches.c:636: error: label at end of compound statement
*** Error code 1

Stop in /usr/wrkdir/usr/ports/x11-themes/xenophilia/work/Xenophilia-0.7.
*** Error code 1

Stop in /usr/ports/x11-themes/xenophilia.

jail003# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728


>How-To-Repeat:


cd /usr/ports/x11-themes/xenophilia
make


>Fix:


Couldn't find any reference to branch target "nope:" in the code, so i think it should be removed.

--- patch-xeno_theme_patches.c begins here ---
--- xeno_theme_patches.c.orig	Sun Apr 29 20:08:35 2001
+++ xeno_theme_patches.c	Fri Aug  6 15:15:20 2004
@@ -632,7 +632,6 @@
 				spacing = -1;
 				extra = -1;
 			}
-		  nope:
 		}
 		dims->min_length = size;
 	}
--- patch-xeno_theme_patches.c ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1091798933.0>