Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 04:24:39 -0800 (PST)
From:      csigler@vt.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/25962: kdebase2 port build problems, auth.c and session.c
Message-ID:  <200103211224.f2LCOdT56325@freefall.freebsd.org>

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

>Number:         25962
>Category:       i386
>Synopsis:       kdebase2 port build problems, auth.c and session.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 04:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Clemmitt Sigler
>Release:        4.2-RELEASE
>Organization:
Virginia Tech
>Environment:
FreeBSD workstation 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386
>Description:
auth.c and session.c won't compile in kdebase2 (kdebase-2.1) port
on i386
>How-To-Repeat:
`make install' in /usr/ports/x11/kdebase2
>Fix:
Diffs of my patches:

su-2.04# diff -u3 /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/auth.c /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/auth.c.orig 
--- /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/auth.c Mon Mar 19 14:30:43 2001
+++ /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/auth.c.orig    Sun Feb 18 10:28:17 2001
@@ -91,7 +91,6 @@
 # undef SIOCGIFCONF
 #else /* __GNU__ */
 # ifndef MINIX
-#  include <sys/socket.h>
 #  include <net/if.h>
 # else
 #  include <net/netlib.h>

su-2.04# diff -u3 /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/session.c /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/session.c.orig
--- /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/session.c      Mon Mar 19 14:39:22 2001
+++ /usr/ports/x11/kdebase2/work/kdebase-2.1/kdm/session.c.orig Sun Feb 18 10:28:17 2001
@@ -93,7 +93,7 @@
 
 static int     runAndWait (char **args, char **environ);
 
-#if defined(CSRG_BASED) || defined(__osf__) || defined(__DARWIN__) || defined(__FreeBSD__)
+#if defined(CSRG_BASED) || defined(__osf__) || defined(__DARWIN__)
 # include <sys/types.h>
 # include <grp.h>
 #else

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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