Date: Sat, 29 Jan 2005 17:24:04 -0700 From: "Jie Gao" <gaoj@cpsc.ucalgary.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76836: [maintainer] textproc/skim does not compile on amd64 Message-ID: <200501300024.j0U0O4pO016752@imgw1.cpsc.ucalgary.ca> Resent-Message-ID: <200501300030.j0U0UEg1042799@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76836 >Category: ports >Synopsis: [maintainer] textproc/skim does not compile on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 00:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jie Gao >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD aibsd 5.3-STABLE FreeBSD 5.3-STABLE #3: Sat Jan 15 20:23:09 MST 2005 root@aibsd:/usr/obj/usr/src/sys/AIBSD i386 >Description: textproc/skim does not compile on amd64. This was shown in pointyhat's build log and brought to my attention by kris. >How-To-Repeat: On an amd64 system: cd /usr/ports/textproc/skim && make You will get results like: if /bin/sh ../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/scim-1.0 -I../ -I../ -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -I/usr/local/include -D__STDC_ISO_10646__ -O -pipe -fno-exceptions -fno-check-new -fno-common -MT socketserverthread.lo -MD -MP -MF ".deps/socketserverthread.Tpo" -c -o socketserverthread.lo socketserverthread.cpp; \ then mv -f ".deps/socketserverthread.Tpo" ".deps/socketserverthread.Plo"; else rm -f ".deps/socketserverthread.Tpo"; exit 1; fi In file included from /usr/X11R6/include/scim-1.0/scim.h:233, from socketserverthread.h:24, from socketserverthread.cpp:11: /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'mask' /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'verbose' /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'mask' /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'verbose' socketserverthread.cpp: In member function `void scim::SocketServerThread::update_lookup_table()': socketserverthread.cpp:610: error: no matching function for call to `scim::SocketServerThread::updateLookupTableReq(QStringList&, QStringList&, QValueList<scim::AttributeList>&, int, int, scim::uint32, size_t&)' socketserverthread.h:123: note: candidates are: void scim::SocketServerThread::updateLookupTableReq(const QStringList&, const QStringList&, QValueList<scim::AttributeList>&, int, unsigned int, unsigned int, unsigned int&) >Fix: No fix yet. Mark it as broken on amd64. Use the patch below: --- patch-textproc-skim begins here --- Index: textproc/skim/Makefile =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- textproc/skim/Makefile 30 Jan 2005 00:13:45 -0000 1.11 +++ textproc/skim/Makefile 30 Jan 2005 00:20:09 -0000 @@ -30,6 +30,10 @@ .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 +BROKEN= Does not compile +.endif + .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport --- patch-textproc-skim ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501300024.j0U0O4pO016752>