ports/108218: devel/desktop-file-utils: silently depends on emacs if installed and doesn't build

Kyryll A Mirnenko mirya at zoc.com.ua
Mon Jan 22 18:50:21 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list