Opened 9 years ago

Closed 9 years ago

#47235 closed defect (fixed)

gelide: version 0.1.3, build fails on 10.9+

Reported by: dbevans (David B. Evans) Owned by: samuel@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gelide

Description

When building gelide 0.1.3 on Mavericks, Yosemite, build fails as follows

/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_LOCALE_DIR=\""/opt/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/opt/local/share"\" -DPACKAGE_DOC_DIR=\""/opt/local/doc"\" -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconfmm-2.6 -I/opt/local/lib/gconfmm-2.6/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/libglademm-2.4 -I/opt/local/lib/libglademm-2.4/include -I/opt/local/include/gtkmm-2.4 -I/opt/local/lib/gtkmm-2.4/include -I/opt/local/include/atkmm-1.6 -I/opt/local/include/gtk-unix-print-2.0 -I/opt/local/include/gtk-2.0 -I/opt/local/include/gdkmm-2.4 -I/opt/local/lib/gdkmm-2.4/include -I/opt/local/include/giomm-2.4 -I/opt/local/lib/giomm-2.4/include -I/opt/local/include/pangomm-1.4 -I/opt/local/lib/pangomm-1.4/include -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/glibmm-2.4/include -I/opt/local/include/cairomm-1.0 -I/opt/local/lib/cairomm-1.0/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/libglade-2.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libxml2  -I/opt/local/include  -pipe -Os -arch x86_64 -stdlib=libc++ -MT system_manager.o -MD -MP -MF .deps/system_manager.Tpo -c -o system_manager.o `test -f 'core/system_manager.cpp' || echo './'`core/system_manager.cpp
core/process.cpp:78:3: error: use of undeclared identifier 'close'
                close(m_proc_out);
                ^
core/process.cpp:79:3: error: use of undeclared identifier 'close'
                close(m_proc_in);
                ^
core/process.cpp:80:3: error: use of undeclared identifier 'close'
                close(m_proc_err);
                ^
3 errors generated.

Possibly a libc++ compatibility issue. See also #47234.

Build log attached.

Attachments (1)

main.log (201.5 KB) - added by dbevans (David B. Evans) 9 years ago.
main-gelide-10.9.log

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by dbevans (David B. Evans)

Attachment: main.log added

main-gelide-10.9.log

comment:1 Changed 9 years ago by dbevans (David B. Evans)

Fixed by update to version 0.1.5 in r139156, maintainer timeout.

comment:2 Changed 9 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.