Opened 4 months ago

Closed 4 months ago

#70284 closed defect (fixed)

micq @0.5.4.2: util_ssl.c: error: dereferencing pointer to incomplete type

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: haspatch Cc:
Port: micq

Description

depbase=`echo util_ssl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../include   -I/opt/local/include -DPKGDATADIR='"/opt/local/share/micq"' -I../include -pipe -Os -arch ppc -Wall -MT util_ssl.o -MD -MP -MF $depbase.Tpo -c -o util_ssl.o util_ssl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo im_icq8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../include   -I/opt/local/include -DPKGDATADIR='"/opt/local/share/micq"' -I../include -pipe -Os -arch ppc -Wall -MT im_icq8.o -MD -MP -MF $depbase.Tpo -c -o im_icq8.o im_icq8.c &&\
	mv -f $depbase.Tpo $depbase.Po
util_ssl.c: In function ‘get_dh512’:
util_ssl.c:108: warning: ‘DH_new’ is deprecated (declared at /opt/local/include/openssl/dh.h:210)
util_ssl.c:109: error: dereferencing pointer to incomplete type
util_ssl.c:110: error: dereferencing pointer to incomplete type
util_ssl.c:111: error: dereferencing pointer to incomplete type
util_ssl.c:111: error: dereferencing pointer to incomplete type
util_ssl.c:112: warning: ‘DH_free’ is deprecated (declared at /opt/local/include/openssl/dh.h:211)
util_ssl.c: In function ‘SSLInit’:
util_ssl.c:235: warning: ‘TLSv1_method’ is deprecated (declared at /opt/local/include/openssl/ssl.h:2063)
depbase=`echo util_otr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../include   -I/opt/local/include -DPKGDATADIR='"/opt/local/share/micq"' -I../include -pipe -Os -arch ppc -Wall -MT util_otr.o -MD -MP -MF $depbase.Tpo -c -o util_otr.o util_otr.c &&\
	mv -f $depbase.Tpo $depbase.Po
util_ssl.c:249: warning: ‘DH_free’ is deprecated (declared at /opt/local/include/openssl/dh.h:211)
util_ssl.c: In function ‘ssl_md5_init’:
util_ssl.c:307: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
util_ssl.c: In function ‘ssl_md5_write’:
util_ssl.c:315: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
util_ssl.c: In function ‘ssl_md5_final’:
util_ssl.c:322: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
depbase=`echo buildmark.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../include   -I/opt/local/include -DPKGDATADIR='"/opt/local/share/micq"' -I../include -pipe -Os -arch ppc -Wall -MT buildmark.o -MD -MP -MF $depbase.Tpo -c -o buildmark.o buildmark.c &&\
	mv -f $depbase.Tpo $depbase.Po
util_ssl.c: In function ‘ssl_read’:
util_ssl.c:513: warning: ‘ERR_get_error_line’ is deprecated (declared at /opt/local/include/openssl/err.h:423)
util_ssl.c: In function ‘ssl_handshake’:
util_ssl.c:654: warning: ‘ERR_get_error_line’ is deprecated (declared at /opt/local/include/openssl/err.h:423)
make[1]: *** [util_ssl.o] Error 1

Attachments (1)

main.log (40.9 KB) - added by barracuda156 4 months ago.

Download all attachments as: .zip

Change History (4)

Changed 4 months ago by barracuda156

Attachment: main.log added

comment:1 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)

Summary: micq fails to build: util_ssl.c: error: dereferencing pointer to incomplete typemicq @0.5.4.2: util_ssl.c: error: dereferencing pointer to incomplete type

micq is an ICQ client. It was later renamed to climm, the last release of which was 0.7 in 2009.

The ICQ service is permanently shutting down on June 26, 2024, so I suggest that micq and all other ICQ-related ports should be deleted.

comment:2 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

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

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 2c91ddfeb0b9c330e948dd086bb985b30d768794/macports-ports (master):

micq, gnomeicu, IcyJuice: Delete ICQ-related ports

The ICQ service is shutting down on June 26, 2024.

Closes: #70284

Note: See TracTickets for help on using tickets.