Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#2010 closed defect (invalid)

vte fails to build

Reported by: mwilson13@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

When I try to build vte I get the following error:

Building vte with target all Error: Target com.apple.build returned: shell command "cd "/Users/markwils/darwinports/dports/ gnome/vte/work/vte-0.11.11" && make all" returned error 2 Command output: make all-recursive Making all in src if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -L/opt/local/lib -I/opt/local/ include -I/opt/local/include/freetype2 -DXTHREADS -I/opt/local/include -I/opt/local/include/ freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/ include/pango-1.0 -I/usr/X11R6/include -fstrict-aliasing -funroll-loops -I/usr/X11R6/include -I/ usr/X11R6/include -fstrict-aliasing -funroll-loops -MT iso2022.lo -MD -MP -MF ".deps/iso2022.Tpo" \

-c -o iso2022.lo test -f 'iso2022.c' || echo './'iso2022.c; \

then mv -f ".deps/iso2022.Tpo" ".deps/iso2022.Plo"; \ else rm -f ".deps/iso2022.Tpo"; exit 1; \ fi

gcc -DHAVE_CONFIG_H -I. -I. -I.. -L/opt/local/lib -I/opt/local/include -I/opt/local/include/freetype2

-DXTHREADS -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk -2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/usr/X11R6/include -fstrict-aliasing -funroll-loops -I/usr/X11R6/include -I/usr/X11R6/include -fstrict-aliasing -funroll- loops -MT iso2022.lo -MD -MP -MF .deps/iso2022.Tpo -c iso2022.c -fno-common -DPIC -o .libs/ iso2022.o

gcc -DHAVE_CONFIG_H -I. -I. -I.. -L/opt/local/lib -I/opt/local/include -I/opt/local/include/freetype2

-DXTHREADS -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk -2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/usr/X11R6/include -fstrict-aliasing -funroll-loops -I/usr/X11R6/include -I/usr/X11R6/include -fstrict-aliasing -funroll- loops -MT iso2022.lo -MD -MP -MF .deps/iso2022.Tpo -c iso2022.c -o iso2022.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -L/opt/local/lib -I/opt/local/ include -I/opt/local/include/freetype2 -DXTHREADS -I/opt/local/include -I/opt/local/include/ freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/ include/pango-1.0 -I/usr/X11R6/include -fstrict-aliasing -funroll-loops -I/usr/X11R6/include -I/ usr/X11R6/include -fstrict-aliasing -funroll-loops -MT keymap.lo -MD -MP -MF ".deps/keymap.Tpo" \

-c -o keymap.lo test -f 'keymap.c' || echo './'keymap.c; \

then mv -f ".deps/keymap.Tpo" ".deps/keymap.Plo"; \ else rm -f ".deps/keymap.Tpo"; exit 1; \ fi

gcc -DHAVE_CONFIG_H -I. -I. -I.. -L/opt/local/lib -I/opt/local/include -I/opt/local/include/freetype2

-DXTHREADS -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk -2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/usr/X11R6/include -fstrict-aliasing -funroll-loops -I/usr/X11R6/include -I/usr/X11R6/include -fstrict-aliasing -funroll- loops -MT keymap.lo -MD -MP -MF .deps/keymap.Tpo -c keymap.c -fno-common -DPIC -o .libs/ keymap.o In file included from keymap.c:33: /usr/local/include/ncurses.h:236: error: conflicting types for `wchar_t' /usr/include/stdlib.h:88: error: previous declaration of `wchar_t' /usr/local/include/ncurses.h:239: error: conflicting types for `wint_t' /usr/include/stdlib.h:97: error: previous declaration of `wint_t' make[2]: * [keymap.lo] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (1)

comment:1 Changed 20 years ago by olegb@…

Resolution: invalid
Status: newclosed

i think the problem is on you b0x, if you look into the output you have provided :

/usr/include/stdlib.h:88: error: previous declaration of `wchar_t' /usr/local/include/ncurses.h:239: error: conflicting types for `wint_t' /usr/include/stdlib.h:97: error: previous declaration of `wint_t'

the stuff you have in /usr/local breaks the build, not darwinports.. ETHISISNOTABUG

Note: See TracTickets for help on using tickets.