From clsung@FreeBSD.csie.nctu.edu.tw  Tue Apr 18 03:02:17 2006
Return-Path: <clsung@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4381E16A404
	for <bug-followup@FreeBSD.org>; Tue, 18 Apr 2006 03:02:17 +0000 (UTC)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9B63043D45
	for <bug-followup@FreeBSD.org>; Tue, 18 Apr 2006 03:02:16 +0000 (GMT)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 5B6957E84C;
	Tue, 18 Apr 2006 11:02:20 +0800 (CST)
Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1])
	by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id idG2KSfTH9aR; Tue, 18 Apr 2006 11:02:19 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038)
	id BBCE07E962; Tue, 18 Apr 2006 11:02:19 +0800 (CST)
Message-Id: <20060418030219.GA25502@FreeBSD.csie.nctu.edu.tw>
Date: Tue, 18 Apr 2006 11:02:19 +0800
From: Cheng-Lung Sung <clsung@FreeBSD.org>
To: Roberto Lima <smuxinho@gmail.com>
Cc: bug-followup@FreeBSD.org, clsung@tw.FreeBSD.org
In-Reply-To: <65302b9a0604171852g16099e19u111934a7c1868b79@mail.gmail.com>
Subject: Re: %20bin/95777:%20%5Bpatch%5D%20-u%7C-U%20options%20in%20jexec
References: <65302b9a0604171852g16099e19u111934a7c1868b79@mail.gmail.com>

>Number:         95980
>Category:       bin
>Synopsis:       Re:  bin/95777: [patch] -u|-U options in jexec
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 18 03:10:10 GMT 2006
>Closed-Date:    Tue Apr 18 03:39:47 GMT 2006
>Last-Modified:  Tue Apr 18 03:39:47 GMT 2006
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 --Qxx1br4bt0+wmkIi
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 
 Sorry, I forgot provide diff of jexec/Makefile
 
 =3D=3D=3D=3D=3D=3D=3D patch.Makefile =3D=3D=3D=3D
 --- /usr/src/usr.sbin/jexec/Makefile    Wed Apr  9 11:04:12 2003
 +++ Makefile    Sat Apr 15 01:01:18 2006
 @@ -2,6 +2,8 @@
 =20
  PROG=3D  jexec
  MAN=3D   jexec.8
 +DPADD=3D ${LIBUTIL}
 +LDADD=3D -lutil
  WARNS?=3D        6
     =20
 =2Einclude <bsd.prog.mk>
 On Mon, Apr 17, 2006 at 10:52:29PM -0300, Roberto Lima wrote:
 > Hi there,
 > I'm trying this patch in freebsd 6.0-release and i got this errors:
 >=20
 > cc -O2 -fno-strict-aliasing -pipe  -Wsystem-headers -Werror -Wall
 > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
 > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual
 > -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter
 > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls  -o
 > jexec jexec.o
 > jexec.o(.text+0xea): In function `main':
 > : undefined reference to `login_getpwclass'
 > jexec.o(.text+0x1ab): In function `main':
 > : undefined reference to `setusercontext'
 > jexec.o(.text+0x1c1): In function `main':
 > : undefined reference to `login_close'
 > jexec.o(.text+0x22c): In function `main':
 > : undefined reference to `login_getpwclass'
 > *** Error code 1
 >=20
 > Stop in /usr/src/usr.sbin/jexec.
 >=20
 > What's this can be?
 >=20
 > Sorry for my bad english.
 
 --=20
 Cheng-Lung Sung - clsung@
 
 --Qxx1br4bt0+wmkIi
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFERFa6+AeJ85Vui8ERAgYwAJ9x0edy6cPIZdsb7S2jPhaIiOjMRQCfUe/A
 pND4JigsggAPlhsB/epYwOs=
 =UHX7
 -----END PGP SIGNATURE-----
 
 --Qxx1br4bt0+wmkIi--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Apr 18 03:38:54 UTC 2006 
State-Changed-Why:  
Misfiled followup to bin/95777; content migrated. 


Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Apr 18 03:38:54 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=95980 
>Unformatted:
