Bug 76836

Summary: [maintainer] textproc/skim does not compile on amd64
Product: Ports & Packages Reporter: Jie Gao <gaoj>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-textproc-skim none

Description Jie Gao 2005-01-30 00:30:14 UTC
	
textproc/skim does not compile on amd64. This was shown in pointyhat's build
log and brought to my attention by kris.

Fix: No fix yet. Mark it as broken on amd64. Use the patch below:
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&)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-30 14:42:38 UTC
State Changed
From-To: open->closed

Committed, thanks!