Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2003 16:30:31 +0800 (CST)
From:      Christopher Hall <freebsd@generalresources.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        keith@FreeBSD.org
Subject:   ports/52154: chinese/xemacs21 configure error
Message-ID:  <200305130830.h4D8UVA3069354@x4.tucheng.generalresources.com>
Resent-Message-ID: <200305130840.h4D8eAGv053047@freefall.freebsd.org>

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

>Number:         52154
>Category:       ports
>Synopsis:       chinese/xemacs21 configure error
>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:   Tue May 13 01:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Hall
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
	System: FreeBSD 4.8-STABLE #11: Wed Apr 30 10:00:01 CST 2003

>Description:

	chinese/xemacs21 fails with the following error

===>  Configuring for zh-xemacs-mule-21.4.12
./configure: Usage error:
  Unrecognized argument: xlib
  Use `./configure --help' to show usage.
===>  Script "configure" failed unexpectedly.
      Please report the problem to kiri@FreeBSD.org [maintainer] and attach
      the
      "/usr/work-ports//usr/ports/chinese/xemacs21/../../editors/xemacs21-mule/work/xemacs-21.4.12/config.log"
      including the output of the failure of your make command. Also, it might
      be a good idea to provide an overview of all packages installed on your
      system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/chinese/xemacs21.


	Note: config.log was empty

>How-To-Repeat:

	cd /usr/ports/chinese/xemacs21
	make

>Fix:

	Change the line in Makefile

	From:
		WITH_XIM=       xlib

	To:
		WITH_XIM=       --with-xim=xlib

	It will then compile and install

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



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