Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2014 11:59:25 GMT
From:      Volker Nebel <vnebel@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   amd64/188844: devel/seed-2.31.91-5 does not compile
Message-ID:  <201404211159.s3LBxPVV023377@cgiserv.freebsd.org>
Resent-Message-ID: <201404211200.s3LC017D004242@freefall.freebsd.org>

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

>Number:         188844
>Category:       amd64
>Synopsis:       devel/seed-2.31.91-5 does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-amd64
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 12:00:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Volker Nebel
>Release:        10.0
>Organization:
>Environment:
FreeBSD macmini.ror.de 10.0-RELEASE FreeBSD 10.0-RELEASE #0:Wed Jan 29 19:27:52 CET 2014     root@macmini.ror.de:/usr/obj/usr/src/sys/MACMINI  amd64
>Description:
/usr/ports/devel/seed in its current version does not compile. It throws the following errors:
Making all in readline
gmake[5]: Entering directory '/usr/ports/devel/seed/work/seed-2.31.91/modules/readline'
  CC     libseed_readline_la-seed-readline.lo
[... First a warning is issued ...]
seed-readline.c:80:22: error: use of undeclared identifier 'Function'; did you mean 'function'?
  rl_bind_key(*key, (Function *) c);
                     ^~~~~~~~
                     function
seed-readline.c:67:17: note: 'function' declared here
                   SeedObject function,
                              ^
seed-readline.c:80:32: error: expected expression
  rl_bind_key(*key, (Function *) c); 
                               ^
[...4 more warnings...]
5 warnings and 2 errors generated.
gmake[5]: *** [libseed_readline_la-seed-readline.lo] Fehler 1
gmake[5]: Leaving directory '/usr/ports/devel/seed/work/seed-2.31.91/modules/readline'
gmake[5]: *** [all-recursive] Fehler 1

>How-To-Repeat:
cd /usr/ports/devel/seed
make

I tried the following without success:
portsnap fetch update
make deinstall
make clean
make distclean
pkg delete -f seed
portmaster -r libxcb
>Fix:


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



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