Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 18:41:18 GMT
From:      Kyryll A Mirnenko<mirya@zoc.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/108218: devel/desktop-file-utils: silently depends on emacs if installed and doesn't build
Message-ID:  <200701221841.l0MIfILa059986@www.freebsd.org>
Resent-Message-ID: <200701221850.l0MIoJrr077717@freefall.freebsd.org>

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

>Number:         108218
>Category:       ports
>Synopsis:       devel/desktop-file-utils: silently depends on emacs if installed and doesn't build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 18:50:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Kyryll A Mirnenko
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD miryanote 6.2-RELEASE FreeBSD 6.2-RELEASE #20: Fri Jan 12 14:29:42 EET 2007     mirya@miryanote:/usr/src/sys/i386/compile/MY-LITE  i386
>Description:
I've got emacs-21.3_9 installed and try to build current devel/desktop-file-utils. The latter finds emacs while no dependency in Makefile is noted, and at last fails to build some LISP stuff with it.
>How-To-Repeat:
# # got emacs installed
# cd /usr/ports/devel/desktop-file-utils
# make
..
if test "emacs" != no; then  set x;  list='desktop-entry-mode.el'; for p in $list; do  if test -f "$p"; then d=; else d="./"; fi;  set x "$@" "$d$p"; shift;  done;  shift;  EMACS="emacs" /bin/sh ../elisp-comp "$@" || exit 1;  else : ; fi
While compiling toplevel forms in file /usr/ports/devel/desktop-file-utils/work/desktop-file-utils-0.12/misc/elc.16422/desktop-entry-mode.el:
  !! Wrong type argument ((listp 1))
Done
*** Error code 1

Stop in /usr/ports/devel/desktop-file-utils/work/desktop-file-utils-0.12/misc.
..
>Fix:

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



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