Summary: | maintainer-update: bluefish-devel | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Koop Mast <einekoai> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Koop Mast
2003-03-23 09:00:14 UTC
State Changed From-To: open->feedback On my 4-STABLE machine: bluefish.c: In function `main': bluefish.c:180: variable `req' has initializer but incomplete type bluefish.c:180: warning: excess elements in struct initializer bluefish.c:180: warning: (near initialization for `req') bluefish.c:180: warning: excess elements in struct initializer bluefish.c:180: warning: (near initialization for `req') bluefish.c:180: storage size of `req' isn't known bluefish.c:181: storage size of `rem' isn't known gmake[1]: *** [bluefish.o] Error 1 gmake[1]: Leaving directory `/usr/ports/www/bluefish-devel/work/bluefish-gtk2/src' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/www/bluefish-devel. zsh: 455 exit 1 PREFIX=/tmp/bf make root@smacky:/usr/ports/www/bluefish-devel# Op ma 24-03-2003, om 03:30 schreef Adam Weinberger:
> Synopsis: maintainer-update: bluefish-devel
>
> State-Changed-From-To: open->feedback
> State-Changed-By: adamw
> State-Changed-When: Sun Mar 23 18:29:29 PST 2003
> State-Changed-Why:
> On my 4-STABLE machine:
>
> bluefish.c: In function `main':
> bluefish.c:180: variable `req' has initializer but incomplete type
> bluefish.c:180: warning: excess elements in struct initializer
> bluefish.c:180: warning: (near initialization for `req')
> bluefish.c:180: warning: excess elements in struct initializer
> bluefish.c:180: warning: (near initialization for `req')
> bluefish.c:180: storage size of `req' isn't known
> bluefish.c:181: storage size of `rem' isn't known
> gmake[1]: *** [bluefish.o] Error 1
> gmake[1]: Leaving directory `/usr/ports/www/bluefish-devel/work/bluefish-gtk2/src'
> gmake: *** [all] Error 2
> *** Error code 2
>
> Stop in /usr/ports/www/bluefish-devel.
> zsh: 455 exit 1 PREFIX=/tmp/bf make
> root@smacky:/usr/ports/www/bluefish-devel#
>
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=50205
The attached patch fixes this problem.
-Koop
State Changed From-To: feedback->closed Commited, thanks! |