Bug 76836 - [maintainer] textproc/skim does not compile on amd64
Summary: [maintainer] textproc/skim does not compile on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 00:30 UTC by Jie Gao
Modified: 2005-01-30 14:42 UTC (History)
0 users

See Also:


Attachments
patch-textproc-skim (619 bytes, text/plain)
2005-01-30 00:30 UTC, Jie Gao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!