Bug 131405 - misc/mc - Port won't compile
Summary: misc/mc - Port won't compile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 04:50 UTC by net
Modified: 2009-02-05 07:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description net 2009-02-05 04:50:00 UTC
Configuring the Port with the following Options:

WITHOUT_UTF8=true
WITHOUT_SLANG=true
WITH_ICONV=true
WITH_NLS=true
WITH_EDIT=true
WITHOUT_X11=true
WITH_SUBSHELL=true
WITHOUT_SAMBA=true

Results during the make run in:

if cc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I..  -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT fish.o -MD -MP -MF ".deps/fish.Tpo" -c -o fish.o fish.c; \
        then mv -f ".deps/fish.Tpo" ".deps/fish.Po"; else rm -f ".deps/fish.Tpo"; exit 1; fi
In file included from ../mhl/escape.h:9,
                 from fish.c:55:
./mhl/types.h:12: error: expected identifier before numeric constant
./mhl/types.h:14: error: two or more data types in declaration specifiers
./mhl/types.h:14: warning: useless storage class specifier in empty declaration
gmake[3]: *** [fish.o] Error 1
gmake[3]: Leaving directory `/usr/ports/misc/mc/work/mc-4.6.2/vfs'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.6.2/vfs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.6.2'
gmake: *** [all] Error 2
*** Error code 2

How-To-Repeat: Given the Port exactly the same configuration under FreeBSD 7.1 on another machine reproduces the error. Also FreeBSD 7.1 running on amd64 gives the same problem.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-05 04:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Max Khon freebsd_committer freebsd_triage 2009-02-05 07:19:23 UTC
State Changed
From-To: open->closed

Should be fixed now.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-05 07:19:32 UTC
fjoe        2009-02-05 07:19:16 UTC

  FreeBSD ports repository

  Added files:
    misc/mc/files        patch-mhl-types.h 
  Log:
  Fix ncurses build.
  
  PR:             131405
  
  Revision  Changes    Path
  1.1       +15 -0     ports/misc/mc/files/patch-mhl-types.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"