Opened 4 years ago

Closed 3 years ago

#59749 closed defect (fixed)

abiword-x11 @3.0.2_2: error: use of undeclared identifier 'icaltime_from_timet'

Reported by: kencu (Ken) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: abiword-x11

Description

on 10.13, build fails

libtool: compile:  /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/local/include/libpng16 -D_REENTRANT -I/opt/local/include/wv -I/opt/local/include/libgsf-1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/libxml2 -I/opt/local/include/enchant -I/opt/local/include/libgoffice-0.10 -I/opt/local/include/libgsf-1 -I/opt/local/include/rasqal -I/opt/local/include/raptor2 -I/opt/local/include/evolution-data-server -I/opt/local/include/nss -I/opt/local/include/nspr -I/opt/local/include/libsecret-1 -I/opt/local/include/libsoup-2.4 -I/opt/local/include/libxml2 -I/opt/local/include/cairo -I/opt/local/include/gtk-3.0/unix-print -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/opt/local/include -I../../../.. -I../../../../src/af/ev/gtk -I../../../../src/af/ev/xp -I../../../../src/af/gr/gtk -I../../../../src/af/gr/xp -I../../../../src/af/util/unix -I../../../../src/af/util/xp -I../../../../src/af/xap/gtk -I../../../../src/af/xap/xp -I../../../../src/text/fmt/gtk -I../../../../src/text/fmt/xp -I../../../../src/text/ptbl/xp -I../../../../src/wp/impexp/gtk -I../../../../src/wp/impexp/xp -I../../../../src/wp/ap/gtk -I../../../../src/wp/ap/xp -I../../../../src/plugins -I/opt/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow -pipe -Os -stdlib=libc++ -arch x86_64 -Wno-overloaded-virtual -MT pd_RDFSupport.lo -MD -MP -MF .deps/pd_RDFSupport.Tpo -c pd_RDFSupport.cpp  -fno-common -DPIC -o .libs/pd_RDFSupport.o
pd_RDFQuery.cpp:68:34: warning: 'librdf_node_to_string' is deprecated [-Wdeprecated-declarations]
    std::string s = (const char*)librdf_node_to_string( n );
                                 ^
/opt/local/include/rdf_node.h:170:13: note: 'librdf_node_to_string' has been explicitly marked deprecated here
REDLAND_API REDLAND_DEPRECATED
            ^
/opt/local/include/librdf.h:78:43: note: expanded from macro 'REDLAND_DEPRECATED'
#define REDLAND_DEPRECATED __attribute__((deprecated))
                                          ^
pd_DocumentRDF.cpp:2272:43: error: use of undeclared identifier 'icaltime_from_timet'
        icalcomponent_set_dtstart( c,     icaltime_from_timet( m_dtstart, 0 ) );
                                          ^
pd_DocumentRDF.cpp:2273:43: error: use of undeclared identifier 'icaltime_from_timet'
        icalcomponent_set_dtend( c,       icaltime_from_timet( m_dtend, 0 ) );
                                          ^

Attachments (2)

abiword-10-13-x11.fail.log (1.1 MB) - added by kencu (Ken) 4 years ago.
main.log (1.6 MB) - added by nsk-dev 4 years ago.

Change History (6)

Changed 4 years ago by kencu (Ken)

Attachment: abiword-10-13-x11.fail.log added

comment:1 Changed 4 years ago by kencu (Ken)

Presumably fails because libical has been updated since it last was built.

There is some information partway down this ticket that might be useful <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220975> .

Changed 4 years ago by nsk-dev

Attachment: main.log added

comment:2 Changed 4 years ago by nsk-dev

Is there any update on this issue? I got the same error -attached file-. The links above mentions a patch, and even a new version 3.0.4. I could not find the port maintainer from the command below:

~ % port info --maintainers abiword-x11          
maintainers: 

comment:3 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to MarcusCalhoun-Lopez
Status: newassigned

comment:4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

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