__group__,ticket,summary,component,version,milestone,type,owner,status,created,_changetime,_description,_reporter
Active Tickets,34833,binary packages should not be installed if the default dependencies are not used,base,2.1.1,,defect,jmr@…,new,2012-06-11T13:33:51-07:00,2013-03-02T18:04:36-08:00,"I have installed boehmgc-devel.  I then installed w3m.  w3m was pulled in as a binary package from packages.macports.org.  This version of w3m was built with boehmgc and is not compatible with boehmgc-devel.

base should not pull down a binary package if the default dependencies are not used.",jeremyhu@…
Active Tickets,38452,Information disclosure vulnerability with apache2 and other web servers,ports,2.1.3,,defect,macports-tickets@…,new,2013-03-20T11:05:36-07:00,2013-03-20T15:46:20-07:00,"Apple has identified a critical security issue that allows attackers to see the source code of Web pages. It is outlined here: [http://packetstormsecurity.com/files/120820/Apple-Security-Advisory-2013-03-14-1.html]. In summary, Passuing a url like: `http://mydomain.com/index.p%E2%80%8Chp` will dump the php of the file raw, rather than executing it on the server.

I have fixed the issue on my local machines by copying mod_hfs_apple.so from its preinstalled location (after updating MacOS), and adding an entry in https.conf to load that module.
",vikingjs@…
Active Tickets,10226,BUG: port command can't be interrupted cleanly - creates database inconsistency,base,,MacPorts Future,defect,macports-tickets@…,new,2006-08-02T19:23:21-07:00,2013-04-12T04:24:40-07:00,"Attempting to upgrade gnupg from 1.4.4_0 to 1.4.5_0 hangs (reported separately).

After waiting 5 min, I interrupted the ""port -v upgrade gnupg"" process.  This
left my ports in the following peculiar state:

port info gnupg claims that gnupg is at 1.4.5.
The PortIndex file claims that gnupg is at 1.4.5.
The Portfile claims that gnupg is at 1.4.5.
port outdated doesn't report gnupg as outdated.
gnupg 1.4.4_0 has been deactivated, quietly leaving me without gpg.

This is really evil, especially considering that the deactivation normally takes place just before activating the new version.  By scrolling back to the beginning, I can see that the deactivation took place, but if one habitually runs with port -d, or immediately reruns the upgrade with -d without looking closely at the output, he'll probably miss the fact that gnupg was deactivated.

port built 1 Aug 2006 00:07 JST from freshly updated CVS.",stephen@…
Active Tickets,12306,"BUG: ""variant foo bar { ... }"" constructs fail at package archival time",base,1.5.0,MacPorts Future,defect,jmpp@…,new,2007-07-16T11:41:25-07:00,2013-03-05T22:10:01-08:00,"Listing two variant names in a single line in order to define a common code block for both causes the archival stage to fail:

{{{
archiving port+foo bar.<platform>.<archiveformat>
bar.<platform>.<archiveformat>: no such file or directory
}}}

Archive creation code is failing to add the second variant to the archive file name and adding a space instead, causing a no such file or directory error. We should either fix this or refuse such constructs, in view of the variant descriptions feature introduced recently (don't know if two variants on a single line plays well with variant descriptions, haven't checked).

-jmpp
",jmpp@…
Active Tickets,17359,"Unify InstallingMacPorts, install.php and guide",wiki,1.6.0,,defect,macports-tickets@…,new,2008-11-22T08:53:05-08:00,2013-01-17T17:57:15-08:00,"http://trac.macports.org/wiki/InstallingMacPorts

This page says to set the value of $DISPLAY to :0 without noting that for OS 10.5 and later one should not set the $DISPLAY value AT ALL since the OS will set it appropriately",frstan@…
Active Tickets,1936,BUG: devel/mono doesn't look in /opt/local/lib at runtime,ports,1.0,,defect,macports-tickets@…,new,2004-06-12T23:05:11-07:00,2013-04-12T04:22:55-07:00,"The mono-config file included by devel/gtk-sharp maps 'libgtk-win32-2.0.0.dll' to 'libgtk-x11
-2.0.0.dylib', however an application using Gtk fails to load the dylib. This is because it appears to look 
for the dylib in the paths """", ""/usr/local/lib"", ""/lib"", ""/usr/lib"" and ""."" (and then across those paths in 
reverse order, Just In Case.)

If I set DYLD_LIBRARY_PATH to /opt/local/lib, the dylib is located correctly.

{{{
% mcs helloworld.cs -L /opt/local/lib/mono/gtk-sharp -r gtk-sharp.dll -r glib-sharp.dll
Compilation succeeded
% unsetenv DYLD_LIBRARY_PATH
% mono helloworld.exe

Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll
in <0x000dc> (wrapper managed-to-native) Gtk.Application:gtk_init (int&,intptr&)
in <0x0004c> Gtk.Application:Init ()
in <0x0001c> Hello:Main ()

% setenv DYLD_LIBRARY_PATH /opt/local/lib
% mono helloworld.exe
}}}
(it works)",chris.ridd@…
Active Tickets,8625,"BUG: recode from utf8 fails (sometimes silently, corrupting the file)",ports,1.0,,defect,macports-tickets@…,new,2006-04-27T01:31:34-07:00,2009-10-08T13:44:44-07:00,"With LC_CTYPE=""en_US.ISO8859-1"", I have the following problem. I don't know if this is an upstream bug or not, but this doesn't fail under Linux (with the same locales):

$ recode utf8.. < /dev/null
recode: System detected problem in step `UTF-8..CHAR'",vincent-opdarw@…
Active Tickets,11225,problems with graphviz language bindings,ports,,,defect,ryandesign@…,new,2007-01-05T14:22:38-08:00,2009-10-08T13:49:42-07:00,"The Portfile for graphviz required some tweaks to get the language bindings to build (particuarly, they all depend on swig to build). I've attached my modified port file.

You'll probably need to cut out/modify my python tweaks since (1) I use a python25 port as my base python installation and (2) I install python as a framework into /Library/Frameworks instead of /opt/local/lib.

Darrell

PS: I'll attach my modified portfile after submitting this (since I can't seem to do it from the ""Create New Ticket"" page
",drs@…
Active Tickets,11303,BUG: mpeg2vidcodec crashes at runtime on PowerPC,ports,,,defect,macports-tickets@…,new,2007-01-29T02:04:52-08:00,2010-09-20T23:23:01-07:00,"hello, 
I tried to get mpeg2vidcodec. I had problems executing the mpeg2dec code. The software compiles but I get an Unexpected start_code and I really don't what could be the reason. 
I guess it is due to the PPC platform. The message is given by the gethdr() function.
Could anyone help me?
thanks",conci@…
Active Tickets,11576,mpich2 and openmpi both claim mpiexec(1) manpage,ports,1.7.1,,defect,macports-tickets@…,new,2007-03-18T01:46:10-07:00,2012-05-16T13:59:00-07:00,"{{{
--->  Activating mpich2 1.0.5p3_0+darwin_8
Error: Target com.apple.activate returned: Image error: /opt/local/share/man/man1/mpiexec.1.gz is being used by the active openmpi port.  Please deactivate this port first, or use the -f flag to force the activation.
}}}

",stephen@…
Active Tickets,11679,BUG: maildrop and courier-imap cannot be installed simultaneously,ports,,,defect,macports-tickets@…,new,2007-03-30T02:25:50-07:00,2011-11-03T22:30:19-07:00,"The current ports of maildrop 2.0.2 and courier-imap 4.1.0 both attempt to install the following files:

${prefix}/bin/deliverquota
${prefix}/share/man/deliverquota.8.gz
${prefix}/bin/maildirmake
${prefix}/share/man/maildirmake.1.gz

This results in the installation of one blocking the installation of the other.

The attached patch is an attempt to solve this problem by simply providing maildrop with the option of not installing the conflicting files. (Although maildrop can be configured with a --disable-maildirquota flag, this alters the source so that maildrop is built without maildirquota support, and some users might still want this.)  This patch has not yet, however, been tested (I don't yet feel confident to set up such a mail system, let alone that I would test it properly.)  It might be better to provide a similar variant for courier-imap as well, or indeed a more elegant solution than I can think of.

This ticket has been assigned to macports-dev@lists.macosforge.org as neither the listed maintainer for maildrop (matt@tnpi.biz) not that for courier-imap (bchesneau@mac.com) are on the list of possible ticket assignees.

The attached patch to the dports tree is designed to be applied with the -p1 option (or -Np1) from the dports directory.",boeyms@…
Active Tickets,12321,libnet and libnet11 conflict,ports,,,defect,macports-tickets@…,new,2007-07-18T07:26:19-07:00,2013-03-20T07:30:01-07:00,"I use both dsniff and arping for work, but dsniff depends on libnet and arping depends on libnet11.  Libnet and libnet11 can't be installed simultaneously.",bahamat@…
Active Tickets,12999,BUG: rpm -qa crashes unless doing rpm --rebuilddb first,ports,1.5.0,,defect,n3npq@…,new,2007-10-27T00:50:03-07:00,2010-02-22T06:40:35-08:00,"{{{
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xc0000003
0x001459af in leaveChroot ()
(gdb) bt
#0  0x001459af in leaveChroot ()
#1  0x00147391 in sql_open ()
#2  0x00139db9 in dbiOpen ()
#3  0x0013ba7a in rpmdbOpenDatabase ()
#4  0x0013bc2f in rpmdbOpen ()
}}}

Something about the SQLite format that MacPorts uses for `Packages`",afb@…
Active Tickets,13640,qt4-mac conflicts with qt3 on /opt/local/bin/lrelease,ports,1.6.0,,defect,michaelld@…,new,2007-12-19T07:26:56-08:00,2013-05-11T09:40:54-07:00,"qt4-mac can't be activated due to a conflict with qt3:
{{{
--->  Activating qt4-mac 4.3.2_0
Error: Target org.macports.activate returned: Image error: /opt/local/bin/lrelease is being used by the active qt3 port.  Please deactivate this port first, or use the -f flag to force the activation.
}}}
Due to dependencies, I need both qt3 and qt4-mac.",vinc17@…
Active Tickets,13721,gqview 2.0.4 crashes when editing using jpegtran,ports,1.6.0,,defect,mvitocruz@…,new,2007-12-25T03:02:53-08:00,2010-09-27T10:28:15-07:00,"Gqview 2.0.4, Macports 1.600, Mac OS X 10.4.11, Intel Core 2 Duo processor.
Gqview crashes when attempting to run: Edit > in Jpeg clockwise (and counterclockwise), using jpegtran. The jpeg will be rotated correctly but gqview freezes as soon as the command is run. This means closing and re-starting gqview every time a jpeg is rotated. (I submitted this bug a few months ago, but could not follow up due to personal reasons, the original report is closed, but the bug still persists).
",benlight@…
Active Tickets,13756,py25-wxpython fails to build - version mismatch with wxWidgets,ports,1.6.0,,defect,mww@…,new,2007-12-30T14:28:26-08:00,2010-09-27T11:05:08-07:00,"
{{{
[~] sudo port install py25-wxpython
--->  Fetching py25-wxpython
--->  Verifying checksum(s) for py25-wxpython
--->  Extracting py25-wxpython
--->  Configuring py25-wxpython
--->  Building py25-wxpython with target build
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-wxpython/work/wxPython-src-2.8.7.1/wxPython"" && /opt/local/bin/python2.5 setup.py build "" returned error 1
Command output: /usr/bin/g++-4.0 -L/opt/local/lib -bundle -undefined dynamic_lookup build.unicode/temp.macosx-10.3-i386-2.5/src/helpers.o build.unicode/temp.macosx-10.3-i386-2.5/src/mac/_core_wrap.o -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lstdc++ -lwx_macu-2.8 -o build.unicode/lib.macosx-10.3-i386-2.5/wx/_core_.so -framework IOKit -framework Carbon -framework Cocoa -framework System -framework QuickTime
building '_gdi_' extension
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -Iinclude -Isrc -I/opt/local/lib/wx/include/mac-unicode-release-2.8 -I/opt/local/include/wx-2.8 -I/opt/local/include/python2.5 -c src/drawlist.cpp -o build.unicode/temp.macosx-10.3-i386-2.5/src/drawlist.o -O3
cc1plus: warning: command line option ""-Wstrict-prototypes"" is valid for C/ObjC but not for C++
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -Iinclude -Isrc -I/opt/local/lib/wx/include/mac-unicode-release-2.8 -I/opt/local/include/wx-2.8 -I/opt/local/include/python2.5 -c src/pseudodc.cpp -o build.unicode/temp.macosx-10.3-i386-2.5/src/pseudodc.o -O3
cc1plus: warning: command line option ""-Wstrict-prototypes"" is valid for C/ObjC but not for C++
src/pseudodc.cpp: In function 'void GreyOutImage(wxImage&)':
src/pseudodc.cpp:60: warning: 'mb' may be used uninitialized in this function
src/pseudodc.cpp:60: warning: 'mg' may be used uninitialized in this function
src/pseudodc.cpp:60: warning: 'mr' may be used uninitialized in this function
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -Iinclude -Isrc -I/opt/local/lib/wx/include/mac-unicode-release-2.8 -I/opt/local/include/wx-2.8 -I/opt/local/include/python2.5 -c src/mac/_gdi_wrap.cpp -o build.unicode/temp.macosx-10.3-i386-2.5/src/mac/_gdi_wrap.o -O3
cc1plus: warning: command line option ""-Wstrict-prototypes"" is valid for C/ObjC but not for C++
src/mac/_gdi_wrap.cpp: In function 'wxPalette* new_wxPalette(const wxArrayInt&, const wxArrayInt&, const wxArrayInt&)':
src/mac/_gdi_wrap.cpp:2882: warning: comparison between signed and unsigned integer expressions
src/mac/_gdi_wrap.cpp:2882: warning: comparison between signed and unsigned integer expressions
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_GCDC_Flush(PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:31028: error: 'class wxDC' has no member named 'Flush'
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_PenList_AddPen(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32474: warning: 'AddPen' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:516)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_PenList_RemovePen(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32512: warning: 'RemovePen' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:517)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_BrushList_AddBrush(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32605: warning: 'AddBrush' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:526)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_BrushList_RemoveBrush(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32643: warning: 'RemoveBrush' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:527)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_FontList_AddFont(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32795: warning: 'AddFont' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:539)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_FontList_RemoveFont(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32833: warning: 'RemoveFont' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:540)
error: command '/usr/bin/gcc-4.0' failed with exit status 1

Error: Status 1 encountered during processing.
[~] 

}}}
",gjznituv@…
Active Tickets,13846,ocamlduce: build fails due to warnings turned into errors,ports,1.6.0,,defect,macports-tickets@…,new,2008-01-06T02:24:29-08:00,2011-05-29T10:49:24-07:00,"My attempts to install ocamlduce 3.08.4pl3, Revision 1 failed because the build encountered warnings about unused variables and ocamlc.opt was passed the option  -warn-error. This is on an Intel MacBook Pro with OS X 10.4.11.

{{{
castellio:~ cludwig$ port installed ocaml
The following ports are currently installed:
  ocaml @3.10.0_0 (active)
castellio:~ cludwig$ sudo port -v install ocamlduce
Password:
--->  Building ocamlduce with target opt
make -f Makefile.ocamlduce INCLUDES=""-I stdlib/cduce"" stdlib/cduce/custom.cmo stdlib/cduce/encodings.cmo stdlib/cduce/imap.cmo stdlib/cduce/upool.cmo stdlib/cduce/ns.cmo stdlib/cduce/sortedList.cmo stdlib/cduce/atoms.cmo stdlib/cduce/bool.cmo stdlib/cduce/chars.cmo stdlib/cduce/ident.cmo stdlib/cduce/intervals.cmo stdlib/cduce/inttbl.cmo stdlib/cduce/normal.cmo stdlib/cduce/pretty.cmo stdlib/cduce/stats.cmo stdlib/cduce/compunit.cmo stdlib/cduce/types.cmo stdlib/cduce/sequence.cmo stdlib/cduce/sample.cmo stdlib/cduce/auto_pat.cmo stdlib/cduce/patterns.cmo stdlib/cduce/value.cmo stdlib/cduce/run_dispatch.cmo stdlib/cduce/explain.cmo stdlib/cduce/typepat.cmo stdlib/cduce/serial.cmo
make[1]: `stdlib/cduce/custom.cmo' is up to date.
ocamlc.opt -warn-error A -I stdlib/cduce -c stdlib/cduce/encodings.ml
File ""stdlib/cduce/encodings.ml"", line 121, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 122, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 123, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 124, characters 8-27:
Warning Y: unused variable c.

Error: error-enabled warnings (4 occurrences)
make[1]: *** [stdlib/cduce/encodings.cmo] Error 2
make: *** [cduce_types.cmo] Error 2
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ocamlduce/work/ocaml-sub"" && make opt -f Makefile.ocamlduce "" returned error 2
Command output: make -f Makefile.ocamlduce INCLUDES=""-I stdlib/cduce"" stdlib/cduce/custom.cmo stdlib/cduce/encodings.cmo stdlib/cduce/imap.cmo stdlib/cduce/upool.cmo stdlib/cduce/ns.cmo stdlib/cduce/sortedList.cmo stdlib/cduce/atoms.cmo stdlib/cduce/bool.cmo stdlib/cduce/chars.cmo stdlib/cduce/ident.cmo stdlib/cduce/intervals.cmo stdlib/cduce/inttbl.cmo stdlib/cduce/normal.cmo stdlib/cduce/pretty.cmo stdlib/cduce/stats.cmo stdlib/cduce/compunit.cmo stdlib/cduce/types.cmo stdlib/cduce/sequence.cmo stdlib/cduce/sample.cmo stdlib/cduce/auto_pat.cmo stdlib/cduce/patterns.cmo stdlib/cduce/value.cmo stdlib/cduce/run_dispatch.cmo stdlib/cduce/explain.cmo stdlib/cduce/typepat.cmo stdlib/cduce/serial.cmo
make[1]: `stdlib/cduce/custom.cmo' is up to date.
ocamlc.opt -warn-error A -I stdlib/cduce -c stdlib/cduce/encodings.ml
File ""stdlib/cduce/encodings.ml"", line 121, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 122, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 123, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 124, characters 8-27:
Warning Y: unused variable c.

Error: error-enabled warnings (4 occurrences)
make[1]: *** [stdlib/cduce/encodings.cmo] Error 2
make: *** [cduce_types.cmo] Error 2

Warning: the following items did not execute (for ocamlduce): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
castellio:~ cludwig$ 
}}}",ludwig@…
Active Tickets,13858,"kaffe fails to build and install on Leopard Server, missing struct sigcontext definition",ports,1.6.0,,defect,macports-tickets@…,new,2008-01-07T04:09:42-08:00,2013-04-12T04:12:58-07:00,"With a fresh MacPorts system (1.6.0) running on top of Leopard Server 10.5.1 the kaffe port (kaffe version 1.1.7) fails to build. 


The verbose output from my terminal shell is very lengthy and thus attached as a separate file to this ticket but at first this file '''exceeded''' the MacPorts Trac system's file size limit of 262144 bytes, so I was required to attach it as a compressed zip file.


Kaffe seems to be a mission-critical port because it is depended on by many other Java-related ports leading up to, for example, the Tomcat port.",tabithamc@…
Active Tickets,13870,BUG: xchm 1.13 defaults to Mac version of wxWidgets,ports,1.6.0,,defect,markd@…,new,2008-01-08T00:30:54-08:00,2010-09-27T12:26:05-07:00,"When not providing any flag to configure, xchm builds using the Mac version of wxWidgets.

The dependency on wxgtk should be specific of a x11 variant.",guido.soranzio@…
Active Tickets,13900,DesktopManager-0.5.3: Undefined symbols: _CGSCreateCStringNoCopy,ports,1.6.0,,defect,macports-tickets@…,new,2008-01-12T14:56:14-08:00,2013-04-15T00:27:01-07:00,"desktopmanager-0.5.3 does not compile on Leopard. A link error occurs while building the port. Same link error occurs if one build the original source (http://desktopmanager.berlios.de/) with XCode 3.0.

 - PowerBook G4
 - OS X 10.5.1

{{{
$ sudo port install desktopmanager
--->  Fetching DesktopManager
--->  Attempting to fetch DesktopManager-0.5.3.src.tar.gz from http://download.berlios.de/desktopmanager/
--->  Verifying checksum(s) for DesktopManager
--->  Extracting DesktopManager
--->  Configuring DesktopManager
--->  Building DesktopManager
Error: Target org.macports.build returned: shell command ""cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager"" && xcodebuild  -alltargets -configuration Deployment build OBJROOT=build/ SYMROOT=build/ "" returned error 1
Command output:     cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKeyController.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/HotKeyController.o

CompileC build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/HotKey.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m normal ppc objective-c com.apple.compilers.gcc.4_0
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/HotKey.o
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m: In function '-[HotKey stringRepresentation]':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m:280: warning: 'KLGetCurrentKeyboardLayout' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:436)
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m:281: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
 
 CompileC build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/NotificationView.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m normal ppc objective-c com.apple.compilers.gcc.4_0
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/NotificationView.o
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m: In function '-[NotificationView drawRect:]':
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m:123: warning: 'cString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:345)

CompileC build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/StickyWindowController.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/Core/StickyWindowController.m normal ppc objective-c com.apple.compilers.gcc.4_0
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/Core/StickyWindowController.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/StickyWindowController.o

Ld /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/DesktopManager.framework/Versions/A/DesktopManager normal ppc
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/DesktopManager.framework/Versions/A/DesktopManager -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -filelist /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/DesktopManager.LinkFileList -framework Foundation -framework Cocoa -framework Carbon -framework ApplicationServices -framework AppleScriptKit -framework AppKit -arch ppc -prebind -Wl,-single_module -compatibility_version 1 -current_version 1 -install_name @executable_path/../Frameworks/DesktopManager.framework/Versions/A/DesktopManager -dynamiclib -framework Foundation -framework AppKit
Undefined symbols:
  ""_CGSCreateCStringNoCopy"", referenced from:
      __ensure_kCGSWindowTitle in ForeignWindow.o
      -[ForeignWindow title] in ForeignWindow.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
** BUILD FAILED **

Error: Status 1 encountered during processing.
}}}
",oxon@…
Active Tickets,14084,cdparanoia missing an option causing abcde to fail,ports,1.6.0,,defect,macports-tickets@…,new,2008-01-26T15:27:57-08:00,2010-09-29T08:17:13-07:00,"I'm trying to use abcde to rip and encode some CDs but it's failing due to a command line option missing from cdparanoia.

The ""-d"" option in cdparanoia is used to specify a device to rip from.  It seems the macports code has removed this option from the original cdparanoia code but references to it have not been removed from other macports (or at least not from abcde.)  Using the macports version, the -d option prints out usage information causing abcde to fail.

At least I assume that macports specifically removed the option - I downloaded the original cdparanoia code and the -d option is present.  If this is the case, I really think the -d option should be left in but made a ""placebo"" option so its absence doesn't break other programs like abcde.

Or maybe the -d option should just be left in its original form - is there something in OS X that prevents cdparanoia from being able to select a different device from which to rip a disc?",duke@…
Active Tickets,14172,unison upgrade removed unison-2.13 - synchronization with some machines fails,ports,1.6.0,,defect,l2g@…,new,2008-02-03T16:02:16-08:00,2012-11-24T14:15:50-08:00,"The upgrade to Unison 2.27.57 removed the unison-2.13 binary, with the consequence that synchronization is no longer possible with machines using Unison 2.13. These two versions are incompatible:
{{{
Fatal error: Received unexpected header from the server:
 expected ""Unison 2.13\n"" but received ""Unison 2.27\n\000\000\000\000"", 
which differs at ""Unison 2.2"".
This can happen because you have different versions of Unison
installed on the client and server machines, or because
your connection is failing and somebody is printing an error
message, or because your remote login shell is printing
something itself before starting Unison.
}}}
I think a unison-2.13 port should be added, based on the old Portfile, but only the unison-2.13 binary should be installed, not the symbolic link ${prefix}/bin/unison.",vinc17@…
Active Tickets,14222,"tomcat5 fails to build, missing dependency on struts?",ports,1.6.0,,defect,macports-tickets@…,new,2008-02-07T07:13:05-08:00,2011-07-08T07:24:17-07:00,"{{{
$ sudo port install tomcat5
Password:
--->  Building tomcat5 with target download dist compat
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build"" && ant download dist compat -Dbase.path=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository -Dnsis.exe=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/.bogus -Dcommons-beanutils.jar=/opt/local/share/java/commons-beanutils.jar -Dcommons-collections.jar=/opt/local/share/java/commons-collections.jar -Dcommons-launcher.jar=/opt/local/share/java/commons-launcher.jar -Dcommons-daemon.jar=/opt/local/share/java/commons-daemon.jar -Dcommons-digester.jar=/opt/local/share/java/commons-digester.jar -Dcommons-el.jar=/opt/local/share/java/commons-el.jar -Dcommons-logging.jar=/opt/local/share/java/commons-logging.jar -Dcommons-logging-api.jar=/opt/local/share/java/commons-logging-api.jar -Dcommons-modeler.jar=/opt/local/share/java/commons-modeler.jar -Dcommons-httpclient.jar=/opt/local/share/java/commons-httpclient.jar -Dcommons-pool.jar=/opt/local/share/java/commons-pool.jar -Dcommons-dbcp.jar=/opt/local/share/java/commons-dbcp.jar -Dcommons-fileupload.jar=/opt/local/share/java/commons-fileupload.jar -Dregexp.jar=/opt/local/share/java/jakarta-regexp.jar -DxercesImpl.jar=/opt/local/share/java/xercesImpl.jar -Dxml-apis.jar=/opt/local/share/java/xml-apis.jar -Dlog4j.jar=/opt/local/share/java/jakarta-log4j.jar -Djmx.lib=/opt/local/share/java -Djunit.jar=/opt/local/share/java/junit.jar -Djaxen.jar=/opt/local/share/java/jaxen.jar -Dsaxpath.jar=/opt/local/share/java/saxpath.jar -Djasper.home=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/../jasper "" returned error 1
Command output:      [echo] Testing  for /opt/local/share/java/commons-httpclient.jar

downloadgz:

proxyflags:

setproxy:

testexist:
     [echo] Testing  for /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/.bogus

downloadfile:

proxyflags:

setproxy:

testexist:
     [echo] Testing  for /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/struts-1.2.7/lib/struts.jar

downloadgz:
      [get] Getting: http://archive.apache.org/dist/struts/binaries/struts-1.2.7.tar.gz
      [get] To: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/file.tar.gz
   [gunzip] Expanding /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/file.tar.gz to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/file.tar

BUILD FAILED
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/build.xml:1988: The following error occurred while executing this line:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/build.xml:2031: Problem expanding gzip Unexpected end of ZLIB input stream

Total time: 1 minute 8 seconds

Error: Status 1 encountered during processing.
}}}

",damian.janowski@…
Active Tickets,14295,slocate cannot exclude file system types due to missing mtab,ports,1.6.0,,defect,macports-tickets@…,new,2008-02-12T14:24:16-08:00,2010-07-24T04:08:00-07:00,"slocate can exclude file system types with, for example, '-f nfs', however it appears to require the presence of /opt/local/etc/mtab. This is a dynamic file on Linux, but does not exist on Mac OS X. The -f option can be approximated using -e but one would have to be able to anticipate all future mounts.",ryan@…
Active Tickets,14306,jython won't build because it wants Java 1.1,ports,1.6.0,,defect,singingwolfboy@…,new,2008-02-13T10:35:56-08:00,2010-05-10T23:58:47-07:00,"I tried to install Jython and it fails because it wants Java 1.1, but I use Java 1.5

Jython has only the universal variant, is there a way for me to tell port to build with Java 1.5?

{{{
$ which java
/usr/bin/java

$ which javac
/usr/bin/javac

$ java -version
java version ""1.5.0_13""
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)

$ javac -version
javac 1.5.0_13
...
}}}

{{{
$ sudo port install jython
...
--->  Building jython
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jython/work/jython-2.1"" && ant dist || ant jar "" returned error 1
Command output: 
init:
     [echo] --- Build environment for jython ---
     [echo] --- Flags (Note: If the {property name} is displayed,
     [echo] --- then the component is not present)

     [echo] --- Optional Libraries ---
     [echo] java2 coll  = true
     [echo] servlet     = ${servlet.present}
     [echo] readline    = ${readline.present}
     [echo] oracle      = ${oracle.present}
     [echo] informix    = ${informix.present}
     [echo] mysql       = ${mysql.present}
     [echo] postgresql  = ${postgresql.present}
     [echo] jndi        = true
     [echo] jdbc        = true
     [echo] jdbc3.0     = true

prepare:

parser:

compile:
    [javac] Compiling 302 source files to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jython/work/jython-2.1/build
    [javac] javac: target release 1.1 conflicts with default source release 1.5

BUILD FAILED
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jython/work/jython-2.1/build.xml:138: Compile failed; see the compiler error output for details.
}}}


I initially tried this in MacPorts 1.520, but then ran selfupdate to 1.600 and had the same result.

I have: iBook G4 1.33 GHz - OSX 10.4.11",pydave@…
Active Tickets,14386,Xfig complains an old app-defaults,ports,1.6.0,,defect,macports-tickets@…,new,2008-02-18T20:51:59-08:00,2013-05-11T09:42:16-07:00,"Installed Xcode 3 and macports on a completely new leopard install.
Then simply did port install xfig

xfig runs, but complains about an old version of app-defaults being installed and warns about reduced functionalities.",citan_u@…
Active Tickets,14559,dpkg causes install-info,ports,1.6.0,,defect,landonf@…,new,2008-03-04T08:56:30-08:00,2013-05-05T20:57:28-07:00,"dpkg apparently installs 
{{{
/opt/local/sbin/install-info
}}}
which conflicts with/overrides texinfo's
{{{
/opt/local/bin/install-info
}}}
which IMHO should be the standard install-texinfo.

See #14423 for problems caused that way.",jochen@…
Active Tickets,14590,liboss: compile errors in soundcard.h,ports,1.6.0,,defect,macports-tickets@…,new,2008-03-08T15:12:51-08:00,2010-07-22T15:56:09-07:00,"Beginning on line 341 of soundcard.h, several system functions are redefined, such as follows:

{{{
    #ifndef LIBOSS_IOCTL
    # define LIBOSS_IOCTL ioctl
    #endif
}}}

    ...

{{{    
    static inline int LIBOSS_IOCTL (int x, unsigned long y,...)
}}}

This causes compilation errors in code including that file, such as:
{{{
    /opt/local/include/liboss/soundcard.h:342: error: static declaration of ‘ioctl’ follows non-static declaration
    /usr/include/sys/ioctl.h:97: error: previous declaration of ‘ioctl’ was here
}}}
",madcap@…
Active Tickets,14619,Error when installing postgresql83 +universal,ports,1.6.0,,defect,mww@…,new,2008-03-10T02:05:14-07:00,2010-10-02T14:58:32-07:00,"{{{
MacBookPro-TBOU:~ thierry$ sudo port install postgresql83-server +universal
Password:
--->  Fetching postgresql83
--->  Attempting to fetch postgresql-8.3.0.tar.bz2 from http://ftp8.us.postgresql.org/postgresql/source/v8.3.0/
--->  Verifying checksum(s) for postgresql83
--->  Extracting postgresql83
--->  Configuring postgresql83
--->  Building postgresql83
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_postgresql83/work/postgresql-8.3.0"" && gnumake "" returned error 2
Command output: /usr/bin/ld: warning optimizer/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning port/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning postmaster/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning regex/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning rewrite/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning storage/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning tcop/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning tsearch/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning utils/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning ../../src/timezone/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libz.1.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libiconv.2.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_main
collect2: ld returned 1 exit status
/usr/bin/ld: for architecture i386
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libz.1.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libiconv.2.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_deflate referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_deflateEnd referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_deflateInit_ referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_inflate referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_inflateEnd referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_inflateInit_ referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccqSVeI7.out (No such file or directory)
gnumake[2]: *** [postgres] Error 1
gnumake[1]: *** [all] Error 2
gnumake: *** [all] Error 2

Error: The following dependencies failed to build: postgresql83
Error: Status 1 encountered during processing.
}}}",tbou@…
Active Tickets,14628,sdd fails to build,ports,1.7.0,,defect,macports-tickets@…,new,2008-03-11T18:52:52-07:00,2013-03-14T11:42:00-07:00,"sdd fails to build on both 10.4 and 10.5.


'''Errors on 10.5:'''
{{{
RULES/rules1.top:234: incs/Dcc.i386-darwin: No such file or directory
RULES/rules.top:39: RULES/i386-darwin-cc.rul: No such file or directory
RULES/rules.cnf:56: incs/i386-darwin-cc/Inull: No such file or directory
RULES/rules.cnf:57: incs/i386-darwin-cc/rules.cnf: No such file or directory
p incs/i386-darwin-cc
gnumake: p: Command not found
gnumake: [incs/i386-darwin-cc/Inull] Error 127 (ignored)
/bin/sh: incs/i386-darwin-cc/Inull: No such file or directory
gnumake: *** [incs/i386-darwin-cc/Inull] Error 1
}}}


'''Errors on 10.4:'''
{{{
gnumake[3]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_sdd/work/destroot/opt/local/share/man/man5/makefiles.5] Error 1
        ==> MAKING ""install"" ON SUBCOMPONENT ""SRCROOT/man/man4/makerules.mk""
        ==> LOCALIZING ""OBJ/powerpc-darwin-cc/share/man/makerules.5""
        ==> INSTALLING ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_sdd/work/destroot/opt/local/share/man/man5/makerules.5""
chown: bin: Invalid argument
gnumake[3]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_sdd/work/destroot/opt/local/share/man/man5/makerules.5] Error 1
gnumake[2]: *** [install] Error 2
gnumake[1]: *** [install] Error 2
gnumake: *** [install] Error 2
}}}
",wsiegrist@…
Active Tickets,14706,postgresql83-server / bugfix / directory location wrong,ports,1.6.0,,defect,mww@…,new,2008-03-18T10:11:34-07:00,2011-05-12T19:42:26-07:00,"Pathc below is needed as initdb is otherwise confused about its relative path.

Dw.


{{{
*** Portfile.org	2008-03-18 17:38:23.000000000 +0100
--- Portfile	2008-03-18 17:39:38.000000000 +0100
***************
*** 50,56 ****
  	ui_msg ""\nTo create a database instance, after install do\n\
  		sudo mkdir -p ${dbdir}\n\
  		sudo chown ${dbuser}:${dbgrp} ${dbdir}\n\
! 		sudo su ${dbuser} -c \'${libdir}/bin/initdb -D ${dbdir}\'""
  	ui_msg ""\nTo tweak your DBMS, consider increasing kern.sysv.shmmax\
  		by adding an increased kern.sysv.shmmax .. to /etc/sysctl.conf""
  }
--- 50,56 ----
  	ui_msg ""\nTo create a database instance, after install do\n\
  		sudo mkdir -p ${dbdir}\n\
  		sudo chown ${dbuser}:${dbgrp} ${dbdir}\n\
! 		( cd ${prefix}; sudo su ${dbuser} -c \'${libdir}/bin/initdb -D ${dbdir}\' )""
  	ui_msg ""\nTo tweak your DBMS, consider increasing kern.sysv.shmmax\
  		by adding an increased kern.sysv.shmmax .. to /etc/sysctl.conf""
  }
}}}
",dirkx@…
Active Tickets,14770,libiberty.h missing from binutils,ports,1.6.0,,defect,macports-tickets@…,new,2008-03-24T13:10:02-07:00,2013-05-11T09:40:09-07:00,"The problem is outlined here: http://discussions.apple.com/thread.jspa?messageID=6902473#6902473

I'm guessing this file *should* be included in binutils. If not it should belong in a package somewhere. Unless I'm confused - also possible.",oliver.saunders@…
Active Tickets,14800,powerpc mono build fails,ports,1.6.0,,defect,mww@…,new,2008-03-25T13:20:33-07:00,2013-03-20T17:36:08-07:00,"I can´t build mono 1.9:

{{{
--->  Building mono with target all
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.9"" && make all "" returned error 2
Command output: darwin_stop_world.c:259: error: 'ppc_thread_state_t' has no member named '__r6'
darwin_stop_world.c:260: error: 'ppc_thread_state_t' has no member named '__r7'
darwin_stop_world.c:261: error: 'ppc_thread_state_t' has no member named '__r8'
darwin_stop_world.c:262: error: 'ppc_thread_state_t' has no member named '__r9'
darwin_stop_world.c:263: error: 'ppc_thread_state_t' has no member named '__r10'
darwin_stop_world.c:264: error: 'ppc_thread_state_t' has no member named '__r11'
darwin_stop_world.c:265: error: 'ppc_thread_state_t' has no member named '__r12'
darwin_stop_world.c:266: error: 'ppc_thread_state_t' has no member named '__r13'
darwin_stop_world.c:267: error: 'ppc_thread_state_t' has no member named '__r14'
darwin_stop_world.c:268: error: 'ppc_thread_state_t' has no member named '__r15'
darwin_stop_world.c:269: error: 'ppc_thread_state_t' has no member named '__r16'
darwin_stop_world.c:270: error: 'ppc_thread_state_t' has no member named '__r17'
darwin_stop_world.c:271: error: 'ppc_thread_state_t' has no member named '__r18'
darwin_stop_world.c:272: error: 'ppc_thread_state_t' has no member named '__r19'
darwin_stop_world.c:273: error: 'ppc_thread_state_t' has no member named '__r20'
darwin_stop_world.c:274: error: 'ppc_thread_state_t' has no member named '__r21'
darwin_stop_world.c:275: error: 'ppc_thread_state_t' has no member named '__r22'
darwin_stop_world.c:276: error: 'ppc_thread_state_t' has no member named '__r23'
darwin_stop_world.c:277: error: 'ppc_thread_state_t' has no member named '__r24'
darwin_stop_world.c:278: error: 'ppc_thread_state_t' has no member named '__r25'
darwin_stop_world.c:279: error: 'ppc_thread_state_t' has no member named '__r26'
darwin_stop_world.c:280: error: 'ppc_thread_state_t' has no member named '__r27'
darwin_stop_world.c:281: error: 'ppc_thread_state_t' has no member named '__r28'
darwin_stop_world.c:282: error: 'ppc_thread_state_t' has no member named '__r29'
darwin_stop_world.c:283: error: 'ppc_thread_state_t' has no member named '__r30'
darwin_stop_world.c:284: error: 'ppc_thread_state_t' has no member named '__r31'
make[3]: *** [darwin_stop_world.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}",jean-philippe.humbert@…
Active Tickets,14888,Problems with otcl installation with MacPorts,ports,1.6.0,,defect,macports-tickets@…,new,2008-04-01T19:08:01-07:00,2012-06-16T05:28:37-07:00,"Dear all, I found no helping site for this problem with otcl installation on Mac OS X 10.5.2. I'm using Macport. When ever I try to install '''otcl''' I found that the configure script failed to find the the '''tk''' installation. But is I try to install '''tk''' again Macport says that its already installed.

Actually I'll trying to install '''ns-2'''. To do that '''otcl''' is must. I need to install ns-2. a few days ago I installed ns-2 on Ubuntu 7.10. That was not also smooth. And the culprit was otcl. I had to download several patches and apply them on otcl to make the package work. port is giving me the following error massages.

{{{
Last login: Sun Mar 23 12:34:49 on ttys000
Xcore:~ raiyan$ open /opt
Xcore:~ raiyan$ sudo port install otcl
Password:
Portfile changed since last build; discarding previous state.
--->  Fetching otcl
--->  Verifying checksum(s) for otcl
--->  Extracting otcl
--->  Applying patches to otcl
--->  Configuring otcl
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_otcl/work/otcl-1.9"" && ./configure --prefix=/opt/local --with-Tcl=/opt/local --with-Tcl-ver=8.4 --with-tk=/opt/local --with-tk-ver=8.4 --prefix=/opt/local CPPFLAGS='-I/usr/X11R6/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_otcl/work/tcl8.4.9/generic/' CFLAGS='-I/usr/X11R6/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_otcl/work/tcl8.4.9/generic/' LDFLAGS='-L/usr/X11R6/lib' "" returned error 1
Command output: checking how to run the C preprocessor... /usr/bin/cpp-4.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for main in -lXbsd... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
checking for dcgettext in -lintl... yes
checking for getnodebyname in -ldnet_stub... no
checking standard STL is available... no
checking for Tcl.h... -I/opt/local/include
checking for libTcl... -L/opt/local/lib -lTcl
checking for tk.h... -I/opt/local/include
checking for libtk8.4... -L/opt/local/lib -ltk
checking for tk.tcl... no
configure: error: Installation of tk seems incomplete or can't be found automatically.
Please correct the problem by telling configure where tk is
using the argument --with-tk=/path/to/package
(perhaps after installing it),
or the package is not required, disable it with --with-tk=no.

Error: Status 1 encountered during processing.
Xcore:~ raiyan$
}}}


Is their any body in the forum who can help me to figure out what to do? I'm running 10.5.2 on MacBook 2.0GHz and 1GB ram.

Please let me know what to do?

Raiyan",raiyan.kabir@…
Active Tickets,14952,Privoxy 3.0.8_1 fails to start following install,ports,1.6.0,,defect,macports-tickets@…,new,2008-04-07T16:51:52-07:00,2010-10-03T16:43:26-07:00,"After installing Privoxy using macports (3.0.8_1 on OS X 10.5.2), the daemon fails to start with the appropriate launchctl command.  A search of the logs indicates:

Apr 07 16:22:52.494 Privoxy(000000a0) Info: Privoxy version 3.0.8[[BR]]
Apr 07 16:22:52.503 Privoxy(000000a0) Info: Program name: /opt/local/sbin/privoxy[[BR]]
Apr 07 16:22:52.503 Privoxy(000000a0) Fatal error: can't load actions file '/opt/local/etc/privoxy/standard': No such file or directory. Note that beginning with Privoxy 3.0.7, actions files have to be specified with their complete file names.[[BR]]

It appears that the old (3.0.6) config file carried over to 3.0.8_1?  Therefore appending `.action` to the actionsfile(s) corrects the problem (@ line 337-339 in /opt/local/etc/privoxy/config):

actionsfile standard.action  # Internal purpose, recommended[[BR]]
actionsfile default.action   # Main actions file[[BR]]
actionsfile user.action      # User customizations[[BR]]

It should be mentioned that I initially attempted to ""upgrade"" from 3.0.6, ran into the problem, uninstalled all versions of privoxy, reinstalled 3.0.8_1, ran into the same problem w/ the daemon not running, edited the config file, and restarted privoxy -> problem solved.  

Perhaps my old config file from 3.0.6 was hanging around?


",faircloth@…
Active Tickets,15075,gdc prints many unnecessary warnings,ports,1.6.0,,defect,mww@…,new,2008-04-20T19:44:00-07:00,2011-04-07T18:12:29-07:00,"When compiling a D program, eg helloWorld.d, gdc prodoces prints the following warnings:

indirect jmp without `*'

",kazu@…
Active Tickets,15095,BLT doesn't work properly,ports,1.6.0,,defect,markd@…,new,2008-04-22T03:42:01-07:00,2009-12-09T06:17:44-08:00,"I installed BLT library via macports: port install blt, and when I am trying to run it on included samples, it doesn't work, and tells me that there are some version conflicts. The only other version I have is originally suplied Leopard TCL - version 8.4, so the conflict is according to me somewhere in macports installation.

there is a log when I tried to run a sample, it always ends up like this:

{{{
mn@hrusticka /opt/local/lib/blt2.4/demos $ bltwish barchart1.tcl 
Application initialization failed: version conflict for package ""Tcl"": have 8.5.2, need exactly 8.5
Error in startup script: dlsym(0x5882a0, Blt_Unload): symbol not founddlsym(0x5882a0, Blt_SafeUnload): symbol not foundversion conflict for package ""Tcl"": have 8.5.2, need exactly 8.5
    while executing
""load $library BLT""
    (procedure ""LoadBLT"" line 30)
    invoked from within
""LoadBLT 2.4 /opt/local/lib/blt2.4""
    (""package ifneeded BLT 2.4"" script)
    invoked from within
""package require BLT""
    (file ""barchart1.tcl"" line 3)
dyld: unloaded: /opt/local/lib/libBLT.2.dylib
}}}
",mn@…
Active Tickets,15169,sqlite3 test failures,ports,1.6.0,,defect,mww@…,new,2008-05-01T07:17:00-07:00,2010-05-24T13:12:09-07:00,"Using jmp's / my  tcl thread variant from #15163, I'm seeing several test failures.  I suspect these failures (esp. threaded ones) are related to #15131

== Summary ==

Non-threaded (ie, without -DTCL_THREADS).  This is just a repeated run.  `port clean --work` was run between all iterations

sqlite_fulltest.txt: Failures on these tests: bind-4.4 bind-4.5 tcl-1.6 utf16-bind-4.4 utf16-bind-4.5 utf16-bind-6.4 utf16-bind-7.4

sqlite_fulltest2.txt: Failures on these tests: bind-4.4 bind-4.5 crash6-3.2.3 crash6-3.6.3 crash6-3.10.3 crash6-3.14.3 crash6-3.18.3 crash6-3.22.3 crash6-3.26.3 tcl-1.6 utf16-bind-4.4 utf16-bind-4.5 utf16-bind-6.4 utf16-bind-7.4

The threaded tests hang and need to be manually killed. Failures can be found by `grep -v Ok`

== How to reproduce ==
 1. port install tcl +threads (if you don't already have a threaded tcl)
 1. Download one of the patches from #15163.  
 1. port build /path/to/portfile
 1. chown -R yourself /path/to/work/dir/sqlite-3.5.8 .  The SQLite tests do not run as root.
 1. cd /path/to/work/dir/sqlite-3.5.8 && gnumake fulltest.  You may want to capture the output somewhere, as it's quite verbose.",pfein@…
Active Tickets,15245,hmake 3.13 Build Fails,ports,1.6.0,,defect,macports-tickets@…,new,2008-05-09T21:53:29-07:00,2009-08-10T14:28:51-07:00,"I get this error when I try to install:

{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hmake/work/hmake-3.13"" && make all "" returned error 2
Command output: Makefile:10: *** Cannot find compiler type.  Stop.
}}}


",brianjlandau@…
Active Tickets,15246,buddha 1.2 build fails,ports,1.6.0,,defect,macports-tickets@…,new,2008-05-09T21:55:20-07:00,2009-06-28T21:11:36-07:00,"Error on Build:

{{{
Error: Target org.macports.build returned: shell command ""runghc Setup build"" returned error 1
Command output: Preprocessing executables for Djinn-2005.12.14...
Building Djinn-2005.12.14...

HTypes.hs:7:7:
    Could not find module `Text.PrettyPrint.HughesPJ':
      it is a member of package pretty-1.0.0.0, which is hidden
}}}


",brianjlandau@…
Active Tickets,15496,llvm +universal doesn't build,ports,1.7.0,,defect,erickt@…,new,2008-06-03T03:23:11-07:00,2011-08-17T01:27:23-07:00,"Building a universal variant of llvm doesn't seem to work:

{{{
$ sudo port install llvm +universal
--->  Fetching llvm
--->  Verifying checksum(s) for llvm
--->  Extracting llvm
--->  Configuring llvm
--->  Building llvm with target tools-only
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build"" && nice -n 1 make tools-only "" returned error 2
Command output: llvm[2]: Compiling TableGen.cpp for Release build 
llvm[2]: Compiling TableGenBackend.cpp for Release build 
llvm[2]: Linking Release executable tblgen (without symbols)
/usr/bin/ld: for architecture ppc
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/AsmWriterEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CallingConvEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeEmitterGen.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeGenDAGPatterns.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeGenInstruction.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeGenTarget.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/DAGISelEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/InstrEnumEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/InstrInfoEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/IntrinsicEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/Record.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/RegisterInfoEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/SubtargetEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TGLexer.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TGParser.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TableGen.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TableGenBackend.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/Release/lib/libLLVMSupport.a archive's cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (can't load from it)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/Release/lib/libLLVMSystem.a archive's cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (can't load from it)
/usr/bin/ld: Undefined symbols:
_main
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//cc9jNQ2x.out (No such file or directory)
make[2]: *** [/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/Release/bin/tblgen] Error 1
make[1]: *** [TableGen/.makeall] Error 2
make: *** [all] Error 1

Error: Status 1 encountered during processing.
$
}}}

",ryandesign@…
Active Tickets,15653,std::locale broken in gcc,ports,1.6.0,,defect,mww@…,new,2008-06-17T11:46:58-07:00,2010-09-14T14:32:18-07:00,"When compiling the following code:

{{{
#include <locale>
#include <iostream>
#include <exception>
#include <clocale>

void
try_c_locale(const char* locale_name)
{
    if( std::setlocale(LC_ALL, locale_name) == NULL )
        printf(""Failed to setlocale(LC_ALL, \""%s\"")\n"", locale_name);
    else
        printf(""Succeeded in calling setlocale(LC_ALL, \""%s\"")\n"", locale_name);
}

void
try_cpp_locale(const char* locale_name)
{
    try
    {
        std::locale my_locale(locale_name);
    }
    catch(std::exception& e)
    {
        printf(""Failed ctor for std::locale with \""%s\"": %s\n"", locale_name, e.what());
        return;
    }

    printf(""Succeeded ctor for std::locale with \""%s\""\n"", locale_name);
}

int
main(void)
{
    // Some locales from ""locale -a"" on my OS X system, here is proof
    // that these locales do exist on my system. Take my word for it
    // that ""locale -a"" also shows these locales existing on my linux
    // system as well.
    //
    // rutski@imac:~$ locale -a | tail -n 2
    // C
    // POSIX
    // rutski@imac:~$ locale -a | grep en_US
    // en_US
    // en_US.ISO8859-1
    // en_US.ISO8859-15
    // en_US.US-ASCII
    // en_US.UTF-8
    // rutski@imac:~$ locale -a | grep pl_PL
    // pl_PL
    // pl_PL.ISO8859-2
    // pl_PL.UTF-8
    // rutski@imac:~$ 

    const char* test_locales[] =
    {
        ""C"",
        ""POSIX"",
        ""en_US"",
        ""en_US.UTF-8"",
         ""pl_PL"",
        ""pl_PL.ISO8859-2""
    };
    
    printf(""Trying c locales...\n"");
    for(size_t x = 0; x < sizeof(test_locales)/sizeof(char*); x++)
        try_c_locale(test_locales[x]);
    printf(""\n"");

    printf(""Trying C++ locales...\n"");
    for(size_t x = 0; x < sizeof(test_locales)/sizeof(char*); x++)
        try_cpp_locale(test_locales[x]);
}
}}}

the output clearly states there is something wrong:

{{{
Trying c locales...
Succeeded in calling setlocale(LC_ALL, ""C"")
Succeeded in calling setlocale(LC_ALL, ""POSIX"")
Succeeded in calling setlocale(LC_ALL, ""en_US"")
Succeeded in calling setlocale(LC_ALL, ""en_US.UTF-8"")
Succeeded in calling setlocale(LC_ALL, ""pl_PL"")
Succeeded in calling setlocale(LC_ALL, ""pl_PL.ISO8859-2"")

Trying C++ locales...
Succeeded ctor for std::locale with ""C""
Succeeded ctor for std::locale with ""POSIX""
Failed ctor for std::locale with ""en_US"": locale::facet::_S_create_c_locale name not valid
Failed ctor for std::locale with ""en_US.UTF-8"": locale::facet::_S_create_c_locale name not valid
Failed ctor for std::locale with ""pl_PL"": locale::facet::_S_create_c_locale name not valid
Failed ctor for std::locale with ""pl_PL.ISO8859-2"": locale::facet::_S_create_c_locale name not valid
}}}

a google serach delivers this:

http://groups.google.com/group/gnu.gcc.help/browse_thread/thread/99d874aed6b46fdd

appearantly, a `--enable-clocale` to configure might do something

however, macport's configure stage does not allow for adding options (or I could not find it)

 * could this be fixed in gcc? (in libstdc++)
 * could this be added to macport (adding extra configure options)",dirk@…
Active Tickets,15711,scons 0.98.4 fails to build latex files,ports,1.6.0,,defect,landonf@…,new,2008-06-21T15:22:29-07:00,2010-10-07T14:56:48-07:00,"{{{
$ scons --version

SCons by Steven Knight et al.:
	script: v0.98.4.r2949, 2008/05/17 23:07:00, by knight on bangkok
	engine: v0.98.4.r2949, 2008/05/17 23:07:00, by knight on bangkok

$ cat SConstruct

dvi = DVI('example.tex')

$ scons

AttributeError: SConsEnvironment instance has no attribute 'DVI':
}}}",jjakuze@…
Active Tickets,15784,"MacPorts Guide, PortGroup perl5: need to document perl5.use_module_build",guide,1.9.2,,defect,markd@…,new,2008-06-29T11:21:21-07:00,2011-02-12T20:35:00-08:00,"http://guide.macports.org/#reference.portgroup.perl

The documentation ought to mention the perl5.use_module_build keyword, specific to the perl5 PortGroup.  This is used for Perl modules that require Module::Build.
",stolen-from-macports-trac@…
Active Tickets,15790,Missing dependencies for Gerris,ports,1.6.0,,defect,macports-tickets@…,new,2008-06-29T18:48:24-07:00,2010-10-07T15:03:45-07:00,"The Gerris port is missing dependencies.  If it would help, then I can address these with some instruction from you on the preferred approach.  I have proposed solutions at the end.

Here is what is missing:

1) If openmpi or some such thing is available for multiprocessing, Gerris will compile with it.  It seems reasonable to include this as a variant.

2) The Gerris example program cylinder.gfs in /opt/local/share/doc/gerris/cylinder is dependent on the 'ppmtoy4m' utility provided by the mjpegtools,and the 'convert' utility from imagemagick.  These are not listed as dependencies.  Note: Execution instructions for each example program are given at http://gfs.sourceforge.net/examples/examples/index.html.

3) When running the example programs as described on the Web site, the output from Gerris is often piped to one of the GfsView companion programs.  There is no port for GfsView at this time.

4) The example program pipeline also makes use of ppmtompeg, which is provided by the netpbm packages and not currently listed as a dependency.

There may be other issues, but I won't know until these are addressed so that I can run the examples.

One way to deal with issues 2-4 is to create an 'examples' variant that separately installs the example programs along with the dependencies.  Alternatively, the examples can be installed as is, but with additional dependencies listed for the base install.  If it would be help, then I can prepare a patch for Gerris and a new port for GfsView.  Just please let me know which you consider to be the best alternative.",tom.duck@…
Active Tickets,15829,"gdk-pixbuf 0.22.0, Revision 1, Build Failure",ports,1.6.0,,defect,macports-tickets@…,new,2008-07-02T20:47:34-07:00,2011-10-02T06:22:55-07:00,"gdk-pixbuf 0.22.0 fails to build on a PPC machine– tried attempted all variants.

{{{
--->  Building gdk-pixbuf with target all
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gdk-pixbuf/work/gdk-pixbuf-0.22.0"" && make all "" returned error 2
Command output: gdk-pixbuf.c:281: error: parse error before 'gdk_pixbuf_get_has_alpha'
gdk-pixbuf.c: In function 'gdk_pixbuf_get_has_alpha':
gdk-pixbuf.c:285: error: dereferencing pointer to incomplete type
gdk-pixbuf.c:285: error: 'TRUE' undeclared (first use in this function)
gdk-pixbuf.c:285: error: 'FALSE' undeclared (first use in this function)
gdk-pixbuf.c: In function 'gdk_pixbuf_get_bits_per_sample':
gdk-pixbuf.c:301: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: At top level:
gdk-pixbuf.c:312: error: parse error before '*' token
gdk-pixbuf.c: In function 'gdk_pixbuf_get_pixels':
gdk-pixbuf.c:317: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: In function 'gdk_pixbuf_get_width':
gdk-pixbuf.c:333: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: In function 'gdk_pixbuf_get_height':
gdk-pixbuf.c:349: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: In function 'gdk_pixbuf_get_rowstride':
gdk-pixbuf.c:365: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: At top level:
gdk-pixbuf.c:371: error: parse error before 'gdk_pixbuf_major_version'
gdk-pixbuf.c:371: warning: data definition has no type or storage class
gdk-pixbuf.c:372: error: parse error before 'gdk_pixbuf_minor_version'
gdk-pixbuf.c:372: warning: data definition has no type or storage class
gdk-pixbuf.c:373: error: parse error before 'gdk_pixbuf_micro_version'
gdk-pixbuf.c:373: warning: data definition has no type or storage class
gdk-pixbuf.c:378: error: parse error before 'app'
gdk-pixbuf.c:383: error: parse error before 'app'
make[3]: *** [gdk-pixbuf.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

Error: Status 1 encountered during processing.
}}}
",smurfair@…
Active Tickets,15859,"openjade 1.3.2, Revision 2: demo failure",ports,1.6.0,,defect,macports-tickets@…,new,2008-07-04T12:59:40-07:00,2010-04-21T19:29:05-07:00,"Openjade has a demo program that can be used to test the installation.  See http://olympus.het.brown.edu/cgi-bin/dwww?type=file&location=/usr/share/doc/openjade#using.

Execution of the demo results in a bus error:

{{{
$ openjade demo.sgm
Bus error
}}}


This is on my 10.4 Tiger system with the updated openjade port.
",tom.duck@…
Active Tickets,15966,apache2: mod_cgi.so missing,ports,1.7.0,,defect,macports-tickets@…,new,2008-07-11T15:47:33-07:00,2010-10-07T15:27:32-07:00,"I installed apache2+workermpm on 10.5.3.  When trying to run apache, it complained about missing mod_cgi:

{{{
bash$ /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start
httpd: Syntax error on line 104 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_cgi.so into server: dlopen(/opt/local/apache2/modules/mod_cgi.so, 10): image not found
}}}",wsiegrist@…
Active Tickets,16102,gcc43 4.3.1_1 - No port for GDB and Apple GDB fails to debug mp-gcc43 executables,ports,1.6.0,,defect,macports-tickets@…,new,2008-07-25T10:03:08-07:00,2012-02-24T14:08:50-08:00,"I haven't found any port for GDB, and while the Apple GDB (Leopard) debugs correctly executables produced by the Apple version of GCC, it can't debug executables produced by the version of GCC 4.3 found in MacPorts.",thomas@…
Active Tickets,16110,libxml2: attempts to use libxslt.1.dylib,ports,1.7.0,,defect,cedric.luthi@…,new,2008-07-26T17:50:38-07:00,2010-10-08T16:34:30-07:00,"I previously had libxml2 2.6.32_1 and libxslt 1.1.23_0 installed. I forcibly uninstalled libxml2 and reinstalled it, to test an issue. During the reinstall, this message appeared in the debug output, and also a Mac OS X Crash Reporter dialog appeared with similar information:

{{{
dyld: lazy symbol binding failed: Symbol not found: _xmlXPathContextSetCache
  Referenced from: /mp/lib/libxslt.1.dylib
  Expected in: flat namespace

dyld: Symbol not found: _xmlXPathContextSetCache
  Referenced from: /mp/lib/libxslt.1.dylib
  Expected in: flat namespace
}}}


`/mp` is my MacPorts prefix. So it seems that libxml2 is trying to load libxslt.1.dylib during the build. You must modify the port so that this does not happen, because libxml2 does not declare a dependency on libxslt (and it cannot, since libxslt declares a dependency on libxml2, and we cannot have circular dependencies).

I am running Mac OS X 10.4.11 on an Intel Mac with Xcode 2.5 and MacPorts from trunk @38557.",ryandesign@…
Active Tickets,16201,Upgrading openssh overwrites user-modified config files,ports,1.6.0,,defect,jwa@…,new,2008-08-03T16:51:23-07:00,2012-03-06T03:51:42-08:00,"The openssh port shouldn't overwrite user-modified config files (ssh_config and sshd_config), or should introduce some mechanism to do config file upgrades safely. For instance, contents between some markers could be preserved, e.g.
{{{
# BEGIN local configuration
...
# END local configuration
}}}
In such a case, such configuration should be near the beginning of the file. The ssh_config man page says:
{{{
     For each parameter, the first obtained value will be used.  The configu-
     ration files contain sections separated by ``Host'' specifications, and
     that section is only applied for hosts that match one of the patterns
     given in the specification.  The matched host name is the one given on
     the command line.

     Since the first obtained value for each parameter is used, more host-spe-
     cific declarations should be given near the beginning of the file, and
     general defaults at the end.
}}}
I don't know about sshd_config. I suppose that the same rule is applied.",vinc17@…
Active Tickets,16385,"Performance: No rule to make target Performance/dependencies, needed by internal-doc-all_",ports,1.7.0,,defect,macports-tickets@…,new,2008-08-25T13:31:09-07:00,2010-10-08T19:03:11-07:00,"When trying to install Performance 0.2.5 (or 0.2.4) on Mac OS X 10.5.4 Intel with Xcode 3.1, autogsdoc crashes and the build fails with this error:

{{{
Making all for doc Performance...
autogsdoc -Project Performance -DocumentationDirectory Performance  -MakeDependencies Performance/dependencies GSCache.h GSThroughput.h GSTicker.h GSSkipMutableArray.h
gnumake[1]: *** No rule to make target `Performance/dependencies', needed by `internal-doc-all_'.  Stop.
gnumake: *** [Performance.all.doc.variables] Error 2
}}}

A Crash Reporter dialog also comes up (if you have enabled developer crash logs in /Developer/Applications/Utilities/CrashReporterPrefs.app); contents attached.

This problem was first [http://lists.macosforge.org/pipermail/macports-users/2008-August/011348.html reported on macports-users].

Performance builds just fine on Mac OS X 10.4.11 Intel with Xcode 2.5.
",ryandesign@…
Active Tickets,16440,pdftk is unstable,ports,1.6.0,,defect,ryandesign@…,new,2008-09-01T08:20:28-07:00,2010-10-26T09:53:35-07:00,"Since gcj34 no longer compiles on ports (Tiger, Leopard), pdftk should be removed. pdftk uses obslolete I/O mechanisms (and has other problems) on all gcc4xx versions, and although it does compile, shows erratic behaviour on all platforms (hangs, coredumps).",helge@…
Active Tickets,16524,qtpfsgui can't open raw file,ports,1.6.0,,defect,clubjuggler@…,new,2008-09-12T09:42:26-07:00,2011-08-29T06:33:48-07:00,"If I try to open a NEF raw file with qtpfsgui it opens a dialog box that says ""ERROR:  Cannot start dcraw on file:  DSC_1527.NEF""
I found that the version on the web site qtpfsgui web site contains dcraw, but that the port version does not.  While I have the ufraw port installed, and installed dcraw.
I copied cfraw into the application qtpfsgui/Contents/MacOS and now it will open NEF files. 
So the problem is just that qtpfsgui is not properly finding dcraw.  I suppose that it should be pointed to find the version in Macports, or the port could just copy dcraw into the application.  I am not sure how to change the port file so that either of the above happen, however.
Also, either ufraw or dcraw should probably be a dependent of qtpfsgui.  
Finally, perhaps it should be a separate ticket, but the port of dcraw can't install, since ufraw installs that same file, and I already have installed that.  So something should change about one or the other of these paths/ports.  Perhaps ufraw should just depend on dcraw instead of including its own version of that same code?

--Adam",dersh@…
Active Tickets,16583,php5-eaccelerator 0.9.5.3 fails during configure - need to pass user id for sysvipc,ports,1.6.0,,defect,ryandesign@…,new,2008-09-17T18:53:58-07:00,2013-03-22T09:10:48-07:00,"{{{
# port --version
MacPorts 1.600

# php --version
PHP 5.2.6 (cli) (built: Jul 17 2008 23:04:49) 
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

# port install php5-eaccelerator +sessions +content_caching
--->  Fetching php5-eaccelerator
--->  Attempting to fetch eaccelerator-0.9.5.3.tar.bz2 from http://bart.eaccelerator.net/source/0.9.5.3/
--->  Verifying checksum(s) for php5-eaccelerator
--->  Extracting php5-eaccelerator
--->  Configuring php5-eaccelerator
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_php5-eaccelerator/work/eaccelerator-0.9.5.3"" && ./configure --prefix=/opt/local --with-php-config=/opt/local/bin/php-config --with-eaccelerator-sessions --with-eaccelerator-content-caching "" returned error 1
Command output: checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking mandatory system headers... no
checking whether union semun is defined in sys/sem.h... yes
checking for sysvipc shared memory support... no
checking for mmap shared memory support... yes
checking for mmap on /dev/zero shared memory support... no
checking for anonymous mmap shared memory support... yes
checking for posix mmap shared memory support... yes
checking for best shared memory type... anonymous mmap
checking for spinlock semaphores support... no
checking for pthread semaphores support... no
checking for posix semaphores support... yes
checking for sysvipc semaphores support... yes
checking for fcntl semaphores support... yes
checking for flock semaphores support... yes
checking for best semaphores type... configure: error: ""You need to pass the user id eaccelerator will be running under when using sysvipc semaphores""
}}}

",moody@…
Active Tickets,16977,qtpfsgui crash saving exr,ports,1.6.0,,defect,clubjuggler@…,new,2008-10-23T09:55:51-07:00,2011-02-10T21:25:32-08:00,"qtpfsgui seems to work fine for most functions now.  But if I try to save an HDR image as a .exr it crashes.  I can save with no problem as an .hdr.  And if I convert an image to .exr using another tool, then qtpfsgui can open it.  So it is able to find and use openexr for reading but not for writing.


The following appears in my system.log when the crash happens:
{{{
Oct 23 09:42:10 adamsmacbook-3 [0x0-0x91091].qtpfsgui[7812]: terminate called after throwing an instance of 'Iex::EaccesExc'
Oct 23 09:42:10 adamsmacbook-3 [0x0-0x91091].qtpfsgui[7812]:   what():  Cannot open image file ""�Q9"". Permission denied.
}}}
(Yes, those odd characters are the same as what appear in my system.log file for the file name....)


I can post the full crash report that is generated if that might help.

I am not sure if this is a more general problem with qtpfsgui, but I did search and didn't find other references to this problem, so I think that it might be specific to the MacPort version.  

Thanks,

--Adam",dersh@…
Active Tickets,17018,libgda3 uses string match as if it accepted a regexp,ports,1.6.0,,defect,jwa@…,new,2008-10-27T14:04:14-07:00,2010-09-08T15:21:00-07:00,"libgda3 uses the ""string match"" function as if it accepted a regular expression as its parameter, but it does not; it expects a glob.

The string match in the Portfile has thus never worked. The string match could be fixed by changing ""`{/Makefile$}`"" to ""`{*/Makefile}`"". However the only Makefile in the source is in the po directory and it does not contain the string to be replaced. If the port is working correctly now, perhaps the entire post-configure part can be removed.",ryandesign@…
Active Tickets,17073,evas altivec issues,ports,1.9.1,,defect,ryandesign@…,new,2008-11-02T05:40:15-08:00,2013-04-15T15:38:03-07:00,"I tried to update e17 and its dependencies, I got a problem that seems to be related to altivec, several ""vector"" keywords aren't recognized, I tried adding 
{{{
-maltivec -mabi=altivec
}}}
to the failing command but I got same ouput, I even tried using gcc-4.2 .

I made a little search but couldn't find anything useful, I remember vector being altivec unit related.

Has anyone experienced something like this?
Can anyone on PPC reproduce this?

I'm attaching output from failed install and the Portfile used. ",and.damore@…
Active Tickets,17199,hs-HTTP installation failure,ports,1.6.0,,defect,singingwolfboy@…,new,2008-11-11T18:44:20-08:00,2013-04-15T08:59:49-07:00,"After upgrading GHC to 6.10.1, installing hs-cabal failed due to hs-HTTP.

I guess HTTP-3001.1.4 should be installed instead of /HTTP-3001.0.4.
",kazu@…
Active Tickets,17434,rxvt-unicode 9.06 macosx-clipboard module doesn't work,ports,1.6.0,,defect,evangoldenberg@…,new,2008-11-30T02:32:38-08:00,2011-05-30T19:22:42-07:00,"rxvt-unicode comes with a bunch of modules, written in perl that provide rxvt-unicode with enhanced features.

One of those modules 'macosx-clipboard' is meant to provide copy and paste support between the Mac Os X clipboard and X11.

But that module uses ""Foundation.pm"", and this module is only available from the Mac Os X perl installation. Then, when you start rxvt-unicode with that module enabled, the perl interpreter prompts the error: ""Can't locate Foundation.pm in @INC"" and the module isn't loaded.

I've been trying a lot of things to workaround this issue (uninstalling perl from port and trying to build rxvt-unicode against the Mac Os X installation) but untill now the only thing that actually worked was modifying the module so it won't use ""Foundation.pm"".

Attached within this ticket is my version of the module (to be placed in /opt/local/lib/urxvt/perl/)",devel@…
Active Tickets,17461,jnethack: don't make user/group games,ports,1.7.0,,defect,takanori@…,new,2008-11-30T21:27:10-08:00,2009-06-08T12:55:15-07:00,"jnethack makes a user and group ""games"". Could it be changed to not do that, please, and to just install as whatever user the process is running as, like other ports do? Thanks.
",ryandesign@…
Active Tickets,17754,vxl-1.11.0 Shuffling library directories breaks UseVXL.cmake,ports,,,defect,wiking@…,new,2008-12-23T19:16:14-08:00,2010-04-27T23:56:00-07:00,"When you use VXL in a CMake project the standard way:

{{{
FIND_PACKAGE(VXL)
 IF(VXL_FOUND)
  INCLUDE(${VXL_CMAKE_DIR}/UseVXL.cmake)
 ELSE(VXL_FOUND)
  MESSAGE(""VXL_DIR should be set to the VXL build directory."")
ENDIF(VXL_FOUND)
}}}

The LINK_DIRECTRIES is set to:

{{{
UseVXL.cmake:84:  LINK_DIRECTORIES(${VXL_LIBRARY_DIR})
UseVXL.cmake:131:    SET(VXL_LIBRARY_PATH ${VXL_LIBRARY_DIR})
}}}

Which is by default configured as:

{{{
VXLConfig.cmake:38:SET(VXL_LIBRARY_DIR ""/opt/local/lib"")
}}}

Small problem I know!

I also have made a variant of the vxl port to include DICOM support that I can submit in another ticket.

Cheers,
Andy ",andrew@…
Active Tickets,17800,Failed to build hmake,ports,1.7.0,,defect,macports-tickets@…,new,2008-12-27T22:18:00-08:00,2009-08-10T14:28:48-07:00,"I have been trying to build hmake with no success.
My ports are up-to-date.
{{{
--->  Fetching hmake
--->  Verifying checksum(s) for hmake
--->  Extracting hmake
--->  Applying patches to hmake
--->  Configuring hmake
--->  Building hmake
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hmake/work/hmake-3.14"" && make all "" returned error 2
Command output:   or --package-conf can be used to act on another database
  entirely. When multiple of these options are given, the rightmost
  one is used as the database to act upon.

  Commands that query the package database (list, latest, describe,
  field) operate on the list of databases specified by the flags
  --user, --global, and --package-conf.  If none of these flags are
  given, the default is --global --user.

 The following optional flags are also accepted:

           --user                  use the current user's package database
           --global                use the global package database
  -f FILE  --package-conf=FILE     use the specified package config file
           --global-conf=FILE      location of the global package config
           --no-user-package-conf  never read the user package database
           --force                 ignore missing dependencies, directories, and libraries
           --force-files           ignore missing directories and libraries only
  -g       --auto-ghci-libs        automatically build libs for GHCi (with register)
  -?       --help                  display this help and exit
  -V       --version               output version information and exit
           --simple-output         print output in easy-to-parse format for some commands
           --names-only            only print package names, not versions; can only be used with list --simple-output
           --ignore-case           ignore case for substring matching

MkConfig: user error (Command (/opt/local/bin/ghc-pkg-6.10.1 -l) failed)
hmake-config: compiler not known:
  'ghc'
make[1]: *** [config] Error 2
make: *** [targets/ix86-Darwin-9.6.0/hmake-ghc] Error 2

Error: Status 1 encountered during processing.
ghais-issas-macbook:~ ghais$ sudo port clean hmake
--->  Cleaning hmake
ghais-issas-macbook:~ ghais$ sudo port install hmake
--->  Fetching hmake
--->  Verifying checksum(s) for hmake
--->  Extracting hmake
--->  Applying patches to hmake
--->  Configuring hmake
--->  Building hmake
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hmake/work/hmake-3.14"" && make all "" returned error 2
Command output:   or --package-conf can be used to act on another database
  entirely. When multiple of these options are given, the rightmost
  one is used as the database to act upon.

  Commands that query the package database (list, latest, describe,
  field) operate on the list of databases specified by the flags
  --user, --global, and --package-conf.  If none of these flags are
  given, the default is --global --user.

 The following optional flags are also accepted:

           --user                  use the current user's package database
           --global                use the global package database
  -f FILE  --package-conf=FILE     use the specified package config file
           --global-conf=FILE      location of the global package config
           --no-user-package-conf  never read the user package database
           --force                 ignore missing dependencies, directories, and libraries
           --force-files           ignore missing directories and libraries only
  -g       --auto-ghci-libs        automatically build libs for GHCi (with register)
  -?       --help                  display this help and exit
  -V       --version               output version information and exit
           --simple-output         print output in easy-to-parse format for some commands
           --names-only            only print package names, not versions; can only be used with list --simple-output
           --ignore-case           ignore case for substring matching

MkConfig: user error (Command (/opt/local/bin/ghc-pkg-6.10.1 -l) failed)
hmake-config: compiler not known:
  'ghc'
make[1]: *** [config] Error 2
make: *** [targets/ix86-Darwin-9.6.0/hmake-ghc] Error 2

Error: Status 1 encountered during processing.
}}}

I am kind of new to macport, previously a debian user, if there is anything else needed form me please let me know.",gggg.iiiii@…
Active Tickets,17850,python25 -> installation bug on OS 10.5 -> bus error and IDLE crash,ports,1.7.0,,defect,macports-tickets@…,new,2009-01-02T09:56:52-08:00,2010-10-28T16:43:17-07:00,"/Applications/MacPorts/MacPython 2.5/IDLE crashes on startup[[BR]]
within python: 
{{{
from PyQt4 import QtGui
}}}
produces a bus error.[[BR]]
The two are probably related.


",jmr@…
Active Tickets,17998,Linking to Python 2.5 framework is broken due to broken symlinks,ports,1.6.0,,defect,jwa@…,new,2009-01-14T09:54:31-08:00,2013-04-15T08:59:35-07:00,"Linking to /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config/libpython2.5.a fails, because the file is a broken symlink (as an aside, the file identifies as a dynamically linked shared library, not a static one; is that a naming problem?).

This is a result of libpython2.5.a being a symlink to ../../../Python, thereby crossing a symlinked directory: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 points to /opt/local/lib/python2.5. Traversing this symlinked directory manually is no problem, but the symlinked file is broken.
Comparing to the system installed variant, the symlinked directory is the other way around:

{{{
ls -l  /usr/lib/                                                   
lrwxr-xr-x   1 root  wheel        75  9 Nov  2007 python2.5 -> ../../System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
}}}

Manually fixing this now results in proper linking with libpython2.5 (I also added a libpython2.5.dylib in the config/ directory, which is simply a copy of libpython2.5.a).
The directory structure now reads

{{{
ls -l /opt/local/lib
lrwxr-xr-x    1 root  admin        66 14 Jan 18:03 python2.5 -> ../Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/
ls -l /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config
total 208
lrwxr-xr-x  1 root  admin     15 14 Jan 18:02 libpython2.5.a -> ../../../Python
lrwxr-xr-x  1 root  admin     15 14 Jan 18:02 libpython2.5.dylib -> ../../../Python

}}}


This ticket originated from ticket [/ticket/17975 #17975]",evert.rol@…
Active Tickets,18161,i386-elf-binutils 2.18.50.0.9_0 fails to build on Tiger,ports,1.7.0,,defect,jinksys@…,new,2009-01-23T07:57:30-08:00,2012-03-13T19:30:45-07:00,"I have the following i386-elf-binutils build problem for months now. I'm still using OS X 10.4.11. Please ask for details if you need more.

{{{
# port outdated
The following installed ports are outdated:
i386-elf-binutils              2.17_0 < 2.18.50.0.9_0             
# port upgrade i386-elf-binutils
--->  Fetching i386-elf-binutils
--->  Verifying checksum(s) for i386-elf-binutils
--->  Extracting i386-elf-binutils
--->  Configuring i386-elf-binutils
--->  Building i386-elf-binutils
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/build"" && make all "" returned error 2
Command output: libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/stab-syms.c -o stab-syms.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o merge.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/merge.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/merge.c -o merge.o
/bin/sh ./libtool --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\""/opt/local/lib/debug\"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/dwarf2.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\""/opt/local/lib/debug\"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/dwarf2.c -o dwarf2.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o simple.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/simple.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/simple.c -o simple.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o compress.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/compress.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/compress.c -o compress.o
rm -f elf32-target.h
sed -e s/NN/32/g < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf32-i386.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32-i386.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32-i386.c -o elf32-i386.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf-vxworks.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf-vxworks.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf-vxworks.c -o elf-vxworks.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf32.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32.c

libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32.c -o elf32.o
cc1: warnings being treated as errors
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32.c:23:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h: In function 'bfd_elf32_swap_symbol_in':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h:198: warning: implicit declaration of function 'bfd_has_gap_in_elf_shndx'
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h: In function 'bfd_elf32_object_p':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h:780: error: invalid lvalue in assignment
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h:792: error: invalid lvalue in assignment
make[4]: *** [elf32.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-bfd] Error 2
make: *** [all] Error 2

Error: Unable to upgrade port: 1
}}}",horst@…
Active Tickets,18169,hunspell-dict-en_US should depend on hunspell,ports,1.7.0,,defect,nox@…,new,2009-01-24T11:34:52-08:00,2012-10-27T08:53:00-07:00,I just installed hunspell-dict-en_US and it did not install hunspell.,macports@…
Active Tickets,18327,incompatibility: lablgtk2 and ocaml,ports,1.7.0,,defect,macports-tickets@…,new,2009-02-02T06:15:17-08:00,2010-10-22T06:11:59-07:00,"I think that the port 'lablgtk2' is too old and thus not compatible with the recent upgrade of the port 'ocaml'.

When I compile Coq 8.2rc2 (http://coq.inria.fr/V8.2rc2/), I get the following error message:

{{{
OCAMLOPT  contrib/micromega/csdpcert.ml
OCAMLOPT -o contrib/micromega/csdpcert
true contrib/micromega/csdpcert
OCAMLC    ide/utils/okey.mli
File ""ide/utils/okey.mli"", line 1, characters 0-1:
Error: /opt/local/lib/ocaml/lablgtk2/gdk.cmi
is not a compiled interface
make[1]: *** [ide/utils/okey.cmi] Error 2
make: *** [world] Error 2
}}}

",judufuru-gherthgr@…
Active Tickets,18328,Problems to run xfig and gv,ports,1.7.0,,defect,ryandesign@…,new,2009-02-02T08:00:15-08:00,2009-12-28T13:40:05-08:00,"Hello,

I have recently installed darwin ports and installed xfig, gv and xemacs in my machine, which runs Mac OS X Leopard v10.5.6.

After installing, xemacs runs fine. However, xfig and gv get some error messages:

XFIG:

{{{
Warning: No type converter registered for 'translations' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Color' conversion.
Warning: No type converter registered for 'TranslationTable' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'translations' to 'Meta' conversion.
Bus error
}}}

GV:

{{{
Warning: No type converter registered for 'String' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'translations' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'String' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Color' conversion.
Warning: No type converter registered for 'String' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'TranslationTable' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'translations' to 'Meta' conversion.
Bus error
}}}

I have tried the solutions suggested in tickets #18250 and #18249. However, they don't seem to be working for me... I have replaced my old patch-Imakefile and Portfile files by the new ones and then tried to run the applications again, but with no success.

Is there something else that I should do after modifying the files? Or could it be that I'm having some additional problem that doesn't allow me to fix it only in that way?

Thank you in advance.

Fernando.",blue_wind_cwb-porto@…
Active Tickets,18386,Guide Has No PortGroup Invocation Example,guide,,,defect,markd@…,new,2009-02-05T05:38:48-08:00,2013-03-21T19:13:33-07:00,The guide goes to lengths to explain what various PortGroups do but never explains how to write a PortGroup line in a Portfile.,rmsfisher@…
Active Tickets,18472,xfig - cannot type in file open/save fields,ports,1.7.0,,defect,macports-tickets@…,new,2009-02-12T05:20:15-08:00,2010-08-06T17:40:49-07:00,"xfig now works for me having used the patch provided at
#18250

However it is not possible to enter a filename when trying to save a file.

Select File > Save - typing in the Filename or or any other field has no apparent effect, even if I keep the mouse pointer over the field when typing.

I have observed this one two different machines, one running Mac OS X 10.4.11 and the other 10.5.6",Mike.Willis@…
Active Tickets,18474,gimp-app 2.6.0_1 openDoc failure,ports,1.7.0,,defect,macports-tickets@…,new,2009-02-12T07:12:54-08:00,2010-05-05T00:13:49-07:00,"apologies if this is a duplicate ticket; I'm not sure if I submitted or just previewed it and then closed the tab a few minutes ago.

2 problems with opening files using Gimp.app

1) gimp2 no longer builds gimp-remote by default.  already submitted a bug about that:

#18473

2) on Leopard, with xquartz 2.3.2 (and I suspect also Apple's X11), the DISPLAY variable trick in Gimp.app/Contents/Resources/openDoc no longer works; in fact, it prevents openDoc from working at all.

Changing it to something like this:

{{{
#!/bin/sh
#
# Author: Aaron Voisine <aaron@voisine.org>

DISPFILE=/tmp/display.$UID
if [ -e $DISPFILE ]
then
  export ""DISPLAY=`cat $DISPFILE`""
fi
exec ""/opt/local/bin/gimp-remote"" ""$@""
}}}

makes it work on Leopard (which doesn't set /tmp/display.nnnn), and I imagine it would still work on older versions of OS X which do use /tmp/display.nnn

This could be seen as an upstream bug but honestly I could not figure out how to do submit a bug from the website at http://gimp-app.sourceforge.net/ .
",edheil@…
Active Tickets,18480,bigloo: links with sqlite and openssl but does not declare dependencies,ports,,,defect,reilles@…,new,2009-02-12T15:37:50-08:00,2009-11-14T12:09:15-08:00,"bigloo links with MacPorts libraries libsqlite3.0.dylib, libcrypto.0.9.8.dylib and libssl.0.9.8.dylib on my system, but does not declare dependencies on the sqlite3 or openssl ports. bigloo must either declare these dependencies or not link with these libraries.

You can add variants if you want the functionality to be optional, but if there is a strong likelihood that users will want these features, enable them always and forgo variants.",ryandesign@…
Active Tickets,18635,Updating account email address does not affect existing tickets,server/hosting,1.7.0,,defect,wsiegrist@…,new,2009-02-25T02:00:52-08:00,2010-11-22T00:31:16-08:00,"Does the reporter to trac not automatically get email notifications of changes?

I pushed in #18125 which seems to be closed, I had no idea.  I would like to delete all the local ports I have, and sync up with you guys, but I was not made aware.

So I need to add myself as a CC in order to make this happen?",scott@…
Active Tickets,18648,slrn unable to connect to leafnode,ports,1.7.0,,defect,krischik@…,new,2009-02-25T14:01:35-08:00,2010-04-21T15:55:49-07:00,"slrn and leafnode both installed on 10.5.6 [[br]]
slrn fails to connect to leafnode with the following error:

{{{
Reading startup file /Users/martinsmith/.slrnrc.
Using newsrc file /Users/martinsmith/.jnewsrc-localhost for server localhost.
Connecting to host localhost ...
Failed to initialize server
Reason: 502 Remote access denied.
slrn fatal error:
Failed to initialize server.
}}}

Problem is that they are both on the same machine, yet I can
connect to leafnode on the mac from slrn on a bsd box on the
same local network with no errors.
I can also connect slrn on the mac to leafnode on the bsd box.
I am guessing this is a leafnode problem, but I may be wrong.
Any thoughts?
",martinsm@…
Active Tickets,18691,basiliskii fails to compile,ports,1.7.0,,defect,macports-tickets@…,new,2009-02-28T12:49:44-08:00,2013-04-15T08:58:23-07:00,"{{{
c++ -I/opt/local/include -I../include -I. -I../uae_cpu -DHAVE_CONFIG_H  -DOS_darwin9_6.0 -DCPU_powerpc -DFPU_UAE -D_REENTRANT -DDATADIR=\""/opt/local/share/BasiliskII\"" -O2 -I/usr/X11/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/usr/X11/include -c ../uae_cpu/gencpu.c -o obj/gencpu.o
<command line>:1:13: warning: missing whitespace after the macro name
../uae_cpu/gencpu.c: In function 'void genmovemel(uint16)':
../uae_cpu/gencpu.c:522: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:522: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:522: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:522: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c: In function 'void genmovemle(uint16)':
../uae_cpu/gencpu.c:544: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:544: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:544: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:544: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c: In function 'void gen_opcode(long unsigned int)':
../uae_cpu/gencpu.c:1182: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1182: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1182: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1182: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1183: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1183: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1183: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1183: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1185: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1185: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1186: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1186: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1186: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1186: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1191: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1191: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1191: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1191: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1200: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1200: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1200: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1200: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1208: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1208: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1208: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1208: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1209: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1209: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1209: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1209: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1211: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1211: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1212: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1212: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1212: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1212: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1215: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1215: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1215: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1215: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1216: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1216: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1219: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1219: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1222: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1222: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1222: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1222: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1223: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1223: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1223: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1223: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1226: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1226: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1227: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1227: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1228: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1228: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1228: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1228: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1232: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1232: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1232: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1232: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1233: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1233: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1233: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1233: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1244: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1244: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1245: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1245: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1246: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1246: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1246: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1246: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1249: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1249: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1249: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1249: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1250: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1250: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1250: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1250: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1252: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1252: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1253: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1253: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1253: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1253: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1256: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1256: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1256: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1256: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1257: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1257: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1260: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1260: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1263: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1263: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1263: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1263: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1264: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1264: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1264: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1264: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1267: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1267: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1268: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1268: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1269: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1269: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1269: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1269: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1272: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1272: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1272: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1272: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1273: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1273: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1273: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1273: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1284: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1284: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1285: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1285: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1286: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1286: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1286: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1286: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1289: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1289: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1289: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1289: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1291: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1291: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1292: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1292: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1292: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1292: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1295: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1295: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1295: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1295: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1298: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1298: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1299: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1299: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1300: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1300: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1300: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1300: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1303: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1303: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1303: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1303: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1314: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1314: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1315: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1315: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1315: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1315: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1318: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1318: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1318: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1318: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1319: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1319: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1320: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1320: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1320: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1320: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1323: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1323: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1323: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1323: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1326: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1326: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1327: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1327: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1327: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1327: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1330: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1330: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1330: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1330: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1331: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1331: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1334: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1334: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1334: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1334: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1335: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1335: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1335: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1335: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1343: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1343: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1343: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1343: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1344: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1344: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1344: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1344: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1351: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1351: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1351: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1351: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1354: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1354: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1354: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1354: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1355: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1355: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1355: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1355: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1362: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1362: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1362: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1362: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1365: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1365: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1365: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1365: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1366: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1366: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1366: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1366: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1373: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1373: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1373: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1373: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1377: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1377: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1377: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1377: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1378: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1378: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1378: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1378: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1380: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1380: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1383: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1383: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1383: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1383: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1384: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1384: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1391: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1391: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1391: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1391: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1403: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1403: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1403: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1403: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1410: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1410: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1410: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1410: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1413: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1413: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1413: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1413: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1414: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1414: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1414: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1414: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1415: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1415: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1416: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1416: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1416: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1416: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1419: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1419: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1419: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1419: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1420: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1420: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1420: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1420: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1426: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1426: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1429: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1429: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1432: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1432: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1434: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1434: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1437: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1437: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1446: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1446: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1450: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1450: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1453: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1453: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1453: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1453: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1454: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1454: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1454: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1454: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1455: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1455: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1455: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1455: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1456: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1456: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1456: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1456: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1459: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1459: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1470: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1470: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1479: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1479: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1479: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1479: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1485: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1485: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1485: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1485: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1489: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1489: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1489: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1489: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1490: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1490: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1490: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1490: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1497: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1497: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1497: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1497: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1540: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1540: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1540: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1540: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1549: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1549: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1551: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1551: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1552: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1552: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1552: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1552: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1556: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1556: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1556: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1556: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1559: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1559: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1559: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1559: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1582: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1582: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1582: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1582: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1588: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1588: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1588: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1588: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1594: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1594: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1594: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1594: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1622: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1622: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1622: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1622: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1643: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1643: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1643: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1643: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1644: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1644: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1644: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1644: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1645: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1645: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1645: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1645: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1648: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1648: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1648: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1648: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1653: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1653: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1653: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1653: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1654: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1654: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1654: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1654: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1657: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1657: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1657: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1657: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1680: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1680: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1680: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1680: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1683: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1683: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1683: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1683: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1687: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1687: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1688: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1688: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1697: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1697: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1705: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1705: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1706: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1706: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1714: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1714: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1721: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1721: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1722: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1722: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1726: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1726: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1730: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1730: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1731: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1731: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1735: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1735: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1740: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1740: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1740: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1740: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1741: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1741: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1741: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1741: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1749: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1749: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1749: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1749: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1750: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1750: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1750: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1750: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1774: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1774: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1774: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1774: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1775: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1775: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1775: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1775: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1783: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1783: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1803: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1803: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1804: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1804: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1804: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1804: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1807: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1807: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1807: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1807: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1808: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1808: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1808: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1808: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1834: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1834: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1839: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1839: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1840: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1840: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1840: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1840: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1843: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1843: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1843: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1843: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1844: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1844: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1844: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1844: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1868: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1868: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1869: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1869: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1869: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1869: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1872: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1872: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1872: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1872: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1873: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1873: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1873: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1873: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1893: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1893: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1898: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1898: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1899: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1899: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1899: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1899: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1902: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1902: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1902: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1902: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1903: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1903: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1903: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1903: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1925: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1925: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1926: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1926: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1926: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1926: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1929: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1929: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1929: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1929: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1930: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1930: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1930: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1930: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1950: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1950: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1952: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1952: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1953: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1953: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1953: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1953: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1956: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1956: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1956: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1956: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1957: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1957: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1957: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1957: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1968: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1968: error:   initializing argument 2 of 'void force_range_for_rox(const char*, wordsizes)'
../uae_cpu/gencpu.c:1982: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1982: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1983: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1983: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1983: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1983: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1986: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1986: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1986: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1986: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1987: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1987: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1987: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1987: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1998: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1998: error:   initializing argument 2 of 'void force_range_for_rox(const char*, wordsizes)'
../uae_cpu/gencpu.c:2015: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2015: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2016: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2016: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2016: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2016: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2019: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2019: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2019: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2019: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2027: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2027: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2030: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2030: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2033: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2033: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2033: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2033: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2036: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2036: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2036: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2036: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2044: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2044: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2047: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2047: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2048: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2048: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2053: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2053: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2053: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2053: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2056: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2056: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2056: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2056: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2066: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2066: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2069: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2069: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2069: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2069: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2072: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2072: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2072: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2072: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2080: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2080: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2082: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2082: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2085: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2085: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2085: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2085: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2088: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2088: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2088: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2088: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2096: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2096: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2099: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2099: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2101: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2101: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2101: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2101: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2104: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2104: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2104: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2104: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2114: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2114: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2115: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2115: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2117: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2117: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2117: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2117: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2120: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2120: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2120: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2120: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2128: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2128: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2131: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2131: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2134: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2134: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2134: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2134: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2137: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2137: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2137: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2137: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2147: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2147: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2148: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2148: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2151: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2151: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2151: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2151: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2154: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2154: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2154: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2154: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2161: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2161: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2161: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2161: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2170: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2170: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2170: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2170: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2171: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2171: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2171: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2171: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2175: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2175: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2179: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2179: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2179: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2179: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2188: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2188: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2188: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2188: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2194: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2194: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2196: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2196: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2209: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2209: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2211: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2211: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2226: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2226: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2226: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2226: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2231: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2231: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2231: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2231: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2232: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2232: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2232: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2232: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2236: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2236: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2236: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2236: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2245: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2245: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2264: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2264: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2264: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2264: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2272: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2272: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2272: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2272: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2273: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2273: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2273: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2273: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2278: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2278: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2278: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2278: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2279: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2279: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2279: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2279: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2291: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2291: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2291: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2291: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2292: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2292: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2394: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2394: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2394: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2394: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2395: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2395: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2397: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2397: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2397: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2397: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2400: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2400: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2400: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2400: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2406: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2406: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2406: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2406: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2412: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2412: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2412: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2412: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2422: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2422: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2422: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2422: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2431: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2431: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2431: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2431: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2469: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2469: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2469: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2469: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2470: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2470: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2470: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2470: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2484: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2484: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2484: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2484: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
make: *** [obj/gencpu.o] Error 1

}}}",jeremyhu@…
Active Tickets,18782,xplanet: problem with clouds overlay,ports,1.7.0,,defect,macports-tickets@…,new,2009-03-09T07:05:22-07:00,2011-03-01T16:29:13-08:00,"I am using Mac OSX Tiger 10.4.11, with all updates that the automatic fetcher has found as of now (march 9, 2009).
The two last versions of the xplanet port (1.2.0_2 and 1.2.0_3) do not display the clouds over the planet. The former version 1.2.0_1 does it properly, but sometimes the links are automatically restored to the newest version (how can that be?), so that I have to manually change this from time to time. Otherwise all my ports are activated at the newest version.
Why doesn't the last version of xplanet overlay the clouds properly? Can it be fixed?
Thanks,
Antoine",antoine.klein@…
Active Tickets,18789,GNU screen does not display caption correctly if terminal is wider than 256 characters,ports,1.7.0,,defect,macports-tickets@…,new,2009-03-09T19:41:09-07:00,2010-12-23T21:36:11-08:00,"Similar reports, with patch, here:

https://savannah.gnu.org/bugs/index.php?14153

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271384",bryan@…
Active Tickets,18791,scribus warning about missing ghostscript,ports,1.7.0,,defect,macports-tickets@…,new,2009-03-10T03:31:31-07:00,2010-10-28T14:14:22-07:00,"scribus warning after scribus start:

'''The following programs are missing:[[BR]]''

''Ghostscript: You cannot use EPS images or PrintPreview'''

but there is ghostscript:


{{{
mbp:~ hweber$ port installed | grep -i ghost
  ghostscript @8.63_1 (active)

}}}

my specs:

{{{
MacBook Pro 15""
MacBookPro1,1
Intel Core Duo
Mac OS X 10.5.6 (9G55)
Darwin 9.6.0

port version
Version: 1.700

port info scribus
scribus @1.3.3.11 (print)
Variants:    darwin_9, universal

}}}

thank you for helping

",hweber@…
Active Tickets,18804,p5-mail-spamassassin 3.2.5_2: spamd cannot see the user's auto-whitelist file,ports,1.7.0,,defect,macports-tickets@…,new,2009-03-12T05:01:10-07:00,2010-07-26T04:20:08-07:00,"I use SpamAssassin via spamc and spamd, and in my log messages (/var/log/mail.log), I get messages like:
{{{
Mar 12 12:45:52 prunille spamd[25703]: spamd: connection from localhost [127.0.0.1] at port 64347
Mar 12 12:45:52 prunille spamd[25703]: spamd: setuid to vinc17 succeeded
Mar 12 12:45:53 prunille spamd[25703]: spamd: processing message <20090312113155.GK16527@prunille.vinc17.org> for vinc17:501
Mar 12 12:45:57 prunille spamd[25703]: auto-whitelist: open of auto-whitelist file failed: auto-whitelist: cannot open auto_whitelist_path /Users/vinc17/.spamassassin/auto-whitelist: No such file or directory
Mar 12 12:45:58 prunille spamd[25703]: spamd: clean message (0.0/5.0) for vinc17:501 in 5.6 seconds, 2626 bytes.
Mar 12 12:45:58 prunille spamd[25703]: spamd: result: . 0 - scantime=5.6,size=2626,user=vinc17,uid=501,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=64347,mid=<20090312113155.GK16527@prunille.vinc17.org>,autolearn=ham
Mar 12 12:45:58 prunille spamd[25699]: prefork: child states: II
}}}
However /Users/vinc17/.spamassassin/auto-whitelist really exists:
{{{
$ ls -l /Users/vinc17/.spamassassin/auto-whitelist
-rw------- 1 vinc17 vinc17 5255168 2009-03-12 00:32:11 /Users/vinc17/.spamassassin/auto-whitelist
}}}",vinc17@…
Active Tickets,18869,py25-docutils does not include roman.py,ports,1.7.0,,defect,alex@…,new,2009-03-16T14:11:34-07:00,2010-10-28T14:33:23-07:00,"Hence:

{{{
$ rst2html.py 
Traceback (most recent call last):
  File ""/opt/local/bin/rst2html.py"", line 23, in <module>
    publish_cmdline(writer_name='html', description=description)
  File ""/opt/local/lib/python2.5/site-packages/docutils/core.py"", line 334, in publish_cmdline
    pub.set_components(reader_name, parser_name, writer_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/core.py"", line 92, in set_components
    self.set_reader(reader_name, self.parser, parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/core.py"", line 82, in set_reader
    self.reader = reader_class(parser, parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/readers/__init__.py"", line 49, in __init__
    self.set_parser(parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/readers/__init__.py"", line 60, in set_parser
    parser_class = parsers.get_parser_class(parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/parsers/__init__.py"", line 46, in get_parser_class
    module = __import__(parser_name, globals(), locals())
  File ""/opt/local/lib/python2.5/site-packages/docutils/parsers/rst/__init__.py"", line 75, in <module>
    from docutils.parsers.rst import states
  File ""/opt/local/lib/python2.5/site-packages/docutils/parsers/rst/states.py"", line 108, in <module>
    import roman
ImportError: No module named roman
}}}

I note that it '''is''' included with py26-docutils.",swinbank@…
Active Tickets,18905,SBCL: Compile errors with variant threads on Leopard 10.5.6 (PPC),ports,1.7.0,,defect,easieste@…,new,2009-03-19T14:02:20-07:00,2012-10-27T08:33:13-07:00,"While compiling SBCL with variant threads I got the following error:

{{{
....
dynbind.c: In function 'bind_variable':
dynbind.c:46: error: 'TLS_INDEX_LOCK' undeclared (first use in this function)
dynbind.c:46: error: (Each undeclared identifier is reported only once
dynbind.c:46: error: for each function it appears in.)
dynbind.c:51: error: 'FREE_TLS_INDEX' undeclared (first use in this function)
dynbind.c:55: warning: implicit declaration of function 'lose'
make: *** [dynbind.o] Error 1
...
}}}

Without variant threads it works fine!",nitralime@…
Active Tickets,18931,/opt/local/share/info/dir contains defective content,ports,1.7.0,,defect,macports-tickets@…,new,2009-03-21T14:43:36-07:00,2010-10-29T02:18:24-07:00,"Hello!

This files contains defective entries like

* config.                                       status: 
                                                  (autoconf)config.status Invocation. Recreating configurations.

(notice the empty space after the dots) and nonsense like

This is libtool.                info, produced by makeinfo version 4.11 from 
                                  /Users/gary/Devo/libtool/doc/libtool.texi.  

This is gettext.                info, produced by makeinfo version 4.11 from 
                                  gettext.texi.  

The former is put into the paragraph ""GNU programming tools"" and the latter is put among ""Individual utilities.""

",Peter_Dyballa@…
Active Tickets,18969,ncid: don't clobber conf and log files,ports,1.7.0,,defect,ryandesign@…,new,2009-03-25T04:22:53-07:00,2010-10-28T15:17:48-07:00,"ncid shouldn't register the conf files to itself. This causes user customizations to the conf files to be lost when ncid is upgraded. Instead, the conf files should be installed as samples, either with e.g. "".sample"" at the end of each filename, or in a directory called ""sample"".

The log file is also getting clobbered.",ryandesign@…
Active Tickets,19021,py25-docutils conflicts with other py*-docutils versions,ports,1.7.0,,defect,alex@…,new,2009-03-28T07:31:07-07:00,2010-10-28T15:27:42-07:00,"It's currently not possible to install multiple versions of docutils (py-docutils, py25-docutils py26-docutils) as all ports will install their scripts in /opt/local/bin:

{{{
Port py25-docutils contains:
  /opt/local/bin/rst2html.py
  /opt/local/bin/rst2latex.py
  /opt/local/bin/rst2newlatex.py
  ...
}}}

The attached patch will attach the Python version number to those files:

{{{
Port py25-docutils contains:
  /opt/local/bin/rst2html-2.5.py
  /opt/local/bin/rst2latex-2.5.py
  /opt/local/bin/rst2newlatex-2.5.py
  ...
}}}


",arthurk@…
Active Tickets,19023,py-docutils conflicts with other py*-docutils versions,ports,1.7.0,,defect,macports-tickets@…,new,2009-03-28T07:44:24-07:00,2010-10-28T15:28:56-07:00,Same as #19021. The patch relies on #17029.,arthurk@…
Active Tickets,19031,flow-tools: reinplace didn't change anything in several files,ports,1.7.0,,defect,macports-tickets@…,new,2009-03-29T01:36:34-07:00,2010-10-28T15:30:27-07:00,"Using the patch in #15514 I see that flow-tools does many reinplaces which end up having no effect. Perhaps some of these are bugs.

{{{
$ port install flow-tools
--->  Fetching flow-tools
--->  Attempting to fetch flow-tools-0.68.tar.gz from http://leopard.local/distfiles/flow-tools
--->  Verifying checksum(s) for flow-tools
--->  Extracting flow-tools
--->  Applying patches to flow-tools
Warning: reinplace s|__PREFIX__|/mp|g didn't change anything in /Users/rschmidt/macports/dports/net/flow-tools/files/patch-ftpaths.h
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-capture.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-fanout.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-log2rrd.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-mask.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-receive.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rpt2rrd.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rptfmt.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-log2rrd.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-print.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-receive.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rpt2rrd.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rptfmt.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-log2rrd.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-print.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-receive.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rpt2rrd.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rptfmt.html.in
--->  Configuring flow-tools
^C
$
}}}

",ryandesign@…
Active Tickets,19128,mpab timeout on port builds,contrib,,,defect,macports-tickets@…,new,2009-04-02T11:50:29-07:00,2009-08-13T00:38:50-07:00,I was running mpab until it hit a snag on a port that was failing in an infinite loop (guile or something).  It looks like mpab needs a process to monitor the time of each port build with a timeout limit to kill a build and move on to the next build. ,dweber@…
Active Tickets,19154,help interface (yelp) is not working for qalculate-gtk,ports,1.7.0,,defect,jjstickel@…,new,2009-04-03T10:58:10-07:00,2010-10-28T16:09:21-07:00,"The help interface for qalculate-gtk (yelp) is not working.  The error message is:

{{{
The requested URI ""ghelp:///opt/local/share/gnome/help/qalculate-gtk/C/qalculate-gtk.xml"" is invalid
}}}

I don't know if this is a problem with yelp in general or if it is an upstream bug in qalculate-gtk.  Any help would be appreciated.

Until this is resolved, I suggest removing the ""doc"" variant from qalculate-gtk (see attached patch).  This is partly in response to 

http://lists.macosforge.org/pipermail/macports-dev/2009-January/006954.html",jjstickel@…
Active Tickets,19190,py25-wxpython and py26-wxpython conflict,ports,1.7.1,,defect,jwa@…,new,2009-04-05T17:41:49-07:00,2009-06-16T20:35:29-07:00,"`py25-wxpython` and `py26-wxpython` conflict when you try to install them at the same time:

{{{
$ port install py25-wxpython
--->  Fetching py25-wxpython
--->  Attempting to fetch wxPython-src-2.8.9.1.tar.bz2 from http://downloads.sourceforge.net/wxpython
--->  Verifying checksum(s) for py25-wxpython
--->  Extracting py25-wxpython
--->  Configuring py25-wxpython
--->  Building py25-wxpython
--->  Staging py25-wxpython into destroot
--->  Installing py25-wxpython @2.8.9.1_0
--->  Activating py25-wxpython @2.8.9.1_0
Error: Target org.macports.activate returned: Image error: /opt/local/include/wx-2.8/wx/wxPython/i_files/__init__.py is being used by the active py26-wxpython port.  Please deactivate this port first, or use 'port -f activate py25-wxpython' to force the activation.
Error: Status 1 encountered during processing.
$
}}}",ram@…
Active Tickets,19192,"py25-wxpython reports ""wxPython/wxWidgets release mismatch"" on import",ports,1.7.1,,defect,mww@…,new,2009-04-05T18:50:09-07:00,2009-08-01T11:44:51-07:00,"When the `wx` module is imported the following warning is reported:

{{{
$ python
Python 2.5.4 (r254:67916, Apr  4 2009, 14:11:12) 
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> import wx
/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_core.py:14448: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn(""wxPython/wxWidgets release number mismatch"")
>>> 
}}}

I have noticed that wxPython-2.8.9.2 is available:

{{{
$ port livecheck py25-wxpython
py25-wxpython seems to have been updated (port version: 2.8.9.1, new version: 2.8.9.2)
$
}}} ",ram@…
Active Tickets,19209,djbdns ipv6 variant is broken,ports,1.7.1,,defect,macports-tickets@…,new,2009-04-06T11:57:56-07:00,2011-11-26T14:52:53-08:00,"installing djbdns with the ipv6 variant leads to a broken install of dnscache.

Steps to reproduce:
{{{
sudo port install djbdns +ipv6
sudo dnscache-conf daemon daemon /opt/local/etc/dnscache
sudo ln -s /opt/local/etc/dnscache /opt/local/var/svscan/service
sudo svstat dnscache

   dnscache: up (pid 24967) 3 seconds

dig dckd.nl @127.0.0.1 
}}}

expected result:
succesful lookup of the domainname

actual result:
{{{
; <<>> DiG 9.4.2-P2 <<>> dckd.nl @127.0.0.1
;; global options:  printcmd
;; connection timed out; no servers could be reached
}}}

Examining the tcpdump shows that the request reaches the server, and the server is running, but there just is no response.",macports@…
Active Tickets,19264,cairo: reinplace didn't change anything in cairo*.pc,ports,1.7.1,,defect,ryandesign@…,new,2009-04-10T05:28:23-07:00,2010-10-31T12:22:38-07:00,"In an empty MacPorts 1.7.1 environment with the patch from #15514, on Mac OS X 10.4.11 Intel with Xcode 2.5, running

{{{
sudo port install pango +no_x11 +quartz
}}}

eventually shows failing reinplaces in cairo:

{{{
--->  Fetching cairo
--->  Verifying checksum(s) for cairo
--->  Extracting cairo
--->  Applying patches to cairo
--->  Configuring cairo
--->  Building cairo
--->  Staging cairo into destroot
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-ft.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-pdf.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-png.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-ps.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-quartz-font.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-quartz-image.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-quartz.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-svg.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo.pc
--->  Installing cairo @1.8.6_4+macosx+no_x11+quartz
--->  Activating cairo @1.8.6_4+macosx+no_x11+quartz
--->  Cleaning cairo
}}}

Shouldn't the block that was added in r45053 and updated in r47541 be enclosed in 

{{{
if {![variant_isset no_x11]} {
    ...
}
}}}

?",ryandesign@…
Active Tickets,19287,dovecot 1.1.11 fts plugin bug,ports,1.7.1,,defect,jberry@…,new,2009-04-12T08:23:14-07:00,2010-10-31T12:32:30-07:00,"If I try to configure fts plugin in dovecot.conf, launchd cannot start dovecot.  However, if I run dovecot manually by ""sudo /opt/local/sbin/dovecot"", it works well with fts plugin setup.",novembre@…
Active Tickets,19300,"ports.php: web site should have page about each port, not link to portfile",website,,,defect,jmpp@…,new,2009-04-13T02:53:09-07:00,2013-03-21T19:32:15-07:00,"Currently ports.php lets you search for a port, but once you click on one for more info, it just takes you to the portfile in the repository. Users should never need to see the portfile text. Instead, we should show a nicely-formatted page which would include the information you can see in such commands as ""`port info`"" and ""`port variants`""

James Berry [http://article.gmane.org/gmane.os.opendarwin.darwinports/14459 brought this up back in 2005].

This issue was sent to me via email by Mojca Miklavec. ",ryandesign@…
Active Tickets,19306,Shiira2 build fails on Tiger,ports,1.7.1,,defect,macports-tickets@…,new,2009-04-13T18:53:29-07:00,2010-01-20T20:42:14-08:00,"Shiira2 fails to build even after a ""--all clean"" on my PPC with error: 
{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_Shiira2/work/Shiira2.2src/shiira2/trunk"" && /usr/bin/xcodebuild -target Shiira build "" returned error 1
}}}

Also included with references to i686 here  ''': /Developer/usr/bin/../libexec/gcc/'''i686-apple-darwin8'''/4.0.1/libtool: internal link edit command failed.''' 

See output attached",ahkira28@…
Active Tickets,19343,openssl: man page names conflict with system man page names,ports,1.7.1,,defect,mww@…,new,2009-04-16T15:52:07-07:00,2010-11-01T04:12:17-07:00,"The openssl package installs several man pages in man section 1 whose names overlap with various standard Mac OS X commands, such as passwd. This causes commands such as {{{man passwd}}} to display the man page for {{{openssl passwd}}} instead of the {{{passwd}}} user account password changing utility, if man has been configured to search in /opt/local/share/man before searching in the normal man locations.

Some Linux distributions deal with this by renaming the openssl man section 1 pages to ssl-name or openssl-name, such as [http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/openssl-0.9.8k.ebuild?view=markup Gentoo]. (look in the src_install() method).

Could MacPorts' openssl port do something similar?",aetherknight@…
Active Tickets,19367,ntop build succeeds but staging fails on 10.4,ports,1.7.1,,defect,markd@…,new,2009-04-19T01:14:34-07:00,2010-10-31T17:34:09-07:00,"On my Intel Mac with Mac OS X 10.4.11, Xcode 2.5 and MacPorts 1.7.1, ntop builds, but then fails to stage:

{{{
DEBUG: Assembled command: 'cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/ntop-3.3.8"" && gnumake install install-data-as DESTDIR=/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot'
Making install in .
test -z ""/mp/lib"" || /mp/bin/gmkdir -p ""/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib""
 /bin/sh ./libtool   --mode=install /usr/bin/install -c  'libntop.la' '/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.la'
/usr/bin/install -c .libs/libntop-3.3.8.dylib /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop-3.3.8.dylib
(cd /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib && rm -f libntop.dylib && ln -s libntop-3.3.8.dylib libntop.dylib)
/usr/bin/install -c .libs/libntop.lai /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.la
/usr/bin/install -c .libs/libntop.a /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.a
ranlib /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.a
chmod 644 /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.a
libtool: install: warning: remember to run `libtool --finish /mp/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c  'libntopreport.la' '/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntopreport.la'
libtool: install: warning: relinking `libntopreport.la'
(cd /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/ntop-3.3.8; /bin/sh ./libtool --mode=relink /usr/bin/gcc-4.0 -g -no-cpp-precomp -O2 -I/mp/include -I/usr/local/include -I/opt/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -release 3.3.8 -export-dynamic -L/mp/lib -L/usr/local/lib -L/opt/local/lib -o libntopreport.la -rpath /mp/lib emitter.lo globals-report.lo graph.lo fcReport.lo http.lo perl.lo report.lo reportUtils.lo ssl.lo webInterface.lo libntop.la -lpthread -lc -lssl -lcrypto -lrrd_th -lpcre -lgdbm -lz -lpcap -L/mp/lib -L/usr/local/lib -L/mp/lib/perl5/5.8.9/darwin-2level/CORE -lperl -ldl -lm -lc -inst-prefix-dir /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot)
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
libtool: install: error: relink `libntopreport.la' with the above command before installing it
gnumake[2]: *** [install-libLTLIBRARIES] Error 1
gnumake[1]: *** [install-am] Error 2
gnumake: *** [install-recursive] Error 1
}}}

I do not know why /usr/local/include and /opt/local/include are being referenced above; my MacPorts is in /mp. Full log attached.",ryandesign@…
Active Tickets,19463,privoxy: uses wrong startup plist,ports,1.7.1,,defect,macports-tickets@…,new,2009-04-28T06:57:22-07:00,2010-11-03T17:46:35-07:00,"privoxy should be started this way:

<?xml version=""1.0"" encoding=""UTF-8""?>[[BR]]
<!DOCTYPE plist PUBLIC ""-//Apple//DTD PLIST 1.0//EN"" ""http://www.apple.com/DTDs/PropertyList-1.0.dtd"">[[BR]]
<plist version=""1.0"">[[BR]]
<dict>[[BR]]
	<key>Label</key>[[BR]]
	<string>org.privoxy.privoxy</string>[[BR]]
	<key>OnDemand</key>[[BR]]
	<false/>[[BR]]
	<key>Program</key>[[BR]]
	<string>/usr/local/sbin/privoxy</string>[[BR]]
	<key>ProgramArguments</key>[[BR]]
	<array>
		<string>privoxy</string>[[BR]]
		<string>--no-daemon</string>[[BR]]
		<string>--pidfile</string>[[BR]]
		<string>/var/run/privoxy/privoxy.pid</string>[[BR]]
		<string>/usr/local/etc/privoxy/config</string>
	</array>[[BR]]
	<key>RunAtLoad</key>[[BR]]
	<true/>[[BR]]
	<key>UserName</key>[[BR]]
	<string>privoxy</string>
</dict>[[BR]]
</plist>

To let privoxy log into /var/run create a folder privoxy as following:

drwxrwxr-x  3 root  privoxy  102 Apr 28 15:52 /var/run/privoxy
",cilly@…
Active Tickets,19481,openssh: integration with OS X keychain broken,ports,1.7.1,,defect,jwa@…,new,2009-04-29T01:48:22-07:00,2011-11-05T07:59:44-07:00,"It appears that one of the more recent updates of openssh has broken its integration with the OS X keychain.  My SSH keys that are in the OS X keychain are no longer added to the ssh-agent.

Running `eval ""$(/usr/bin/ssh-agent)""` and then `ssh-add -l` *does* show my keys as added to the agent, so the OS X provided openssh has no issues talking to my keychain.

That makes macports' openssh rather useless for me.

This issue is reminiscent of another open ticket on sysutils/screen which also causes problems with interaction between CLI applications and the OS X keychain (and other OS X utilities such as pbcopy/pbpaste): #18235",lhunath@…
Active Tickets,19491,tclx: syntax error before '->' token,ports,1.7.1,,defect,markd@…,new,2009-04-30T08:23:30-07:00,2012-03-23T05:45:43-07:00,"I was attempting to download tclx onto leopard 10.5.6 and received the following error:
{{{
cassini:bin root# port install tclx
--->  Building tclx
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tclx/work/tclx8.4"" && make all "" returned error 2
Command output: /usr/bin/gcc-4.0 -pipe -DPACKAGE_NAME=\""tclx\"" -DPACKAGE_TARNAME=\""tclx\"" -DPACKAGE_VERSION=\""8.4\"" -DPACKAGE_STRING=\""tclx\ 8.4\"" -DPACKAGE_BUGREPORT=\""\"" -DFULL_VERSION=\""8.4.0\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1   -I""./generic"" -I""./unix"" -I""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.6/generic"" -I""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.6/unix""  -I/opt/local/include  -O2 -I/opt/local/include -Os -Wall -Wno-implicit-int -fno-common -c `echo ./generic/tclXbsearch.c` -o tclXbsearch.o
In file included from ./generic/tclInt.h:2356,
                 from ./generic/tclExtdInt.h:26,
                 from ./generic/tclXbsearch.c:19:
./generic/tclIntDecls.h:322: error: syntax error before '->' token
./generic/tclIntDecls.h:326: error: syntax error before '->' token
./generic/tclIntDecls.h:330: error: syntax error before '->' token
./generic/tclIntDecls.h:333: error: syntax error before '->' token
./generic/tclIntDecls.h:337: error: syntax error before '->' token
./generic/tclIntDecls.h:341: error: syntax error before '->' token
./generic/tclIntDecls.h:357: error: syntax error before '->' token
./generic/tclIntDecls.h:360: error: syntax error before '->' token
./generic/tclIntDecls.h:363: error: syntax error before '->' token
./generic/tclIntDecls.h:367: error: syntax error before '->' token
./generic/tclIntDecls.h:370: error: syntax error before '->' token
./generic/tclIntDecls.h:377: error: syntax error before '->' token
make: *** [tclXbsearch.o] Error 1

Error: Status 1 encountered during processing.
cassini:bin root# 
}}}",spetinga@…
Active Tickets,19513,ncbi_tools-20080302 data files not installed by portfile,ports,1.7.1,,defect,macports-tickets@…,new,2009-05-01T22:07:20-07:00,2009-05-02T07:38:37-07:00,The data directory and its contents need to be installed on the filesystem.  An environment variable (BLASTMAT - see documentation) needs to be set to point to the directory.   This path can also be defined in .ncbirc file but I have found that the .ncbirc file is not always read by the programs when they are run.  My preference is to always set the env. variables.,mike.thon@…
Active Tickets,19545,dovecot port should set PAM to use login auth by default,ports,1.7.1,,defect,jberry@…,new,2009-05-05T02:46:37-07:00,2009-05-05T07:38:32-07:00,"This is similar to what gets done on many linux systems, and without it, following many a HOWTO such as http://sachachua.com/wp/2008/05/08/geek-how-to-use-offlineimap-and-the-dovecot-mail-server-to-read-your-gmail-in-emacs-efficiently/comment-page-1/ can be really frustrating.  auth problems can be /really/ difficult to debug.",dave@…
Active Tickets,19606,kdeartwork3 @3.5.10 Build Failure,ports,1.7.1,,defect,macports-tickets@…,new,2009-05-11T19:40:28-07:00,2010-01-21T14:07:03-08:00,"I am receiving the following error when building

{{{
$ sudo port install kde +all
--->  Building kdeartwork3
Error: Target org.macports.build returned: shell command ""cd /opt/loc
al/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release
_ports_kde_kdeartwork3/work/kdeartwork-3.5.10 && MAKEFLAGS=""-j 1"" ./CompileScrip
t.sh"" returned error 1
Command output: config.status: creating kwin-styles/smooth-blend/client/config/M
akefile
config.status: creating kwin-styles/system/Makefile
config.status: creating kworldclock/Makefile
config.status: creating kworldclock/alt/Makefile
config.status: creating kworldclock/bio/Makefile
config.status: creating kworldclock/caida/Makefile
config.status: creating kworldclock/caida_bw/Makefile
config.status: creating kworldclock/mggd/Makefile
config.status: creating kworldclock/rainfall/Makefile
config.status: creating sounds/Makefile
config.status: creating styles/Makefile
config.status: creating styles/dotnet/Makefile
config.status: creating styles/phase/Makefile
config.status: creating styles/phase/config/Makefile
config.status: creating wallpapers/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-distribution, --with-xinerama,
--with-pam, --with-ssl-dir, --with-ssl, --enable-gcc-hidden-visibility
 
Good - your configure finished. Start make now
 
        ./build-helper.sh make      kdeartwork3 3.5.10 0 unsermake $UNSERMAKEFLA
GS
02% 04% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_
rsync.macports.org_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreens
aver/kdesavers/Flux.cpp
g++ -DHAVE_CONFIG_H -I./kscreensaver/kdesavers -I/opt/local/var/macports/build/_
opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdeartwork3/
work/kdeartwork-3.5.10/kscreensaver/kdesavers -I. -I/opt/local/include -I/opt/lo
cal/lib/qt3/include -I/usr/X11R6/include -I/opt/local/include -I/opt/local/inclu
de/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -I/opt/local/include/freety
pe2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I
/opt/local/include -I/usr/X11R6/include -Wno-long-long -Wundef -Wall -W -Wpointe
r-arith -Os -Os -fPIC -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-
common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_N
O_TRANSLATION -c /opt/local/var/macports/build/_opt_local_var_macports_sources_r
sync.macports.org_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensa
ver/kdesavers/Flux.cpp -o ./kscreensaver/kdesavers/Flux.o -Wp,-MD,./kscreensaver
/kdesavers/.deps/Flux.TUo
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org
_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensaver/kdesavers/Flu
x.cpp: In member function 'virtual void FluxWidget::paintGL()':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org
_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensaver/kdesavers/Flu
x.cpp:458: error: invalid conversion from 'int*' to 'GLint*'
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org
_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensaver/kdesavers/Flu
x.cpp:458: error:   initializing argument 2 of 'void glGetIntegerv(GLenum, GLint
*)'
Error creating ./kscreensaver/kdesavers/Flux.o. Exit status 1.
kdeartwork3-3.5.10-0 make failed!

}}}

",ctempleton3@…
Active Tickets,19722,hs-http 4000.0.6_0 - Missing dependency on parsec 3 profiling libraries,ports,1.7.1,,defect,macports-tickets@…,new,2009-05-22T03:46:18-07:00,2009-08-03T03:05:49-07:00,"{{{
Network/Browser.hs:129:7:
    Could not find module `Text.ParserCombinators.Parsec':
      Perhaps you haven't installed the profiling libraries for package parsec-3.0.0?
      Use -v to see a list of the files searched for.
}}}",gale@…
Active Tickets,19735,multimedia/libdv +gtk fails to build,ports,1.7.1,,defect,filippo.natali@…,new,2009-05-23T05:38:48-07:00,2009-05-23T09:06:57-07:00,"The build log says `sys/soundcard.h' not found, so the build failure may come from a missing dependency (but I would not expect 3rd pary software to install files under a directory named sys). Here is the build log:
{{{
# port build libdv +gtk -sdl
--->  Fetching libdv
--->  Verifying checksum(s) for libdv
--->  Extracting libdv
--->  Configuring libdv
--->  Building libdv
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_multimedia_libdv/work/libdv-1.0.0"" && make all "" returned error 2
Command output: if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -O2 -Wall -g -MT dvavi.o -MD -MP -MF "".deps/dvavi.Tpo"" -c -o dvavi.o dvavi.c; \
	then mv -f "".deps/dvavi.Tpo"" "".deps/dvavi.Po""; else rm -f "".deps/dvavi.Tpo""; exit 1; fi
/bin/sh ../libtool --silent --tag=CC --mode=link /usr/bin/gcc-4.0  -O2 -Wall -g  -L/opt/local/lib -flat_namespace -undefined suppress -o dvavi  dvavi.o ../libdv/libdv.la -lm 
Making all in playdv
if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/gtk-1.2 -I/usr/X11/include   -O2 -Wall -g -MT playdv.o -MD -MP -MF "".deps/playdv.Tpo"" -c -o playdv.o playdv.c; \
	then mv -f "".deps/playdv.Tpo"" "".deps/playdv.Po""; else rm -f "".deps/playdv.Tpo""; exit 1; fi
if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/gtk-1.2 -I/usr/X11/include   -O2 -Wall -g -MT display.o -MD -MP -MF "".deps/display.Tpo"" -c -o display.o display.c; \
	then mv -f "".deps/display.Tpo"" "".deps/display.Po""; else rm -f "".deps/display.Tpo""; exit 1; fi
display.c: In function 'dv_display_Xv_init':
display.c:415: warning: pointer targets in passing argument 3 of 'XvQueryAdaptors' differ in signedness
display.c:578: warning: pointer targets in passing argument 4 of 'XvShmCreateImage' differ in signedness
display.c:585: warning: pointer targets in assignment differ in signedness
display.c:585: warning: pointer targets in assignment differ in signedness
if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/gtk-1.2 -I/usr/X11/include   -O2 -Wall -g -MT oss.o -MD -MP -MF "".deps/oss.Tpo"" -c -o oss.o oss.c; \
	then mv -f "".deps/oss.Tpo"" "".deps/oss.Po""; else rm -f "".deps/oss.Tpo""; exit 1; fi
oss.c:37:27: error: sys/soundcard.h: No such file or directory
oss.c: In function 'dv_oss_init':
oss.c:81: error: 'AFMT_S16_NE' undeclared (first use in this function)
oss.c:81: error: (Each undeclared identifier is reported only once
oss.c:81: error: for each function it appears in.)
oss.c:92: warning: pointer targets in passing argument 1 of 'open' differ in signedness
oss.c:98: error: 'SNDCTL_DSP_SETFMT' undeclared (first use in this function)
oss.c:101: error: 'SNDCTL_DSP_CHANNELS' undeclared (first use in this function)
oss.c:104: error: 'SNDCTL_DSP_SPEED' undeclared (first use in this function)
oss.c:132: warning: pointer targets in passing argument 1 of 'perror' differ in signedness
oss.c: In function 'dv_oss_play':
oss.c:177: error: 'SNDCTL_DSP_POST' undeclared (first use in this function)
make[2]: *** [oss.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}",michael.grunewald@…
Active Tickets,19744,"dovecot port needs configure.args=""--with-ioloop=poll""",ports,1.7.1,,defect,jberry@…,new,2009-05-23T17:57:49-07:00,2010-10-28T07:45:46-07:00,"despite what [46949] says, at least the darwin9 variant of dovecot can't use the kqueue ioloop because of http://lists.apple.com/archives/Darwin-userlevel/2008/Dec/msg00010.html

I reproduce the problem easily with:

{{{
#!/bin/sh
$ /opt/local/sbin/dovecot --exec-mail imap
Fatal: kevent(EV_ADD, 0) failed: Operation not supported
}}}

Seeing the output there presumes you've got {{{log_path = /dev/stderr}}} in {{{dovecot.conf}}}.",dave@…
Active Tickets,19850,error installing evolution-data-server on 10.4,ports,1.7.1,,defect,jim@…,new,2009-06-02T18:19:37-07:00,2010-11-05T20:54:09-07:00,"Hi
I'm currently trying to install Glade (Mac os Tiger) 
but I got an error which stopped the install process.
{{{
--->  Building evolution-data-server
make  all-recursive
Making all in libdb
Making all in dist
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in win32
make[2]: Nothing to be done for `all'.
Making all in libedataserver
../doltlibtool --tag=CC   --mode=link /usr/bin/gcc-4.0  -O2 -Wall -Wmissing-prototypes  -Wno-sign-compare -Wno-pointer-sign -version-info 11:0:0  -L/opt/local/lib -o libedataserver-1.2.la -rpath /opt/local/lib e-account-list.lo e-account.lo e-categories.lo e-component-listener.lo e-flag.lo e-iconv.lo e-iterator.lo e-list.lo e-list-iterator.lo e-memory.lo e-msgport.lo e-proxy.lo e-sexp.lo e-source-group.lo e-source-list.lo e-source.lo e-time-utils.lo e-uid.lo e-url.lo e-data-server-util.lo e-trie.lo e-xml-utils.lo e-xml-hash-utils.lo eds-version.lo md5-utils.lo -L/opt/local/lib -lbonobo-2 -lbonobo-activation -lsoup-2.4 -lxml2 -lpthread -lz -lgnutls -lgcrypt -lgpg-error -lgio-2.0 -lgconf-2 -lORBit-2 -lm -ldbus-1 -lgmodule-2.0 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv   -lpthread -L/opt/local/lib/nspr -ldl -lplc4 -lplds4 -lnspr4   -L/opt/local/lib -liconv  -L/opt/local/lib -lsoup-2.4 -lxml2 -lpthread -lz -lm -lgnutls -lgcrypt -lgpg-error -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv     
../doltlibtool: line 11: syntax error near unexpected token `""$arg""'
../doltlibtool: line 11: `        *) args+=(""$arg"")'
make[2]: *** [libedataserver-1.2.la] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_evolution-data-server/work/evolution-data-server-2.26.2"" && make all "" returned error 2
}}}
As I am not familiar with Unix and Macports, do you know how could I fix this ?",palixath@…
Active Tickets,19861,launchd script for postgresql83-server doesn't work due to disabled shell,ports,1.7.1,,defect,mww@…,new,2009-06-04T06:16:22-07:00,2010-11-05T20:56:48-07:00,"launchd startup script for PostgreSQL executes pg_ctl with permissions of the 'postgres' user, using su. The problem is that the 'postgres' user by default has /usr/bin/false shell which prevents it from executing any commands with su. In order to make the script work I had to manually change the shell to /bin/tcsh. I'm using Tiger.

To reproduce:

{{{
# su postgres -c id
[NO OUTPUT AT ALL]
# chsh -s /bin/tcsh postgres
chsh: netinfo domain ""."" updated
# su postgres -c id
uid=252(postgres) gid=252(postgres) groups=252(postgres)
}}}",alpha@…
Active Tickets,19913,Guile cannot found lib libguilereadline-v-17,ports,1.7.1,,defect,macports-tickets@…,new,2009-06-10T13:00:38-07:00,2010-04-09T07:11:32-07:00,"I want to use readline  (use-modules (ice-9 readline)).
It's work in linux system.

I have this back trace when i write this command in .guile file

{{{
Backtrace:
In unknown file:
   ?: 14* (if (or # #) (try-load-module name))
   ?: 15  [try-load-module (ice-9 readline)]
   ?: 16  (or (begin (try-module-linked name)) (try-module-autoload name) ...)
   ?: 17* [try-module-autoload (ice-9 readline)]
   ?: 18  (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #))
    ...
   ?: 19  (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...)
   ?: 20* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 21* [#<procedure #f ()>]
   ?: 22* (let* ((file #)) (cond (# => #) (# => #)))
   ?: 23  [#<procedure #f (full)> ""/opt/local/share/guile/1.8/ice-9/readline.scm""]
    ...
   ?: 24  [with-fluid* #<fluid 7> #f #<procedure #f ()>]
   ?: 25* [#<procedure #f ()>]
   ?: 26* [load-file #<primitive-procedure primitive-load> ...]
   ?: 27* [save-module-excursion #<procedure #f ()>]
   ?: 28  (let (# #) (dynamic-wind # thunk #))
   ?: 29  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 30* [#<procedure #f ()>]
   ?: 31* [primitive-load ""/opt/local/share/guile/1.8/ice-9/readline.scm""]
In /opt/local/share/guile/1.8/ice-9/readline.scm:
  38: 32* (if (not #) (load-extension ""libguilereadline-v-17"" ""scm_init_readline""))
  39: 33  [load-extension ""libguilereadline-v-17"" ""scm_init_readline""]

/opt/local/share/guile/1.8/ice-9/readline.scm:39:5: In procedure dynamic-link in expression (load-extension ""libguilereadline-v-17"" ""scm_init_readline""):
/opt/local/share/guile/1.8/ice-9/readline.scm:39:5: file: ""libguilereadline-v-17"", message: ""file not found""
}}}

Lib libguilereadline-v-17 exists in :
{{{
 ls /opt/local/lib/libguilereadline-v-17.
libguilereadline-v-17.17.dylib  libguilereadline-v-17.dylib
libguilereadline-v-17.a         libguilereadline-v-17.la
}}}


{{{
guile> (use-modules (ice-9 readline))
ERROR: In procedure dynamic-link:
ERROR: file: ""libguilereadline-v-17"", message: ""file not found""
ABORT: (misc-error)

}}}

",stephane.chomat@…
Active Tickets,19939,gnome-desktop fails to build with +quartz,ports,1.7.1,,defect,devans@…,new,2009-06-13T14:09:54-07:00,2010-11-05T21:07:56-07:00,"{{{
markus-heberlings-macbook-pro:~ markus$ sudo port install gnome-desktop
--->  Fetching gnome-desktop
--->  Verifying checksum(s) for gnome-desktop
--->  Extracting gnome-desktop
--->  Applying patches to gnome-desktop
--->  Configuring gnome-desktop
--->  Building gnome-desktop
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-desktop/work/gnome-desktop-2.26.2"" && make all "" returned error 2
Command output: gnome-bg.c:1141: error: 'Pixmap' undeclared (first use in this function)
gnome-bg.c:1141: error: syntax error before ')' token
gnome-bg.c: In function 'gnome_bg_set_root_pixmap_id':
gnome-bg.c:1191: error: 'Pixmap' undeclared (first use in this function)
gnome-bg.c:1191: error: syntax error before 'pixmap_id'
gnome-bg.c:1192: error: 'Atom' undeclared (first use in this function)
gnome-bg.c:1193: error: 'Display' undeclared (first use in this function)
gnome-bg.c:1193: error: 'display' undeclared (first use in this function)
gnome-bg.c:1204: error: 'False' undeclared (first use in this function)
gnome-bg.c:1204: error: 'XA_PIXMAP' undeclared (first use in this function)
gnome-bg.c:1205: error: 'type' undeclared (first use in this function)
gnome-bg.c:1210: error: 'Success' undeclared (first use in this function)
gnome-bg.c:1214: warning: implicit declaration of function 'XKillClient'
gnome-bg.c:1214: warning: nested extern declaration of 'XKillClient'
gnome-bg.c:1214: error: syntax error before ')' token
gnome-bg.c:1221: error: 'pixmap_id' undeclared (first use in this function)
gnome-bg.c:1221: warning: implicit declaration of function 'GDK_WINDOW_XWINDOW'
gnome-bg.c:1221: warning: nested extern declaration of 'GDK_WINDOW_XWINDOW'
gnome-bg.c:1223: warning: implicit declaration of function 'XChangeProperty'
gnome-bg.c:1223: warning: nested extern declaration of 'XChangeProperty'
gnome-bg.c:1225: error: 'PropModeReplace' undeclared (first use in this function)
gnome-bg.c: In function 'gnome_bg_set_pixmap_as_root_with_crossfade':
gnome-bg.c:1308: warning: implicit declaration of function 'gdk_x11_display_grab'
gnome-bg.c:1308: warning: nested extern declaration of 'gdk_x11_display_grab'
gnome-bg.c:1315: warning: implicit declaration of function 'gdk_x11_display_ungrab'
gnome-bg.c:1315: warning: nested extern declaration of 'gdk_x11_display_ungrab'
make[3]: *** [gnome-bg.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
markus-heberlings-macbook-pro:~ markus$ 
}}}
",markus@…
Active Tickets,19975,"Ocaml 3.11.0 breaks Unison ""ssh://""",ports,1.7.1,,defect,mww@…,new,2009-06-16T15:15:59-07:00,2010-10-02T18:01:01-07:00,"The major symptom was message 'Some error in create_session child' when trying to synchronize over ssh.
The fix is to revert to ocaml version 3.10.2 

{{{
From: Jerome Vouillon <Jerome.Vouillon@..>
Date: June 13, 2009 12:47:20 AM PDT (CA)
To: Denis Laplante <denis.laplante@..>
Subject: Re: 'Some error in create_session child'

DL> Bonjour
DL> 
DL> I get this message every time my MacPorts install of unison  
DL> @2.27.57_0+aqua
DL> tries to start ssh.  In fact ""ls -lu /usr/bin/ssh"" shows that ssh never 
DL> gets loaded.
DL> 
DL> Dtruss ( sudo /usr/bin/dtruss -f  Unison -debug verbose mac-via-ssh )
DL> shows that execve() after fork() fails with error 45 ( ENOSUP Not  
DL> supported).

JV> This is a bug in OCaml 3.11.0.  You should recompile Unison either
JV> with OCaml 3.11.1 or an older version of OCaml.
JV> 
JV> Thanks for this detailed report!
}}}

With ocaml 3.11.1 the following error occurs at compile time:
{{{
[ abbreviation: {} for ""local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.27.57"" ]
  /Developer/usr/bin/gcc-4.0 -arch i386 -L/opt/{}/uimacnew/build/Default -F/opt/{}/uimacnew/build/Default -F/opt/{}/uimacnew -filelist /opt/{}/uimacnew/build/uimac.build/Default/uimac.build/Objects-normal/i386/Unison.LinkFileList -mmacosx-version-min=10.5 /opt/{}/uimacnew/../unison-blob.o -L/opt/local/lib/ocaml -lunix -lthreadsnat -lstr -lasmrun -framework Cocoa -framework Security -framework Growl -framework ExceptionHandling -o /opt/{}/uimacnew/build/Default/Unison.app/Contents/MacOS/Unison
Undefined symbols:
 ""_caml_apply2"", referenced from:
     _caml_callback2_exn in libasmrun.a(i386.o)
 ""_caml_apply3"", referenced from:
     _caml_callback3_exn in libasmrun.a(i386.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
}}}",denis.laplante@…
Active Tickets,19998,jamvm 1.5.0 and gnu-classpath 0.93: /opt/local/include/jni.h conflict,ports,1.7.1,,defect,macports-tickets@…,new,2009-06-18T06:45:57-07:00,2013-02-18T10:34:26-08:00,"The jamvm 1.5.0 package wants to install /opt/local/include/jni.h which is already provided by gnu-classpath [0.93], a runtime dependency of jamvm.",gonhidi@…
Active Tickets,20018,Scribus compile fails: cairo-xlib.h: No such file,ports,1.7.1,,defect,macports-tickets@…,new,2009-06-20T10:04:28-07:00,2009-06-20T11:05:06-07:00,"{{{
scpainter.cpp:40:26: error: cairo-xlib.h: No such file or directory
scpainter.cpp: In constructor 'ScPainter::ScPainter(QPaintDevice*, unsigned int, unsigned int, unsigned int, unsigned int)':
scpainter.cpp:123: error: 'cairo_xlib_surface_create' was not declared in this scope
make[3]: *** [scpainter.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}

Tried upgrading cairo:

{{{
$ port installed cairo
The following ports are currently installed:
  cairo @1.8.6_4+macosx+no_x11+quartz (active)
  cairo @1.8.8_0+macosx+no_x11+quartz
}}}

Is this from cairo-devel or something?
",odispam@…
Active Tickets,20037,py25-wxpython install failure,ports,1.7.1,,defect,mww@…,new,2009-06-22T05:20:12-07:00,2010-04-03T14:28:09-07:00,"Cannot install py25-wxpython nor py-wxpython.even after a port sink.
Does the issue concern the version of wxWidgets?",horiacosmin@…
Active Tickets,20044,cairo-1.8.8 fails to build as universal on Tiger (ppc),ports,1.7.1,,defect,ryandesign@…,new,2009-06-22T15:19:40-07:00,2010-11-05T21:22:45-07:00,"{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/cairo-1.8.8-ppc"" && make all "" returned error 2
Command output: make  all-recursive
Making all in src
make  all-am
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/gcc-4.0 -m32  -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -m32 -version-info 10802:8:10800 -no-undefined  -L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.
4u.sdk -m32 -o libcairo.la -rpath /opt/local/lib                                       cairo-analysis-surface.lo cairo-arc.lo cairo-array.lo cairo-atomic.lo cairo-base85-stream.lo cairo-bentley-ottmann.lo cairo.lo cairo-cache.lo cairo-clip.lo cairo-color.lo cairo-debug.lo cairo-fixed.lo cairo-font-face.lo cairo-font-face-twin.lo cairo-font-face-twin-data.lo cairo-font-options.lo cairo-freelist.lo cairo-gstate.lo cairo-hash.lo cairo-hull.lo cairo-image-surface.lo cairo-lzw.lo cairo-matrix.lo cairo-meta-sur
face.lo cairo-misc.lo cairo-mutex.lo cairo-output-stream.lo cairo-paginated-surface.lo cairo-path-bounds.lo cairo-path.lo cairo-path-fill.lo cairo-path-fixed.lo cairo-path-stroke.lo cairo-pattern.lo cairo-pen.lo cairo-polygon.lo cairo-rectangle.lo cairo-region.lo cairo-scaled-font.lo cairo-skiplist.lo cairo-slope.lo cairo-spline.lo cairo-stroke-style.lo cairo-surface.lo cairo-surface-fallback.lo cairo-system.lo cairo-traps.lo cairo-unicode.lo cairo-user-font.lo cairo-version.lo cairo-wideint.lo cairo-cff-
subset.lo cairo-scaled-font-subsets.lo cairo-truetype-subset.lo cairo-type1-fallback.lo cairo-type1-subset.lo cairo-type3-glyph-surface.lo cairo-pdf-operators.lo cairo-xlib-display.lo cairo-xlib-screen.lo cairo-xlib-surface.lo cairo-xlib-visual.lo   cairo-quartz-surface.lo cairo-quartz-font.lo cairo-quartz-image-surface.lo     cairo-png.lo cairo-glitz-surface.lo  cairo-ft-font.lo cairo-ps-surface.lo cairo-pdf-surface.lo cairo-deflate-stream.lo cairo-svg-surface.lo  -L/opt/local/lib -lpixman-1      -Wl,-fr
amework,CoreServices -Wl,-framework,ApplicationServices -L/opt/local/lib -lfreetype -lz   -L/opt/local/lib -L/usr/X11R6/lib -lfontconfig -lexpat -lfreetype   -L/opt/local/lib -lglitz -lm   -L/opt/local/lib -lpng12 -lz     -Xlinker -framework -Xlinker ApplicationServices -L/opt/local/lib -lXrender -lX11 -lXau -lXdmcp   -L/opt/local/lib -lX11 -lXau -lXdmcp        -lz -lz           
libtool: link: /usr/bin/gcc-4.0 -m32 -dynamiclib  -o .libs/libcairo.2.dylib  .libs/cairo-analysis-surface.o .libs/cairo-arc.o .
libs/cairo-array.o .libs/cairo-atomic.o .libs/cairo-base85-stream.o .libs/cairo-bentley-ottmann.o .libs/cairo.o .libs/cairo-cache.o .libs/cairo-clip.o .libs/cairo-color.o .libs/cairo-debug.o .libs/cairo-fixed.o .libs/cairo-font-face.o .libs/cairo-font-face-twin.o .libs/cairo-font-face-twin-data.o .libs/cairo-font-options.o .libs/cairo-freelist.o .libs/cairo-gstate.o .libs/cairo-hash.o .libs/cairo-hull.o .libs/cairo-image-surface.o .libs/cairo-lzw.o .libs/cairo-matrix.o .libs/cairo-meta-surface.o .libs/cai
ro-misc.o .libs/cairo-mutex.o .libs/cairo-output-stream.o .libs/cairo-paginated-surface.o .libs/cairo-path-bounds.o .libs/cairo-path.o .libs/cairo-path-fill.o .libs/cairo-path-fixed.o .libs/cairo-path-stroke.o .libs/cairo-pattern.o .libs/cairo-pen.o .libs/cairo-polygon.o .libs/cairo-rectangle.o .libs/cairo-region.o .libs/cairo-scaled-font.o .libs/cairo-skiplist.o .libs/cairo-slope.o .libs/cairo-spline.o .libs/cairo-stroke-style.o .libs/cairo-surface.o .libs/cairo-surface-fallback.o .libs/cairo-system.o .l
ibs/cairo-traps.o .libs/cairo-unicode.o .libs/cairo-user-font.o .libs/cairo-version.o .libs/cairo-wideint.o .libs/cairo-cff-subset.o .libs/cairo-scaled-font-subsets.o .libs/cairo-truetype-subset.o .libs/cairo-type1-fallback.o .libs/cairo-type1-subset.o .libs/cairo-type3-glyph-surface.o .libs/cairo-pdf-operators.o .libs/cairo-xlib-display.o .libs/cairo-xlib-screen.o .libs/cairo-xlib-surface.o .libs/cairo-xlib-visual.o .libs/cairo-quartz-surface.o .libs/cairo-quartz-font.o .libs/cairo-quartz-image-surface.o
 .libs/cairo-png.o .libs/cairo-glitz-surface.o .libs/cairo-ft-font.o .libs/cairo-ps-surface.o .libs/cairo-pdf-surface.o .libs/cairo-deflate-stream.o .libs/cairo-svg-surface.o   -L/opt/local/lib /opt/local/lib/libpixman-1.dylib -L/usr/X11R6/lib /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libfreetype.dylib /opt/local/lib/libglitz.dylib -lm /opt/local/lib/libpng12.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXau.dylib /opt/local/lib/l
ibXdmcp.dylib -lz  -m32 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -m32 -Wl,-syslibroot -Wl,/Developer/SDKs/MacOSX10.4u.sdk -m32 -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,ApplicationServices   -install_name  /opt/local/lib/libcairo.2.dylib -compatibility_version 10803 -current_version 10803.8 -Wl,-single_module
ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libiconv.2.dylib referenced from: /opt/local/lib/libfontconfig.d
ylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
ld: Undefined symbols:
_libiconv referenced from libfontconfig expected to be defined in /opt/local/lib/libiconv.2.dylib
_libiconv_close referenced from libfontconfig expected to be defined in /opt/local/lib/libiconv.2.dylib
_libiconv_open referenced from libfontconfig expected to be defined in /opt/local/lib/libiconv.2.dylib
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit command failed
m
ake[3]: *** [libcairo.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Unable to upgrade port: 1
Executing: /opt/local/bin/port -ufn upgrade cairo +macosx +glitz +quartz +universal

}}}
",cgtobi@…
Active Tickets,20053,Document the port naming convention of replacing ++ with xx,guide,1.8.0,,defect,markd@…,new,2009-06-23T23:35:36-07:00,2013-03-21T20:14:11-07:00,"Several ports whose ""true"" name have ++ in their names (libsigc++, libxml++, mysql++, and others) have the plus signs replaced with the letter x (libsigcxx2, libxmlxx, mysqlxx).  This is the convention we've picked (and is also used in other project names directly like libpqxx), but we have no current documentation for it in the guide.  This should be added someplace.",blb@…
Active Tickets,20111,"""Function declaration isn't a prototype"" in Erlang",ports,1.7.1,,defect,bfulgham@…,new,2009-06-29T17:42:16-07:00,2011-01-04T14:01:48-08:00,"When I try to install Erlang R13B01 using Macports 1.710 on Mac OS X.4.11 PPC (darwin 8 ppc), I get (after some successful compilation) the attached error message.  I successfully installed Erlang R12B-5_1 (a long time ago).",jadenb1729@…
Active Tickets,20240,Openmpi problem with universal_arch = i386 x86_64,ports,1.7.1,,defect,mww@…,new,2009-07-08T20:03:10-07:00,2012-05-24T06:29:37-07:00,"trying to install openmpi, with universal_arch = i386 x86_64, I get the following error:

{{{
-->  Configuring openmpi
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/build"" && /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.3.2/configure --prefix=/opt/local --with-xgrid --sysconfdir=/opt/local/etc/openmpi --includedir=/opt/local/include/openmpi --bindir=/opt/local/lib/openmpi/bin --mandir=/opt/local/share/man --enable-f77 --enable-f90 --disable-dependency-tracking "" returned error 1
Command output: checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking for long long... no
checking for long double... no
checking for int8_t... no
checking for uint8_t... no
checking for int16_t... no
checking for uint16_t... no
checking for int32_t... no
checking for uint32_t... no
checking for int64_t... no
checking for uint64_t... no
checking for intptr_t... no
checking for uintptr_t... no
checking for mode_t... no
checking for ssize_t... no
checking for ptrdiff_t... no
checking size of char... 0
checking size of short... 0
checking size of int... 0
checking size of long... 0
checking size of float... 0
checking size of double... 0
checking size of void *... 0
checking size of size_t... 0
checking alignment of char... configure: WARNING: *** Problem running configure test!
configure: WARNING: *** See config.log for details.
configure: error: *** Cannot continue.

Error: Status 1 encountered during processing.
}}}",lvcargnini@…
Active Tickets,20286,BUG: python26 bus error,ports,1.7.1,,defect,mcalhoun@…,new,2009-07-13T11:40:38-07:00,2010-09-07T12:11:50-07:00,"When running my [http://pylonshq.com Pylons] web app with macports python 2.6, requesting the front page in a browser triggers a bus error. This does not happen when running under Mac OS X 10.5's system Python (2.5.1) or the [http://python.org/ftp/python/2.6.2/python-2.6.2-macosx2009-04-16.dmg Mac Python 2.6.2 distribution from python.org].

I attached gdb to the macports python process and triggered the error. A transcript (including backtrace) is attached.",jabronson@…
Active Tickets,20309,qt4-x11 doesn't support 10.6 or later,ports,1.8.0,,defect,michaelld@…,new,2009-07-15T06:09:41-07:00,2013-03-20T17:29:25-07:00,"qt4-x11 bails during build, citing an unsupported version of 10.6.  Might be an upstream issue? Setting to low priority as 10.6 is not out yet.

{{{
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt4-x11/work/qt-x11-opensource-src-4.4.3/include/QtCore/../../src/corelib/global/qglobal.h:290:6: error: #error ""This version of Mac OS X is unsupported""
}}}",snc@…
Active Tickets,20377,iTerm: build fail,ports,1.7.1,,defect,macports-tickets@…,new,2009-07-20T14:33:05-07:00,2012-08-07T00:09:19-07:00,See attached log,nefar@…
Active Tickets,20390,building qcadlib failed - Qt errors ?,ports,1.7.1,,defect,mcalhoun@…,new,2009-07-21T12:48:18-07:00,2010-07-14T14:15:08-07:00,"{{{
-------- Building qcadlib --------
make prepare
test -d ./include || mkdir -p ./include
( cd ./include; rm -f *.h; \
for hf in `find ../src -name '*.h'`; do \
        if [ ""x$OS"" = ""xWindows_NT"" ]; then \
                cp ""$hf"" .; \
        else \
                ln -s ""$hf"" 2> /dev/null; \
        fi \
done )
rm -f ./lib/libqcad.a
make ./lib/libqcad.a
make src/Makefile
make[2]: `src/Makefile' is up to date.
cd src && make
g++ -c -pipe -pedantic -Os -Wall -W -fPIC -DRS_NO_COMPLEX_ENTITIES -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../libexec/qt4-x11/mkspecs/macx-g++ -I. -I../../../libexec/qt4-x11/include/QtCore -I../../../libexec/qt4-x11/include/QtCore -I../../../libexec/qt4-x11/include/QtGui -I../../../libexec/qt4-x11/include/QtGui -I../../../libexec/qt4-x11/include -I../include -I../../dxflib/include -I../../fparser/include -I../../qcadcmd/include -Imoc -I. -o obj/rs_actioninterface.o actions/rs_actioninterface.cpp
In file included from ../include/rs_entity.h:33,
                 from ../include/rs_atomicentity.h:31,
                 from ../include/rs_arc.h:30,
                 from ../include/rs_entitycontainer.h:31,
                 from actions/rs_actioninterface.h:34,
                 from actions/rs_actioninterface.cpp:28:
../include/rs_dict.h:31:19: error: qdict.h: No such file or directory
In file included from ../include/rs_entitycontainer.h:37,
                 from actions/rs_actioninterface.h:34,
                 from actions/rs_actioninterface.cpp:28:
../include/rs_ptrlist.h:32:22: error: qptrlist.h: No such file or directory
../../../libexec/qt4-x11/include/QtCore/qglobal.h:741: error: ISO C++ does not support ‘long long’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:742: error: ISO C++ does not support ‘long long’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1832: error: redefinition of ‘class QTypeInfo<long int>’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1830: error: previous definition of ‘class QTypeInfo<long int>’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1833: error: redefinition of ‘class QTypeInfo<ulong>’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1831: error: previous definition of ‘class QTypeInfo<ulong>’
../../../libexec/qt4-x11/include/QtCore/qstring.h:134: error: ‘QString QString::arg(long int, int, int, const QChar&) const’ and ‘QString QString::arg(qlonglong, int, int, const QChar&) const’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:136: error: ‘QString QString::arg(ulong, int, int, const QChar&) const’ and ‘QString QString::arg(qulonglong, int, int, const QChar&) const’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:356: error: ‘QString& QString::setNum(qlonglong, int)’ and ‘QString& QString::setNum(long int, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:357: error: ‘QString& QString::setNum(qulonglong, int)’ and ‘QString& QString::setNum(ulong, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:365: error: ‘static QString QString::number(qlonglong, int)’ and ‘static QString QString::number(long int, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:366: error: ‘static QString QString::number(qulonglong, int)’ and ‘static QString QString::number(ulong, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:302: error: redefinition of ‘struct QMetaTypeId2<long int>’
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:292: error: previous definition of ‘struct QMetaTypeId2<long int>’
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:303: error: redefinition of ‘struct QMetaTypeId2<ulong>’
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:295: error: previous definition of ‘struct QMetaTypeId2<ulong>’
../include/rs.h:597: error: ‘ShiftButton’ is not a member of ‘Qt’
../include/rs.h:598: error: ‘ControlButton’ is not a member of ‘Qt’
../include/rs.h:599: error: ‘AltButton’ is not a member of ‘Qt’
../include/rs.h:601: error: ‘MetaButton’ is not a member of ‘Qt’
../include/rs.h:603: error: ‘KeyButtonMask’ is not a member of ‘Qt’
../include/rs.h:604: error: ‘Keypad’ is not a member of ‘Qt’
../include/rs.h:610: error: ‘ButtonState’ in namespace ‘Qt’ does not name a type
../include/rs.h:617: error: ‘Qt::ButtonState’ has not been declared
../include/rs.h: In static member function ‘static Qt::CursorShape RS2::rsToQtCursorType(RS2::CursorType)’:
../include/rs.h:952: error: ‘IbeamCursor’ is not a member of ‘Qt’
../include/rs_color.h: In function ‘std::ostream& operator<<(std::ostream&, const RS_Color&)’:
../include/rs_color.h:87: error: ‘class QString’ has no member named ‘latin1’
../include/rs_math.h: In static member function ‘static double RS_Math::eval(const QString&, bool*)’:
../include/rs_math.h:107: error: ‘class QString’ has no member named ‘find’
../include/rs_math.h:109: error: ‘class QString’ has no member named ‘find’
../include/rs_math.h:117: error: ‘class QString’ has no member named ‘latin1’
../include/rs_entity.h: At global scope:
../include/rs_entity.h:522: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_entity.h:522: error: expected ‘;’ before ‘<’ token
../include/rs_entitycontainer.h:104: error: ISO C++ forbids declaration of ‘QPtrListIterator’ with no type
../include/rs_entitycontainer.h:104: error: expected ‘;’ before ‘<’ token
../include/rs_entitycontainer.h:188: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_entitycontainer.h:188: error: expected ‘;’ before ‘<’ token
../include/rs_layerlist.h:114: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_layerlist.h:114: error: expected ‘;’ before ‘<’ token
../include/rs_layerlist.h:116: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_layerlist.h:116: error: expected ‘;’ before ‘<’ token
../include/rs_layerlist.h: In member function ‘uint RS_LayerList::count() const’:
../include/rs_layerlist.h:55: error: ‘layers’ was not declared in this scope
../include/rs_layerlist.h: In member function ‘RS_Layer* RS_LayerList::at(uint)’:
../include/rs_layerlist.h:62: error: ‘layers’ was not declared in this scope
../include/rs_undocycle.h: At global scope:
../include/rs_undocycle.h:123: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_undocycle.h:123: error: expected ‘;’ before ‘<’ token
../include/rs_undocycle.h: In constructor ‘RS_UndoCycle::RS_UndoCycle()’:
../include/rs_undocycle.h:58: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘void RS_UndoCycle::addUndoable(const RS_Undoable*)’:
../include/rs_undocycle.h:66: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘void RS_UndoCycle::removeUndoable(RS_Undoable*)’:
../include/rs_undocycle.h:73: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘RS_Undoable* RS_UndoCycle::getFirstUndoable()’:
../include/rs_undocycle.h:80: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘RS_Undoable* RS_UndoCycle::getNextUndoable()’:
../include/rs_undocycle.h:87: error: ‘undoables’ was not declared in this scope
../include/rs_undo.h: At global scope:
../include/rs_undo.h:74: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_undo.h:74: error: expected ‘;’ before ‘<’ token
../include/rs_block.h: In function ‘std::ostream& operator<<(std::ostream&, const RS_Block&)’:
../include/rs_block.h:147: error: ‘class QString’ has no member named ‘latin1’
../include/rs_blocklist.h: At global scope:
../include/rs_blocklist.h:121: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_blocklist.h:121: error: expected ‘;’ before ‘<’ token
../include/rs_blocklist.h:123: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_blocklist.h:123: error: expected ‘;’ before ‘<’ token
../include/rs_blocklist.h: In member function ‘uint RS_BlockList::count()’:
../include/rs_blocklist.h:54: error: ‘blocks’ was not declared in this scope
../include/rs_blocklist.h: In member function ‘RS_Block* RS_BlockList::at(uint)’:
../include/rs_blocklist.h:61: error: ‘blocks’ was not declared in this scope
../include/rs_variabledict.h: At global scope:
../include/rs_variabledict.h:69: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_variabledict.h:69: error: expected ‘;’ before ‘<’ token
../include/rs_variabledict.h:75: error: expected `;' before ‘friend’
../include/rs_variabledict.h:79: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_variabledict.h:79: error: expected ‘;’ before ‘<’ token
../include/rs_variabledict.h: In member function ‘int RS_VariableDict::count()’:
../include/rs_variabledict.h:54: error: ‘variables’ was not declared in this scope
../include/rs_graphic.h: At global scope:
../include/rs_graphic.h:214: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_graphic.h:214: error: expected ‘;’ before ‘<’ token
../include/rs_graphic.h:218: error: expected `;' before ‘RS2’
../../qcadcmd/include/rs_commands.h:78: error: ISO C++ forbids declaration of ‘QDict’ with no type
../../qcadcmd/include/rs_commands.h:78: error: expected ‘;’ before ‘<’ token
../../qcadcmd/include/rs_commands.h:79: error: ISO C++ forbids declaration of ‘QDict’ with no type
../../qcadcmd/include/rs_commands.h:79: error: expected ‘;’ before ‘<’ token
make[2]: *** [obj/rs_actioninterface.o] Error 1
make[1]: *** [lib/libqcad.a] Error 2
make: *** [all] Error 2
Building qcadlib failed
}}}
",ewira@…
Active Tickets,20421,mysql5-server port failed to start,ports,1.8.0,,defect,ryandesign@…,new,2009-07-23T20:12:25-07:00,2011-09-12T03:11:04-07:00,"The mysql5-server port failed to be accessing after executing the following commands on Snow Leopard build 10A411:

  - sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
  - sudo -u mysql mysql_install_db5
  - reboot
  - mysql5 -u root

{{{
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)
}}}

Is there a missing step somewhere?
",conradwt@…
Active Tickets,20464,"ardour2 is still using ""gcc""",ports,1.7.1,,defect,devans@…,new,2009-07-28T03:34:12-07:00,2010-11-14T20:27:56-08:00,"Good progress was made toward resolving this in #19879, but ardour2 still uses ""gcc"" when checking for fftw which causes the build to fail like this when using the script from UsingTheRightCompiler:

{{{
--->  Building ardour2
DEBUG: Executing org.macports.build (ardour2)
DEBUG: port allows a parallel build
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4' CC='/mp/bin/gcc-mp-4.3' CPP='/mp/bin/cpp-mp-4.3' CXX='/mp/bin/g++-mp-4.3'
DEBUG: Assembled command: 'cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1"" && nice -n 10 scons -j3 PREFIX=/mp VST=0 AUBIO=1 FREESOUND=1 LV2=0'
scons: Reading SConscript files ...

scons: warning: The Options class is deprecated; use the Variables class instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 32, in <module>

scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 36, in <module>

scons: warning: The PathOption() function is deprecated; use the PathVariable() function instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 42, in <module>

scons: warning: The EnumOption() function is deprecated; use the EnumVariable() function instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 43, in <module>
Checking for pkg-config version >= 0.8.0... yes
Checking for gthread-2.0... yes
Checking for lrdf... yes
Checking for libgnomecanvas-2.0... yes
Checking for gtk+-2.0... yes
Checking for jack... yes
Checking for samplerate... yes
Checking for glib-2.0... yes
Checking for libxml-2.0... yes
Checking for raptor... yes
Checking for fftw3f...yes
Checking for fftw3...yes
Checking for aubio...yes
Checking for C header file fftw3.h... no
Ardour cannot be compiled without the FFTW3 headers, which do not seem to be installed
}}}

This is on Mac OS X 10.4.11 Intel with Xcode 2.5 and MacPorts 1.7.1. config.log contains

{{{
file /mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct,line 510:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C header file fftw3.h... 
.sconf_temp/conftest_13.c <-
  |
  |#include <fftw3.h>
  |
  |
gcc -o .sconf_temp/conftest_13.o -c -I/mp/include .sconf_temp/conftest_13.c
gcc -o .sconf_temp/conftest_13.o -c -I/mp/include .sconf_temp/conftest_13.c
gcc: Error: You should be using ${configure.cc}
See http://trac.macports.org/wiki/UsingTheRightCompiler
scons: Configure: no
}}}

I don't know where this ""gcc"" is coming from. Perhaps it is just another thing that can be fixed in SConscript. Or maybe it is a problem within scons (perhaps in ${prefix}/lib/scons-1.2.0/SCons/Tool/gcc.py). If so, feel free to turn this over to the scons maintainer.",ryandesign@…
Active Tickets,20498,caml-ocamlnet: reinplace didn't change anything in Makefile,ports,1.7.1,,defect,landonf@…,new,2009-07-31T10:11:02-07:00,2009-07-31T10:16:57-07:00,"Using the patch from #15514 I see that the OCAMLFIND reinplace in caml-ocamlnet's post-patch phase isn't doing anything:

{{{
--->  Fetching caml-ocamlnet
--->  Verifying checksum(s) for caml-ocamlnet
--->  Extracting caml-ocamlnet
--->  Applying patches to caml-ocamlnet
Warning: reinplace s|$(OCAMLFIND) install|$(OCAMLFIND) install -destdir /mp/var/macports/build/_Users_rschmidt_macports_dports-clean_devel_caml-ocamlnet/work/destroot//mp/lib/ocaml/site-lib|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports-clean_devel_caml-ocamlnet/work/ocamlnet-2.2.9/Makefile
--->  Configuring caml-ocamlnet
[snip]
}}}

Maybe the reinplace is no longer needed, or maybe it needs to be updated.",ryandesign@…
Active Tickets,20529,pthsem build failure on Tiger,ports,1.7.1,,defect,mail@…,new,2009-08-02T17:39:26-07:00,2010-11-14T20:41:47-08:00,"pthsem doesn't build on Tiger:

{{{
./libtool --mode=compile --quiet /usr/bin/gcc-4.0 -c -I/mp/include -I. -O2 -pipe -funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math pthread.c
In file included from /usr/include/sys/select.h:146,
                 from /usr/include/unistd.h:483,
                 from pthread.h:116,
                 from pthread.c:42:
/usr/include/signal.h:84: error: parse error before 'int'
make: *** [pthread.lo] Error 1
}}}

Builds fine on Leopard.",ryandesign@…
Active Tickets,20534,muniversal: use_autoconf does not work with muniversal,base,1.8.0,,defect,macports-tickets@…,new,2009-08-02T23:34:25-07:00,2013-03-02T18:08:32-08:00,"It looks like updated configure scripts (via use_autoconf) aren't getting propagated to the arch-specific dir.

{{{
~/src/macports-trunk/dports/audio/cdparanoia $ ls -l work/cdparanoia-III-10.2*/configure
-rwxrwxr-x  1 root  wheel  176456 Aug 16  2006 work/cdparanoia-III-10.2-x86_64/configure
-rwxrwxr-x  1 root  wheel  146246 Aug  2 23:25 work/cdparanoia-III-10.2/configure

~/src/macports-trunk/dports/audio/cdparanoia $ grep autoconf Portfile 
depends_build	port:autoconf
use_autoconf	yes
}}}",jeremyhu@…
Active Tickets,20549,"[samba3] [3.2.13] ld error: libtalloc.dylib, can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB)",ports,1.7.1,,defect,mww@…,new,2009-08-04T01:51:52-07:00,2012-05-20T13:02:14-07:00,"{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_samba3/work/samba-3.2.13/source"" && make all "" returned error 2
Command output: Compiling lib/ldb/modules/operational.c
Compiling lib/ldb/modules/rdn_name.c
Compiling lib/ldb/modules/objectclass.c
Compiling lib/ldb/modules/paged_results.c
Compiling lib/ldb/modules/sort.c
Compiling lib/ldb/modules/asq.c
Compiling libsmb/namequery_dc.c
Compiling libsmb/trustdom_cache.c
Compiling libsmb/trusts_util.c
Compiling libsmb/dsgetdcname.c
Compiling libads/ldap.c
Compiling libads/ldap_printer.c
Compiling libads/sasl.c
Compiling libads/sasl_wrapping.c
Compiling libads/krb5_setpw.c
Compiling libads/ldap_user.c
Compiling libads/ads_struct.c
Compiling libads/kerberos_keytab.c
Compiling libads/disp_sec.c
Compiling libads/ads_utils.c
Compiling libads/ldap_utils.c
Compiling libads/ldap_schema.c
Compiling libads/util.c
Compiling libads/ndr.c
Compiling lib/privileges_basic.c
creating /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_samba3/work/samba-3.2.13/source/exports/libnetapi.syms
Linking shared library bin/libnetapi.dylib.0
ld: in /opt/local/lib/libtalloc.dylib, can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB)
collect2: ld returned 1 exit status
make: *** [bin/libnetapi.dylib.0] Error 1

Error: Unable to upgrade port: 1
}}}
",peimei@…
Active Tickets,20562,Thunderbird-x11 segfaults on leopard,ports,1.7.1,,defect,macports-tickets@…,new,2009-08-05T10:36:54-07:00,2009-08-05T11:40:32-07:00,"Got the new build of thunderbird yesterday. The build had a fix to locate the lplc4 library. After the fix. the build works fine. but when thunderbird is started it seg faults.
",hb6381@…
Active Tickets,20683,port upgrade does nothing with a downgraded package,base,1.8.99,,defect,macports-tickets@…,new,2009-08-14T23:53:07-07:00,2011-11-26T12:29:56-08:00,"Specifically, in the following sequence
{{{
# port outdated
The following installed ports are outdated:
autoconf                       2.63_0 < 2.64_0           
# port deactivate autoconf @2.64_0
# port deactivate autoconf @2.63_0
# port upgrade autoconf
# port outdated
The following installed ports are outdated:
autoconf                       2.63_0 < 2.64_0           
}}}
'port upgrade' does nothing and says nothing about the situation.  It seems to me that port *should* do the upgrade.  However, if there's a reason not to do that, it should report that it isn't doing it and suggest a deactivate ... activate cycle instead.",stephen@…
Active Tickets,20686,gsed fails to handle non-ASCII characters (bytes with top-bit set) in C locale,ports,1.7.1,,defect,macports-tickets@…,new,2009-08-15T15:29:22-07:00,2012-05-08T20:38:41-07:00,"For instance:
{{{
$ echo ""abécd"" | LC_ALL=C gsed -e 's/.*//'
écd
}}}
With the sed from Mac OS X and GNU sed under GNU/Linux, one gets a blank line, thus I suppose that this is what the user expects even though é isn't part of the US-ASCII character set specified by the C locale (and even though the result could depend on the encoding with some expressions).

The consequence is that building ocaml fails if gsed is installed with the with_default_names variant (see bug #20275).",vinc17@…
Active Tickets,20744,libnfc: 'SCARD_PROTOCOL_UNSET' undeclared (first use in this function),ports,1.7.1,,defect,al-libnfcport@…,new,2009-08-20T13:03:10-07:00,2010-11-18T00:08:58-08:00,"libnfc builds on my Intel Mac with 10.5.8 but not with 10.4.11:

{{{
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I..   -I/mp/include -I/mp/include   -I/System/Library/Frameworks/PCSC.framework/Headers -DHAVE_PCSC_LITE -O2 -std=c99 -MT libnfc_la-dev_acr122.lo -MD -MP -MF .deps/libnfc_la-dev_acr122.Tpo -c -o libnfc_la-dev_acr122.lo `test -f 'dev_acr122.c' || echo './'`dev_acr122.c
libtool: compile:  /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/mp/include -I/mp/include -I/System/Library/Frameworks/PCSC.framework/Headers -DHAVE_PCSC_LITE -O2 -std=c99 -MT libnfc_la-dev_acr122.lo -MD -MP -MF .deps/libnfc_la-dev_acr122.Tpo -c dev_acr122.c  -fno-common -DPIC -o .libs/libnfc_la-dev_acr122.o
dev_acr122.c: In function 'dev_acr122_transceive':
dev_acr122.c:198: error: 'SCARD_PROTOCOL_UNSET' undeclared (first use in this function)
}}}


",ryandesign@…
Active Tickets,20753,gcc44: ld64 crashed building libgcj on Tiger on Intel Core 2 Duo,ports,1.7.1,,defect,mww@…,new,2009-08-21T07:03:50-07:00,2010-07-27T22:11:47-07:00,"I tried to install gcc44 on a (64-bit) Intel Core 2 Duo MacBook Pro running Mac OS X 10.4.11 and ld64 crashed while trying to build libgcj:

{{{
libtool: link: /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/./gcc/xgcc -shared-libgcc -B/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/./gcc -nostdinc++ -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src/.libs -B/mp/i386-apple-darwin8.11.1/bin/ -B/mp/i386-apple-darwin8.11.1/lib/ -isystem /mp/i386-apple-darwin8.11.1/include -isystem /mp/i386-apple-darwin8.11.1/sys-include  -m64 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgcj.10.dylib  .libs/prims.o .libs/jni.o .libs/exception.o .libs/stacktrace.o .libs/link.o .libs/defineclass.o .libs/verify.o .libs/jvmti.o .libs/interpret.o gnu/classpath/jdwp/.libs/natVMFrame.o gnu/classpath/jdwp/.libs/natVMMethod.o gnu/classpath/jdwp/.libs/natVMVirtualMachine.o gnu/classpath/.libs/natConfiguration.o gnu/classpath/.libs/natSystemProperties.o gnu/classpath/.libs/natVMStackWalker.o gnu/gcj/.libs/natCore.o gnu/gcj/convert/.libs/JIS0208_to_Unicode.o gnu/gcj/convert/.libs/JIS0212_to_Unicode.o gnu/gcj/convert/.libs/Unicode_to_JIS.o gnu/gcj/convert/.libs/natIconv.o gnu/gcj/convert/.libs/natInput_EUCJIS.o gnu/gcj/convert/.libs/natInput_SJIS.o gnu/gcj/convert/.libs/natOutput_EUCJIS.o gnu/gcj/convert/.libs/natOutput_SJIS.o gnu/gcj/io/.libs/natSimpleSHSStream.o gnu/gcj/io/.libs/shs.o gnu/gcj/jvmti/.libs/natBreakpoint.o gnu/gcj/jvmti/.libs/natNormalBreakpoint.o gnu/gcj/runtime/.libs/natFinalizerThread.o gnu/gcj/runtime/.libs/natSharedLibLoader.o gnu/gcj/runtime/.libs/natSystemClassLoader.o gnu/gcj/runtime/.libs/natStringBuffer.o gnu/gcj/util/.libs/natDebug.o gnu/gcj/util/.libs/natGCInfo.o gnu/java/lang/.libs/natMainThread.o gnu/java/lang/management/.libs/natVMClassLoadingMXBeanImpl.o gnu/java/lang/management/.libs/natVMCompilationMXBeanImpl.o gnu/java/lang/management/.libs/natVMGarbageCollectorMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryManagerMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryPoolMXBeanImpl.o gnu/java/lang/management/.libs/natVMOperatingSystemMXBeanImpl.o gnu/java/lang/management/.libs/natVMRuntimeMXBeanImpl.o gnu/java/lang/management/.libs/natVMThreadMXBeanImpl.o gnu/java/net/.libs/natPlainDatagramSocketImpl.o gnu/java/net/.libs/natPlainSocketImpl.o gnu/java/net/protocol/core/.libs/natCoreInputStream.o gnu/java/nio/.libs/natVMPipe.o gnu/java/nio/.libs/natVMSelector.o gnu/java/nio/.libs/natNIOServerSocket.o gnu/java/nio/.libs/natVMChannel.o gnu/java/nio/channels/.libs/natFileChannelImpl.o gnu/java/security/jce/prng/.libs/natVMSecureRandom.o java/io/.libs/natFile.o java/io/.libs/natVMObjectInputStream.o java/io/.libs/natVMObjectStreamClass.o java/lang/.libs/natCharacter.o java/lang/.libs/natClass.o java/lang/.libs/natClassLoader.o java/lang/.libs/natConcreteProcess.o java/lang/.libs/natVMDouble.o java/lang/.libs/natVMFloat.o java/lang/.libs/natMath.o java/lang/.libs/natObject.o java/lang/.libs/natRuntime.o java/lang/.libs/natString.o java/lang/.libs/natAbstractStringBuffer.o java/lang/.libs/natSystem.o java/lang/.libs/natThread.o java/lang/.libs/natThreadLocal.o java/lang/.libs/natVMClassLoader.o java/lang/.libs/natVMProcess.o java/lang/.libs/natVMThrowable.o java/lang/ref/.libs/natReference.o java/lang/reflect/.libs/natArray.o java/lang/reflect/.libs/natConstructor.o java/lang/reflect/.libs/natField.o java/lang/reflect/.libs/natMethod.o java/lang/reflect/.libs/natVMProxy.o java/net/.libs/natVMInetAddress.o java/net/.libs/natVMNetworkInterface.o java/net/.libs/natVMURLConnection.o java/nio/channels/.libs/natVMChannels.o java/nio/.libs/natVMDirectByteBufferImpl.o java/security/.libs/natVMAccessController.o java/security/.libs/natVMAccessControlState.o java/text/.libs/natCollator.o java/util/.libs/natVMTimeZone.o java/util/concurrent/atomic/.libs/natAtomicLong.o java/util/logging/.libs/natLogger.o java/util/zip/.libs/natDeflater.o java/util/zip/.libs/natInflater.o sun/misc/.libs/natUnsafe.o .libs/boehm.o .libs/posix.o .libs/darwin.o .libs/posix-threads.o java/lang/.libs/Object.o java/lang/.libs/Class.o java/.libs/process-Posix.o gnu/.libs/awt.o gnu/awt/.libs/j2d.o gnu/.libs/classpath.o gnu/classpath/.libs/debug.o gnu/classpath/.libs/toolkit.o gnu/.libs/gcj.o gnu/gcj/.libs/convert.o gnu/gcj/.libs/io.o gnu/gcj/.libs/runtime.o gnu/gcj/.libs/util.o gnu/java/.libs/awt.o gnu/java/awt/.libs/color.o gnu/java/awt/.libs/dnd.o gnu/java/awt/.libs/font.o gnu/java/awt/font/.libs/autofit.o gnu/java/awt/font/.libs/opentype.o gnu/java/awt/font/opentype/.libs/truetype.o gnu/java/awt/.libs/image.o gnu/java/awt/.libs/java2d.o gnu/java/awt/.libs/peer.o gnu/java/awt/peer/.libs/headless.o gnu/java/awt/.libs/print.o gnu/java/.libs/io.o gnu/java/.libs/lang.o gnu/java/lang/.libs/reflect.o gnu/java/.libs/locale.o gnu/java/.libs/net.o gnu/java/net/.libs/loader.o gnu/java/net/.libs/local.o gnu/java/net/protocol/.libs/core.o gnu/java/net/protocol/.libs/file.o gnu/java/net/protocol/.libs/ftp.o gnu/java/net/protocol/.libs/gcjlib.o gnu/java/net/protocol/.libs/http.o gnu/java/net/protocol/.libs/https.o gnu/java/net/protocol/.libs/jar.o gnu/java/.libs/nio.o gnu/java/nio/.libs/channels.o gnu/java/nio/.libs/charset.o gnu/java/.libs/rmi.o gnu/java/rmi/.libs/activation.o gnu/java/rmi/.libs/dgc.o gnu/java/rmi/.libs/registry.o gnu/java/rmi/.libs/server.o gnu/java/.libs/security.o gnu/java/security/.libs/action.o gnu/java/security/.libs/ber.o gnu/java/security/.libs/der.o gnu/java/security/.libs/hash.o gnu/java/security/jce/.libs/hash.o gnu/java/security/jce/.libs/prng.o gnu/java/security/jce/.libs/sig.o gnu/java/security/.libs/key.o gnu/java/security/key/.libs/dss.o gnu/java/security/key/.libs/rsa.o gnu/java/security/.libs/pkcs.o gnu/java/security/.libs/prng.o gnu/java/security/.libs/provider.o gnu/java/security/.libs/sig.o gnu/java/security/sig/.libs/dss.o gnu/java/security/sig/.libs/rsa.o gnu/java/security/.libs/util.o gnu/java/security/.libs/x509.o gnu/java/security/x509/.libs/ext.o gnu/java/.libs/text.o gnu/java/.libs/util.o gnu/java/util/.libs/jar.o gnu/java/util/.libs/prefs.o gnu/java/util/.libs/regex.o gnu/javax/activation/.libs/viewers.o gnu/javax/.libs/crypto.o gnu/javax/crypto/.libs/assembly.o gnu/javax/crypto/.libs/cipher.o gnu/javax/crypto/.libs/jce.o gnu/javax/crypto/jce/.libs/cipher.o gnu/javax/crypto/jce/.libs/key.o gnu/javax/crypto/jce/.libs/keyring.o gnu/javax/crypto/jce/.libs/mac.o gnu/javax/crypto/jce/.libs/params.o gnu/javax/crypto/jce/.libs/prng.o gnu/javax/crypto/jce/.libs/sig.o gnu/javax/crypto/jce/.libs/spec.o gnu/javax/crypto/.libs/key.o gnu/javax/crypto/key/.libs/dh.o gnu/javax/crypto/key/.libs/srp6.o gnu/javax/crypto/.libs/keyring.o gnu/javax/crypto/.libs/kwa.o gnu/javax/crypto/.libs/mac.o gnu/javax/crypto/.libs/mode.o gnu/javax/crypto/.libs/pad.o gnu/javax/crypto/.libs/prng.o gnu/javax/crypto/.libs/sasl.o gnu/javax/crypto/sasl/.libs/anonymous.o gnu/javax/crypto/sasl/.libs/crammd5.o gnu/javax/crypto/sasl/.libs/plain.o gnu/javax/crypto/sasl/.libs/srp.o gnu/javax/.libs/imageio.o gnu/javax/imageio/.libs/bmp.o gnu/javax/imageio/.libs/gif.o gnu/javax/imageio/.libs/jpeg.o gnu/javax/imageio/.libs/png.o gnu/javax/naming/.libs/giop.o gnu/javax/naming/ictxImpl/.libs/trans.o gnu/javax/naming/jndi/url/.libs/corbaname.o gnu/javax/naming/jndi/url/.libs/rmi.o gnu/javax/net/.libs/ssl.o gnu/javax/net/ssl/.libs/provider.o gnu/javax/.libs/print.o gnu/javax/print/.libs/ipp.o gnu/javax/print/ipp/.libs/attribute.o gnu/javax/print/ipp/attribute/.libs/defaults.o gnu/javax/print/ipp/attribute/.libs/job.o gnu/javax/print/ipp/attribute/.libs/printer.o gnu/javax/print/ipp/attribute/.libs/supported.o gnu/javax/security/.libs/auth.o gnu/javax/security/auth/.libs/callback.o gnu/javax/security/auth/.libs/login.o gnu/javax/.libs/sound.o gnu/javax/sound/sampled/.libs/AU.o gnu/javax/sound/sampled/.libs/WAV.o gnu/javax/swing/plaf/.libs/gnu.o gnu/javax/swing/plaf/.libs/metal.o gnu/javax/swing/text/.libs/html.o gnu/javax/swing/text/html/.libs/css.o gnu/javax/swing/text/html/parser/.libs/GnuParserDelegator.o gnu/javax/swing/text/html/parser/.libs/HTML_401F.o gnu/javax/swing/text/html/parser/.libs/SmallHtmlAttributeSet.o gnu/javax/swing/text/html/parser/.libs/gnuDTD.o gnu/javax/swing/text/html/parser/.libs/htmlAttributeSet.o gnu/javax/swing/text/html/parser/.libs/htmlValidator.o gnu/javax/swing/text/html/parser/.libs/models.o gnu/javax/swing/text/html/parser/.libs/support.o gnu/javax/swing/text/html/parser/support/.libs/low.o gnu/javax/swing/.libs/tree.o java/.libs/applet.o java/.libs/awt.o java/awt/.libs/color.o java/awt/.libs/datatransfer.o java/awt/.libs/dnd.o java/awt/dnd/.libs/peer.o java/awt/.libs/event.o java/awt/.libs/font.o java/awt/.libs/geom.o java/awt/.libs/im.o java/awt/im/.libs/spi.o java/awt/.libs/image.o java/awt/image/.libs/renderable.o java/awt/.libs/peer.o java/awt/.libs/print.o java/.libs/beans.o java/beans/.libs/beancontext.o java/.libs/io.o java/.libs/lang.o java/lang/.libs/annotation.o java/lang/.libs/instrument.o java/lang/.libs/ref.o java/lang/.libs/reflect.o java/.libs/math.o java/.libs/net.o java/.libs/nio.o java/nio/.libs/channels.o java/nio/channels/.libs/spi.o java/nio/.libs/charset.o java/nio/charset/.libs/spi.o java/.libs/rmi.o java/rmi/.libs/activation.o java/rmi/.libs/dgc.o java/rmi/.libs/registry.o java/rmi/.libs/server.o java/.libs/security.o java/security/.libs/acl.o java/security/.libs/cert.o java/security/.libs/interfaces.o java/security/.libs/spec.o java/.libs/sql.o java/.libs/text.o java/text/.libs/spi.o java/.libs/util.o java/util/.libs/concurrent.o java/util/concurrent/.libs/atomic.o java/util/concurrent/.libs/locks.o java/util/.libs/jar.o java/util/.libs/logging.o java/util/.libs/prefs.o java/util/.libs/regex.o java/util/.libs/spi.o java/util/.libs/zip.o javax/.libs/accessibility.o javax/.libs/activation.o javax/.libs/activity.o javax/.libs/crypto.o javax/crypto/.libs/interfaces.o javax/crypto/.libs/spec.o javax/.libs/management.o javax/management/.libs/loading.o javax/management/.libs/openmbean.o javax/management/.libs/remote.o javax/management/remote/.libs/rmi.o javax/.libs/naming.o javax/naming/.libs/directory.o javax/naming/.libs/event.o javax/naming/.libs/ldap.o javax/naming/.libs/spi.o javax/.libs/net.o javax/net/.libs/ssl.o javax/.libs/print.o javax/print/.libs/attribute.o javax/print/attribute/.libs/standard.o javax/print/.libs/event.o javax/security/.libs/auth.o javax/security/auth/.libs/callback.o javax/security/auth/.libs/kerberos.o javax/security/auth/.libs/login.o javax/security/auth/.libs/spi.o javax/security/auth/.libs/x500.o javax/security/.libs/cert.o javax/security/.libs/sasl.o javax/sound/.libs/midi.o javax/sound/midi/.libs/spi.o javax/sound/.libs/sampled.o javax/sound/sampled/.libs/spi.o javax/.libs/sql.o javax/.libs/swing.o javax/swing/.libs/border.o javax/swing/.libs/colorchooser.o javax/swing/.libs/event.o javax/swing/.libs/filechooser.o javax/swing/.libs/plaf.o javax/swing/plaf/.libs/basic.o javax/swing/plaf/.libs/metal.o javax/swing/plaf/.libs/multi.o javax/swing/plaf/.libs/synth.o javax/swing/.libs/table.o javax/swing/.libs/text.o javax/swing/text/.libs/html.o javax/swing/text/html/.libs/parser.o javax/swing/text/.libs/rtf.o javax/swing/.libs/tree.o javax/swing/.libs/undo.o javax/.libs/tools.o javax/.libs/transaction.o javax/transaction/.libs/xa.o org/ietf/.libs/jgss.o sun/.libs/awt.o sun/.libs/misc.o sun/.libs/reflect.o sun/reflect/.libs/annotation.o sun/reflect/.libs/misc.o gnu/classpath/.libs/jdwp.o gnu/classpath/jdwp/.libs/event.o gnu/classpath/jdwp/event/.libs/filters.o gnu/classpath/jdwp/.libs/exception.o gnu/classpath/jdwp/.libs/id.o gnu/classpath/jdwp/.libs/processor.o gnu/classpath/jdwp/.libs/transport.o gnu/classpath/jdwp/.libs/util.o gnu/classpath/jdwp/.libs/value.o gnu/gcj/.libs/jvmti.o .libs/gnu-CORBA.o .libs/gnu-java-awt-dnd-peer-gtk.o .libs/gnu-java-awt-peer-gtk.o .libs/gnu-java-awt-peer-swing.o .libs/gnu-java-beans.o .libs/gnu-java-lang-management.o .libs/gnu-java-math.o .libs/gnu-java-util-prefs-gconf.o .libs/gnu-javax-management.o .libs/gnu-javax-rmi.o .libs/gnu-javax-sound-midi.o .libs/gnu-xml-aelfred2.o .libs/gnu-xml-dom.o .libs/gnu-xml-libxmlj.o .libs/gnu-xml-pipeline.o .libs/gnu-xml-stream.o .libs/gnu-xml-transform.o .libs/gnu-xml-util.o .libs/gnu-xml-validation.o .libs/gnu-xml-xpath.o .libs/java-lang-management.o .libs/javax-imageio.o .libs/javax-rmi.o .libs/javax-xml.o .libs/org-omg-CORBA.o .libs/org-omg-CORBA_2_3.o .libs/org-omg-CosNaming.o .libs/org-omg-Dynamic.o .libs/org-omg-DynamicAny.o .libs/org-omg-IOP.o .libs/org-omg-Messaging.o .libs/org-omg-PortableInterceptor.o .libs/org-omg-PortableServer.o .libs/org-omg-SendingContext.o .libs/org-omg-stub.o .libs/org-relaxng.o .libs/org-w3c.o .libs/org-xml.o gnu/java/awt/font/.libs/fonts.properties.o gnu/java/awt/peer/gtk/.libs/font.properties.o gnu/java/awt/peer/x/.libs/fonts.properties.o gnu/java/awt/peer/x/.libs/xfonts.properties.o gnu/java/locale/.libs/LocaleInformation.properties.o gnu/java/locale/.libs/LocaleInformation_aa.properties.o gnu/java/locale/.libs/LocaleInformation_aa_DJ.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ER.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ER_SAAHO.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ET.properties.o gnu/java/locale/.libs/LocaleInformation_af.properties.o gnu/java/locale/.libs/LocaleInformation_af_NA.properties.o gnu/java/locale/.libs/LocaleInformation_af_ZA.properties.o gnu/java/locale/.libs/LocaleInformation_ak.properties.o gnu/java/locale/.libs/LocaleInformation_am.properties.o gnu/java/locale/.libs/LocaleInformation_am_ET.properties.o gnu/java/locale/.libs/LocaleInformation_ar.properties.o gnu/java/locale/.libs/LocaleInformation_ar_DZ.properties.o gnu/java/locale/.libs/LocaleInformation_ar_JO.properties.o gnu/java/locale/.libs/LocaleInformation_ar_LB.properties.o gnu/java/locale/.libs/LocaleInformation_ar_MA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_QA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_SA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_SY.properties.o gnu/java/locale/.libs/LocaleInformation_ar_TN.properties.o gnu/java/locale/.libs/LocaleInformation_ar_YE.properties.o gnu/java/locale/.libs/LocaleInformation_as.properties.o gnu/java/locale/.libs/LocaleInformation_as_IN.properties.o gnu/java/locale/.libs/LocaleInformation_az.properties.o gnu/java/locale/.libs/LocaleInformation_az_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_be.properties.o gnu/java/locale/.libs/LocaleInformation_be_BY.properties.o gnu/java/locale/.libs/LocaleInformation_bg.properties.o gnu/java/locale/.libs/LocaleInformation_bg_BG.properties.o gnu/java/locale/.libs/LocaleInformation_bn.properties.o gnu/java/locale/.libs/LocaleInformation_bn_IN.properties.o gnu/java/locale/.libs/LocaleInformation_bo.properties.o gnu/java/locale/.libs/LocaleInformation_bs.properties.o gnu/java/locale/.libs/LocaleInformation_byn.properties.o gnu/java/locale/.libs/LocaleInformation_byn_ER.properties.o gnu/java/locale/.libs/LocaleInformation_ca.properties.o gnu/java/locale/.libs/LocaleInformation_ca_ES.properties.o gnu/java/locale/.libs/LocaleInformation_cch.properties.o gnu/java/locale/.libs/LocaleInformation_cop.properties.o gnu/java/locale/.libs/LocaleInformation_cs.properties.o gnu/java/locale/.libs/LocaleInformation_cs_CZ.properties.o gnu/java/locale/.libs/LocaleInformation_cy.properties.o gnu/java/locale/.libs/LocaleInformation_cy_GB.properties.o gnu/java/locale/.libs/LocaleInformation_da.properties.o gnu/java/locale/.libs/LocaleInformation_da_DK.properties.o gnu/java/locale/.libs/LocaleInformation_de.properties.o gnu/java/locale/.libs/LocaleInformation_de_AT.properties.o gnu/java/locale/.libs/LocaleInformation_de_BE.properties.o gnu/java/locale/.libs/LocaleInformation_de_CH.properties.o gnu/java/locale/.libs/LocaleInformation_de_DE.properties.o gnu/java/locale/.libs/LocaleInformation_de_LI.properties.o gnu/java/locale/.libs/LocaleInformation_de_LU.properties.o gnu/java/locale/.libs/LocaleInformation_dv.properties.o gnu/java/locale/.libs/LocaleInformation_dv_MV.properties.o gnu/java/locale/.libs/LocaleInformation_dz.properties.o gnu/java/locale/.libs/LocaleInformation_dz_BT.properties.o gnu/java/locale/.libs/LocaleInformation_ee.properties.o gnu/java/locale/.libs/LocaleInformation_el.properties.o gnu/java/locale/.libs/LocaleInformation_el_CY.properties.o gnu/java/locale/.libs/LocaleInformation_el_GR.properties.o gnu/java/locale/.libs/LocaleInformation_en.properties.o gnu/java/locale/.libs/LocaleInformation_en_AS.properties.o gnu/java/locale/.libs/LocaleInformation_en_AU.properties.o gnu/java/locale/.libs/LocaleInformation_en_BE.properties.o gnu/java/locale/.libs/LocaleInformation_en_BW.properties.o gnu/java/locale/.libs/LocaleInformation_en_BZ.properties.o gnu/java/locale/.libs/LocaleInformation_en_CA.properties.o gnu/java/locale/.libs/LocaleInformation_en_Dsrt.properties.o gnu/java/locale/.libs/LocaleInformation_en_GB.properties.o gnu/java/locale/.libs/LocaleInformation_en_GU.properties.o gnu/java/locale/.libs/LocaleInformation_en_HK.properties.o gnu/java/locale/.libs/LocaleInformation_en_IE.properties.o gnu/java/locale/.libs/LocaleInformation_en_IN.properties.o gnu/java/locale/.libs/LocaleInformation_en_JM.properties.o gnu/java/locale/.libs/LocaleInformation_en_MH.properties.o gnu/java/locale/.libs/LocaleInformation_en_MP.properties.o gnu/java/locale/.libs/LocaleInformation_en_MT.properties.o gnu/java/locale/.libs/LocaleInformation_en_NA.properties.o gnu/java/locale/.libs/LocaleInformation_en_NZ.properties.o gnu/java/locale/.libs/LocaleInformation_en_PH.properties.o gnu/java/locale/.libs/LocaleInformation_en_PK.properties.o gnu/java/locale/.libs/LocaleInformation_en_SG.properties.o gnu/java/locale/.libs/LocaleInformation_en_Shaw.properties.o gnu/java/locale/.libs/LocaleInformation_en_TT.properties.o gnu/java/locale/.libs/LocaleInformation_en_UM.properties.o gnu/java/locale/.libs/LocaleInformation_en_US.properties.o gnu/java/locale/.libs/LocaleInformation_en_US_POSIX.properties.o gnu/java/locale/.libs/LocaleInformation_en_VI.properties.o gnu/java/locale/.libs/LocaleInformation_en_ZA.properties.o gnu/java/locale/.libs/LocaleInformation_en_ZW.properties.o gnu/java/locale/.libs/LocaleInformation_eo.properties.o gnu/java/locale/.libs/LocaleInformation_es.properties.o gnu/java/locale/.libs/LocaleInformation_es_AR.properties.o gnu/java/locale/.libs/LocaleInformation_es_BO.properties.o gnu/java/locale/.libs/LocaleInformation_es_CL.properties.o gnu/java/locale/.libs/LocaleInformation_es_CO.properties.o gnu/java/locale/.libs/LocaleInformation_es_CR.properties.o gnu/java/locale/.libs/LocaleInformation_es_DO.properties.o gnu/java/locale/.libs/LocaleInformation_es_EC.properties.o gnu/java/locale/.libs/LocaleInformation_es_ES.properties.o gnu/java/locale/.libs/LocaleInformation_es_GT.properties.o gnu/java/locale/.libs/LocaleInformation_es_HN.properties.o gnu/java/locale/.libs/LocaleInformation_es_MX.properties.o gnu/java/locale/.libs/LocaleInformation_es_NI.properties.o gnu/java/locale/.libs/LocaleInformation_es_PA.properties.o gnu/java/locale/.libs/LocaleInformation_es_PE.properties.o gnu/java/locale/.libs/LocaleInformation_es_PR.properties.o gnu/java/locale/.libs/LocaleInformation_es_PY.properties.o gnu/java/locale/.libs/LocaleInformation_es_SV.properties.o gnu/java/locale/.libs/LocaleInformation_es_US.properties.o gnu/java/locale/.libs/LocaleInformation_es_UY.properties.o gnu/java/locale/.libs/LocaleInformation_es_VE.properties.o gnu/java/locale/.libs/LocaleInformation_et.properties.o gnu/java/locale/.libs/LocaleInformation_et_EE.properties.o gnu/java/locale/.libs/LocaleInformation_eu.properties.o gnu/java/locale/.libs/LocaleInformation_eu_ES.properties.o gnu/java/locale/.libs/LocaleInformation_fa.properties.o gnu/java/locale/.libs/LocaleInformation_fa_AF.properties.o gnu/java/locale/.libs/LocaleInformation_fa_IR.properties.o gnu/java/locale/.libs/LocaleInformation_fi.properties.o gnu/java/locale/.libs/LocaleInformation_fi_FI.properties.o gnu/java/locale/.libs/LocaleInformation_fil.properties.o gnu/java/locale/.libs/LocaleInformation_fo.properties.o gnu/java/locale/.libs/LocaleInformation_fo_FO.properties.o gnu/java/locale/.libs/LocaleInformation_fr.properties.o gnu/java/locale/.libs/LocaleInformation_fr_BE.properties.o gnu/java/locale/.libs/LocaleInformation_fr_CA.properties.o gnu/java/locale/.libs/LocaleInformation_fr_CH.properties.o gnu/java/locale/.libs/LocaleInformation_fr_LU.properties.o gnu/java/locale/.libs/LocaleInformation_fur.properties.o gnu/java/locale/.libs/LocaleInformation_ga.properties.o gnu/java/locale/.libs/LocaleInformation_ga_IE.properties.o gnu/java/locale/.libs/LocaleInformation_gaa.properties.o gnu/java/locale/.libs/LocaleInformation_gez.properties.o gnu/java/locale/.libs/LocaleInformation_gez_ER.properties.o gnu/java/locale/.libs/LocaleInformation_gez_ET.properties.o gnu/java/locale/.libs/LocaleInformation_gl.properties.o gnu/java/locale/.libs/LocaleInformation_gl_ES.properties.o gnu/java/locale/.libs/LocaleInformation_gu.properties.o gnu/java/locale/.libs/LocaleInformation_gu_IN.properties.o gnu/java/locale/.libs/LocaleInformation_gv.properties.o gnu/java/locale/.libs/LocaleInformation_gv_GB.properties.o gnu/java/locale/.libs/LocaleInformation_ha.properties.o gnu/java/locale/.libs/LocaleInformation_ha_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_haw.properties.o gnu/java/locale/.libs/LocaleInformation_haw_US.properties.o gnu/java/locale/.libs/LocaleInformation_he.properties.o gnu/java/locale/.libs/LocaleInformation_he_IL.properties.o gnu/java/locale/.libs/LocaleInformation_hi.properties.o gnu/java/locale/.libs/LocaleInformation_hi_IN.properties.o gnu/java/locale/.libs/LocaleInformation_hr.properties.o gnu/java/locale/.libs/LocaleInformation_hu.properties.o gnu/java/locale/.libs/LocaleInformation_hu_HU.properties.o gnu/java/locale/.libs/LocaleInformation_hy.properties.o gnu/java/locale/.libs/LocaleInformation_hy_AM.properties.o gnu/java/locale/.libs/LocaleInformation_hy_AM_REVISED.properties.o gnu/java/locale/.libs/LocaleInformation_ia.properties.o gnu/java/locale/.libs/LocaleInformation_id.properties.o gnu/java/locale/.libs/LocaleInformation_id_ID.properties.o gnu/java/locale/.libs/LocaleInformation_ig.properties.o gnu/java/locale/.libs/LocaleInformation_ii.properties.o gnu/java/locale/.libs/LocaleInformation_is.properties.o gnu/java/locale/.libs/LocaleInformation_is_IS.properties.o gnu/java/locale/.libs/LocaleInformation_it.properties.o gnu/java/locale/.libs/LocaleInformation_it_CH.properties.o gnu/java/locale/.libs/LocaleInformation_it_IT.properties.o gnu/java/locale/.libs/LocaleInformation_iu.properties.o gnu/java/locale/.libs/LocaleInformation_ja.properties.o gnu/java/locale/.libs/LocaleInformation_ja_JP.properties.o gnu/java/locale/.libs/LocaleInformation_ka.properties.o gnu/java/locale/.libs/LocaleInformation_kaj.properties.o gnu/java/locale/.libs/LocaleInformation_kam.properties.o gnu/java/locale/.libs/LocaleInformation_kcg.properties.o gnu/java/locale/.libs/LocaleInformation_kfo.properties.o gnu/java/locale/.libs/LocaleInformation_kk.properties.o gnu/java/locale/.libs/LocaleInformation_kk_KZ.properties.o gnu/java/locale/.libs/LocaleInformation_kl.properties.o gnu/java/locale/.libs/LocaleInformation_kl_GL.properties.o gnu/java/locale/.libs/LocaleInformation_km.properties.o gnu/java/locale/.libs/LocaleInformation_km_KH.properties.o gnu/java/locale/.libs/LocaleInformation_kn.properties.o gnu/java/locale/.libs/LocaleInformation_kn_IN.properties.o gnu/java/locale/.libs/LocaleInformation_ko.properties.o gnu/java/locale/.libs/LocaleInformation_ko_KR.properties.o gnu/java/locale/.libs/LocaleInformation_kok.properties.o gnu/java/locale/.libs/LocaleInformation_kok_IN.properties.o gnu/java/locale/.libs/LocaleInformation_kpe.properties.o gnu/java/locale/.libs/LocaleInformation_ku.properties.o gnu/java/locale/.libs/LocaleInformation_ku_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_ku_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_kw.properties.o gnu/java/locale/.libs/LocaleInformation_kw_GB.properties.o gnu/java/locale/.libs/LocaleInformation_ky.properties.o gnu/java/locale/.libs/LocaleInformation_ln.properties.o gnu/java/locale/.libs/LocaleInformation_lo.properties.o gnu/java/locale/.libs/LocaleInformation_lo_LA.properties.o gnu/java/locale/.libs/LocaleInformation_lt.properties.o gnu/java/locale/.libs/LocaleInformation_lt_LT.properties.o gnu/java/locale/.libs/LocaleInformation_lv.properties.o gnu/java/locale/.libs/LocaleInformation_lv_LV.properties.o gnu/java/locale/.libs/LocaleInformation_mk.properties.o gnu/java/locale/.libs/LocaleInformation_ml.properties.o gnu/java/locale/.libs/LocaleInformation_ml_IN.properties.o gnu/java/locale/.libs/LocaleInformation_mn.properties.o gnu/java/locale/.libs/LocaleInformation_mr.properties.o gnu/java/locale/.libs/LocaleInformation_mr_IN.properties.o gnu/java/locale/.libs/LocaleInformation_ms.properties.o gnu/java/locale/.libs/LocaleInformation_ms_BN.properties.o gnu/java/locale/.libs/LocaleInformation_ms_MY.properties.o gnu/java/locale/.libs/LocaleInformation_mt.properties.o gnu/java/locale/.libs/LocaleInformation_mt_MT.properties.o gnu/java/locale/.libs/LocaleInformation_my.properties.o gnu/java/locale/.libs/LocaleInformation_nb.properties.o gnu/java/locale/.libs/LocaleInformation_nb_NO.properties.o gnu/java/locale/.libs/LocaleInformation_ne.properties.o gnu/java/locale/.libs/LocaleInformation_nl.properties.o gnu/java/locale/.libs/LocaleInformation_nl_BE.properties.o gnu/java/locale/.libs/LocaleInformation_nl_NL.properties.o gnu/java/locale/.libs/LocaleInformation_nn.properties.o gnu/java/locale/.libs/LocaleInformation_nn_NO.properties.o gnu/java/locale/.libs/LocaleInformation_nr.properties.o gnu/java/locale/.libs/LocaleInformation_nso.properties.o gnu/java/locale/.libs/LocaleInformation_ny.properties.o gnu/java/locale/.libs/LocaleInformation_om.properties.o gnu/java/locale/.libs/LocaleInformation_om_ET.properties.o gnu/java/locale/.libs/LocaleInformation_om_KE.properties.o gnu/java/locale/.libs/LocaleInformation_or.properties.o gnu/java/locale/.libs/LocaleInformation_or_IN.properties.o gnu/java/locale/.libs/LocaleInformation_pa.properties.o gnu/java/locale/.libs/LocaleInformation_pa_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_pa_IN.properties.o gnu/java/locale/.libs/LocaleInformation_pl.properties.o gnu/java/locale/.libs/LocaleInformation_pl_PL.properties.o gnu/java/locale/.libs/LocaleInformation_ps.properties.o gnu/java/locale/.libs/LocaleInformation_ps_AF.properties.o gnu/java/locale/.libs/LocaleInformation_pt.properties.o gnu/java/locale/.libs/LocaleInformation_pt_BR.properties.o gnu/java/locale/.libs/LocaleInformation_pt_PT.properties.o gnu/java/locale/.libs/LocaleInformation_ro.properties.o gnu/java/locale/.libs/LocaleInformation_ro_RO.properties.o gnu/java/locale/.libs/LocaleInformation_ru.properties.o gnu/java/locale/.libs/LocaleInformation_ru_RU.properties.o gnu/java/locale/.libs/LocaleInformation_ru_UA.properties.o gnu/java/locale/.libs/LocaleInformation_rw.properties.o gnu/java/locale/.libs/LocaleInformation_sa.properties.o gnu/java/locale/.libs/LocaleInformation_sa_IN.properties.o gnu/java/locale/.libs/LocaleInformation_se.properties.o gnu/java/locale/.libs/LocaleInformation_se_FI.properties.o gnu/java/locale/.libs/LocaleInformation_si.properties.o gnu/java/locale/.libs/LocaleInformation_sid.properties.o gnu/java/locale/.libs/LocaleInformation_sid_ET.properties.o gnu/java/locale/.libs/LocaleInformation_sk.properties.o gnu/java/locale/.libs/LocaleInformation_sk_SK.properties.o gnu/java/locale/.libs/LocaleInformation_sl.properties.o gnu/java/locale/.libs/LocaleInformation_sl_SI.properties.o gnu/java/locale/.libs/LocaleInformation_so.properties.o gnu/java/locale/.libs/LocaleInformation_so_DJ.properties.o gnu/java/locale/.libs/LocaleInformation_so_ET.properties.o gnu/java/locale/.libs/LocaleInformation_so_KE.properties.o gnu/java/locale/.libs/LocaleInformation_so_SO.properties.o gnu/java/locale/.libs/LocaleInformation_sq.properties.o gnu/java/locale/.libs/LocaleInformation_sq_AL.properties.o gnu/java/locale/.libs/LocaleInformation_sr.properties.o gnu/java/locale/.libs/LocaleInformation_sr_BA_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_sr_BA_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_sr_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_ME_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_RS_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_ss.properties.o gnu/java/locale/.libs/LocaleInformation_ssy.properties.o gnu/java/locale/.libs/LocaleInformation_st.properties.o gnu/java/locale/.libs/LocaleInformation_sv.properties.o gnu/java/locale/.libs/LocaleInformation_sv_FI.properties.o gnu/java/locale/.libs/LocaleInformation_sv_SE.properties.o gnu/java/locale/.libs/LocaleInformation_sw.properties.o gnu/java/locale/.libs/LocaleInformation_sw_KE.properties.o gnu/java/locale/.libs/LocaleInformation_sw_TZ.properties.o gnu/java/locale/.libs/LocaleInformation_syr.properties.o gnu/java/locale/.libs/LocaleInformation_syr_SY.properties.o gnu/java/locale/.libs/LocaleInformation_ta.properties.o gnu/java/locale/.libs/LocaleInformation_ta_IN.properties.o gnu/java/locale/.libs/LocaleInformation_te.properties.o gnu/java/locale/.libs/LocaleInformation_te_IN.properties.o gnu/java/locale/.libs/LocaleInformation_tg.properties.o gnu/java/locale/.libs/LocaleInformation_th.properties.o gnu/java/locale/.libs/LocaleInformation_th_TH.properties.o gnu/java/locale/.libs/LocaleInformation_ti.properties.o gnu/java/locale/.libs/LocaleInformation_ti_ER.properties.o gnu/java/locale/.libs/LocaleInformation_ti_ET.properties.o gnu/java/locale/.libs/LocaleInformation_tig.properties.o gnu/java/locale/.libs/LocaleInformation_tig_ER.properties.o gnu/java/locale/.libs/LocaleInformation_tn.properties.o gnu/java/locale/.libs/LocaleInformation_to.properties.o gnu/java/locale/.libs/LocaleInformation_tr.properties.o gnu/java/locale/.libs/LocaleInformation_tr_TR.properties.o gnu/java/locale/.libs/LocaleInformation_trv.properties.o gnu/java/locale/.libs/LocaleInformation_ts.properties.o gnu/java/locale/.libs/LocaleInformation_tt.properties.o gnu/java/locale/.libs/LocaleInformation_tt_RU.properties.o gnu/java/locale/.libs/LocaleInformation_ug.properties.o gnu/java/locale/.libs/LocaleInformation_uk.properties.o gnu/java/locale/.libs/LocaleInformation_uk_UA.properties.o gnu/java/locale/.libs/LocaleInformation_ur.properties.o gnu/java/locale/.libs/LocaleInformation_ur_IN.properties.o gnu/java/locale/.libs/LocaleInformation_uz.properties.o gnu/java/locale/.libs/LocaleInformation_uz_AF_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_uz_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_uz_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_ve.properties.o gnu/java/locale/.libs/LocaleInformation_vi.properties.o gnu/java/locale/.libs/LocaleInformation_wal.properties.o gnu/java/locale/.libs/LocaleInformation_wal_ET.properties.o gnu/java/locale/.libs/LocaleInformation_wo.properties.o gnu/java/locale/.libs/LocaleInformation_xh.properties.o gnu/java/locale/.libs/LocaleInformation_yo.properties.o gnu/java/locale/.libs/LocaleInformation_zh.properties.o gnu/java/locale/.libs/LocaleInformation_zh_CN_Hans.properties.o gnu/java/locale/.libs/LocaleInformation_zh_HK_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_MO_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_SG_Hans.properties.o gnu/java/locale/.libs/LocaleInformation_zh_TW_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zu.properties.o gnu/java/util/regex/.libs/MessagesBundle.properties.o gnu/java/util/regex/.libs/MessagesBundle_fr.properties.o gnu/java/util/regex/.libs/MessagesBundle_it.properties.o gnu/javax/print/.libs/PrinterDialog.properties.o gnu/javax/print/.libs/PrinterDialog_de.properties.o gnu/javax/security/auth/callback/.libs/MessagesBundle.properties.o java/text/.libs/metazones.properties.o java/util/.libs/iso4217.properties.o java/util/.libs/weeks.properties.o javax/imageio/plugins/jpeg/.libs/MessagesBundle.properties.o javax/swing/text/html/.libs/default.css.o org/ietf/jgss/.libs/MessagesBundle.properties.o META-INF/services/.libs/java.util.prefs.PreferencesFactory.o META-INF/services/.libs/java.util.prefs.PreferencesFactory.in.o META-INF/services/.libs/javax.sound.midi.spi.MidiDeviceProvider.o META-INF/services/.libs/javax.sound.midi.spi.MidiFileReader.o META-INF/services/.libs/javax.sound.midi.spi.MidiFileWriter.o META-INF/services/.libs/javax.sound.sampled.spi.AudioFileReader.o   .libs/libgcj.lax/libltdlc.a/ltdl.o  .libs/libgcj.lax/libfdlibm.a/dtoa.o .libs/libgcj.lax/libfdlibm.a/e_acos.o .libs/libgcj.lax/libfdlibm.a/e_asin.o .libs/libgcj.lax/libfdlibm.a/e_atan2.o .libs/libgcj.lax/libfdlibm.a/e_cosh.o .libs/libgcj.lax/libfdlibm.a/e_exp.o .libs/libgcj.lax/libfdlibm.a/e_fmod.o .libs/libgcj.lax/libfdlibm.a/e_hypot.o .libs/libgcj.lax/libfdlibm.a/e_log.o .libs/libgcj.lax/libfdlibm.a/e_log10.o .libs/libgcj.lax/libfdlibm.a/e_pow.o .libs/libgcj.lax/libfdlibm.a/e_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/e_remainder.o .libs/libgcj.lax/libfdlibm.a/e_scalb.o .libs/libgcj.lax/libfdlibm.a/e_sinh.o .libs/libgcj.lax/libfdlibm.a/e_sqrt.o .libs/libgcj.lax/libfdlibm.a/k_cos.o .libs/libgcj.lax/libfdlibm.a/k_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/k_sin.o .libs/libgcj.lax/libfdlibm.a/k_tan.o .libs/libgcj.lax/libfdlibm.a/mprec.o .libs/libgcj.lax/libfdlibm.a/s_atan.o .libs/libgcj.lax/libfdlibm.a/s_cbrt.o .libs/libgcj.lax/libfdlibm.a/s_ceil.o .libs/libgcj.lax/libfdlibm.a/s_copysign.o .libs/libgcj.lax/libfdlibm.a/s_cos.o .libs/libgcj.lax/libfdlibm.a/s_expm1.o .libs/libgcj.lax/libfdlibm.a/s_fabs.o .libs/libgcj.lax/libfdlibm.a/s_finite.o .libs/libgcj.lax/libfdlibm.a/s_floor.o .libs/libgcj.lax/libfdlibm.a/s_log1p.o .libs/libgcj.lax/libfdlibm.a/s_rint.o .libs/libgcj.lax/libfdlibm.a/s_scalbn.o .libs/libgcj.lax/libfdlibm.a/s_sin.o .libs/libgcj.lax/libfdlibm.a/s_tan.o .libs/libgcj.lax/libfdlibm.a/s_tanh.o .libs/libgcj.lax/libfdlibm.a/sf_fabs.o .libs/libgcj.lax/libfdlibm.a/sf_rint.o .libs/libgcj.lax/libfdlibm.a/strtod.o .libs/libgcj.lax/libfdlibm.a/w_acos.o .libs/libgcj.lax/libfdlibm.a/w_asin.o .libs/libgcj.lax/libfdlibm.a/w_atan2.o .libs/libgcj.lax/libfdlibm.a/w_cosh.o .libs/libgcj.lax/libfdlibm.a/w_exp.o .libs/libgcj.lax/libfdlibm.a/w_fmod.o .libs/libgcj.lax/libfdlibm.a/w_hypot.o .libs/libgcj.lax/libfdlibm.a/w_log.o .libs/libgcj.lax/libfdlibm.a/w_log10.o .libs/libgcj.lax/libfdlibm.a/w_pow.o .libs/libgcj.lax/libfdlibm.a/w_remainder.o .libs/libgcj.lax/libfdlibm.a/w_sinh.o .libs/libgcj.lax/libfdlibm.a/w_sqrt.o  .libs/libgcj.lax/libffi_convenience.a/closures.o .libs/libgcj.lax/libffi_convenience.a/darwin.o .libs/libgcj.lax/libffi_convenience.a/darwin64.o .libs/libgcj.lax/libffi_convenience.a/debug.o .libs/libgcj.lax/libffi_convenience.a/ffi.o .libs/libgcj.lax/libffi_convenience.a/ffi64.o .libs/libgcj.lax/libffi_convenience.a/java_raw_api.o .libs/libgcj.lax/libffi_convenience.a/prep_cif.o .libs/libgcj.lax/libffi_convenience.a/raw_api.o .libs/libgcj.lax/libffi_convenience.a/types.o  .libs/libgcj.lax/libgcjgc_convenience.a/allchblk.o .libs/libgcj.lax/libgcjgc_convenience.a/alloc.o .libs/libgcj.lax/libgcjgc_convenience.a/backgraph.o .libs/libgcj.lax/libgcjgc_convenience.a/blacklst.o .libs/libgcj.lax/libgcjgc_convenience.a/checksums.o .libs/libgcj.lax/libgcjgc_convenience.a/darwin_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/dbg_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/dyn_load.o .libs/libgcj.lax/libgcjgc_convenience.a/finalize.o .libs/libgcj.lax/libgcjgc_convenience.a/gc_dlopen.o .libs/libgcj.lax/libgcjgc_convenience.a/gcj_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/headers.o .libs/libgcj.lax/libgcjgc_convenience.a/mach_dep.o .libs/libgcj.lax/libgcjgc_convenience.a/malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/mallocx.o .libs/libgcj.lax/libgcjgc_convenience.a/mark.o .libs/libgcj.lax/libgcjgc_convenience.a/mark_rts.o .libs/libgcj.lax/libgcjgc_convenience.a/misc.o .libs/libgcj.lax/libgcjgc_convenience.a/new_hblk.o .libs/libgcj.lax/libgcjgc_convenience.a/obj_map.o .libs/libgcj.lax/libgcjgc_convenience.a/os_dep.o .libs/libgcj.lax/libgcjgc_convenience.a/pcr_interface.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_support.o .libs/libgcj.lax/libgcjgc_convenience.a/ptr_chck.o .libs/libgcj.lax/libgcjgc_convenience.a/real_malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/reclaim.o .libs/libgcj.lax/libgcjgc_convenience.a/specific.o .libs/libgcj.lax/libgcjgc_convenience.a/stubborn.o .libs/libgcj.lax/libgcjgc_convenience.a/typd_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/win32_threads.o   -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src/.libs -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libjava -lpthread -ldl -lz  -m64 -m64 -m64   -install_name  /mp/lib/gcc44/x86_64/libgcj.10.dylib -compatibility_version 11 -current_version 11.0 -Wl,-single_module
/usr/bin/ld: fatal error in /usr/bin/ld64
collect2: ld returned 1 exit status
make[5]: *** [libgcj.la] Error 1
make[5]: *** Waiting for unfinished jobs....
libtool: compile:  /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/gcc/gcj -B/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libjava/ -B/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/gcc/ -ffloat-store -fomit-frame-pointer -Usun -fclasspath= -fbootclasspath=../../../../gcc-4.4.1/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -findirect-dispatch -fno-bootstrap-classes -fno-indirect-classes -fsource-filename=/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libjava/classpath/tools/all-classes.lst -g -O2 -m64 -MT classpath/tools/libgcj_tools_la-tools.lo -MD -MP -MF classpath/tools/.deps/libgcj_tools_la-tools.Tpo -c classpath/tools/tools.zip -o classpath/tools/libgcj_tools_la-tools.o >/dev/null 2>&1
make[4]: *** [all-recursive] Error 1
make[3]: *** [multi-do] Error 1
make[2]: *** [all-multi] Error 2
make[1]: *** [all-target-libjava] Error 2
make: *** [bootstrap] Error 2
}}}

/usr/bin/ld64 is linked with /usr/lib/libgcc_s.1.dylib, of course:

{{{
$ otool -L /usr/bin/ld64
/usr/bin/ld64:
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.4)
}}}

But the ld64 crash log shows it making use of /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/gcc/libgcc_s.1.dylib instead. Perhaps the version of libgcc_s.1.dylib gcc44 just built is different enough from the one on the system that ld64 cannot use it interchangeably. (Though I see they both call themselves ""compatibility version 1.0.0, current version 1.0.0"".)

gcc44 installed successfully on a Power Mac G4 running the same OS, but of course the G4 is a 32-bit processor so perhaps ld64 never got used there.",ryandesign@…
Active Tickets,20775,gnustep-base: gnustep-config: command not found,ports,1.7.1,,defect,macports-tickets@…,new,2009-08-23T01:52:13-07:00,2013-05-14T20:10:20-07:00,"I can't seem to install gnustep-base on (Mac OS X 10.4.11 Intel) because it cannot find gnustep-config:

{{{
$ port install Etoile
--->  Fetching gnustep-make
--->  Attempting to fetch gnustep-make-2.2.0.tar.gz from http://distfiles.macports.org/gnustep-make
--->  Verifying checksum(s) for gnustep-make
--->  Extracting gnustep-make
--->  Configuring gnustep-make
--->  Building gnustep-make
--->  Staging gnustep-make into destroot
Warning: gnustep-make requests to install files outside the common directory structure!
--->  Installing gnustep-make @2.2.0_0+gnustep_layout

##########################################################
To have a fully working GNUstep make system, please add
'. /mp/GNUstep/System/Library/Makefiles/GNUstep.sh'
to your shell login (in ~/.profile)

You may also want to set up your MANPATH :
export MANPATH=$GNUSTEP_LOCAL_ROOT/Library/Documentation/man:$GNUSTEP_SYSTEM_ROOT/Library/Documentation/man:/mp/share/man:/usr/share/man
##########################################################
        
--->  Activating gnustep-make @2.2.0_0+gnustep_layout
--->  Cleaning gnustep-make
--->  Fetching gnustep-base
--->  Attempting to fetch gnustep-base-1.19.1.tar.gz from http://distfiles.macports.org/gnustep-base
--->  Verifying checksum(s) for gnustep-base
--->  Extracting gnustep-base
--->  Applying patches to gnustep-base
Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_gnustep-base/work/gnustep-base-1.19.1/GNUmakefile
--->  Configuring gnustep-base
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_gnustep-base/work/gnustep-base-1.19.1"" && ./configure --prefix=/mp CC=gcc-mp-4.2 GNUSTEP_MAKEFILES=/mp/share/GNUstep/Makefiles --disable-tls --enable-libffi --with-ffi-include=/mp/include/gcc42 --with-ffi-library=/mp/lib/gcc42 "" returned error 1
Command output: ./configure: line 1: gnustep-config: command not found
configure: error: cannot find install-sh or install.sh in /mp/share/GNUstep/Makefiles .//mp/share/GNUstep/Makefiles

Error: The following dependencies failed to build: SQLClient Performance gnustep-base oniguruma5 poppler openjpeg poppler-data
Error: Status 1 encountered during processing.
$
}}}
",ryandesign@…
Active Tickets,20776,Etoile needs an update,ports,1.7.1,,defect,macports-tickets@…,new,2009-08-23T01:57:38-07:00,2010-06-16T14:55:18-07:00,"{{{
$ port -d extract
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/gnustep/Etoile
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /Users/rschmidt/macports/dports/_resources/port1.0/group/gnustep-1.0.tcl
DEBUG: Re-registering default for use_configure
DEBUG: Re-registering default for configure.env
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port Etoile.
DEBUG: Requested variant i386 is not provided by port Etoile.
DEBUG: Requested variant macosx is not provided by port Etoile.
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/gnustep/Etoile
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /Users/rschmidt/macports/dports/_resources/port1.0/group/gnustep-1.0.tcl
DEBUG: Re-registering default for use_configure
DEBUG: Re-registering default for configure.env
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port Etoile.
DEBUG: Requested variant i386 is not provided by port Etoile.
DEBUG: Requested variant macosx is not provided by port Etoile.
DEBUG: Executing org.macports.main (Etoile)
--->  Fetching Etoile
DEBUG: Executing org.macports.fetch (Etoile)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Etoile/work"" && /mp/bin/svn --non-interactive checkout -r 2097 http://svn.gna.org/svn/etoile/stable/Etoile'
svn: '/svn/etoile/!svn/bc/5196/stable/Etoile' path not found
Error: Target org.macports.fetch returned: Subversion check out failed
Warning: the following items did not execute (for Etoile): org.macports.extract org.macports.fetch org.macports.checksum
Error: Status 1 encountered during processing.
}}}

It looks like the stable/Etoile part the port is checking out was deleted in !r3350 (2008-07-26) due to bitrot. The port (and probably all ports doing Subversion checkouts) should have been using a peg revision instead of an operative revision. Does MacPorts even support using peg revisions?",ryandesign@…
Active Tickets,20849,Cannot install db46 on Mac OS X 10.5.8,ports,1.7.1,,defect,blair@…,new,2009-08-27T21:13:30-07:00,2011-05-21T17:11:59-07:00,"{{{
macbook:~ jml$ sudo port clean db46
--->  Cleaning db46
macbook:~ jml$ sudp port install db46
-bash: sudp: command not found
macbook:~ jml$ sudo port install db46
--->  Fetching db46
--->  Verifying checksum(s) for db46
--->  Extracting db46
--->  Applying patches to db46
--->  Configuring db46
--->  Building db46
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_db46/work/db-4.6.21/build_unix"" && make all "" returned error 2
Command output: ../dist/../libdb_java/db_java_wrap.c:10010: error: syntax error before 'void'
../dist/../libdb_java/db_java_wrap.c:10010: error: syntax error before '*' token
../dist/../libdb_java/db_java_wrap.c: In function 'Java_com_sleepycat_db_internal_db_1javaJNI_DbTxn_1prepare':
../dist/../libdb_java/db_java_wrap.c:10015: error: 'jenv' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10016: error: 'jcls' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10017: error: 'jarg1' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10019: error: 'jarg2' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10030: error: 'jobject' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10041: error: 'jbyte' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10041: error: syntax error before ')' token
../dist/../libdb_java/db_java_wrap.c: At top level:
../dist/../libdb_java/db_java_wrap.c:10046: error: syntax error before 'void'
../dist/../libdb_java/db_java_wrap.c:10046: error: syntax error before '*' token
../dist/../libdb_java/db_java_wrap.c: In function 'Java_com_sleepycat_db_internal_db_1javaJNI_DbTxn_1set_1timeout':
../dist/../libdb_java/db_java_wrap.c:10052: error: 'jenv' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10053: error: 'jcls' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10054: error: 'jarg1' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10055: error: 'jarg2' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10056: error: 'jarg3' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10065: error: 'jobject' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c: At top level:
../dist/../libdb_java/db_java_wrap.c:10071: error: syntax error before 'void'
../dist/../libdb_java/db_java_wrap.c:10071: error: syntax error before '*' token
../dist/../libdb_java/db_java_wrap.c: In function 'Java_com_sleepycat_db_internal_db_1javaJNI_DbTxn_1set_1name':
../dist/../libdb_java/db_java_wrap.c:10076: error: 'jenv' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10077: error: 'jcls' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10078: error: 'jarg1' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10080: error: 'jarg2' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10092: error: 'jobject' undeclared (first use in this function)
make: *** [db_java_wrap.lo] Error 1

Error: Status 1 encountered during processing.
}}}",jmlinhart@…
Active Tickets,20855,orpie: won't link on build - patch included,ports,1.8.0,,defect,snb@…,new,2009-08-28T07:39:36-07:00,2010-12-04T15:31:08-08:00,"This isn't the most elegant fix I'm sure, but it works and I've successfully linked and ran the application. 

As far as I can see, it's looking for libmlgsl.a which is provided by the package ocamlgsl. The orpie source file has that library but it doesn't seem to link correctly. My solution while creating more dependencies, works very well. It'd require ocamlgsl and because it modifies configure.in, it'll need autoconf to build a new configure file.

Once the patch is applied, the program will compile and link and will be ready to install.",jcdenton513@…
Active Tickets,20861,flac2mp3 does not handle FLAC tags,ports,,,defect,macports-tickets@…,new,2009-08-28T11:26:06-07:00,2013-04-17T09:19:11-07:00,"FLAC has its own standard tagging system which is not ID3 (http://flac.sourceforge.net/faq.html#general__tagging)

However, flac2mp3 only supports ID3-tags.

Suggest replacing MP3::Info with Audio::FLAC::Header (which should also support ID3)",markus.tujula@…
Active Tickets,20909,ncid-0.74  sip2ncid broken on 64-bit platforms,ports,1.8.0,,defect,ryandesign@…,new,2009-08-29T18:45:03-07:00,2011-06-15T18:55:06-07:00,"It seems that sip2ncid from the ncid port is not 64-bit clean.  This message appears in the log file repeatedly when using x86_64:
{{{
No SIP packets at port 10000 in 60 seconds
And it just doesn't work :)  Switching to 32-bit fixes the problem.
}}}

Until I can work out a proper patch and submit it upstream, I propose that the port just uses 32-bit archs instead.",meissnem@…
Active Tickets,21030,postgresql84 8.4.0 +python variant fails to build with incompatible python in /Library/Frameworks,ports,1.8.0,,defect,mww@…,new,2009-09-02T12:09:13-07:00,2010-11-27T09:44:14-08:00,"{{{
jon@euterpe:~$ sudo port clean postgresql84
Password:
--->  Cleaning postgresql84
jon@euterpe:~$ sudo port install -d postgresql84 +python
--->  Computing dependencies for postgresql84
--->  Fetching postgresql84
--->  Verifying checksum(s) for postgresql84
--->  Extracting postgresql84
--->  Configuring postgresql84
--->  Building postgresql84
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_postgresql84/work/postgresql-8.4.0"" && /usr/bin/gnumake -j2 "" returned error 2
Command output:       _PLyDict_FromTuple in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_modify_tuple in plpython.o
      _PLy_trigger_handler in plpython.o
      _PLy_function_build_args in plpython.o
      _PLySequence_ToTuple in plpython.o
      _PLyMapping_ToTuple in plpython.o
      _PLyObject_ToTuple in plpython.o
      _PLy_function_handler in plpython.o
      _PLy_function_handler in plpython.o
      _PLy_output in plpython.o
      _PLy_spi_execute_fetch_result in plpython.o
      _PLy_spi_execute_plan in plpython.o
  ""_PyMapping_Check"", referenced from:
      _PLy_function_handler in plpython.o
  ""_PyType_IsSubtype"", referenced from:
      _PLy_modify_tuple in plpython.o
      _PLy_modify_tuple in plpython.o
      _PLy_trigger_handler in plpython.o
      _PLy_spi_prepare in plpython.o
      _PLy_spi_execute_plan in plpython.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
gnumake[3]: *** [plpython.so] Error 1
gnumake[2]: *** [all] Error 2
gnumake[1]: *** [all] Error 2
gnumake: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}
",chairos@…
Active Tickets,21150,"nonpareil 15c, no LCD display",ports,,,defect,krischik@…,new,2009-09-06T10:07:49-07:00,2010-10-30T06:10:34-07:00,"Type nonpareil 15c, it runs and the emulation is running, but there is no LCD display.  I suspect issue with GTK or use of GTK.  This is not a problem with Linux or Windows.  The other calcs are fine, only 11c, 12c, 15c, and 16c affected.",egan@…
Active Tickets,21151,webkit-gtk should support jit where available,ports,1.8.0,,defect,myschizobuddy@…,new,2009-09-06T10:36:21-07:00,2011-02-06T18:54:58-08:00,"webkit-gtk fails to build on 10.6
for  `port install webkit-gtk`
{{{
Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_webkit-gtk/work/webkit-1.1.10"" && /usr/bin/make -j2 all "" returned error 2
}}}",macports.users@…
Active Tickets,21197,privoxy configure error: The given value 'privoxy' does not match group entry,ports,1.8.99,,defect,macports-tickets@…,new,2009-09-07T19:45:08-07:00,2011-11-01T18:03:27-07:00,"{{{
OSX 10.6
XCode 3.2
MacPorts 1.8.99
}}}

{{{
albino:~ gyaresu$ sudo port install privoxy
--->  Computing dependencies for privoxy
--->  Configuring privoxy
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_privoxy/work/privoxy-3.0.12-stable"" && ./configure --prefix=/opt/local --with-user=privoxy --with-group=privoxy --sysconfdir=/opt/local/etc/privoxy --mandir=/opt/local/share/man --enable-dynamic-pcre --enable-zlib "" returned error 1
Command output: checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking for gdb... yes
checking for groups... /usr/bin/groups
checking for id... /usr/bin/id
checking for user... privoxy
checking for group... privoxy
configure: error: The given value 'privoxy' does not match group entry

Error: Status 1 encountered during processing.
}}}",me@…
Active Tickets,21241,net-snmp +ksm variant fails,ports,1.8.0,,defect,ryandesign@…,new,2009-09-09T07:17:15-07:00,2012-11-17T06:57:38-08:00,"OS: OS X 10.6[[BR]]
xcode 3.2[[BR]]
macport 1.8.0_0 for Snow Leopard

following is the error messages: [[BR]]
=====================

{{{
port install net-snmp
Port command started with PID 11004
--->  Computing dependencies for net-snmp
--->  Fetching net-snmp
--->  Verifying checksum(s) for net-snmp
--->  Extracting net-snmp
--->  Applying patches to net-snmp
--->  Configuring net-snmp
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_net-snmp/work/net-snmp-5.4.2.1"" && ./configure --prefix=/opt/local --with-defaults --disable-agent --with-sys-contact=nobody@no.where --with-persistent-directory=/opt/local/var/net-snmp --mandir=/opt/local/share/man --infodir=/opt/local/share/info --with-logfile=/opt/local/var/log --with-openssl=/opt/local --with-zlib=/opt/local --with-install-prefix=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_net-snmp/work/destroot --without-kmem-usage --enable-ipv6 --with-out-mib-modules=mibII/ipv6 "" returned error 1
Command output: checking for netinet6/nd6.h... no
checking for netinet6/tcp6_timer.h... no
checking for netinet6/tcp6_var.h... no
checking for dlfcn.h... (cached) yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for netinet/in_pcb.h... yes
checking for sys/disklabel.h... no
checking openssl/hmac.h usability... yes
checking openssl/hmac.h presence... yes
checking for openssl/hmac.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking openssl/des.h usability... yes
checking openssl/des.h presence... yes
checking for openssl/des.h... yes
checking openssl/dh.h usability... yes
checking openssl/dh.h presence... yes
checking for openssl/dh.h... yes
checking security/cryptoki.h usability... no
checking security/cryptoki.h presence... no
checking for security/cryptoki.h... no
checking for lpstat... /usr/bin/lpstat
checking for cgetnext... yes
checking for authentication support... configure: error: Asked to use OpenSSL but I couldn't find it.
Error: Status 1 encountered during processing.
--->  Executing: /opt/local/bin/port install net-snmp
}}}",james.applemac@…
Active Tickets,21315,Apache2 install location does not seem to conform as well as it could to MacPorts installation directory guideline,ports,1.8.0,,defect,macports-tickets@…,new,2009-09-11T13:14:46-07:00,2010-03-09T02:01:54-08:00,"It was a while ago, and I believe, that the end of the discussion, I was asked to open a ticket, in which we could start the process of moving Apache2 to be more consistent with the layout of MacPorts.

See this rather long thread for the entire details
http://lists.macosforge.org/pipermail/macports-users/2009-February/thread.html#13921",scott@…
Active Tickets,21437,The MAMP howto doesn't match the sample phpMyAdmin config file,wiki,1.8.0,,defect,macports-tickets@…,new,2009-09-16T20:53:31-07:00,2012-11-23T22:20:05-08:00,"Hello,

I'm following instructions at the below link to setup Apache, MySQL and PHP.
wiki:howto/MAMP

At the end of the page it describes how to setup phpMyAdmin:

{{{
Finally, you need to set up the phpMyAdmin configuration to access mySQL. First, set up the config file:

cd /opt/local/www/phpmyadmin/
cp config.sample.inc.php config.inc.php
This will create a file config.inc.php in the phpMyAdmin folder. Edit that file, and locate the lines:

$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                    // with 'config' auth_type)
Where ' ' is an empty password; fill it with your MySQL root password. You can either change the 'auth_type' from 'config' to 'cookie' or 'httpd', or alternatively provide the password you selected for the root user in the 'password' option.
}}}


I'm able to create file config.inc.php, however when I search for the section to define the password, I don't have that section of code.

How do I set the password?  Do I just add those 3 or 4 lines of code?

-Steve",steve404@…
Active Tickets,21521,redland-bindings violates the layout of the ports-filesystems,ports,1.8.0,,defect,arto.bendiken@…,new,2009-09-20T16:00:29-07:00,2011-07-03T05:42:38-07:00,"sudo port install redland-bindings +ruby +php5 +perl5 +python25


{{{
...

--->  Staging redland-bindings into destroot
Warning: violation by /System
Warning: redland-bindings violates the layout of the ports-filesystems!
Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!
--->  Installing redland-bindings @1.0.8.1_2+perl5+php5+python25+ruby
--->  Activating redland-bindings @1.0.8.1_2+perl5+php5+python25+ruby
--->  Cleaning redland-bindings

}}}",jvliwanag@…
Active Tickets,21535,Parallel build breaks gdal +python...,ports,1.8.0,,defect,seanasy@…,new,2009-09-21T10:08:57-07:00,2010-12-10T20:18:42-08:00,"It seems that use_parallel_build is now enabled by default. In that case, it breaks gdal +python because the makefile scheduling is wrong: it attempts to build python extension before the library is fully built, leading to an error (-lgdal not found).
Specifying 
{{{
use_parallel_build no
}}}
in the various python variants fixes this behavior. ",vince@…
Active Tickets,21592,gimp2+quartz: ^key shortcuts instead of ⌘key,ports,1.8.0,,defect,devans@…,new,2009-09-24T05:04:13-07:00,2010-02-18T14:49:10-08:00,"gimp2 @2.6.7_0+darwin_10+no_python+no_x11+quartz

In menu all keyboard shortcuts shown with ⌘ (e.g. ⌘N), but works with ^ (e.g. ^N). Can this be fixed?",vitaly@…
Active Tickets,21623,tsocks 1.8.4 - segmentation fault with ssh -D *and* -L,ports,1.8.0,,defect,macports-tickets@…,new,2009-09-26T04:30:30-07:00,2010-12-11T21:43:17-08:00,"Hi,

I'm using the following configuration file:
{{{
local = 127.0.0.1/255.255.255.255
local = 192.168.0.0/255.255.255.0
local = 10.0.0.0/255.0.0.0

server = 127.0.0.1
# Server type defaults to 4 so I need to specify it as 5 for this one
server_type = 5
# The port defaults to 1080 but I've stated here 
server_port = 8888 
}}}

Then, I log in on a proxy machine via ssh with
{{{
ssh -D 8888 myname@theProxyMachine
}}}
and then
{{{
tsocks ssh -L5900:localhost:5900 mymachine
}}}
returns a straight ""Segmentation fault"" without any debugging information. However, if I repeat the last command without port forwarding, i.e.,
{{{
tsocks ssh mymachine
}}}
then I have no segmentation fault and everything is ok. Same observations if I use /usr/bin/ssh or /opt/local/bin/ssh instead of ssh.
 
I am unfamiliar with debugging under Mac OS X but I am willing to provide help. ",antro5@…
Active Tickets,21698,nedit 5.5 incompatible with UTF-8 locales,ports,1.8.1,,defect,macports-tickets@…,new,2009-09-29T08:10:43-07:00,2010-12-20T03:41:04-08:00,"The directry-selection features (including Filter) fail to work properly.  This makes it difficult to save a file where you want to save it.  Op sys OS X 10.6.

Also, upon startup, nedit reports: ""UTF8 locale not supported.""  Sorry, no log available.  Here follows a sample of errors reported when I was attempting to get the File dialogue box to work:

{{{
    Name: FilterText
    Class: XmTextField
    Character '\145' not supported in font.  Discarded.


    Name: FilterText
    Class: XmTextField
    Character '\162' not supported in font.  Discarded.


    Name: FilterText
    Class: XmTextField
    Character '\163' not supported in font.  Discarded.


    Name: FilterText
    Class: XmTextField
    Character '\57' not supported in font.  Discarded.
}}}",reed@…
Active Tickets,21768,Error installing hsshellscript,ports,1.8.1,,defect,macports-tickets@…,new,2009-10-02T02:37:20-07:00,2010-12-28T03:37:13-08:00,"Hi

When trying to install hsshellscript I get this error:

{{{
--->  Computing dependencies for hsshellscript
--->  Fetching hsshellscript
--->  Verifying checksum(s) for hsshellscript
--->  Extracting hsshellscript
--->  Applying patches to hsshellscript
--->  Configuring hsshellscript
--->  Building hsshellscript
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hsshellscript/work/hsshellscript-2.1.0"" && /usr/bin/make -j1   "" returned error 2
Command output: ghc -ibuild:src/lib:src/test -odir build -hidir build -fglasgow-exts -package unix -package util -package text -package lang -package parsec -package-name hsshellscript -c -o build/HsShellScript/Shell.o src/lib/HsShellScript/Shell.hs
<command line>: unknown package: util
make: *** [build/HsShellScript/Shell.o] Error 1
}}}


Thanks in advance",haim@…
Active Tickets,21787,port mirror --new pseudoport behaves unexpectedly,base,1.8.1,,defect,macports-tickets@…,new,2009-10-02T23:02:51-07:00,2010-06-16T06:27:01-07:00,"port mirror --new pseudoport deletes the distfiles_mirror.db before processing each port in the expanded pseudoport, so the end result is simply a distfiles_mirror.db with only the last port from the expanded pseudoport.

If it only deleted the file once per run, it would be possible to do:

port mirror --new installed && portmirror

to delete all of the distfiles that aren't the current ones for installed ports...

(as is, one can work around this by doing port mirror --new some_installed_port && port mirror installed && portmirror)
",dluke@…
Active Tickets,21806,Wireshark no_x11 installs without GUI,ports,1.8.1,,defect,opendarwin.org@…,new,2009-10-03T18:28:02-07:00,2012-10-08T16:35:04-07:00,"I have gtk2 installed as +no_x11 +quartz -x11

After trying to install wireshark, it builds without gui, because no_x11 disables gtk2 in its Portfile.

Trying to set -no_x11 doesn't work since gtk2 is already built with it enabled, and port returns an error for that.

Since the build works fine with gtk2 +no_x11, I propose the '''no_x11''' be renamed to '''no_gui''' on the wireshark Portfile.",lkraider+ports@…
Active Tickets,21862,Unison +aqua fails to build on the 64-bit system,ports,1.8.1,,defect,l2g@…,new,2009-10-05T09:08:01-07:00,2012-11-25T19:28:00-08:00,"Unison aqua variant fails to build on the 64-bit system because it is not 64-bit clean.

I built minimal patch to fix this issue.

This patch and fixed ocaml (Ticket #21743) will make Unison +aqua also work on the 64-bit system.

NOTE:

1. This patch upgrades Unison from 2.27.57 to 2.32.52, and they CAN NOT synchronize files with each other.

To avoid the confusion about connection failure, It my be as well to create an new port with different name like ""unison-2.32"".

2. This is not the official patch. this issue will be fixed smarter way at the future version of Unison.",kiyoshi.coquser@…
Active Tickets,21900,failure upgrading fontforge 20080927_0 < 20090622_0,ports,1.8.1,,defect,macports-tickets@…,new,2009-10-07T04:09:45-07:00,2010-10-20T14:17:50-07:00,When trying to do an sudo port -v upgrade outdated I got a failure during upgrading fontforge. See attached transcript,lars.sonchocky-helldorf@…
Active Tickets,21935,ogg123 doesn't quit - version 1.2.0,ports,1.8.1,,defect,rmstonecipher@…,new,2009-10-08T08:40:49-07:00,2011-01-03T12:32:23-08:00,"This appears to be the same problem as ticket:5024.
I just upgraded to Snow Leopard and reinstalled all of my ports ""port uninstall installed; port install <those I care about>"". 

When ogg123 finishes a file, it doesn't exit, nor can I kill it will ctrl-c or kill -15, I need to use kill -9. Ctrl-z doesn't suspend it either. I suspect there's a deadlock in the signal handler.

Here is the inspection trace from activitity monitor:
{{{
Sampling process 26021 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling ogg123 (pid 26021) every 1 millisecond
Call graph:
    2494 Thread_1327455   DispatchQueue_1: com.apple.main-thread  (serial)
      2494 start
        2494 main
          2494 exit
            2494 __cxa_finalize
              2494 ao_onexit
                2494 close_audio_devices
                  2494 ao_close
                    2494 ao_plugin_close
                      2494 _pthread_cond_wait
                        2494 __semwait_signal
    2494 Thread_1327461   DispatchQueue_2: com.apple.libdispatch-manager  (serial)
      2494 start_wqthread
        2494 _pthread_wqthread
          2494 _dispatch_worker_thread2
            2494 _dispatch_queue_invoke
              2494 _dispatch_mgr_invoke
                2494 kevent

Total number in stack (recursive counted multiple, when >=5):

Sort by top of stack, same collapsed (when >= 5):
        __semwait_signal        2494
        kevent        2494
Sample analysis of process 26021 written to file /dev/stdout
}}}

Here is the trace from gdb:
{{{
Undefined command: ""thread-list"".  Try ""help"".
(gdb) info threads
  2 port# 0x2a03 0x00007fff8437fb16 in kevent ()
* 1 port# 0x903  0x00007fff843a19c6 in __semwait_signal ()
(gdb) bt
#0  0x00007fff843a19c6 in __semwait_signal ()
#1  0x00007fff843a5801 in _pthread_cond_wait ()
#2  0x00000001003c514b in ao_plugin_close ()
#3  0x00000001000618d9 in ao_close ()
#4  0x000000010000110e in close_audio_devices ()
#5  0x0000000100001141 in ao_onexit ()
#6  0x00007fff8437927f in __cxa_finalize ()
#7  0x00007fff8437918c in exit ()
#8  0x0000000100005e35 in main ()
(gdb) thread 2
[Switching to thread 2 (process 26021)]
0x00007fff8437fb16 in kevent ()
(gdb) bt
#0  0x00007fff8437fb16 in kevent ()
#1  0x00007fff84381a19 in _dispatch_mgr_invoke ()
#2  0x00007fff843816d6 in _dispatch_queue_invoke ()
#3  0x00007fff843811f6 in _dispatch_worker_thread2 ()
#4  0x00007fff84380b28 in _pthread_wqthread ()
#5  0x00007fff843809c5 in start_wqthread ()
}}}

I've also noticed that when xemacs execs a process xemacs locks up. Perhaps there is is a common problem between the two and how threads are handled in Snow Leopard.",jpschewe@…
Active Tickets,22040,cunit-2.1_0_1 has unresolved reference at link time,ports,1.8.1,,defect,macports-tickets@…,new,2009-10-13T06:21:09-07:00,2011-01-09T20:13:25-08:00,"When launching a simple test runner linked against cunit-2.1_0_1, dyld throws the following error for a symbol in ncurses.  Explicitly linking against ncurses and cunit resolves the reference.  CUnit built from original sources does not have this problem.

Test runner attached.

{{{
dyld: Symbol not found: _acs_map
  Referenced from: /opt/local/lib/libcunit.1.dylib
  Expected in: flat namespace
 in /opt/local/lib/libcunit.1.dylib
}}}

",ceharris414@…
Active Tickets,22065,gcc43: gcj-mp-4.3: libgcj.spec: No such file or directory,ports,1.8.1,,defect,mww@…,new,2009-10-14T08:16:52-07:00,2010-08-09T00:44:01-07:00,"I'm trying to add gcc43 support to pdftk (see #15420) but I'm running into this problem before I can build anything:

{{{
gcj-mp-4.3: libgcj.spec: No such file or directory
}}}

I'm using gcc43 @4.3.4_0.

This may be similar to #13553.

Mac OS X 10.6.1 Snow Leopard [[BR]]
Xcode 3.2.1",ryandesign@…
Active Tickets,22066,"gcc44, gcc45, gcc46: error trying to exec 'ecj1': execvp: No such file or directory",ports,1.8.1,,defect,mww@…,new,2009-10-14T08:17:15-07:00,2012-05-30T10:05:19-07:00,"I'm trying to add gcc44 support to pdftk (see #15420) but I'm running into this problem before I can build anything:

{{{
gcj-mp-4.4: error trying to exec 'ecj1': execvp: No such file or directory
}}}

I'm using gcc44 @4.4.1_0, and I see the same issue with gcc45 @4.5-20091001_0+java.

{{{
gcj-mp-4.5: error trying to exec 'ecj1': execvp: No such file or directory
}}}

This may be similar to #13553.

Mac OS X 10.6.1 Snow Leopard [[BR]]
Xcode 3.2.1",ryandesign@…
Active Tickets,22070,qpopper refuses access to e-mails on 10.6,ports,1.8.1,,defect,macports-tickets@…,new,2009-10-14T09:50:20-07:00,2010-10-02T18:18:21-07:00,"After installing qpopper and launching it it refuses access to e-mails


{{{
$ telnet localhost 110
Trying ::1...
Connected to localhost.
Escape character is '^]'.
+OK Qpopper (version 4.0.9) at merlin.fritz.box starting.  
user ergo
+OK Password required for ergo.
pass *********
-ERR [AUTH] Password supplied for ""ergo"" is incorrect.
+OK Pop server at merlin.fritz.box signing off.
Connection closed by foreign host.

}}}
",olaf@…
Active Tickets,22074,kermit: Acces to UUCP lockfile denied,ports,1.8.1,,defect,macports-tickets@…,new,2009-10-14T13:21:06-07:00,2009-10-15T08:28:45-07:00,"When trying to connect to a serial line with kermit on Snow Leopard I get the following error:

{{{
$ sudo kermit
C-Kermit 8.0.211, 10 Apr 2004, for Mac OS X 10.3
 Copyright (C) 1985, 2004,
  Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
(/Users/someone/) C-Kermit>set line /dev/cu.serialusb
Sorry, write access to UUCP lockfile directory denied.
}}}

The lockfile directory is set to /tmp which clearly exists:

{{{
(/Users/someone/) C-Kermit>show communications 

Communications Parameters:
 Line: /dev/tty, speed: unknown, mode: remote, modem: generic
 Parity: none, duplex: full, flow: none, handshake: none
 Carrier-watch: off, close-on-disconnect: off
 Lockfile directory: /tmp

Modem signals unavailable

Type SHOW DIAL to see DIAL-related items.
Type SHOW MODEM to see modem-related items.
}}}


",stuff2@…
Active Tickets,22077,mrtg-ping-probe doesn't calculate packet loss correctly on Darwin,ports,1.8.1,,defect,jberry@…,new,2009-10-14T20:22:47-07:00,2009-10-14T21:30:34-07:00,"mrtg-ping-probe doesn't calculate the packet loss correctly.  Looking at the code (I'm not a Perl expert) it looks like the regular expression is not accounting for Darwin's ping program, which reports packet loss as a floating point number (e.g., 100.0% for full packet loss).  Here is an example, where the IP address 10.0.42.2 is unreachable on my network:

$ mrtg-ping-probe -k 1 -p loss/loss 10.0.42.2
mrtg-ping-probe: ERROR: Could not find ping summary for 10.0.42.2
mrtg-ping-probe: INFO: The output of the ping command /sbin/ping -s 56 -c 1 10.0.42.2 was:
PING 10.0.42.2 (10.0.42.2): 56 data bytes

--- 10.0.42.2 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss

0
0
",msantos@…
Active Tickets,22198,gdb barfs on gcc44 C++ binaries,ports,1.8.1,,defect,mww@…,new,2009-10-22T00:31:16-07:00,2010-01-23T19:48:52-08:00,"Debugging a simple hello world program makes gdb barf.

Consider int main(){}

{{{
g++-mp-4.4 foo.cpp -g
gdb ./a.out
run
}}}

gdb produces hundreds of lines of warnings, all of which complain about missing libgcc and libstdc++ debug info.

{{{
warning: Could not find object file ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc44/work/build/x86_64-apple-darwin10/libgcc/unwind-c_s.o"" - no debug information available for ""../../../gcc-4.4.2/libgcc/../gcc/unwind-c.c"".
}}}",dan.colascione@…
Active Tickets,22276,file-roller shows empty contents for files on Snow Leopard,ports,1.8.1,,defect,devans@…,new,2009-10-28T08:43:57-07:00,2009-10-30T07:51:19-07:00,"File Roller 2.24.3 has problems building on Snow Leopard due to a xdc build problem, but once that is worked around (patching xdc Portfile) it builds OK.  It also prints a warning (see ticket: 22272) which can also be removed (by rebuilding dbus).  It still produces some WARNINGs related to gdk that some say are warmless).  However...

I've tried to open a couple of tar.gz one of them the file-roller one itself and all I get is an empty window, as if the tar files were empty.
",fernasser@…
Active Tickets,22311,airport 0.1 Doesn't work in Snow Leopard,ports,1.8.1,,defect,noses@…,new,2009-10-30T11:09:08-07:00,2013-03-20T17:33:34-07:00,"airport doesn't work in Snow Leopard 
I get following error when I execute the program

WirelessAttach: IOServiceOpen error: e00002c7
Error: WirelessAttach: -2013261827


",lordofthefobs@…
Active Tickets,22312,readline-6.0.000_2 configuration fails on i386 with +universal,ports,1.8.1,,defect,mcalhoun@…,new,2009-10-30T11:12:23-07:00,2009-10-30T17:07:06-07:00,"Hi, I'm trying to build this port with the +universal modifier but it fails in configuration step. I'm on a 1st gen. MacbookPro with only a CoreDuo (so no possibility to execute x86_64. but i need this for linking against)",steini@…
Active Tickets,22466,rb-fcgi +universal: unknown option --disable-dependency-tracking,ports,1.8.1,,defect,jstetser@…,new,2009-11-10T14:56:12-08:00,2009-11-10T14:56:12-08:00,"Trying to install rb-fcgi with the +universal variant doesn't work:

{{{
$ sudo port install rb-fcgi +universal
--->  Computing dependencies for rb-fcgi
--->  Fetching rb-fcgi
--->  Verifying checksum(s) for rb-fcgi
--->  Extracting rb-fcgi
--->  Configuring rb-fcgi
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_ruby_rb-fcgi/work/ruby-fcgi-0.8.6"" && /opt/local/bin/ruby -rvendor-specific install.rb config --disable-dependency-tracking "" returned error 1
Command output: config: unknown option --disable-dependency-tracking
try 'ruby install.rb --help' for usage

Error: Status 1 encountered during processing.
}}}

MacPorts automatically adds `--disable-dependency-tracking` in the configure.universal_args when you select the +universal variant. If that's not appropriate for this port, it should remove that flag from the configure.universal_args.",ryandesign@…
Active Tickets,22518,Apache2 / mod_wsgi / python 2.6 crash,ports,1.8.1,,defect,macports-tickets@…,new,2009-11-13T09:43:02-08:00,2011-02-01T13:54:18-08:00,"The following mod_wsgi script fails with the MacPorts Apache but works with the Apple version of Apache.

The script:
{{{
import Carbon.File

def application(environ, start_response):
    status = '200 OK'
    output = ""hello world""

    response_headers = [('Content-type', 'text/plain'), 
                        ('Content-Length', str(len(output)))]
    start_response(status, response_headers)

    return [output]
}}}

I have tested it with the Apple supplied Python 2.6 and the MacPorts Python 2.6, which makes me think the problem is somehow related to the MacPorts version of Apache.

The Apache error log has useless info. The error is:
{{{
[info] [client ::1] mod_wsgi (pid=52370, process='test', application=''): Loading WSGI script '/opt/local/apache2/htdocs/test/test.wsgi'.
[error] [client ::1] Premature end of script headers: test.wsgi
[notice] child pid 52370 exit signal Trace/BPT trap (5)
[info] mod_wsgi (pid=52370): Process 'test' has died, restarting.
}}}",nerdrew@…
Active Tickets,22531,libdevil scaling filters do not work when reducing images,ports,1.8.1,,defect,macports-tickets@…,new,2009-11-14T09:07:08-08:00,2011-02-03T22:20:23-08:00,"Hi,

The following code should generate a high-quality thumbnail (I am using the lanczos3 filter): http://gist.github.com/234637

However, the resulting thumbnail is of very poor quality, it is almost indistinguishable from the nearest neighbor algorithm.

This is particualrly strange behavior because in Debian Linux using the libdevil1c2 / libdevil-dev package the thumbnail quality is very high, as expected.

What is the difference between the Debian package and the macports libdevil package such that the filters work in Debian but not on macports?

It is very important that the high-quality filters work properly as thumbnailing is a very common application of DevIL.",jrmair@…
Active Tickets,22535,No sound from Jack (10.6),ports,1.8.1,,defect,eu@…,new,2009-11-14T15:12:19-08:00,2012-01-02T10:09:41-08:00,"Hi,

I have installed the Jack port and although this superficially appears to be running I can't get any audio output - 
{{{
~ % jackd -d coreaudio -l
jackd 0.116.2
Copyright 2001-2005 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details

JACK compiled with POSIX SHM support.
loading driver ..
ICI
Device name = 'Built-in Input', internal_name = 'AppleHDAEngineInput:1' (to be used as -d parameter)
ICI
Device name = 'Built-in Output', internal_name = 'AppleHDAEngineOutput:0' (to be used as -d parameter)

~ % jack_lsp -A
system:playback_1
   coreaudio:Built-in Output:in1
system:playback_2
   coreaudio:Built-in Output:in2

% jack_metro -b 100
(...no output)
}}}
Any ideas ?
",pc_junk@…
Active Tickets,22573,boost-jam +universal isn't universal,ports,1.8.1,,defect,jon.olsson@…,new,2009-11-16T16:04:22-08:00,2009-11-16T23:15:35-08:00,"On Snow Leopard, with universal_archs set to the default ""x86_64 i386"", boost-jam +universal installs nonuniversal binaries:

{{{
$ port installed boost-jam
The following ports are currently installed:
  boost-jam @3.1.17_0+universal (active)
$ port contents boost-jam
Port boost-jam contains:
  /opt/local/bin/bjam
  /opt/local/lib/bjam/bin/jam
$ port contents boost-jam | sed 1d | xargs lipo -info
Non-fat file: /opt/local/bin/bjam is architecture: x86_64
Non-fat file: /opt/local/lib/bjam/bin/jam is architecture: x86_64
$ 
}}}

If boost-jam cannot be built universal, it should disable the universal variant with ""universal_variant no"". Otherwise, the universal build should be fixed.",ryandesign@…
Active Tickets,22590,rsync can silently corrupt OS X files due to lack of extended attribute support,ports,1.8.1,,defect,jimjag@…,new,2009-11-17T17:10:46-08:00,2012-08-02T17:19:53-07:00,"The MacPorts rsync lacks the Apple-specific modifications to support extended attribute and resource fork copy.

{{{
        -E, --extended-attributes   copy extended attributes, resource forks
}}}
vs
{{{
        -E, --executability         preserve executability
}}}

This is particularly nasty because at least one popular port (git-core) pulls in rsync as a dependency and -aE is a valid option in both versions of rsync.  So, when users install git-core via MacPorts, they may not realize that rsync is also being installed and, if they use rsync to backup OS X files, they may not find out until it is too late that crucial HFS metadata (like resource forks and other extended attributes) were not copied as expected if the Apple rsync had been used.

I would think the best solution would be to forward port the Apple -E changes but, if that's not possible, there should be some other change, perhaps a warning when -E is selected.  Or remove the dependency in git-core on rsync.   As it stands, considering the popularity of rsync as a backup solution, it is way too easy for users to end up with silently corrupted files.
",nad@…
Active Tickets,22668,php5 conflicts with php52,ports,1.8.1,,defect,ryandesign@…,new,2009-11-24T02:42:59-08:00,2009-12-21T09:41:42-08:00,"Due to some serious changes from php52 to php53 it would be so great, if one could had installed both versions. That is not possible at the moment, because both packages are conflicting.
",robert@…
Active Tickets,22689,openvpn2-2.0.9 Compiling for x86_64 leads to wrong behaviour,ports,1.8.1,,defect,macports-tickets@…,new,2009-11-25T13:47:30-08:00,2012-04-09T16:25:21-07:00,"There is a bug which leads to wrong detection of the default_gateway (0.0.0.0) when the three following conditions apply:
1) openvpn2-2.0.9 is compiled with gcc-4.2 (the default on Mac OS X 10.6)
2) It is used as a client
3) 'push ""redirect-gateway def1""' is used on the server side (e.g. a linux-box)

When the openvpn-2.0.9 is compiled with gcc-4.0 the bug does not occur. Default_gateway is detected correctly. However the gcc-4.0 compiler is not aware of the lzo2 library and openvpn must be configured with ""--disable-lzo"".",wickedguitar6@…
Active Tickets,22726,Cannot compile LaTeX doc for Coq,ports,1.8.1,,defect,reilles@…,new,2009-11-29T16:22:16-08:00,2009-11-29T19:04:50-08:00,"{{{
$ sudo port install coq +coqide +doc

--->  Fetching coq
--->  Attempting to fetch coq-8.2pl1.tar.gz from http://distfiles.macports.org/coq
--->  Verifying checksum(s) for coq
--->  Extracting coq
--->  Applying patches to coq
--->  Configuring coq
--->  Building coq
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_coq/work/coq-8.2pl1"" && /usr/bin/make -j2 world "" returned error 2
Command output: 
! Extra }, or forgotten dgroup. (file Reference-Manual.tex)
l.188 }

I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

) (./RefMan-modr.aux) (./RefMan-oth.v.aux) (./RefMan-pro.aux) (./RefMan-tac.v.a
ux) (./RefMan-ltac.v.aux) (./RefMan-tacex.v.aux) (./RefMan-decl.v.aux) (./RefMa
n-syn.v.aux) (./RefMan-com.aux) (./RefMan-uti.aux) (./RefMan-ide.aux) (./AddRef
Man-pre.aux) (./Cases.v.aux) (./Coercion.v.aux) (./Classes.v.aux) (./Omega.v.au
x) (./Micromega.v.aux) (./Extraction.v.aux) (./Program.v.aux) (./Polynom.v.aux)
Runaway argument?
{! File ended while scanning use of \@writefile. (file Reference-Manual.tex)
<inserted text>
\par
l.46 \@input{Polynom.v.aux}

I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.

make[1]: *** [doc/refman/Reference-Manual.pdf] Error 1
make[1]: *** Waiting for unfinished jobs....
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
make: *** [world] Error 2

Error: Status 1 encountered during processing.

$ sudo port install coq +coqide +doc

--->  Computing dependencies for coq
--->  Building coq
--->  Staging coq into destroot
--->  Installing coq @8.2pl1_1+coqide+doc
--->  Activating coq @8.2pl1_1+coqide+doc
The style file for LaTeX documentation,
coqdoc.sty, is in /opt/local/share/coq/latex.
Add this to your TEXINPUTS if you wish to
use it.
--->  Cleaning coq

$ 
}}}",hippallium-macports@…
Active Tickets,22762,qtpfsgui fails to build,ports,1.8.1,,defect,clubjuggler@…,new,2009-12-02T20:56:29-08:00,2011-02-10T22:46:30-08:00,"I get the following error when installing qtpfsgui. Everything else up to this point was fine. I started the installation as an admin user, aborted the installation, then repeated the command with sudo.


{{{
adamlogan:~ adamlogan$ port install qtpfsgui
MacPorts running without privileges. You may be unable to complete certain actions (eg install).
--->  Computing dependencies for qtpfsgui
MacPorts running without privileges. You may be unable to complete certain actions (eg install).
--->  Fetching expat
^C
adamlogan:~ adamlogan$ sudo port install qtpfsgui
Password:
--->  Computing dependencies for qtpfsgui
--->  Fetching expat
--->  Attempting to fetch expat-2.0.1.tar.gz from http://internap.dl.sourceforge.net/expat
--->  Verifying checksum(s) for expat
--->  Extracting expat
--->  Configuring expat
--->  Building expat
--->  Staging expat into destroot
--->  Installing expat @2.0.1_0
--->  Activating expat @2.0.1_0
--->  Cleaning expat
--->  Fetching gperf
--->  Attempting to fetch gperf-3.0.4.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/gperf
--->  Verifying checksum(s) for gperf
--->  Extracting gperf
--->  Configuring gperf
--->  Building gperf
--->  Staging gperf into destroot
--->  Installing gperf @3.0.4_0
--->  Activating gperf @3.0.4_0
--->  Cleaning gperf
--->  Fetching libiconv
--->  Attempting to fetch libiconv-1.13.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/libiconv
--->  Verifying checksum(s) for libiconv
--->  Extracting libiconv
--->  Applying patches to libiconv
--->  Configuring libiconv
--->  Building libiconv
--->  Staging libiconv into destroot
--->  Installing libiconv @1.13_0
--->  Activating libiconv @1.13_0
--->  Cleaning libiconv
--->  Fetching ncursesw
--->  Attempting to fetch ncurses-5.7.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/ncurses
--->  Verifying checksum(s) for ncursesw
--->  Extracting ncursesw
--->  Configuring ncursesw
--->  Building ncursesw
--->  Staging ncursesw into destroot
--->  Installing ncursesw @5.7_0+darwin_10
--->  Activating ncursesw @5.7_0+darwin_10
--->  Cleaning ncursesw
--->  Fetching ncurses
--->  Verifying checksum(s) for ncurses
--->  Extracting ncurses
--->  Configuring ncurses
--->  Building ncurses
--->  Staging ncurses into destroot
--->  Installing ncurses @5.7_0+darwin_10
--->  Activating ncurses @5.7_0+darwin_10
--->  Cleaning ncurses
--->  Fetching gettext
--->  Attempting to fetch gettext-0.17.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/gettext
--->  Verifying checksum(s) for gettext
--->  Extracting gettext
--->  Applying patches to gettext
--->  Configuring gettext
--->  Building gettext
--->  Staging gettext into destroot
--->  Installing gettext @0.17_4
--->  Activating gettext @0.17_4
--->  Cleaning gettext
--->  Fetching perl5.8
--->  Attempting to fetch perl-5.8.9.tar.bz2 from http://www.cpan.org/src/
--->  Verifying checksum(s) for perl5.8
--->  Extracting perl5.8
--->  Applying patches to perl5.8
--->  Configuring perl5.8
--->  Building perl5.8
--->  Staging perl5.8 into destroot
--->  Installing perl5.8 @5.8.9_3
--->  Activating perl5.8 @5.8.9_3
--->  Cleaning perl5.8
--->  Fetching perl5
--->  Verifying checksum(s) for perl5
--->  Extracting perl5
--->  Configuring perl5
--->  Building perl5
--->  Staging perl5 into destroot
--->  Installing perl5 @5.8.9_0
--->  Activating perl5 @5.8.9_0
--->  Cleaning perl5
--->  Fetching p5-locale-gettext
--->  Attempting to fetch gettext-1.05.tar.gz from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Locale
--->  Verifying checksum(s) for p5-locale-gettext
--->  Extracting p5-locale-gettext
--->  Applying patches to p5-locale-gettext
--->  Configuring p5-locale-gettext
--->  Building p5-locale-gettext
--->  Staging p5-locale-gettext into destroot
--->  Installing p5-locale-gettext @1.05_0
--->  Activating p5-locale-gettext @1.05_0
--->  Cleaning p5-locale-gettext
--->  Fetching help2man
--->  Attempting to fetch help2man-1.36.4.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/help2man
--->  Verifying checksum(s) for help2man
--->  Extracting help2man
--->  Applying patches to help2man
--->  Configuring help2man
--->  Building help2man
--->  Staging help2man into destroot
--->  Installing help2man @1.36.4_1
--->  Activating help2man @1.36.4_1
--->  Cleaning help2man
--->  Fetching m4
--->  Attempting to fetch m4-1.4.13.tar.bz2 from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/m4
--->  Verifying checksum(s) for m4
--->  Extracting m4
--->  Applying patches to m4
--->  Configuring m4
--->  Building m4
--->  Staging m4 into destroot
--->  Installing m4 @1.4.13_0
--->  Activating m4 @1.4.13_0
--->  Cleaning m4
--->  Fetching autoconf
--->  Attempting to fetch autoconf-2.65.tar.bz2 from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/autoconf
--->  Verifying checksum(s) for autoconf
--->  Extracting autoconf
--->  Configuring autoconf
--->  Building autoconf
--->  Staging autoconf into destroot
--->  Installing autoconf @2.65_0
--->  Activating autoconf @2.65_0
--->  Cleaning autoconf
--->  Fetching automake
--->  Attempting to fetch automake-1.11.tar.bz2 from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/automake
--->  Verifying checksum(s) for automake
--->  Extracting automake
--->  Configuring automake
--->  Building automake
--->  Staging automake into destroot
--->  Installing automake @1.11_0
--->  Activating automake @1.11_0
--->  Cleaning automake
--->  Fetching libtool
--->  Attempting to fetch libtool-2.2.6b.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/libtool
--->  Verifying checksum(s) for libtool
--->  Extracting libtool
--->  Configuring libtool
--->  Building libtool
--->  Staging libtool into destroot
--->  Installing libtool @2.2.6b_0
--->  Activating libtool @2.2.6b_0
--->  Cleaning libtool
--->  Fetching zlib
--->  Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/
--->  Verifying checksum(s) for zlib
--->  Extracting zlib
--->  Applying patches to zlib
--->  Configuring zlib
--->  Building zlib
--->  Staging zlib into destroot
--->  Installing zlib @1.2.3_3
--->  Activating zlib @1.2.3_3
--->  Cleaning zlib
--->  Fetching exiv2
--->  Attempting to fetch exiv2-0.18.2.tar.gz from http://distfiles.macports.org/exiv2
--->  Verifying checksum(s) for exiv2
--->  Extracting exiv2
--->  Configuring exiv2
--->  Building exiv2
--->  Staging exiv2 into destroot
--->  Installing exiv2 @0.18.2_0
--->  Activating exiv2 @0.18.2_0
--->  Cleaning exiv2
--->  Fetching fftw-3
--->  Attempting to fetch fftw-3.2.2.tar.gz from http://www.fftw.org/
--->  Verifying checksum(s) for fftw-3
--->  Extracting fftw-3
--->  Configuring fftw-3
--->  Building fftw-3
--->  Staging fftw-3 into destroot
--->  Installing fftw-3 @3.2.2_0+i386
--->  Activating fftw-3 @3.2.2_0+i386
--->  Cleaning fftw-3
--->  Fetching fftw-3-single
--->  Verifying checksum(s) for fftw-3-single
--->  Extracting fftw-3-single
--->  Configuring fftw-3-single
--->  Building fftw-3-single
--->  Staging fftw-3-single into destroot
--->  Installing fftw-3-single @3.2.2_0+i386
--->  Activating fftw-3-single @3.2.2_0+i386
--->  Cleaning fftw-3-single
--->  Fetching gsed
--->  Attempting to fetch sed-4.2.1.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/sed
--->  Verifying checksum(s) for gsed
--->  Extracting gsed
--->  Configuring gsed
--->  Building gsed
--->  Staging gsed into destroot
--->  Installing gsed @4.2.1_0
--->  Activating gsed @4.2.1_0
--->  Cleaning gsed
--->  Fetching ilmbase
--->  Attempting to fetch ilmbase-1.0.1.tar.gz from http://savannah.nongnu.org/download/openexr
--->  Verifying checksum(s) for ilmbase
--->  Extracting ilmbase
--->  Applying patches to ilmbase
--->  Configuring ilmbase
--->  Building ilmbase
--->  Staging ilmbase into destroot
--->  Installing ilmbase @1.0.1_2
--->  Activating ilmbase @1.0.1_2
--->  Cleaning ilmbase
--->  Fetching openexr
--->  Attempting to fetch openexr-1.6.1.tar.gz from http://savannah.nongnu.org/download/openexr
--->  Verifying checksum(s) for openexr
--->  Extracting openexr
--->  Applying patches to openexr
--->  Configuring openexr
--->  Building openexr
--->  Staging openexr into destroot
--->  Installing openexr @1.6.1_1
--->  Activating openexr @1.6.1_1
--->  Cleaning openexr
--->  Fetching pkgconfig
--->  Attempting to fetch pkg-config-0.23.tar.gz from http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
--->  Verifying checksum(s) for pkgconfig
--->  Extracting pkgconfig
--->  Configuring pkgconfig
--->  Building pkgconfig
--->  Staging pkgconfig into destroot
--->  Installing pkgconfig @0.23_1
--->  Activating pkgconfig @0.23_1
--->  Cleaning pkgconfig
--->  Fetching dbus
--->  Attempting to fetch dbus-1.2.16.tar.gz from http://distfiles.macports.org/dbus
--->  Verifying checksum(s) for dbus
--->  Extracting dbus
--->  Applying patches to dbus
--->  Configuring dbus
--->  Building dbus
--->  Staging dbus into destroot
--->  Installing dbus @1.2.16_1
--->  Activating dbus @1.2.16_1
#################################################################################################
# Startup items have been generated that will aid in
# starting dbus with launchd. They are disabled
# by default. Execute the following command to start them,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
# launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
##################################################################################################
--->  Cleaning dbus
--->  Fetching jpeg
--->  Attempting to fetch jpegsrc.v6b.tar.gz from ftp://ftp.uu.net/graphics/jpeg
--->  Attempting to fetch jpegsrc.v6b.tar.gz from http://www.ijg.org/files
--->  Attempting to fetch jpegsrc.v6b.tar.gz from http://distfiles.macports.org/jpeg
--->  Attempting to fetch droppatch.tar.gz from http://distfiles.macports.org/jpeg
--->  Verifying checksum(s) for jpeg
--->  Extracting jpeg
--->  Applying patches to jpeg
--->  Configuring jpeg
--->  Building jpeg
--->  Staging jpeg into destroot
--->  Installing jpeg @6b_3
--->  Activating jpeg @6b_3
--->  Cleaning jpeg
--->  Fetching tiff
--->  Attempting to fetch tiff-3.9.2.tar.gz from ftp://ftp5.freebsd.org/pub/FreeBSD/ports/distfiles/
--->  Verifying checksum(s) for tiff
--->  Extracting tiff
--->  Applying patches to tiff
--->  Configuring tiff
--->  Building tiff
--->  Staging tiff into destroot
--->  Installing tiff @3.9.2_0+macosx
--->  Activating tiff @3.9.2_0+macosx
--->  Cleaning tiff
--->  Fetching lcms
--->  Attempting to fetch lcms-1.18a.tar.gz from http://voxel.dl.sourceforge.net/lcms
--->  Verifying checksum(s) for lcms
--->  Extracting lcms
--->  Configuring lcms
--->  Building lcms
--->  Staging lcms into destroot
--->  Installing lcms @1.18a_0
--->  Activating lcms @1.18a_0
--->  Cleaning lcms
--->  Fetching libmng
--->  Attempting to fetch libmng-1.0.10.tar.gz from http://internap.dl.sourceforge.net/libmng
--->  Verifying checksum(s) for libmng
--->  Extracting libmng
--->  Configuring libmng
--->  Building libmng
--->  Staging libmng into destroot
--->  Installing libmng @1.0.10_0
--->  Activating libmng @1.0.10_0
--->  Cleaning libmng
--->  Fetching libpng
--->  Attempting to fetch libpng-1.2.40.tar.bz2 from http://internap.dl.sourceforge.net/libpng
--->  Verifying checksum(s) for libpng
--->  Extracting libpng
--->  Configuring libpng
--->  Building libpng
--->  Staging libpng into destroot
--->  Installing libpng @1.2.40_0
--->  Activating libpng @1.2.40_0
--->  Cleaning libpng
--->  Fetching openssl
--->  Attempting to fetch openssl-0.9.8l.tar.gz from http://distfiles.macports.org/openssl
--->  Verifying checksum(s) for openssl
--->  Extracting openssl
--->  Applying patches to openssl
--->  Configuring openssl
--->  Building openssl
--->  Staging openssl into destroot
--->  Installing openssl @0.9.8l_0+darwin
--->  Activating openssl @0.9.8l_0+darwin
--->  Cleaning openssl
--->  Fetching readline
--->  Attempting to fetch readline-6.0.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/readline
--->  Verifying checksum(s) for readline
--->  Extracting readline
--->  Applying patches to readline
--->  Configuring readline
--->  Building readline
--->  Staging readline into destroot
--->  Installing readline @6.0.000_2+darwin
--->  Activating readline @6.0.000_2+darwin
--->  Cleaning readline
--->  Fetching sqlite3
--->  Attempting to fetch sqlite-3.6.20.tar.gz from http://www.sqlite.org/
--->  Verifying checksum(s) for sqlite3
--->  Extracting sqlite3
--->  Configuring sqlite3
--->  Building sqlite3
--->  Staging sqlite3 into destroot
--->  Installing sqlite3 @3.6.20_0
--->  Activating sqlite3 @3.6.20_0
--->  Cleaning sqlite3
--->  Fetching qt4-mac
--->  Attempting to fetch qt-mac-opensource-src-4.5.3.tar.gz from http://distfiles.macports.org/qt4-mac
--->  Verifying checksum(s) for qt4-mac
--->  Extracting qt4-mac
--->  Applying patches to qt4-mac
--->  Configuring qt4-mac
--->  Building qt4-mac
--->  Staging qt4-mac into destroot
--->  Installing qt4-mac @4.5.3_0+darwin_10
--->  Activating qt4-mac @4.5.3_0+darwin_10
--->  Cleaning qt4-mac
--->  Fetching qtpfsgui
--->  Attempting to fetch qtpfsgui-1.9.2.tar.gz from http://internap.dl.sourceforge.net/qtpfsgui
--->  Verifying checksum(s) for qtpfsgui
--->  Extracting qtpfsgui
--->  Applying patches to qtpfsgui
--->  Configuring qtpfsgui
--->  Building qtpfsgui
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qtpfsgui/work/qtpfsgui-1.9.2"" && /usr/bin/make -j2 all "" returned error 2
Command output:       QMap<QString, int>::detach_helper()   in preferencesDialog.o
  ""QObject::killTimer(int)"", referenced from:
      PreviewWidget::mouseReleaseEvent(QMouseEvent*)        in previewWidget.o
  ""QLabel::text() const"", referenced from:
      MainGui::aboutQtpfsgui()      in mainWindow.o
  ""QToolBar::addSeparator()"", referenced from:
      Ui_MainGui::setupUi(QMainWindow*)       in mainWindow.o
      Ui_MainGui::setupUi(QMainWindow*)       in mainWindow.o
      HdrViewer::HdrViewer(QWidget*, unsigned int, unsigned int, bool)in hdrviewer.o
      HdrViewer::HdrViewer(QWidget*, unsigned int, unsigned int, bool)in hdrviewer.o
      Ui_TonemappingWindow::setupUi(QMainWindow*)       in tonemappingDialog.o
      Ui_TonemappingWindow::setupUi(QMainWindow*)       in tonemappingDialog.o
      Ui_TonemappingWindow::setupUi(QMainWindow*)       in tonemappingDialog.o
  ""QAbstractSlider::maximum() const"", referenced from:
      Gang::v2p(float) constin gang.o
      Gang::p2v(int) constin gang.o
  ""QString::codecForCStrings"", referenced from:
      __ZN7QString16codecForCStringsE$non_lazy_ptr in options.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in commandline.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in mainWindow.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in tonemapping_widget.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in loadHdrThread.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in preferencesDialog.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in newHdrWizard.o
  ""QTableWidget::columnCount() const"", referenced from:
      Ui_HdrWizardForm::setupUi(QDialog*)      in newHdrWizard.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//cc4UFUeB.out (No such file or directory)
make: *** [qtpfsgui.app/Contents/MacOS/qtpfsgui] Error 1

Error: Status 1 encountered during processing.
adamlogan:~ adamlogan$ 
}}}
",adamlogan@…
Active Tickets,22785,Missing dylibs for Erlang,ports,1.8.1,,defect,bfulgham@…,new,2009-12-04T21:44:04-08:00,2011-02-10T23:49:23-08:00,"I noticed after building the current release of Erlang:

{{{
port install erlang @R13B02_3+darwin_10+ssl
}}}

That it doesn't appear to build the dynamic librarie (i.e. .dylib) files.",conradwt@…
Active Tickets,22794,iwidgets: fix manpage installation dir,ports,,,defect,mww@…,new,2009-12-05T14:26:17-08:00,2009-12-05T14:26:17-08:00,"This patch fixes the manpage installation dir so it doesn't violate the mtree. It also disables the universal variant because AFAICT this port does not install anything that's compiled. It also removes a hardcoded /usr/X11R6/lib from the ldflags, though I would assume the ldflags and build.args can go entirely, since this port doesn't build anything.",ryandesign@…
Active Tickets,22857,lprof install error,ports,1.9.99,,defect,macports-tickets@…,new,2009-12-11T20:08:52-08:00,2011-07-20T23:27:46-07:00,"I got this error installing lprof on Snowleopard. I guess no one is maintaining it? lcms seems to have installed fine, so i can probably just try using lcms via cli. Even still, it'd be nice to have a working lprof port.


{{{
adamlogan:~ adamlogan$ port info lcms
lcms @1.19 (graphics)
Variants:             universal

Description:          LCMS is the Little Color Management System, a portable
                      Color Matching Method (CMM) library which implements fast
                      transforms between ICC profiles. Color management refers
                      to techniques that ensure consistent color as images are
                      transferred from scanners or cameras to monitors and
                      printers.
Homepage:             http://www.littlecms.com/

Library Dependencies: jpeg, tiff, zlib
Platforms:            darwin
License:              MIT
Maintainers:          nomaintainer@macports.org
adamlogan:~ adamlogan$ port info lprof
lprof @20090113, Revision 2 (graphics)
Variants:             universal

Description:          LProf is an open source color profiler that creates ICC
                      compliant profiles for devices such as cameras, scanners
                      and monitors. Origanally authored by Marti Maria the
                      creator of LCMS. Marti has graciously consented to the
                      creation of this project.
Homepage:             http://lprof.sourceforge.net

Fetch Dependencies:   cvs
Build Dependencies:   cmake
Library Dependencies: qt4-mac, libusb-compat
Platforms:            darwin
License:              GPL
Maintainers:          nomaintainer@macports.org
adamlogan:~ adamlogan$ sudo port install lprof
Password:
--->  Computing dependencies for lprof
--->  Fetching libidn
--->  Attempting to fetch libidn-1.15.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/libidn
--->  Verifying checksum(s) for libidn
--->  Extracting libidn
--->  Configuring libidn
--->  Building libidn
--->  Staging libidn into destroot
^C
adamlogan:~ adamlogan$ sudo port install lcms
--->  Computing dependencies for lcms
--->  Cleaning lcms
adamlogan:~ adamlogan$ whoami
adamlogan
adamlogan:~ adamlogan$ sudo port install lprof
--->  Computing dependencies for lprof
--->  Staging libidn into destroot
--->  Installing libidn @1.15_0
--->  Activating libidn @1.15_0
--->  Cleaning libidn
--->  Fetching cmake
--->  Attempting to fetch cmake-2.8.0.tar.gz from http://www.cmake.org/files/v2.8/
--->  Verifying checksum(s) for cmake
--->  Extracting cmake
--->  Applying patches to cmake
--->  Configuring cmake
--->  Building cmake
--->  Staging cmake into destroot
--->  Installing cmake @2.8.0_0
--->  Activating cmake @2.8.0_0
--->  Cleaning cmake
--->  Fetching libusb
--->  Attempting to fetch libusb-1.0.6.tar.bz2 from http://internap.dl.sourceforge.net/libusb
--->  Verifying checksum(s) for libusb
--->  Extracting libusb
--->  Applying patches to libusb
--->  Configuring libusb
--->  Building libusb
--->  Staging libusb into destroot
--->  Installing libusb @1.0.6_0
--->  Activating libusb @1.0.6_0
--->  Cleaning libusb
--->  Fetching libusb-compat
--->  Attempting to fetch libusb-compat-0.1.3.tar.bz2 from http://internap.dl.sourceforge.net/libusb
--->  Verifying checksum(s) for libusb-compat
--->  Extracting libusb-compat
--->  Configuring libusb-compat
--->  Building libusb-compat
--->  Staging libusb-compat into destroot
--->  Installing libusb-compat @0.1.3_0
--->  Activating libusb-compat @0.1.3_0
--->  Cleaning libusb-compat
--->  Fetching lprof
--->  Verifying checksum(s) for lprof
--->  Extracting lprof
--->  Configuring lprof
--->  Building lprof
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof"" && /usr/bin/make -j2 all "" returned error 2
Command output:                  from /opt/local/libexec/qt4-mac/include/Qt3Support/q3frame.h:45,
                 from /opt/local/libexec/qt4-mac/include/Qt3Support/q3hbox.h:45,
                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/libqtlcmswidgets/qtlcmswidgets.h:38,
                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt/qtdrawcurve.cpp:31:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning: #warning ""Support for this version of Mac OS X is still preliminary""
/opt/local/bin/cmake -E cmake_progress_report /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/CMakeFiles 62
[ 79%] Building CXX object src/CMakeFiles/lprof.dir/gammaqt/setgamma.o
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src && /usr/bin/g++-4.2   -DQT_DLL -DQT3_SUPPORT -DQT_3SUPPORT_LIB -DQT_ASSISTANT_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DNON_WINDOWS -DUSE_FLOAT -DLPROF_ERROR_TRAP -DUNIX -DQT_NO_DEBUG -mmacosx-version-min=10.6 -O2 -arch x86_64  -O3 -DNDEBUG -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/gammaqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/IDqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/lprofqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/moncalcontrolqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/moncalqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/monqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/parmsqt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/reference_inst_qt -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/libqtlcmswidgets -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/liblprof -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/videoLUTutils -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/lcms/include -I/opt/local/libexec/qt4-mac/include -I/opt/local/libexec/qt4-mac/include/QtCore -I/opt/local/libexec/qt4-mac/include/QtGui -I/opt/local/libexec/qt4-mac/include/QtSvg -I/opt/local/libexec/qt4-mac/include/Qt3Support -I/opt/local/libexec/qt4-mac/include/QtAssistant -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/h -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/cgats -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/gamut -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/icc -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/numlib -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/plot -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/rspl -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/spectro -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/xicc -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/3rdparty/vigra/include -I/opt/local/include   -F/opt/local/libexec/qt4-mac/lib   -DVIGRA_STATIC_LIB -o CMakeFiles/lprof.dir/gammaqt/setgamma.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/gammaqt/setgamma.cpp
In file included from /opt/local/libexec/qt4-mac/include/QtCore/qnamespace.h:45,
                 from /opt/local/libexec/qt4-mac/include/QtCore/qobjectdefs.h:45,
                 from /opt/local/libexec/qt4-mac/include/QtCore/qobject.h:47,
                 from /opt/local/libexec/qt4-mac/include/QtGui/qbuttongroup.h:45,
                 from /opt/local/libexec/qt4-mac/include/Qt3Support/q3buttongroup.h:45,
                 from /opt/local/libexec/qt4-mac/include/Qt3Support/Q3ButtonGroup:1,
                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/ui_monitorvaluesbase.h:13,
                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/monqt/monitorvalues.h:35,
                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/gammaqt/setgamma.cpp:31:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning: #warning ""Support for this version of Mac OS X is still preliminary""
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt/profilechecker.cpp: In member function 'virtual void ProfileChecker::slotSelectOutputFile()':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt/profilechecker.cpp:818: error: 'Q3FileDialog' has not been declared
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt/profilechecker.cpp: In member function 'virtual void ProfileChecker::slotSelectScanoutIT8()':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt/profilechecker.cpp:844: error: 'Q3FileDialog' has not been declared
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt/profilechecker.cpp: In member function 'void ProfileChecker::slotHelpButton()':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/checkerqt/profilechecker.cpp:884: warning: format not a string literal and no format arguments
make[2]: *** [src/CMakeFiles/lprof.dir/checkerqt/profilechecker.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/gammaqt/setgamma.cpp: In member function 'void SetGamma::slotHelpButton()':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/gammaqt/setgamma.cpp:365: warning: format not a string literal and no format arguments
make[1]: *** [src/CMakeFiles/lprof.dir/all] Error 2
make: *** [all] Error 2

Error: Status 1 encountered during processing.
adamlogan:~ adamlogan$ 
}}}
",adamlogan@…
Active Tickets,22858,ProjectManager build error,ports,1.8.1,,defect,macports-tickets@…,new,2009-12-11T22:37:03-08:00,2009-12-12T18:32:24-08:00,"The following error occurs when trying to install ProjectManager:

{{{
--->  Building ProjectManager
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_ProjectManager/work/ProjectManager-0.2"" && /usr/bin/gnumake -j2 all messages=yes GNUSTEP_MAKEFILES=/opt/local/GNUstep/System/Library/Makefiles "" returned error 2
Command output: 	_GNUSTEP_MAKE_PARALLEL=yes
gcc-mp-4.2 BundleExtensionLoader.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/BundleExtensionLoader.m.o
gcc-mp-4.2 CommandQueryPanel.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/CommandQueryPanel.m.o
gcc-mp-4.2 Controller.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/Controller.m.o
gcc-mp-4.2 Debugging.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/Debugging.m.o
gcc-mp-4.2 EditorGuide.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/EditorGuide.m.o
gcc-mp-4.2 EditorRulerView.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/EditorRulerView.m.o
gcc-mp-4.2 EditorTextView.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/EditorTextView.m.o
EditorRulerView.m: In function '-[EditorRulerView drawRect:]':
EditorRulerView.m:111: error: 'NSFontAttributeName' undeclared (first use in this function)
EditorRulerView.m:111: error: (Each undeclared identifier is reported only once
EditorRulerView.m:111: error: for each function it appears in.)
gnumake[2]: *** [obj/EditorRulerView.m.o] Error 1
gnumake[2]: *** Waiting for unfinished jobs....
gnumake[1]: *** [internal-app-run-compile-submake] Error 2
gnumake: *** [ProjectManager.all.app.variables] Error 2

Error: Status 1 encountered during processing.
}}}

The platform particulars are:
{{{
Quicksilver PPC G4 running MacOS 10.5.8
}}}",trog24@…
Active Tickets,22872,"aiccu - daemondo automatically restarts it, the reason why it exists is because something is broken.....",ports,1.8.1,,defect,cr@…,new,2009-12-13T08:32:52-08:00,2013-01-03T05:05:43-08:00,"""daemondo  launches the daemon directly, rather than indirectly via a script, and therefore it automatically knows how to monitor a daemon process and restart it if it dies.""

And thus, when aiccu exits because there is an unresolvable error case daemondo automatically restarts it, aiccu exists, daemondo restarts it, aiccu exits..... ad infinitum.

Otherwise said: daemondo is not the proper tool for running AICCU in this way as it clearly avoids to check the exit code of AICCU, which exits because there is an error condition, which means it can't do anything else and that user intervention is needed.


A couple of solutions that should be applied in this case and most likely in the cases of many other daemons which will abort on startup:
 - don't use it specifically for AICCU
 - rate limit the number of 'startups', if it fails X times, then don't start it any more.
 - If it fails after the first startup, tell the user, and don't start it again.
 - etc etc etc.

From the 'README' file in the AICCU distribution:
8<-------------------------------
WARNING: never run AICCU from DaemonTools or a similar automated
'restart' tool/script. When AICCU does not start, it has a reason
not to start which it gives on either the stdout or in the (sys)log
file. The TIC server *will* automatically disable accounts which
are detected to run in this mode. Use 'verbose true' to see more
information which is especially handy when starting fails.
------------------------------------->8

Oh and as clearly logging is not configured properly, nor the user ever cares to look at it they will never figure this problem out.

Most likely the same goes for a lot of other daemons.

In this case it is especially annoying as it will contact the TIC servers of SixXS, which will then have to rate limit the client and disable them, as per the above. Still, the client, which gets repeatedly restarted by daemondo will keep on trying to hammer those TIC servers. Thank you macport folks for another attempt at  DDoSSing them. (attempt, as it fails due to the ratelimmitting and fortunately also the limited number of clients of which we had to tell and explain the users that they had a broken client....)

But lets solve this properly, as macports is where the problem happens. Please resolve this.


Additionally ""startupitem.netchange"" which is described as ""Cause the daemon to be restarted when a change in network state is detected."" is completely ridiculous in the case of AICCU as AICCU already KNOWS how to handle network changes, that is why there are ""specialized"" protocols called heartbeat and AYIYA which AICCU supports. Thus that option can also go to /dev/null for AICCU.",jeroen@…
Active Tickets,22889,clojure-contrib with erring CLASSPATH,ports,1.8.1,,defect,macports-tickets@…,new,2009-12-14T01:07:35-08:00,2013-04-23T06:11:17-07:00,"After installing clojure, then the latest clojure-contrib port (see Ticket: 22752 ), I start up clojure and try to load from the clojure-contrib library, but I don't get very far.

{{{
Clojure 1.0.0-
user=> (require 'clojure.contrib.str-utils)
java.io.FileNotFoundException: Could not locate clojure/contrib/str_utils__init.class or clojure/contrib/str_utils.clj on classpath:  (NO_SOURCE_FILE:0)
}}}


I tried setting the CLASSPATH manually to include the clojure-contrib.jar file which was installed in /opt/local/share/java/clojure/lib, but I still get the same problem.
",trier@…
Active Tickets,22894,gimp-gap-devel-2.7.0 fails on Snow Leopard,ports,1.8.1,,defect,devans@…,new,2009-12-14T04:16:16-08:00,2011-02-12T01:52:06-08:00,"My system
{{{
$ uname -v
-> Darwin Kernel Version 10.2.0: Tue Nov  3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
Xcode 3.2.1
MacPorts 1.8.1
}}}

'''Problem with MPlayer'''
When I try to sudo port install gimp-gap-devel I first get an error saying MPlayer doesnt build on Snow Leopard
{{{ 
--->  Fetching MPlayer
Error: Target org.macports.fetch returned: MPlayer does not compile on Snow Leopard.  Please use multimedia/mplayer-devel instead
Error: The following dependencies failed to build: MPlayer
Error: Status 1 encountered during processing.

}}}
This I solve by changing dependency in the $(port dir gimp-gap-devel)/Portfile to mplayer-devel

'''Problem with libavcodec'''
Next it fails to build using the libavcodecs included in the external ffmpeg library
{{{
--->  Building gimp-gap-devel
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0"" && /usr/bin/make -j2 all "" returned error 2
Command output: In file included from libavcodec/h264.c:8143:
libavcodec/svq3.c: In function 'svq3_decode_slice_header':
libavcodec/svq3.c:721: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/h264.c: In function 'execute_ref_pic_marking':
libavcodec/h264.c:3280: warning: 'structure' may be used uninitialized in this function
libavcodec/h264.c:3272: warning: 'j' may be used uninitialized in this function
libavcodec/h264.c: In function 'execute_ref_pic_marking':
libavcodec/h264.c:3280: warning: 'structure' may be used uninitialized in this function
libavcodec/h264.c:3272: warning: 'j' may be used uninitialized in this function
{standard input}:9300:suffix or operands invalid for `add'
{standard input}:9312:suffix or operands invalid for `add'
{standard input}:9577:suffix or operands invalid for `add'
{standard input}:9589:suffix or operands invalid for `add'
{standard input}:9300:suffix or operands invalid for `add'
{standard input}:9312:suffix or operands invalid for `add'
{standard input}:9577:suffix or operands invalid for `add'
{standard input}:9589:suffix or operands invalid for `add'
gmake[3]: *** [libavcodec/h264.o] Error 1
gmake[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg'
make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg/libavcodec/libavcodec.a] Error 2
make[2]: *** Waiting for unfinished jobs....
gmake[3]: *** [libavcodec/h264.o] Error 1
gmake[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg'
make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg/libavformat/libavformat.a] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.

}}}
Solved by appending --disable-libavformat to configure.args of the gimp-gap-devel Portfile [http://trac.macports.org/changeset/43011 changeset]. 

With these adjustments I am now able to build gimp-gap-devel on my system, and when i run gimp I recognize GAP has been integrated to a Video-tab.
But functionality is severely crippled due to the changes made. It doesnt work.",pokhojo@…
Active Tickets,22899,librets-1.4.0 Configure error - build fails by default,ports,1.8.0,,defect,josephholsten@…,new,2009-12-14T12:10:05-08:00,2011-02-12T01:53:49-08:00,"Problem: librets-1.4.0 will currently attempt to build the .NET SWIG bindings by default, causing the build to fail on systems without swig-csharp installed.

Solution: --disable-dotnet should be included by default in the Portfile's configure script, and explicitly enabled by the inclusion of +csharp variant switch. The +csharp variant should depend on swig-csharp, which should build all the necessary dependencies.

Patch included.",konistehrad@…
Active Tickets,22910,Dbus still crashing in 10.6.2 on startx,ports,1.8.1,,defect,mcalhoun@…,new,2009-12-15T20:51:52-08:00,2012-05-05T11:29:42-07:00,"Despite the closed ticket #21595, any attempt to 'startx' will inevitably result in the same dbus crash. I am working off of a fresh port tree and after a couple of hours am convinced this is still defective.

{{{
xxxxxOSX:~ xxxxx$ startx
font_cache: Scanning user font directories to generate X11 font caches
font_cache: Updating FC cache

launch_msg(""CheckIn"") IPC failure: Operation not permitted
Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11
Xquartz: Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly
X11.app: main(): argc=2
	argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
	argv[1] = --listenonly
Waiting for startup parameters via Mach IPC.
X11.app: do_start_x11_server(): argc=4
	argv[0] = /usr/X11/bin/X
	argv[1] = :0
	argv[2] = -nolisten
	argv[3] = tcp
Xquartz starting:
X.Org X Server 1.4.2-apple45
Build Date: 20090705
(EE) XKB: Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
(EE) XKB: Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
2009-12-15 23:50:59.063 X11.bin[4958:90b] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
	/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
X11.bin: OpenScripting.framework - scripting addition ""/Library/ScriptingAdditions/Adobe Unit Types.osax"" declares no loadable handlers.
Failed to start message bus: launch_msg(""CheckIn"") IPC failure: Operation not permitted

EOF in dbus-launch reading address from bus daemon

waiting for X server to shut down Quitting Xquartz...
font_cache: Done
}}}
",zacdurham@…
Active Tickets,22922,nfsen: Can't locate NfSen.pm in @INC,ports,1.8.1,,defect,markd@…,new,2009-12-16T22:00:51-08:00,2011-11-18T22:03:27-08:00,"nfsen doesn't install:

{{{
DEBUG: Executing org.macports.destroot (nfsen)
Can't locate NfSen.pm in @INC (@INC contains: ./libexec ./installer-items /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl /opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 . /opt/local/libexec/nfsen /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/destroot/opt/local/libexec/nfsen) at /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/install.pl line 44.
BEGIN failed--compilation aborted at /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/install.pl line 44.
Error: Target org.macports.destroot returned: shell command ""/opt/local/bin/perl /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/install.pl /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/etc/nfsen-dist.conf"" returned error 2
}}}

This was [http://lists.macosforge.org/pipermail/macports-users/2009-December/018000.html reported by Noah on the mailing list].",ryandesign@…
Active Tickets,22923,nfsen: update to 1.3.2,ports,1.8.1,,defect,markd@…,new,2009-12-16T22:02:51-08:00,2013-04-05T06:47:56-07:00,"Attached is a patch to make several changes to nfsen:

 * update to 1.3.2
 * fix livecheck
 * add the license info to the portfile
 * fix a typo in the install.pl patchfile

I can't test whether it works, however, because [ticket:22922 nfsen doesn't build].",ryandesign@…
Active Tickets,22961,winetricks should mkdir ~/.wine/drive_c/windows/Fonts,ports,1.8.1,,defect,ryandesign@…,new,2009-12-20T17:41:01-08:00,2012-05-31T20:17:58-07:00,"{{{
$ rm -rf ~/.wine
$ winetricks allfonts
wine: created the configuration directory '/Users/jeremy/.wine'
Executing cabextract -q --directory=/Users/jeremy/.wine/drive_c/winetrickstmp /Users/jeremy/.winetrickscache/arial32.exe
/Users/jeremy/.winetrickscache/arial32.exe: library not compiled to support large files.
Executing cp -f /Users/jeremy/.wine/drive_c/winetrickstmp/Arial.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbd.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbi.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Ariali.TTF /Users/jeremy/.wine/drive_c/windows/Fonts
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
Note: command 'cp -f /Users/jeremy/.wine/drive_c/winetrickstmp/Arial.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbd.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbi.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Ariali.TTF /Users/jeremy/.wine/drive_c/windows/Fonts' returned status 64.  Aborting.

}}}",jeremyhu@…
Active Tickets,22994,tk +quartz: strange focus behaviour on 10.4/PPC,ports,1.8.1,,defect,mww@…,new,2009-12-22T16:40:39-08:00,2011-02-13T23:25:15-08:00,"I have a PowerPC computer running 10.4 Tiger.  I can't seem to get `py-tkinter` to work properly.  When I try testing it using the following code, I get different results, depending on which variants of `tk` I use:

{{{
#!python
import _tkinter
import Tkinter
Tkinter._test()
}}}

When I try `tk +darwin +quartz`, I get the attached window, which stops responding and has to be force quit.

When I try simply `tk +darwin`, I get this error message:

{{{
Traceback (most recent call last):
  File ""<stdin>"", line 1, in ?
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-tk/Tkinter.py"", line 3667, in _test
    root = Tk()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-tk/Tkinter.py"", line 1569, in __init__
    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: couldn't connect to display "":0""
}}}

Any ideas?",christopherglong@…
Active Tickets,23017,"[nice] File ""TokenMgrError.java"" does not exist.  Will create one.",ports,1.8.1,,defect,mvitocruz@…,new,2009-12-24T02:37:58-08:00,2009-12-24T06:32:55-08:00,"nice does not build on SnowLeopard;

{{{
>sudo port install nice           
--->  Computing dependencies for nice
--->  Fetching nice
--->  Verifying checksum(s) for nice
--->  Extracting nice
--->  Configuring nice
--->  Building nice
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig"" && /usr/bin/make -j5 all "" returned error 2
Command output: rm -f src/bossa/syntax/dispatch.java
find . \( -name ""*.class"" -o -name ""*.nicei"" -o -name ""*~"" \) -exec rm {} \;
Building the testsuite engine...
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
make[1]: *** [core-bootstrap] Error 2
make[1]: *** Waiting for unfinished jobs....
Java Compiler Compiler Version 5.0 (Parser Generator)
(type ""javacc"" with no arguments for help)
Compilation of the testsuite engine failed.
make: *** [setDate] Error 2
make: *** Waiting for unfinished jobs....
make[1]: *** [setDate] Error 2
Reading from file Parser.jj . . .
File ""TokenMgrError.java"" does not exist.  Will create one.
File ""ParseException.java"" does not exist.  Will create one.
File ""Token.java"" does not exist.  Will create one.
File ""JavaCharStream.java"" does not exist.  Will create one.
Parser generated successfully.
make: *** [src/nice/tools/compiler/console.jar] Error 2

Error: Status 1 encountered during processing.
}}}

",krischik@…
Active Tickets,23019,ccl: reinplace didn't change anything in installer.lisp,ports,1.8.1,,defect,gwright@…,new,2009-12-24T07:44:55-08:00,2011-02-15T05:34:17-08:00,"Using the patch from #15514 I see this when installing ccl 1.3_3 or 1.4_0:

{{{
--->  Computing dependencies for ccl
--->  Fetching ccl
--->  Verifying checksum(s) for ccl
--->  Extracting ccl
--->  Configuring ccl
--->  Building ccl
--->  Staging ccl into destroot
Warning: reinplace s|""usr"" ""local"" ""asdf-install"")))))|\""opt\"" \""local\"" \""share\"" \""asdf-install\"")))))| didn't change anything in /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_ccl/work/destroot//opt/local/share/ccl/1.4/tools/asdf-install/installer.lisp
--->  Deactivating ccl @1.3_3+darwin_i386
--->  Computing dependencies for ccl
--->  Installing ccl @1.4_0+darwin_i386
--->  Activating ccl @1.4_0+darwin_i386
--->  Cleaning ccl
}}}

Maybe the reinplace is no longer needed, or needs to be modified.",ryandesign@…
Active Tickets,23113,cacti should not register user-modifiable files to itself,ports,1.8.2,,defect,markd@…,new,2010-01-03T02:48:33-08:00,2010-01-03T05:33:07-08:00,"cacti currently installs a file config.php, then the port prints instructions advising the user to edit this file. The user's changes will be lost when the user upgrades the port. The port should instead install a sample config file, e.g. config.php.sample, and advise the user to copy this to config.php and edit it.",ryandesign@…
Active Tickets,23116,cacti shows warnings for deprecated functions with php 5.3,ports,1.8.2,,defect,markd@…,new,2010-01-03T04:53:39-08:00,2010-01-03T04:53:39-08:00,"cacti doesn't work so well with php 5.3 because it uses functions which are now deprecated, and because cacti configures itself to show all errors, so if display_errors is on, like it is on my development machine, I get tons of ""Deprecated: Function ereg_replace() is deprecated"" messages in the browser window.

This is already patched in svn something like [http://bugs.cacti.net/view.php?id=1568 this] but a simpler solution for now could be to patch global.php to set error_reporting to `E_ALL & ~E_DEPRECATED` instead of `E_ALL`.",ryandesign@…
Active Tickets,23122,python26 puredarwin variant,ports,1.8.2,,defect,mcalhoun@…,new,2010-01-03T11:14:57-08:00,2013-03-20T16:50:15-07:00,"python26 fails to compile on a PureDarwin 9 system:

{{{
In file included from Python/mactoolboxglue.c:27:
Include/pymactoolbox.h:10:27: error: Carbon/Carbon.h: No such file or directory
Include/pymactoolbox.h:13:33: error: QuickTime/QuickTime.h: No such file or directory
}}}

A puredarwin variant is needed, like with python25 and python24",probono@…
Active Tickets,23133,screen tries to use libelf,ports,1.8.2,,defect,macports-tickets@…,new,2010-01-04T16:49:07-08:00,2010-12-23T21:34:11-08:00,"libelf is installed non-universal on my system. When installing screen universal, I see this output at the end of the build phase:

{{{
/usr/bin/gcc-4.2 -L/opt/local/lib -arch x86_64 -arch i386 -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o termcap.o input.o attacher.o pty.o process.o display.o comm.o kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o sched.o teln.o nethack.o encoding.o -lncurses -lelf
ld: warning: in /opt/local/lib/libelf.a, file is not of required architecture
}}}

Note this does not stop the build; the port completes installation.

Previously in the configure phase it said:

{{{
checking elf.h usability... no
checking elf.h presence... no
checking for elf.h... no
}}}

screen does not declare a dependency on libelf so it should not use libelf.",ryandesign@…
Active Tickets,23179,playerstage-player fails to run,ports,1.8.2,,defect,vincent@…,new,2010-01-07T08:50:53-08:00,2010-09-12T08:35:51-07:00,"After a successful install of playerstage-player, the following output is displayed when attempting to run the player command:

{{{
$ player
Registering driver
Player v.3.0.0
USAGE:  player [options] [<configfile>]

Where [options] can be:
  -h             : print this message.
  -d <level>     : debug message level (0 = none, 1 = default, 9 = all).
  -p <port>      : port where Player will listen. Default: 6665
  -q             : quiet mode: minimizes the console output on startup.
  -l <logfile>   : log player output to the specified file
  <configfile>   : load the the indicated config file

The following 81 drivers were compiled into Player:

    Segmentation fault
}}}

This crash has occurred after several fresh installs of macports. 
",russell.toris@…
Active Tickets,23195,"gcc43 doesn't build on puredarwin, ""file is not of required architecture""",ports,1.8.2,,defect,mww@…,new,2010-01-09T05:42:27-08:00,2013-03-20T16:50:35-07:00,"I am trying to build gcc43 on a i386 PureDarwin 9 system. The build starts but then runs into an error which seemingly comes from the wrong architecture being used:

{{{
...
/bin/sh ../../../../gcc-4.3.4/libgcc/../mkinstalldirs x86_64
mkdir x86_64
...
ld: warning in /usr/lib/dylib1.10.5.o, file is not of required architecture
ld: warning in /usr/lib/libc.dylib, file is not of required architecture
Undefined symbols:
  ""_pthread_key_create"", referenced from:
      ___gthread_key_create in unwind-dw2_s.o
...
}}}

I am attaching a full log. What can I do to enforce i386 from start to end?",probono@…
Active Tickets,23228,zabbix always prints MySQL instructions even if I requested a different database,ports,,,defect,markd@…,new,2010-01-11T02:22:38-08:00,2010-01-11T10:29:58-08:00,"I installed zabbix with the +sqlite3 variant, but in the post-install message it still printed instructions about how to set up my MySQL server.",ryandesign@…
Active Tickets,23261,ProjectManager cannot find WizardKit framework library,ports,1.8.2,,defect,macports-tickets@…,new,2010-01-12T23:58:06-08:00,2010-01-13T12:40:09-08:00,"When trying to launch GNUstep's project manager, a crash reporter dialog box appears with the 
{{{
Library not loaded: WizardKit.framework/WizardKit Referenced from: /opt/local/GNUstep/Local/Applications/ProjectManager.app/ProjectManager
Reason: image not found.
}}}
The installation puts the framework in
{{{
/opt/local/GNUstep/Local/Library/Frameworks/
}}}
I do not know how to redirect the framework reference and should this not be taken care of at installation time?",trog24@…
Active Tickets,23275,ntfsprogs 2.0.0 does not build with variant +extra,ports,1.8.2,,defect,macports-tickets@…,new,2010-01-13T09:53:58-08:00,2010-01-13T09:53:58-08:00,"Here is the failing output
{{{
mv -f .deps/libntfs_la-volume.Tpo .deps/libntfs_la-volume.Plo
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/gcc-4.2  -DLTVERSION_LIBNTFS=\""10:0:0\""  -O2 -arch x86_64 -Wall -version-info 10:0:0 -no-undefined  -L/opt/local/lib -arch x86_64 -o libntfs.la -rpath /opt/local/lib libntfs_la-attrib.lo libntfs_la-attrlist.lo libntfs_la-bitmap.lo libntfs_la-bootsect.lo libntfs_la-collate.lo libntfs_la-compat.lo libntfs_la-compress.lo libntfs_la-crypto.lo libntfs_la-debug.lo libntfs_la-device.lo libntfs_la-device_io.lo libntfs_la-dir.lo libntfs_la-index.lo libntfs_la-inode.lo libntfs_la-lcnalloc.lo libntfs_la-logfile.lo libntfs_la-logging.lo libntfs_la-misc.lo libntfs_la-mft.lo libntfs_la-mst.lo libntfs_la-runlist.lo libntfs_la-security.lo libntfs_la-unistr.lo libntfs_la-version.lo libntfs_la-volume.lo  
libtool: link: `libntfs_la-attrib.lo' is not a valid libtool object
make[2]: *** [libntfs.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
}}}

OS X 10.6.2 Intel
Xcode 3.2.1 (1613)
",dave.evans55@…
Active Tickets,23279,Review licenses for all my GPL/LGPL ports,ports,1.8.2,,defect,macports-tickets@…,new,2010-01-13T15:41:57-08:00,2010-01-13T15:46:42-08:00,"It has [http://lists.macosforge.org/pipermail/macports-dev/2010-January/011078.html been brought to my attention] that some software is licensed under a specific version of the GPL or LGPL while others may allow any version, or any later version, to be used, which is indicated in other portfiles by appending ""+"" to the license version number. Review all my ports which use the GPL or LGPL and see if ""+"" needs to be appended.",ryandesign@…
Active Tickets,23293,Deprecation & Deletion of Zope ports,ports,1.8.2,,defect,macports-tickets@…,new,2010-01-14T09:05:08-08:00,2010-01-14T13:07:37-08:00,"With the release of Zope 2.12 the Zope now uses the buildout framework for package installation with py-setuptools or py-distribute being the only dependency. In the light of this and the extreme age of many of the Zope ports I suggest that all zope-ports be removed from the tree.

I couldn't find any reference to port deletion or deprecation in the documentation.",charlie.clark@…
Active Tickets,23313,"netatalk: Fix for ""PAM_Error: Authentication failure""",ports,1.8.2,,defect,ralph@…,new,2010-01-16T15:53:58-08:00,2011-03-04T16:30:08-08:00,"By just installing this port, I am unable to log in, I always get a message that the username/password is incorrect.
 
/opt/local/var/log/netatalk.log shows 
[uams_dhx_pam.c:497]: I:UAMSDaemon: uams_dhx_pam.c: PAM: PAM_Error: Authentication failure

This can be fixed by creating the file /etc/pam.d/netatalk with the following content:

{{{
auth       required       pam_nologin.so
auth       sufficient     pam_securityserver.so
auth       sufficient     pam_unix.so
auth       required       pam_deny.so
account    required       pam_permit.so
password   required       pam_deny.so
session    required       pam_uwtmp.so
}}}

Now I am able to log in using my username and password and to access my files.

The port should include the file /etc/pam.d/netatalk. Please note that I am not a PAM expert - the above works for me, but please check whether this configuration makes sense.",probono@…
Active Tickets,23335,port fails to convert file_map to file_map.db after db file repair using contrib/repairfilemap.tcl,contrib,1.8.2,,defect,macports-tickets@…,new,2010-01-18T16:53:55-08:00,2010-01-18T18:02:59-08:00,"Following advice on the Problem HotList I was trying to repair a corrupt file_map.db file with repairfilemap.tcl.  Followed instructions to the letter; ran script -> file_map created and then renamed existing .db file.  However, when port command invoked in order to get port to convert old style file to db format, port fails like so:
{{{
 # sudo port deactivate R

--->  Deactivating R
Converting file map to new format (this may take a while)
Error: port deactivate failed: Is a directory
}}}

When port is invoked using the provides option it fails more verbosely like so:
{{{
# sudo port provides /opt/local/etc/lynx.cfg 

Converting file map to new format (this may take a while)
Is a directory
    while executing
""filemap set file_map [lindex $f 0] [lindex $f 1]""
    (procedure ""open_file_map"" line 42)
    invoked from within
""open_file_map 1""
    (procedure ""receipt_flat::file_registered"" line 4)
    invoked from within
""${macports::registry.format}::file_registered $file""
    (procedure ""registry::file_registered"" line 3)
    invoked from within
""registry::file_registered $file""
    (procedure ""action_provides"" line 13)
    invoked from within
""$action_proc $action $portlist [array get global_options]""
    (procedure ""process_cmd"" line 92)
    invoked from within
""process_cmd $remaining_args""
    invoked from within
""if { [llength $remaining_args] > 0 } {

    # If there are remaining arguments, process those as a command
    set exit_status [process_cmd $remaining...""
    (file ""/opt/local/bin/port"" line 3676)
}}}

I also tried the older version of the script to no avail though, interestingly enough, the file_map file created was identical to that created by the newer version.",dmichael.williams@…
Active Tickets,23345,"geant4 needs to use configure.cc, configure.cxx, etc.",ports,1.8.2,,defect,cristiano.fontana@…,new,2010-01-19T02:58:37-08:00,2010-09-28T05:35:04-07:00,"geant4 should ensure it's UsingTheRightCompiler. It probably just needs to set CC and CXX in build.env.

{{{
$ sudo port install
--->  Computing dependencies for geant4
--->  Fetching geant4
--->  Verifying checksum(s) for geant4
--->  Extracting geant4
--->  Configuring geant4
--->  Building geant4
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source"" && /usr/bin/nice -n 10 /usr/bin/make -j2 "" returned error 2
Command output: make[2]: *** [4INSTALL/tmp/4.9.3/G4visXXX/G4XXXFile.o] Error 1
make[2]: *** Waiting for unfinished jobs....
g++ -DG4OPTIMISE -Iinclude -I/opt/local/include -DG4VERBOSE -DG4_STORE_TRAJECTORY -DG4VIS_BUILD -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/modeling/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/HEPGeometry/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/graphics_reps/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/intercoms/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/CSG/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/specific/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/tracking/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/hits/include -c -o 4INSTALL/tmp/4.9.3/G4visXXX/G4XXX.o src/G4XXX.cc
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make[2]: *** [4INSTALL/tmp/4.9.3/G4visXXX/G4XXX.o] Error 1
Making dependency for file src/G4GMocrenMessenger.cc ...
Making dependency for file src/G4GMocrenIO.cc ...
Making dependency for file src/G4GMocrenFileViewer.cc ...
Making dependency for file src/G4GMocrenFileSceneHandler.cc ...
Making dependency for file src/G4GMocrenFileCTtoDensityMap.cc ...
Making dependency for file src/G4GMocrenFile.cc ...
Compiling G4GMocrenFile.cc ...
Compiling G4GMocrenFileCTtoDensityMap.cc ...
g++ -DG4OPTIMISE -Iinclude -I/opt/local/include -DG4VERBOSE -DG4_STORE_TRAJECTORY -DG4VIS_BUILD -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/modeling/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/HEPGeometry/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/graphics_reps/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/intercoms/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/CSG/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/specific/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/navigation/include/ -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/particles/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/event/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/tracking/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/materials/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/hits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/digits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/utils/include -c -o 4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFile.o src/G4GMocrenFile.cc
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
g++ -DG4OPTIMISE -Iinclude -I/opt/local/include -DG4VERBOSE -DG4_STORE_TRAJECTORY -DG4VIS_BUILD -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/modeling/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/HEPGeometry/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/graphics_reps/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/intercoms/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/CSG/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/specific/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/navigation/include/ -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/particles/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/event/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/tracking/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/materials/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/hits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/digits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/utils/include -c -o 4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFileCTtoDensityMap.o src/G4GMocrenFileCTtoDensityMap.cc
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make[2]: *** [4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFileCTtoDensityMap.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFile.o] Error 1
make[1]: *** [granular] Error 2
Building library management utility liblist ...
cc -L/opt/local/lib -o /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/4.9.3/liblist /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/config/liblist.c
cc: Error: You should be using ${configure.cc}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make[1]: *** [/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/4.9.3/liblist] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}
",ryandesign@…
Active Tickets,23367,geant4 puts path to build directory in its files,ports,1.8.2,,defect,cristiano.fontana@…,new,2010-01-20T13:38:09-08:00,2010-09-28T05:34:31-07:00,"When geant4 is not already installed, some files that get installed contain the path to the directory where the build occurred. When geant4 is already installed, this doesn't happen. I don't know if this is a problem.

{{{
--- not-installed-yet/opt/local/src/geant4/4.9.3/source/digits_hits/detector/4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d 2010-01-19 01:49:41.000000000 -0600
+++ already-installed/opt/local/src/geant4/4.9.3/source/digits_hits/detector/4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d 2010-01-19 03:08:15.000000000 -0600
@@ -1,9 +1,7 @@
 4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.o 4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d: src/G4CellScoreComposer.cc \
   include/G4CellScoreComposer.hh include/G4CellScoreValues.hh \
-  /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/globals.hh \
-  /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/G4ios.hh \
-  /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/G4Types.hh \
-  /usr/include/c++/4.2.1/complex \
+  /opt/local/include/globals.hh /opt/local/include/G4ios.hh \
+  /opt/local/include/G4Types.hh /usr/include/c++/4.2.1/complex \
   /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/c++config.h \
   /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/os_defines.h \
   /usr/include/unistd.h /usr/include/_types.h /usr/include/sys/_types.h \
[snip 400,000+ similar lines]
}}}",ryandesign@…
Active Tickets,23371,net-snmp +server fails on Snow Leopard,ports,1.8.2,,defect,ryandesign@…,new,2010-01-20T23:19:24-08:00,2012-09-17T09:06:51-07:00,"net-snmp @5.5_0+server fails on Snow Leopard:

{{{
mibII/tcp.c: In function 'tcp_handler':
mibII/tcp.c:328: error: 'TCPTV_MIN' undeclared (first use in this function)
mibII/tcp.c:328: error: (Each undeclared identifier is reported only once
mibII/tcp.c:328: error: for each function it appears in.)
mibII/tcp.c:336: error: 'TCPTV_REXMTMAX' undeclared (first use in this function)
}}}

Builds fine on Leopard i386.",ryandesign@…
Active Tickets,23402,duplicity: OverflowError: signed integer is greater than maximum,ports,1.8.2,,defect,macports-tickets@…,new,2010-01-24T00:07:35-08:00,2013-02-07T19:19:51-08:00,"Running duplicity to restore a backup, I reliably get this error at the same file every try, whether I run as a normal user or as root:

{{{
bernkastel:Recovered Morden trejkaz$ sudo duplicity restore --no-encryption scp://trejkaz@192.168.1.100//raid/backups/morden ./root

...

Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/etab'' processing var/lib/nfs/etab
Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/rmtab'' processing var/lib/nfs/rmtab
Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/rpc_pipefs'' processing .
Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/sm/.keep_net-fs_nfs-utils-0'' processing var/lib/nfs/sm/.keep_net-fs_nfs-utils-0
Traceback (most recent call last):
  File ""/opt/local/bin/duplicity"", line 1236, in <module>
    with_tempdir(main)
  File ""/opt/local/bin/duplicity"", line 1229, in with_tempdir
    fn()
  File ""/opt/local/bin/duplicity"", line 1183, in main
    restore(col_stats)
  File ""/opt/local/bin/duplicity"", line 538, in restore
    restore_get_patched_rop_iter(col_stats)):
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/patchdir.py"", line 520, in Write_ROPaths
    ITR(ropath.index, ropath)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/lazy.py"", line 329, in __call__
    if self.finish_branches(index) is None:
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/lazy.py"", line 276, in finish_branches
    to_be_finished.call_end_proc()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/lazy.py"", line 366, in call_end_proc
    robust.check_common_error(self.on_error, self.end_process)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/robust.py"", line 38, in check_common_error
    return function(*args)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/patchdir.py"", line 560, in end_process
    self.dir_diff_ropath.copy_attribs(self.dir_new_path)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/path.py"", line 435, in copy_attribs
    util.maybe_ignore_errors(lambda: os.chown(other.name, self.stat.st_uid, self.stat.st_gid))
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/util.py"", line 62, in maybe_ignore_errors
    return fn()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/path.py"", line 435, in <lambda>
    util.maybe_ignore_errors(lambda: os.chown(other.name, self.stat.st_uid, self.stat.st_gid))
OverflowError: signed integer is greater than maximum
bernkastel:~ trejkaz$
}}}

This effectively prevents restoring backups, making duplicity a write-only backup solution. :-D

I have commented out the call to os.chown as a workaround.  There are mentions around the net that there was a Python bug like this, but the version being run is newer than the version in which it was fixed.
",trejkaz@…
Active Tickets,23490,geant4 links with Apple X11 libraries,ports,1.8.2,,defect,cristiano.fontana@…,new,2010-01-30T07:10:23-08:00,2010-09-28T05:33:49-07:00,"geant4 links with Apple X11 libraries. See ""/usr/X11"" in the output of otool -L:

{{{
$ otool -L /opt/local/lib/libG4FR.dylib
/opt/local/lib/libG4FR.dylib:
	/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib (compatibility version 0.0.0, current version 0.0.0)
	/usr/X11/lib/libGLU.1.dylib (compatibility version 1.3.0, current version 1.3.0)
	/usr/X11/lib/libGL.1.dylib (compatibility version 1.2.0, current version 1.2.0)
	/opt/local/lib/libXm.4.dylib (compatibility version 5.0.0, current version 5.2.0)
	/usr/X11/lib/libXpm.4.dylib (compatibility version 16.0.0, current version 16.0.0)
	/usr/X11/lib/libXmu.6.dylib (compatibility version 9.0.0, current version 9.0.0)
	/usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)
	/usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0)
	/usr/X11/lib/libXi.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0)
}}}

geant4 should instead link with MacPorts X11 libraries in /opt/local, and declare dependencies on the appropriate xorg ports.",ryandesign@…
Active Tickets,23491,geant4 library install_names reference the destroot,ports,1.8.2,,defect,cristiano.fontana@…,new,2010-01-30T07:12:52-08:00,2010-09-28T05:33:23-07:00,"The libraries installed by geant4 reference the destroot path in their install_name. See the output of otool -D:

{{{
$ otool -D /opt/local/lib/libG4FR.dylib
/opt/local/lib/libG4FR.dylib:
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib
}}}

The install_name should be ""/opt/local/lib/libG4FR.dylib"" not ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib"".",ryandesign@…
Active Tickets,23492,geant4: variants which conflict with the default variants are hard to select,ports,1.8.2,,defect,cristiano.fontana@…,new,2010-01-30T07:19:09-08:00,2010-09-28T05:30:54-07:00,"Those variants in geant4 which conflict with the default variants are hard to select. For example:

{{{
$ sudo port install geant4 +granular
Error: geant4: Variant global conflicts with granular
Error: Unable to open port: Error evaluating variants
Before reporting a bug, first run the command again with the -d flag to get complete output.
$ sudo port install geant4 +no_ui
Error: geant4: Variant no_ui conflicts with motif
Error: Unable to open port: Error evaluating variants
Before reporting a bug, first run the command again with the -d flag to get complete output.
$ sudo port install geant4 +static
Error: geant4: Variant shared conflicts with static
Error: Unable to open port: Error evaluating variants
Before reporting a bug, first run the command again with the -d flag to get complete output.
$
}}}

This is why the use of default variants is discouraged unless it's planned carefully. See [wiki:PortfileRecipes#default_variants the PortfileRecipes entry] for more information. If you must use default variants, make them default only if a conflicting variant has not already been requested. For example, global should only be a default variant if the user has not already requested granular. motif should not be a default variant if the user has requested no_ui. shared should not be a default if the user has requested static. And so on.",ryandesign@…
Active Tickets,23558,omniORB +universal fails to build on 10.6.2,ports,1.8.2,,defect,stromnov@…,new,2010-02-04T14:05:52-08:00,2011-03-31T10:40:06-07:00,"I am trying to upgrade my current installation of omniORB to include the i386 architecture, but it fails. I tried moving the /usr/local to /usr/local.SAVE and cleaning the port, but it still ends up with this error. I need omniORBpy to work in a 32-bit mode..

{{{
port installed omniORB
The following ports are currently installed:
  omniORB @4.1.4_0+python26 (active)
}}}

{{{
sudo port -u -d upgrade --enforce-variants omniORB +universal
[...]
/usr/bin/g++-4.2 -c -O2 -arch x86_64 -arch i386 -fno-common -bind_at_load  -I/opt/local/include -DIDLMODULE_VERSION=""\""0x2630\"""" -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include -DPYTHON_INCLUDE=""<python2.6/Python.h>"" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=1 -D__darwin__ -D__x86__ -o idlexpr.o idlexpr.cc
idlexpr.cc:179: error: integer constant is too large for 'long' type
idlexpr.cc:881: error: integer constant is too large for 'long' type
idlexpr.cc:887: error: integer constant is too large for 'long' type
idlexpr.cc:1109: error: integer constant is too large for 'long' type
idlexpr.cc:1198: error: integer constant is too large for 'long' type
idlexpr.cc: In member function 'IDL_LongLong IdlExpr::evalAsLongLong()':
idlexpr.cc:179: warning: comparison is always false due to limited range of data type
idlexpr.cc: In member function 'virtual IdlLongLongVal SubExpr::evalAsLongLongV()':
idlexpr.cc:881: warning: comparison is always false due to limited range of data type
idlexpr.cc:887: warning: comparison is always false due to limited range of data type
idlexpr.cc: In member function 'virtual IdlLongLongVal DivExpr::evalAsLongLongV()':
idlexpr.cc:1109: warning: comparison is always false due to limited range of data type
idlexpr.cc: In member function 'virtual IdlLongLongVal MinusExpr::evalAsLongLongV()':
idlexpr.cc:1198: warning: comparison is always false due to limited range of data type
lipo: can't figure out the architecture type of: /var/tmp//ccM6g0dx.out
make[4]: *** [idlexpr.o] Error 1
make[3]: *** [export] Error 1
make[2]: *** [export] Error 1
make[1]: *** [export] Error 1
make: *** [all] Error 1
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omniORB/work/omniORB-4.1.4"" && /usr/bin/make -j2 all "" returned error 2
DEBUG: Backtrace: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omniORB/work/omniORB-4.1.4"" && /usr/bin/make -j2 all "" returned error 2
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 9)
    invoked from within
""$procedure $targetname""
Warning: the following items did not execute (for omniORB): org.macports.destroot org.macports.build
DEBUG: couldn't read file ""/opt/local/share/macports/Tcl/darwintrace1.0/pkgIndex.tcl"": no such file or directory
    while executing
""source [file join $dir pkgIndex.tcl]""
Error: Unable to upgrade port: 1
}}}
",jakub.moskal@…
Active Tickets,23584,automoc doesn't build on Tiger,ports,1.8.2,,defect,macports-tickets@…,new,2010-02-06T18:36:40-08:00,2011-04-03T01:05:43-07:00,"As [http://lists.macosforge.org/pipermail/macports-users/2010-February/018754.html reported on the mailing list], automoc has trouble building on Tiger:

{{{
can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libz.1.dylib
}}}

I've seen this type of error with many other ports before, and though the simple workaround the user can use is to make a symlink of /opt inside /Developer/SDKs/MacOSX10.4u.sdk...

{{{
sudo ln -s /opt /Developer/SDKs/MacOSX10.4u.sdk/opt
}}}

...we don't want to advocate this since it modifies the SDK which is supposed to be under Apple's control, and it would not be a proper solution for MacPorts base or the port to install such a symlink there. In other ports, the solution seemed to be to ensure that the library in question is referenced in the link line, i.e. in this case ensure ""-lzlib"" appears in the LDFLAGS.

I will try to look into this issue later, if nobody else gets to it first.",ryandesign@…
Active Tickets,23632,kde4-ANY  Crippled sound without QuickTime addons,ports,1.8.2,,defect,macports-tickets@…,new,2010-02-10T00:24:27-08:00,2010-02-10T16:25:41-08:00,"The KDE4 ports depend on Qt's phonon sound system, which in turn depends on the native QuickTime system.  As it states at http://mac.kde.org/?id=download , if QuickTime can't play it, phonon can't play it.

The solution is to install the Xiph (ogg) QuickTime component (http://www.xiph.org/quicktime/) to allow QuickTime to play ogg files.  Installing Perian (http://perian.org/) wouldn't hurt, either.

There should be a note during the port install process saying that this step is necessary since much of KDE's audio is in ogg format.

Would it be possible to force or automate installation of these QuickTime addons through the port install process?

",dtsimon@…
Active Tickets,23640,kdedu3: kturtle bus error,ports,1.8.2,,defect,macports-tickets@…,new,2010-02-10T05:53:01-08:00,2011-04-04T19:54:30-07:00,"Got this ""bus error"" error on a ppc tiger using kturtle (kdedu3). I can't save/open any file.
{{{
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x2270b40 ): KAccel object already contains an action name ""help_contents""
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x2270b40 ): KAccel object already contains an action name ""help_whats_this""
DCOP: unregister 'kturtle-3075'
Bus error
}}}",francois.work@…
Active Tickets,23675,ufraw @0.17 fails to build against gtk2+quartz,ports,1.8.2,,defect,devans@…,new,2010-02-11T13:37:03-08:00,2013-05-05T21:38:46-07:00,"While trying to build gimp on Snow Leopard, the ufraw port fails to
build with the following error:

{{{
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I.  -I/opt/port/include   -I/opt/port/include -I/opt/port/include/gtk-2.0 -I/opt/port/lib/gtk-2.0/include \
-I/opt/port/include/atk-1.0 -I/opt/port/include/cairo -I/opt/port/include/pango-1.0 -I/opt/port/include/glib-2.0 -I/opt/port/lib/glib-2.0/include \
-I/opt/port/include/pixman-1 -I/opt/port/include/freetype2 -I/opt/port/include/libpng12   \
-I/opt/port/include/glib-2.0 -I/opt/port/lib/glib-2.0/include -I/opt/port/include   \
-I/opt/port/include    -I/opt/port/include/libpng12   -I/opt/port/include   \
-DDCRAW_NOMAIN -DUFRAW_LOCALEDIR=\""/opt/port/share/locale\"" -I/opt/port/include  \
-O2 -arch x86_64 -fopenmp -MT uf_gtk.o -MD -MP -MF .deps/uf_gtk.Tpo -c -o uf_gtk.o uf_gtk.cc

uf_gtk.cc: In function 'void uf_get_display_profile(GtkWidget*, guint8**, gint*)':
uf_gtk.cc:297: error: 'CMFlattenProfile' was not declared in this scope
make[2]: *** [uf_gtk.o] Error 1
make[2]: *** Waiting for unfinished jobs....
}}}

From the header file CMApplication.h

{{{
#if !__LP64__ && !TARGET_OS_WIN32
/* This function is deprecated in Mac OS X 10.5. Use CMCopyProfile instead.*/
CSEXTERN CMError 
CMFlattenProfile(
  CMProfileRef   prof,
  UInt32         flags,
  CMFlattenUPP   proc,
  void *         refCon,
  Boolean *      preferredCMMnotfound)                        AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_5;
#endif // !__LP64__ && !TARGET_OS_WIN32
}}}


So I tried to build it as a 32-bit port so LP64 wasn't defined.

{{{
 > sudo port -d build ufraw configure.build_arch=i386 
}}}

But this fails on the link step because all of ufraw's dependencies were built as 64-bit libraries.

One option is to build everything at 32-bit libraries/applications but is there a way to replace the CMFlattenProfile with CMCopyProfile as the header suggests?",vincent.lucarelli@…
Active Tickets,23689,gdc can't build universal,ports,1.8.2,,defect,mww@…,new,2010-02-12T14:24:28-08:00,2011-04-07T18:15:05-07:00,"On Snow Leopard I get this when trying to build gdc universal:

{{{
/usr/bin/gcc-4.2  -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp -I. -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/../include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/include  -O2 -arch x86_64 -arch i386 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp -I. -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/../include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/include  -c -o charset.o -MT charset.o -MD -MP -MF .deps/charset.Po /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/charset.c
gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
}}}

Full debug log attached.",ryandesign@…
Active Tickets,23703,apr0 apr_rules.mk contains arch flags,ports,1.8.2,,defect,blair@…,new,2010-02-13T18:54:56-08:00,2010-04-18T00:11:48-07:00,"apr0's apr_rules.mk contains arch flags:

{{{
$ port contents apr0 | sed 1d | xargs grep ' -arch '
/opt/local/share/apr-0/build/apr_rules.mk:CFLAGS=-O2 -arch x86_64
}}}

These should be removed before installation.",ryandesign@…
Active Tickets,23735,Gimp+quartz+no_x11 segfaults on startup with custom theme selected,ports,1.8.2,,defect,devans@…,new,2010-02-16T18:36:21-08:00,2011-04-11T20:22:12-07:00,"The terminal hangs for a split second before spawning the Gimp app (without gimp-app installed, just an executable icon) in the Dock, immediately dropping back with a segfault error.

Note that this only occurs when the Gimp preferences panel is used to select a custom GTK theme for use in Gimp and only Gimp.  In this situation, the theme reloads fine immediately with the new look but will cause a segfault on the next startup.  The only remedy is to remove ~/.gimp-2.6 and start the app again. 

Also note that this does not occur with regular GTK theme switching using ports such as gtk-theme-switcher (/opt/local/bin/switch2) and gtk-chtheme; those load just fine.",zwaldowski@…
Active Tickets,23740,whois is very slow or times out on .net domains,ports,1.8.2,,defect,ryandesign@…,new,2010-02-17T05:12:39-08:00,2010-02-17T05:12:39-08:00,"""whois vinc17.net"" or ""whois nerim.net"" is very slow (about one minute) and can even times out. There's no such problem from the same network under Debian.

According to the source, whois.crsnic.net is used for .net domains. So, to be sure, I've checked with
{{{
whois -h whois.crsnic.net nerim.net
}}}
but while it still works under Debian, it still times out under Mac OS X.

Note: my machine is a Mac OS X 10.4.11 / PowerPC.",vinc17@…
Active Tickets,23754,pump mode in distcc,ports,1.8.2,,defect,macports-tickets@…,new,2010-02-17T12:36:31-08:00,2012-04-23T02:13:30-07:00,"I get this error when running pump

{{{
pump scons -j4
__________Using distcc-pump from /opt/local/bin
Traceback (most recent call last):
  File ""/opt/local/lib/python2.5/site-packages/include_server/include_server.py"", line 42, in <module>
    import distcc_pump_c_extensions
ImportError: dlopen(/opt/local/lib/python2.5/site-packages/include_server/distcc_pump_c_extensions.so, 2): no suitable image found.  Did find:
	/opt/local/lib/python2.5/site-packages/include_server/distcc_pump_c_extensions.so: mach-o, but wrong architecture
__________Expected a socket at '/tmp/distcc-pump.RLL311/socket'
__________Could not start distcc-pump include server
__________Warning: distcc-pump include server failed; running unpumped
__________Found        0 available distcc servers
}}}

I don't have python 2.5 installed via mac ports (only 2.6)",kyle.tarplee@…
Active Tickets,23772,InsightToolKit: fix linking against python 2.6 framework,ports,1.8.2,,defect,dweber@…,new,2010-02-18T16:41:05-08:00,2011-04-22T08:39:26-07:00,"I tried adding this to fix the linking:

configure.ldflags-append -F${frameworks_dir}

but that did not get passed to the cmake build process.  I'm not sure if this is an issue with cmake or InsightToolkit.",jeremyhu@…
Active Tickets,23793,rb-bioruby depends on nonexistent ports rb-dbd-mysql and rb-dbd-pg,ports,,,defect,macports-tickets@…,new,2010-02-20T02:50:03-08:00,2010-02-20T02:50:03-08:00,"rb-bioruby declares dependencies on rb-dbd-mysql and rb-dbd-pg but no such ports exist.

{{{
$ port lint rb-bioruby +mysql +postgres
--->  Verifying Portfile for rb-bioruby
Warning: Variant mysql does not have a description
Warning: Variant postgres does not have a description
Error: Unknown dependency: rb-dbd-mysql
Error: Unknown dependency: rb-dbd-pg
--->  2 errors and 2 warnings found.
}}}
",ryandesign@…
Active Tickets,23795,GIMP xsane plugin does not recognize scanners,ports,1.8.2,,defect,macports-tickets@…,new,2010-02-20T04:04:44-08:00,2012-06-28T11:10:28-07:00,"Before I forget again to report it:

The xsane plugin for Gimp delivered with macports has never worked for me. Each time I have to get the sources and rebuild it all before I can use my scanner again. Maybe this has to do with the fact that xsane explicitly states that it does not support sane changes between 1.0.19 and 1.0.20, maybe something else goes wrong. The fact that gimp depends on xsane and sane-backends (1.0.20) does not make it easier.
At present I am struggling with the sane / xsane sources again, since my old xsane 0.994 installation which worked perfectly now has the wrong architecture on Mac OS 10.6

",peter@…
Active Tickets,23800,rabbitmq-server fails install phase when startupitem_type is none,ports,,,defect,macports-tickets@…,new,2010-02-21T06:47:13-08:00,2012-05-02T00:42:12-07:00,"I set ""startupitem_type none"" in macports.conf and rabbitmq-server failed the install phase:

{{{
:msg:destroot --->  Installing rabbitmq-server @1.7.2_0
:debug:install install phase started at Sun Feb 21 08:23:55 CST 2010
:debug:install Executing proc-pre-org.macports.install-install-0
:info:install sh: line 0: cd: /x86_64-10.6-mp/var/macports/build/_Users_rschmidt_macports_dports_net_rabbitmq-server/work/destroot/x86_64-10.6-mp/etc/LaunchDaemons/org.macports.rabbitmq-server: No such file or directory
:info:install can't find file to patch at input line 3
:info:install Perhaps you should have used the -p or --strip option?
:info:install The text leading up to this was:
:info:install --------------------------
:info:install |--- org.macports.rabbitmq-server.plist.old       2009-02-26 08:00:31.000000000 -0800
:info:install |+++ org.macports.rabbitmq-server.plist   2009-02-26 08:01:27.000000000 -0800
:info:install --------------------------
:info:install File to patch: 
:info:install Skip this patch? [y] 
:info:install Skipping patch.
:info:install 1 out of 1 hunk ignored
:info:install shell command ""cd /x86_64-10.6-mp/var/macports/build/_Users_rschmidt_macports_dports_net_rabbitmq-server/work/destroot/x86_64-10.6-mp/etc/LaunchDaemons/org.macports.rabbitmq-server; patch </Users/rschmidt/macports/dports/net/rabbitmq-server/files/patch-org.macports.rabbitmq-server.plist.diff"" returned error 1
:error:install Target org.macports.install returned: shell command failed
}}}
",ryandesign@…
Active Tickets,23846,octave 3.2.3 call of imread crashed octave,ports,1.8.2,,defect,macports-tickets@…,new,2010-02-24T10:30:21-08:00,2011-11-06T12:24:45-08:00,"Hello,

{{{
octave:4> A=imread(""Gears3.tiff"");
Assertion failed: (semaphore_info != (SemaphoreInfo *) NULL), function LockSemaphoreInfo, file magick/semaphore.c, line 525.
panic: Abort trap -- stopping myself...
Abort trap

tiffinfo Gears3.tiff
TIFF Directory at offset 0x1d296 (119446)
  Image Width: 380 Image Length: 380
  Resolution: 1, 1 (unitless)
  Bits/Sample: 8
  Sample Format: unsigned integer
  Compression Scheme: LZW
  Photometric Interpretation: RGB color
  Orientation: row 0 top, col 0 lhs
  Samples/Pixel: 3
  Planar Configuration: single image plane
  Software: Pixie
  MatrixWorldToScreen: 1.995447,-1.011418,0.237759,0.237759,-0.451741,-1.418443,-0.903482,-0.903482,-1.072726,-1.517127,0.356638,0.356638,21.029737,21.029734,42.059479,42.059479
  MatrixWorldToCamera: 0.832050,0.501162,0.237759,0.000000,0.000000,0.428625,-0.903482,0.000000,-0.554700,0.751743,0.356638,0.000000,-0.000001,0.000003,42.059479,1.000000
  Predictor: horizontal differencing 2 (0x2)
}}}
",hans-juergen.greif@…
Active Tickets,23858,FAQ needs info on how to build for i386 on 10.6 (64 bit kernel),wiki,,,defect,macports-tickets@…,new,2010-02-25T04:02:10-08:00,2010-02-28T02:07:48-08:00,"I have trouble building some ports for 64 bit, so I found the FAQ entry mentioning ""build_arch"", which suggests that it's possible to build for another arch.

HOWEVER, I can find no info on how to use this feature anywhere. Neither the wiki nor the man page nor ""port help"" mentions ""build_arch"".

Besides this problem of lacking docs on build_arch, it would be good if the FAQ could simply give instructions on what needs to be done in order to rebuild all ports (and future installs as well) for i386 on a 10.6 64 bit system.
",tempelmann@…
Active Tickets,23887,piklab libusb problem,ports,1.8.2,,defect,jwbacon@…,new,2010-02-28T06:28:45-08:00,2010-02-28T07:40:26-08:00,"{{{
checking for usb_init... configure: error: libusb not found, use ./configure LIBUSB_LIBS=...
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_piklab/work/piklab-0.15.4"" && ./configure --prefix=/opt/local QTDIR=/opt/local/lib/qt3 --without-arts "" returned error 1
DEBUG: Backtrace: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_piklab/work/piklab-0.15.4"" && ./configure --prefix=/opt/local QTDIR=/opt/local/lib/qt3 --without-arts "" returned error 1
    while executing
""$procedure $targetname""
Warning: the following items did not execute (for piklab): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}",m.v.d.bilt@…
Active Tickets,23910,siag-3.6.0 fails to build,ports,1.8.2,,defect,macports-tickets@…,new,2010-03-02T11:19:57-08:00,2010-03-22T05:48:56-07:00,siag-3.6.0 failed to build on PPC Mac.  Debug output is attached.,Ink_Blot2001@…
Active Tickets,23941,tsocks segmentation fault,ports,1.8.1,,defect,macports-tickets@…,new,2010-03-04T23:14:11-08:00,2011-05-21T07:48:12-07:00,"tsocks segmentation faults when I don't specify a default server in tsocks.conf. If I set the default server as 129.39.109.202, I can 'tsocks ssh user@150.60.198.12', otherwise it just seg faults without any debug message, and for some reason it never uses the path stanza, so I can't connect to multiple proxies.

{{{
cat tsocks.conf
local = 192.168.1.0/255.255.255.0
local = 129.39.109.0/255.255.255.0

path {
reaches = 150.60.198.0/255.255.255.0
server = 129.39.109.202 
server_type = 4
server_port = 1080
}
}}}
",mathews.dennis@…
Active Tickets,23944,tbb fails to build on PowerPC,ports,1.8.2,,defect,mnick@…,new,2010-03-05T08:35:41-08:00,2013-03-21T12:52:59-07:00,"Using MacOS 10.4.11 on ppc, with Apple gcc 4.0
{{{
$ sudo port -d install tbb
DEBUG: Found port in file:///opt/local/var/macports/sources/www.macports.org/files/ports/devel/tbb
DEBUG: Changing to port directory: /opt/local/var/macports/sources/www.macports.org/files/ports/devel/tbb
DEBUG: OS Platform: darwin
DEBUG: OS Version: 8.11.0
DEBUG: Mac OS X Version: 10.4
DEBUG: System Arch: powerpc
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant powerpc is not provided by port tbb.
DEBUG: Requested variant darwin is not provided by port tbb.
DEBUG: Requested variant macosx is not provided by port tbb.
--->  Computing dependencies for tbb
DEBUG: Executing org.macports.main (tbb)
DEBUG: Skipping completed org.macports.fetch (tbb)
DEBUG: Skipping completed org.macports.checksum (tbb)
DEBUG: Skipping completed org.macports.extract (tbb)
DEBUG: Skipping completed org.macports.patch (tbb)
--->  Configuring tbb
DEBUG: Using compiler 'Mac OS X gcc 4.0'
DEBUG: Executing org.macports.configure (tbb)
Error: Target org.macports.configure returned: can't read ""arch_flag"": no such variable
DEBUG: Backtrace: can't read ""arch_flag"": no such variable
    while executing
""$procedure $targetname""
Warning: the following items did not execute (for tbb): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}
Output included in a file (tbb-debug-output.txt) for readability.",leducvin@…
Active Tickets,23968,kio_http seg faults when attempting ssl connection,ports,1.8.2,,defect,macports-tickets@…,new,2010-03-07T09:19:19-08:00,2012-05-18T02:35:02-07:00,"Programs that rely on kio_http (Konqueror, KMyMoney) get a ""protocol died unexpectedly"" error when attempting to establish a https connection.  Debug output from kio_http shows a segv error in libkio.

I have verified the SSL settings using kcontrol.  I've tried online banking in KMyMoney, as well as variety of different SSL sites in Konqueror, all with the same results.  OpenSSL is installed and appears to work.

I'd report this to the KDE guys, but it seems to be specific to the MacPorts environment.  Mac is running Snow Leopard 10.6.2 

I tried pasting the debug output but it was indecipherable.  I've attached it instead.",garrisonstuber@…
Active Tickets,23971,dsniff build fails,ports,1.8.2,,defect,macports-tickets@…,new,2010-03-07T14:45:10-08:00,2012-07-27T11:26:24-07:00,"After the first install of dsniff reporting Error, I try to reinstall using the -f switch as suggested by the installer report, but again error was listed.
Now is impossible ti reinstall or unistall ""dsniff""",omcalamai@…
Active Tickets,24028,Bigloo3.2a-2 fails to compile,ports,1.8.2,,defect,reilles@…,new,2010-03-11T15:45:20-08:00,2012-04-10T18:27:23-07:00,"Here's my build log:

{{{
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/bigloo
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/bigloo
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.2.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port bigloo.
DEBUG: Requested variant i386 is not provided by port bigloo.
DEBUG: Requested variant macosx is not provided by port bigloo.
--->  Computing dependencies for bigloo
DEBUG: Executing org.macports.main (bigloo)
DEBUG: Skipping completed org.macports.fetch (bigloo)
DEBUG: Skipping completed org.macports.checksum (bigloo)
DEBUG: Skipping completed org.macports.extract (bigloo)
DEBUG: Skipping completed org.macports.patch (bigloo)
DEBUG: Skipping completed org.macports.configure (bigloo)
--->  Building bigloo
DEBUG: Executing org.macports.build (bigloo)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_bigloo/work/bigloo3.2a-2"" && /usr/bin/make -j2'
if [ ""yes"" = ""yes"" ]; then \
	  /usr/bin/make -C gc boot; \
        fi
/usr/bin/make -C gc-7.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_bigloo/work/bigloo3.2a-2/lib/3.2a/libbigloogc-3.2a.a CFLAGS=""-O3 -O2 -arch x86_64 -DNO_DEBUGGING -Iinclude -Ilibatomic_ops-install/include -DGC_DARWIN_THREADS=1    -fPIC -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_bigloo/work/bigloo3.2a-2/lib/3.2a""
rm -f mach_dep.o
/usr/bin/gcc-4.2  -O3 -O2 -arch x86_64 -DNO_DEBUGGING -Iinclude -Ilibatomic_ops-install/include -DGC_DARWIN_THREADS=1    -fPIC -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_bigloo/work/bigloo3.2a-2/lib/3.2a   -c -o os_dep.o os_dep.c
./if_mach SPARC SOLARIS /usr/bin/gcc-4.2  -c -o mach_dep2.o ./sparc_mach_dep.S
./if_mach SPARC OPENBSD as  -o mach_dep2.o ./sparc_sunos4_mach_dep.s
./if_mach SPARC NETBSD as  -o mach_dep2.o ./sparc_netbsd_mach_dep.s
./if_mach SPARC """" /usr/bin/gcc-4.2  -c -o mach_dep1.o -I./include -I./libatomic_ops-install/include ./mach_dep.c
./if_mach SPARC """" ld -r -o mach_dep.o mach_dep1.o mach_dep2.o
./if_mach SPARC LINUX /usr/bin/gcc-4.2  -c -o mach_dep.o -I./include -I./libatomic_ops-install/include ./sparc_linux_mach_dep.c
./if_mach IA64 """" as  -o ia64_save_regs_in_stack.o ./ia64_save_regs_in_stack.s
./if_mach IA64 """" /usr/bin/gcc-4.2  -c -o mach_dep1.o -I./include -I./libatomic_ops-install/include -fPIC ./mach_dep.c
./if_mach IA64 """" ld -r -o mach_dep.o mach_dep1.o ia64_save_regs_in_stack.o
./if_not_there mach_dep.o /usr/bin/gcc-4.2  -c -I./include -I./libatomic_ops-install/include -fPIC ./mach_dep.c
^^^^Starting command^^^^
In file included from ./mach_dep.c:163:
/usr/include/ucontext.h:42:2: error: #error ucontext routines are deprecated, and require _XOPEN_SOURCE to be defined
make[2]: *** [mach_dep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
os_dep.c: In function 'catch_exception_raise':
os_dep.c:3937: error: 'x86_exception_state64_t' has no member named 'faultvaddr'
make[2]: *** [os_dep.o] Error 1
make[1]: *** [boot-gc] Error 2
make: *** [boot] Error 2
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_bigloo/work/bigloo3.2a-2"" && /usr/bin/make -j2 "" returned error 2
DEBUG: Backtrace: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_bigloo/work/bigloo3.2a-2"" && /usr/bin/make -j2 "" returned error 2
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 9)
    invoked from within
""$procedure $targetname""
Warning: the following items did not execute (for bigloo): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}",nlavine@…
Active Tickets,24045,cups-pdf 2.5.0 printer spool issue,ports,1.8.2,,defect,macports-tickets@…,new,2010-03-13T22:50:56-08:00,2011-11-26T14:53:10-08:00,"On Machine A, the generated PDF document is spooled to /private/var/spool/cups-pdf/$user in some occasions. 

On machine B, it is spooled to /opt/local/var/spool/cups-pdf/$user

There are two cups-pdf.conf files each indicating that the PDF document should spool to Out /opt/local/var/spool/cups-pdf/${USER}

One is located at /private/etc/cups/cups-pdf.conf
Another is locaed at /opt/local/etc/cups/cups-pdf.conf.

I don't know which conf file is the proper one to use.
I don't know why the same install is configured so differently on the machines.",esmith@…
Active Tickets,24059,curl +universal ppc/i386 fails on PowerPC,ports,1.8.2,,defect,ryandesign@…,new,2010-03-15T10:07:04-07:00,2011-03-24T18:17:38-07:00,"Attempting to install curl +universal on a 10.5.8 PPC machine results in an error: cannot check for /dev/urandom when compiling universal.

Attempting to use the -d flag before ""install"" results in a different error message.",keybounce@…
Active Tickets,24108,ossp-mm: universal build is not fully universal,ports,1.8.2,,defect,macports-tickets@…,new,2010-03-18T04:54:12-07:00,2010-03-18T04:54:12-07:00,"Installing ossp-mm +universal succeeds, but is not fully universal. The static library is universal, but the dynamic library is not:

{{{
$ port installed ossp-mm
The following ports are currently installed:
  ossp-mm @1.4.2_0+universal (active)
$ lipo -info /opt/local/lib/libmm.{a,dylib}
Architectures in the fat file: /opt/local/lib/libmm.a are: x86_64 i386 
Non-fat file: /opt/local/lib/libmm.dylib is architecture: x86_64
}}}

This is on Snow Leopard.",ryandesign@…
Active Tickets,24151,tovid requires md5sum,ports,1.8.2,,defect,macports@…,new,2010-03-22T03:23:34-07:00,2010-03-22T04:19:27-07:00,"after installation of tovid, it complained about a missing md5sum. After installing  md5sha1sum the problem went away.",marc@…
Active Tickets,24170,ganglia fails to build with universal variant,ports,,,defect,uwaechte@…,new,2010-03-23T06:10:38-07:00,2010-03-23T06:10:38-07:00,"ganglia doesn't build (on Snow Leopard, anyway) when I request the universal variant. The full debug log is attached, but the short of it is:

{{{
 /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I.. -I../../lib -I../../include -O2 -arch x86_64 -arch i386 -Wall -MT metrics.lo -MD -MP -MF .deps/metrics.Tpo -c metrics.c  -fno-common -DPIC -o .libs/metrics.o
gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
}}}

This should either be fixed, or the universal variant should be disabled.",ryandesign@…
Active Tickets,24180,postgres: Incorrect home directory created,ports,1.8.2,,defect,mww@…,new,2010-03-23T16:40:41-07:00,2011-04-28T06:40:31-07:00,"Installed postgresql84, postgresql84-server, the postgres user created was created with the home directory /opt/local/var/db/postgresql83.

Easily remedied with dscl:
change postgres NFSHomeDirectory /opt/local/var/db/postgresql83 /opt/local/var/db/postgresql84",dgonzalez@…
Active Tickets,24194,"gcc42, gcc43, gcc44 won't compile with non-default build_arch",ports,1.8.2,,defect,mww@…,new,2010-03-24T12:35:19-07:00,2010-12-30T09:21:28-08:00,"I've tried and tried and tried .. nothing I do works.  GCC 4.2, 4.3, nor 4.4 will build on my Snow Leopard.  I have even resorted to starting over, freshly installed Macports 1.8.2.  No luck.

I've searched all over the web...not one single educated post about this error.  I found a really lazy patch, that did nothing for the Stable branch of Ports.

Attached is the output from: port -v -d install gcc44 
{{{
checking build system type... i386-apple-darwin10
checking host system type... i386-apple-darwin10
checking target system type... i386-apple-darwin10
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code can be found at their respective
hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
See also http://gcc.gnu.org/install/prerequisites.html for additional info.
If you obtained GMP and/or MPFR from a vendor distribution package, make
sure that you have installed both the libraries and the header files.
They may be located in separate packages.
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc44/work/build"" && ../gcc-4.4.3/configure --prefix=/opt/local --build=i386-apple-darwin10 --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc44 --includedir=/opt/local/include/gcc44 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-system-zlib --disable-nls --program-suffix=-mp-4.4 --with-gxx-include-dir=/opt/local/include/gcc44/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --enable-stage1-checking "" returned error 1
DEBUG: Backtrace: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc44/work/build"" && ../gcc-4.4.3/configure --prefix=/opt/local --build=i386-apple-darwin10 --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc44 --includedir=/opt/local/include/gcc44 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-system-zlib --disable-nls --program-suffix=-mp-4.4 --with-gxx-include-dir=/opt/local/include/gcc44/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --enable-stage1-checking "" returned error 1
}}}",gvibe06@…
Active Tickets,24233,advancemame and advancemenu conflict,ports,,,defect,macports-tickets@…,new,2010-03-26T15:38:03-07:00,2012-07-04T08:52:33-07:00,"advancemame and advancemenu conflict:

{{{
$ sudo port install advancemame
--->  Computing dependencies for advancemame
--->  Fetching advancemame
--->  Verifying checksum(s) for advancemame
--->  Extracting advancemame
--->  Applying patches to advancemame
--->  Configuring advancemame
--->  Building advancemame
--->  Staging advancemame into destroot
--->  Installing advancemame @0.106.1_0+darwin_i386+universal
--->  Activating advancemame @0.106.1_0+darwin_i386+universal
Error: Target org.macports.activate returned: Image error: /opt/local/share/doc/advance/advcfg.html is being used by the active advancemenu port.  Please deactivate this port first, or use 'port -f activate advancemame' to force the activation.
Error: Status 1 encountered during processing.
}}}

Is this intentional? I thought advancemame and advancemenu were meant to work together. But if the conflict is intentional, both ports should be marked as conflicting with one another using the ""conflicts"" keyword.
",ryandesign@…
Active Tickets,24261,Strategoxt 0.17pre18253 build failure on Snow Leopard,ports,1.8.2,,defect,macports-tickets@…,new,2010-03-28T10:25:57-07:00,2010-05-20T10:04:27-07:00,"Hi there,
Strategoxt 0.17pre18253 (latest as of ticket) fails to build for me on Snow Leopard with an Intel Core 2 Duo processor.

Unfortunately, I can't identify what is wrong. The build ends with:

{{{
/bin/sh: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_strategoxt/work/strategoxt-0.17pre18253/xtc/src/xtc: No such file or directory
/bin/sh: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_strategoxt/work/strategoxt-0.17pre18253/xtc/src/xtc: No such file or directory
gnumake[2]: *** [all-local] Error 127
gnumake[2]: *** Waiting for unfinished jobs....
gnumake[1]: *** [all-recursive] Error 1
gnumake: *** [all-recursive] Error 1
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_strategoxt/work/strategoxt-0.17pre18253"" && /usr/bin/gnumake -j2 all "" returned error 2
DEBUG: Backtrace: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_strategoxt/work/strategoxt-0.17pre18253"" && /usr/bin/gnumake -j2 all "" returned error 2
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 9)
    invoked from within
""$procedure $targetname""
}}}

This seems odd, because XTC is found by configure previously in the log:

{{{
checking for location of xtc program... /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_strategoxt/work/strategoxt-0.17pre18253/xtc/src/xtc

}}}

",chris@…
Active Tickets,24275,mutt-devel @1.5.20_2 fails to install with +sasl,ports,1.8.2,,defect,mnick@…,new,2010-03-29T09:48:29-07:00,2011-05-01T12:34:44-07:00,"When installing mutt-devel on OSX 10.6.2 I get the following:
{{{
sudo port install -d mutt-devel +gdbm+headercache+imap+pop+smtp+ssl+sasl+sidebar+universal
--->  Computing dependencies for mutt-devel
--->  Configuring mutt-devel
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mutt-devel/work/mutt-1.5.20"" && ./configure --prefix=/opt/local --disable-dependency-tracking --disable-warnings --mandir=/opt/local/share/man --with-docdir=/opt/local/share/doc/mutt --with-libiconv-prefix=/opt/local --with-curses=/opt/local --enable-pop --enable-imap --with-ssl=/opt/local --with-sasl=/opt/local --enable-hcache --enable-gdbm --without-bdb --without-qdbm --without-tokyocabinet --enable-smtp "" returned error 1
Command output: checking getopt.h presence... yes
checking for getopt.h... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking whether your system's snprintf is C99 compliant... yes
checking whether your system's vsnprintf is C99 compliant... yes
checking for va_copy... va_copy
checking for ftruncate... yes
checking for strftime... yes
checking for fchdir... yes
checking for regcomp... yes
checking whether your system's regexp library is completely broken... no
checking where new mail is stored... /var/mail
checking if /var/mail is world writable... no
checking if /var/mail is group writable... yes
checking where to put the documentation... /opt/local/share/doc/mutt
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for socklen_t... yes
checking for gethostent... yes
checking for setsockopt... yes
checking for getaddrinfo... yes
checking for deflate in -lz... yes
checking for X509_new in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for RAND_status... yes
checking for RAND_egd... yes
checking for sasl_client_init in -lsasl2... no
configure: error: could not find libsasl2
}}}
Installation without +sasl completes normally.",bill@…
Active Tickets,24280,opendx mtree violation,ports,1.8.2,,defect,gwright@…,new,2010-03-29T19:00:40-07:00,2011-02-09T15:34:06-08:00,"opendx violates the mtree:

{{{
bash-3.2$ sudo port install opendx
--->  Fetching opendx
--->  Verifying checksum(s) for opendx
--->  Extracting opendx
--->  Configuring opendx
--->  Building opendx
--->  Staging opendx into destroot
Warning: violation by /opt/local/dx
Warning: opendx violates the layout of the ports-filesystems!
Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!
--->  Installing opendx @4.4.4_1+darwin_9
--->  Activating opendx @4.4.4_1+darwin_9
--->  Cleaning opendx
}}}

opendx should either not violate the mtree, or should indicate via ""destroot.violate_mtree yes"" that it intends to violate the mtree.",ryandesign@…
Active Tickets,24357,"xournal : problems with drawing, pasting and exporting pdf",ports,1.8.2,,defect,ryandesign@…,new,2010-04-04T15:32:08-07:00,2010-04-16T03:47:03-07:00,"Hi,

I have a MacBook Pro, which runs under Mac OS X 10.6.2
and installed xournal 0.4.2.1 with MacPorts, using the command :
sudo port install xournal

When running xournal, I have the following messages:

{{{
-----------------
$ ./xournal
Xlib: extension ""RANDR"" missing on display ""/tmp/launch-rM6XvI/:0"".

(xournal:55009): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
-----------------
}}}

The window of the application appears with a cursor but
I cannot draw nor write text. It has no effect.

Denis Auroux suggested that I unselect ""Use Xinput"" in the
Options menu. Following his suggestion, I can indeed draw,
but it reduces the quality of the tablet input.
I'm using a wacom bamboo fun middle.

I noticed two other problems :
 - the copy and paste functionality does not work.
 - when exporting a pdf file, it is not visualized
  correctly by Preview.app: in particular, the text (typed
  with the keyboard) is gone. I tried different fonts.
  But, with Acrobat Reader, it works.

Please, could you help me ?

I would really like to use this application for annoting
pdf and taking notes.

Thanks,

Claude

",Dominique.Attali@…
Active Tickets,24361,Vineserver crashes system server when nobody is yet logged in,ports,1.8.2,,defect,ryandesign@…,new,2010-04-05T00:19:59-07:00,2011-05-06T16:54:22-07:00,"The vine server works fine once someone is logged in, but it continuously refused connections when trying to login to the primary console, and I managed to get relevant data from a logfile that was dumped upon the crash (see attached).

",clint.olsen@…
Active Tickets,24405,pandoc-1.2.1 build failure,ports,1.8.2,,defect,singingwolfboy@…,new,2010-04-08T05:42:07-07:00,2011-08-02T12:18:24-07:00,"OS X 10.6.3, MacPorts 1.8.2

{{{
$ sudo port -d install pandoc
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/pandoc
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/pandoc
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port pandoc.
DEBUG: Requested variant i386 is not provided by port pandoc.
DEBUG: Requested variant macosx is not provided by port pandoc.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmp
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gmp 5.0.1_0 exists in the ports tree
DEBUG: gmp 5.0.1_0  is the latest installed
DEBUG: gmp 5.0.1_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmp
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port gmp.
DEBUG: Requested variant i386 is not provided by port gmp.
DEBUG: Requested variant macosx is not provided by port gmp.
DEBUG: No need to upgrade! gmp 5.0.1_0 >= gmp 5.0.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ghc
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ghc 6.10.4_2 exists in the ports tree
DEBUG: ghc 6.10.4_2 +darwin_10 is the latest installed
DEBUG: ghc 6.10.4_2 +darwin_10 is active
DEBUG: Merging existing variants darwin_10 into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ghc
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port ghc.
DEBUG: Requested variant i386 is not provided by port ghc.
DEBUG: Requested variant macosx is not provided by port ghc.
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/autoconf
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: autoconf 2.65_1 exists in the ports tree
DEBUG: autoconf 2.65_1  is the latest installed
DEBUG: autoconf 2.65_1  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/autoconf
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port autoconf.
DEBUG: Requested variant i386 is not provided by port autoconf.
DEBUG: Requested variant macosx is not provided by port autoconf.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5 5.8.9_0 exists in the ports tree
DEBUG: perl5 5.8.9_0  is the latest installed
DEBUG: perl5 5.8.9_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port perl5.
DEBUG: Requested variant i386 is not provided by port perl5.
DEBUG: Requested variant macosx is not provided by port perl5.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5.8
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5.8 5.8.9_3 exists in the ports tree
DEBUG: perl5.8 5.8.9_3  is the latest installed
DEBUG: perl5.8 5.8.9_3  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5.8
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port perl5.8.
DEBUG: Requested variant i386 is not provided by port perl5.8.
DEBUG: Requested variant macosx is not provided by port perl5.8.
DEBUG: No need to upgrade! perl5.8 5.8.9_3 >= perl5.8 5.8.9_3
DEBUG: No need to upgrade! perl5 5.8.9_0 >= perl5 5.8.9_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/m4
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: m4 1.4.14_0 exists in the ports tree
DEBUG: m4 1.4.14_0  is the latest installed
DEBUG: m4 1.4.14_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/m4
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port m4.
DEBUG: Requested variant i386 is not provided by port m4.
DEBUG: Requested variant macosx is not provided by port m4.
DEBUG: No need to upgrade! m4 1.4.14_0 >= m4 1.4.14_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/help2man
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: help2man 1.37.1_1 exists in the ports tree
DEBUG: help2man 1.37.1_1  is the latest installed
DEBUG: help2man 1.37.1_1  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/help2man
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port help2man.
DEBUG: Requested variant i386 is not provided by port help2man.
DEBUG: Requested variant macosx is not provided by port help2man.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/perl/p5-locale-gettext
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5-locale-gettext 1.05_2 exists in the ports tree
DEBUG: p5-locale-gettext 1.05_2  is the latest installed
DEBUG: p5-locale-gettext 1.05_2  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/perl/p5-locale-gettext
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port p5-locale-gettext.
DEBUG: Requested variant i386 is not provided by port p5-locale-gettext.
DEBUG: Requested variant macosx is not provided by port p5-locale-gettext.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gettext 0.17_4 exists in the ports tree
DEBUG: gettext 0.17_4  is the latest installed
DEBUG: gettext 0.17_4  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port gettext.
DEBUG: Requested variant i386 is not provided by port gettext.
DEBUG: Requested variant macosx is not provided by port gettext.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.13.1_0 exists in the ports tree
DEBUG: libiconv 1.13.1_0  is the latest installed
DEBUG: libiconv 1.13.1_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port libiconv.
DEBUG: Requested variant i386 is not provided by port libiconv.
DEBUG: Requested variant macosx is not provided by port libiconv.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gperf
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gperf 3.0.4_0 exists in the ports tree
DEBUG: gperf 3.0.4_0  is the latest installed
DEBUG: gperf 3.0.4_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gperf
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port gperf.
DEBUG: Requested variant i386 is not provided by port gperf.
DEBUG: Requested variant macosx is not provided by port gperf.
DEBUG: No need to upgrade! gperf 3.0.4_0 >= gperf 3.0.4_0
DEBUG: No need to upgrade! libiconv 1.13.1_0 >= libiconv 1.13.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 5.7_0 exists in the ports tree
DEBUG: ncurses 5.7_0 +darwin_10 is the latest installed
DEBUG: ncurses 5.7_0 +darwin_10 is active
DEBUG: Merging existing variants darwin_10 into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port ncurses.
DEBUG: Requested variant i386 is not provided by port ncurses.
DEBUG: Requested variant macosx is not provided by port ncurses.
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncursesw 5.7_0 exists in the ports tree
DEBUG: ncursesw 5.7_0 +darwin_10 is the latest installed
DEBUG: ncursesw 5.7_0 +darwin_10 is active
DEBUG: Merging existing variants darwin_10 into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port ncursesw.
DEBUG: Requested variant i386 is not provided by port ncursesw.
DEBUG: Requested variant macosx is not provided by port ncursesw.
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: No need to upgrade! ncursesw 5.7_0 >= ncursesw 5.7_0
DEBUG: No need to upgrade! ncurses 5.7_0 >= ncurses 5.7_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: expat 2.0.1_0 exists in the ports tree
DEBUG: expat 2.0.1_0  is the latest installed
DEBUG: expat 2.0.1_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port expat.
DEBUG: Requested variant i386 is not provided by port expat.
DEBUG: Requested variant macosx is not provided by port expat.
DEBUG: No need to upgrade! expat 2.0.1_0 >= expat 2.0.1_0
DEBUG: No need to upgrade! gettext 0.17_4 >= gettext 0.17_4
DEBUG: No need to upgrade! p5-locale-gettext 1.05_2 >= p5-locale-gettext 1.05_2
DEBUG: No need to upgrade! help2man 1.37.1_1 >= help2man 1.37.1_1
DEBUG: No need to upgrade! autoconf 2.65_1 >= autoconf 2.65_1
DEBUG: No need to upgrade! ghc 6.10.4_2 >= ghc 6.10.4_2
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-haddock
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-haddock 2.5.0_1 exists in the ports tree
DEBUG: hs-haddock 2.5.0_1  is the latest installed
DEBUG: hs-haddock 2.5.0_1  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-haddock
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port hs-haddock.
DEBUG: Requested variant i386 is not provided by port hs-haddock.
DEBUG: Requested variant macosx is not provided by port hs-haddock.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-ghc-paths
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-ghc-paths 0.1.0.6_0 exists in the ports tree
DEBUG: hs-ghc-paths 0.1.0.6_0  is the latest installed
DEBUG: hs-ghc-paths 0.1.0.6_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-ghc-paths
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port hs-ghc-paths.
DEBUG: Requested variant i386 is not provided by port hs-ghc-paths.
DEBUG: Requested variant macosx is not provided by port hs-ghc-paths.
DEBUG: No need to upgrade! hs-ghc-paths 0.1.0.6_0 >= hs-ghc-paths 0.1.0.6_0
DEBUG: No need to upgrade! hs-haddock 2.5.0_1 >= hs-haddock 2.5.0_1
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-zip-archive
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-zip-archive 0.1.1.6_0 exists in the ports tree
DEBUG: hs-zip-archive 0.1.1.6_0  is the latest installed
DEBUG: hs-zip-archive 0.1.1.6_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-zip-archive
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port hs-zip-archive.
DEBUG: Requested variant i386 is not provided by port hs-zip-archive.
DEBUG: Requested variant macosx is not provided by port hs-zip-archive.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-binary
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-binary 0.5.0.2_0 exists in the ports tree
DEBUG: hs-binary 0.5.0.2_0  is the latest installed
DEBUG: hs-binary 0.5.0.2_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-binary
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port hs-binary.
DEBUG: Requested variant i386 is not provided by port hs-binary.
DEBUG: Requested variant macosx is not provided by port hs-binary.
DEBUG: No need to upgrade! hs-binary 0.5.0.2_0 >= hs-binary 0.5.0.2_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-digest
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-digest 0.0.0.8_0 exists in the ports tree
DEBUG: hs-digest 0.0.0.8_0  is the latest installed
DEBUG: hs-digest 0.0.0.8_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-digest
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port hs-digest.
DEBUG: Requested variant i386 is not provided by port hs-digest.
DEBUG: Requested variant macosx is not provided by port hs-digest.
DEBUG: No need to upgrade! hs-digest 0.0.0.8_0 >= hs-digest 0.0.0.8_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-zlib
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-zlib 0.5.2.0_0 exists in the ports tree
DEBUG: hs-zlib 0.5.2.0_0  is the latest installed
DEBUG: hs-zlib 0.5.2.0_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-zlib
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port hs-zlib.
DEBUG: Requested variant i386 is not provided by port hs-zlib.
DEBUG: Requested variant macosx is not provided by port hs-zlib.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: zlib 1.2.4_1 exists in the ports tree
DEBUG: zlib 1.2.4_1  is the latest installed
DEBUG: zlib 1.2.4_1  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port zlib.
DEBUG: Requested variant i386 is not provided by port zlib.
DEBUG: Requested variant macosx is not provided by port zlib.
DEBUG: No need to upgrade! zlib 1.2.4_1 >= zlib 1.2.4_1
DEBUG: No need to upgrade! hs-zlib 0.5.2.0_0 >= hs-zlib 0.5.2.0_0
DEBUG: No need to upgrade! hs-zip-archive 0.1.1.6_0 >= hs-zip-archive 0.1.1.6_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-utf8-string
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-utf8-string 0.3.6_0 exists in the ports tree
DEBUG: hs-utf8-string 0.3.6_0  is the latest installed
DEBUG: hs-utf8-string 0.3.6_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-utf8-string
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port hs-utf8-string.
DEBUG: Requested variant i386 is not provided by port hs-utf8-string.
DEBUG: Requested variant macosx is not provided by port hs-utf8-string.
DEBUG: No need to upgrade! hs-utf8-string 0.3.6_0 >= hs-utf8-string 0.3.6_0
--->  Computing dependencies for pandoc
DEBUG: Searching for dependency: gmp
DEBUG: Found Dependency: receipt exists for gmp
DEBUG: Searching for dependency: ghc
DEBUG: Found Dependency: receipt exists for ghc
DEBUG: Searching for dependency: hs-haddock
DEBUG: Found Dependency: receipt exists for hs-haddock
DEBUG: Searching for dependency: hs-zip-archive
DEBUG: Found Dependency: receipt exists for hs-zip-archive
DEBUG: Searching for dependency: hs-utf8-string
DEBUG: Found Dependency: receipt exists for hs-utf8-string
DEBUG: Executing org.macports.main (pandoc)
DEBUG: Skipping completed org.macports.fetch (pandoc)
DEBUG: Skipping completed org.macports.checksum (pandoc)
DEBUG: Skipping completed org.macports.extract (pandoc)
DEBUG: Skipping completed org.macports.patch (pandoc)
DEBUG: Skipping completed org.macports.configure (pandoc)
--->  Building pandoc
DEBUG: Executing org.macports.build (pandoc)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_pandoc/work/pandoc-1.2.1"" && /usr/bin/make -j1 build-all PREFIX=/opt/local GHC=/opt/local/bin/ghc GHC_PKG=/opt/local/bin/ghc-pkg'
./setup build
Preprocessing library pandoc-1.2.1...
Preprocessing executables for pandoc-1.2.1...
Building pandoc-1.2.1...
[ 7 of 29] Compiling Text.Pandoc.ODT  ( src/Text/Pandoc/ODT.hs, dist/build/Text/Pandoc/ODT.o )
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
Loading package syb ... linking ... done.
Loading package array-0.2.0.0 ... linking ... done.
Loading package bytestring-0.9.1.4 ... linking ... done.
Loading package containers-0.2.0.1 ... linking ... done.
Loading package binary-0.5.0.2 ... linking ... done.
Loading package digest-0.0.0.8 ... linking ... done.
Loading package filepath-1.1.0.2 ... linking ... done.
Loading package old-locale-1.0.0.1 ... linking ... done.
Loading package old-time-1.0.0.2 ... linking ... done.
Loading package unix-2.3.2.0 ... linking ... done.
Loading package directory-1.0.0.3 ... linking ... done.
Loading package mtl-1.1.0.2 ... linking ... done.
Loading package pretty-1.0.1.0 ... linking ... done.
Loading package utf8-string-0.3.6 ... linking ... done.
Loading package zlib-0.5.2.0 ... linking ... done.
Loading package zip-archive-0.1.1.6 ... linking ... done.
make: *** [build] Error 10
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_pandoc/work/pandoc-1.2.1"" && /usr/bin/make -j1 build-all PREFIX=/opt/local GHC=/opt/local/bin/ghc GHC_PKG=/opt/local/bin/ghc-pkg "" returned error 2
DEBUG: Backtrace: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_pandoc/work/pandoc-1.2.1"" && /usr/bin/make -j1 build-all PREFIX=/opt/local GHC=/opt/local/bin/ghc GHC_PKG=/opt/local/bin/ghc-pkg "" returned error 2
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 9)
    invoked from within
""$procedure $targetname""
Warning: the following items did not execute (for pandoc): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

}}}
",agladysh@…
Active Tickets,24413,php5 +pear does not contain pear.conf.sample,ports,1.8.2,,defect,ryandesign@…,new,2010-04-08T13:53:29-07:00,2012-03-18T19:00:30-07:00,"
In the MAMP wiki at wiki:howto/MAMP we have:

""If you installed php5 with the +pear variant you should also:""
{{{
cd /opt/local/etc/php5
sudo cp pear.conf.sample pear.conf
}}}

My system has:
{{{
$ port installed php5
The following ports are currently installed:
  php5 @5.3.2_0+apache2+macosx+pear (active)
}}}

However, the following returns nothing.
{{{
port contents php5 | grep pear.conf.sample
}}}
",dweber@…
Active Tickets,24421,"python dies using multiprocessing/urllib2 from mac ports, but works with stock python",ports,1.8.2,,defect,mcalhoun@…,new,2010-04-09T12:36:44-07:00,2011-05-08T20:32:41-07:00,"Hi, I observed very tricky problem. I have application written in python which uses multiprocessing module. So using the python 2.6 from macports cause python die in a thread when urllib2 module is invoked. To test I installed stock python 2.6.5 from python.org and everything works. I also verify that the problem lies with urllib2/multiprocessing modules, since if I replace urllib2 to httplib, everything works too. I attach apple traceback which shows the problem.

My guess that macports uses either special patch or enable flags which didn't come with stock python source and that cause a problem.

Valentin.",vkuznet@…
Active Tickets,24476,octave-3.2.3 crashes in eigs (arpack),ports,1.8.2,,defect,macports-tickets@…,new,2010-04-13T22:13:44-07:00,2011-05-31T17:10:04-07:00,"On OSX 10.6.3 (and likely earlier), running a 64-bit kernel, have not tested with 32-bit.

Octave 3.2.3 causes a segmentation fault when complex numbers are used with eigs(). within octave, type

octave:1> test eigs
panic: Segmentation fault -- stopping myself...
Segmentation fault
$ 

The reason for this is that the macports arpack package, that octave depends on, is compiled with options incompatible with the octave, and other fortran compiled dependencies of octave. Either the dependency should be removed (as it is useless as is), or arpack needs to be updated.
",jarno.rajahalme@…
Active Tickets,24486,php5-zorba 0.9.9 build fails with zorba 1.0.0,ports,1.8.2,,defect,macports-tickets@…,new,2010-04-14T12:56:16-07:00,2010-07-24T05:58:46-07:00,"During the build phase of installation, recieved the errors below.

{{{
...
--->  Building php5-zorba
DEBUG: Executing org.macports.build (php5-zorba)
DEBUG: Building in zorba-0.9.9
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9"" && /usr/bin/make -j6 all'
/bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9/libtool --mode=compile /usr/bin/g++-4.2  -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9 -DPHP_ATOM_INC -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9/main -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9 -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include -I/opt/local/include/zorba  -I/opt/local/include -I/opt/local/include/zorba -DHAVE_CONFIG_H  -O2 -arch x86_64   -c ... -o zorba_api_wrap.lo 
mkdir .libs
 /usr/bin/g++-4.2 -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9 -DPHP_ATOM_INC -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9/main -I/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9 -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include -I/opt/local/include/zorba -I/opt/local/include -I/opt/local/include/zorba -DHAVE_CONFIG_H -O2 -arch x86_64 -c ...  -fno-common -DPIC -o .libs/zorba_api_wrap.o
/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9/zorba_api_wrap.cpp:1030: error: 'ResultIterator_t' in namespace 'zorba' does not name a type
...:1036: error: expected `)' before 'aResultIterator'
...: In copy constructor 'ResultIterator::ResultIterator(const ResultIterator&)':
...:1034: error: class 'ResultIterator' does not have any field named 'theResultIterator'
...:1034: error: 'const class ResultIterator' has no member named 'theResultIterator'
...: In member function 'void ResultIterator::open()':
...:1037: error: 'theResultIterator' was not declared in this scope
...: In member function 'bool ResultIterator::next(Item&)':
...:1040: error: 'theResultIterator' was not declared in this scope
...: In member function 'void ResultIterator::close()':
...:1042: error: 'theResultIterator' was not declared in this scope
...: In member function 'void ResultIterator::destroy()':
...:1043: error: 'theResultIterator' was not declared in this scope
...: In member function 'bool XQuery::isUpdateQuery()':
...:1060: error: 'class zorba::XQuery' has no member named 'isUpdateQuery'
...: In member function 'void XQuery::applyUpdates()':
...:1061: error: 'class zorba::XQuery' has no member named 'applyUpdates'
...: In member function 'ResultIterator XQuery::iterator()':
...:1063: error: no matching function for call to 'ResultIterator::ResultIterator(zorba::Iterator_t)'
...:1033: note: candidates are: ResultIterator::ResultIterator(const ResultIterator&)
...:1032: note:                 ResultIterator::ResultIterator()
...: In function 'void _wrap_Item_createEmptyItem(int, zval*, zval**, zval*, int)':
...:1225: warning: format not a string literal and no format arguments
...: In function 'void _wrap_Item_getStringValue(int, zval*, zval**, zval*, int)':
...:1265: warning: format not a string literal and no format arguments
...: In function 'void _wrap_new_Item(int, zval*, zval**, zval*, int)':
...:1297: warning: format not a string literal and no format arguments
...: In function 'void _wrap_ResultIterator_open(int, zval*, zval**, zval*, int)':
...:1365: warning: format not a string literal and no format arguments
...: In function 'void _wrap_ResultIterator_next(int, zval*, zval**, zval*, int)':
...:1411: warning: format not a string literal and no format arguments
...: In function 'void _wrap_ResultIterator_close(int, zval*, zval**, zval*, int)':
...:1448: warning: format not a string literal and no format arguments
...: In function 'void _wrap_ResultIterator_destroy(int, zval*, zval**, zval*, int)':
...:1485: warning: format not a string literal and no format arguments
...: In function 'void _wrap_new_ResultIterator(int, zval*, zval**, zval*, int)':
...:1517: warning: format not a string literal and no format arguments
...: In function 'void _wrap_XQuery_execute(int, zval*, zval**, zval*, int)':
...:1588: warning: format not a string literal and no format arguments
...: In function 'void _wrap_XQuery_isUpdateQuery(int, zval*, zval**, zval*, int)':
...:1628: warning: format not a string literal and no format arguments
...: In function 'void _wrap_XQuery_applyUpdates(int, zval*, zval**, zval*, int)':
...:1665: warning: format not a string literal and no format arguments
...: In function 'void _wrap_XQuery_destroy(int, zval*, zval**, zval*, int)':
...:1702: warning: format not a string literal and no format arguments
...: In function 'void _wrap_XQuery_iterator(int, zval*, zval**, zval*, int)':
...:1743: warning: format not a string literal and no format arguments
...: In function 'void _wrap_new_XQuery(int, zval*, zval**, zval*, int)':
...:1775: warning: format not a string literal and no format arguments
...: In function 'void _wrap_new_Store(int, zval*, zval**, zval*, int)':
...:1838: warning: format not a string literal and no format arguments
...: In function 'void _wrap_InMemoryStore_getInstance(int, zval*, zval**, zval*, int)':
...:1902: warning: format not a string literal and no format arguments
...: In function 'void _wrap_InMemoryStore_shutdown(int, zval*, zval**, zval*, int)':
...:1938: warning: format not a string literal and no format arguments
...: In function 'void _wrap_new_InMemoryStore(int, zval*, zval**, zval*, int)':
...:1970: warning: format not a string literal and no format arguments
...: In function 'void _wrap_XmlDataManager_loadDocument(int, zval*, zval**, zval*, int)':
...:2054: warning: format not a string literal and no format arguments
...: In function 'void _wrap_XmlDataManager_deleteDocument(int, zval*, zval**, zval*, int)':
...:2102: warning: format not a string literal and no format arguments
...: In function 'void _wrap_new_XmlDataManager(int, zval*, zval**, zval*, int)':
...:2134: warning: format not a string literal and no format arguments
...: In function 'void _wrap_Zorba_getInstance(int, zval*, zval**, zval*, int)':
...:2205: warning: format not a string literal and no format arguments
...: In function 'void _wrap_Zorba_compileQuery(int, zval*, zval**, zval*, int)':
...:2254: warning: format not a string literal and no format arguments
...: In function 'void _wrap_Zorba_getXmlDataManager(int, zval*, zval**, zval*, int)':
...:2295: warning: format not a string literal and no format arguments
...: In function 'void _wrap_Zorba_shutdown(int, zval*, zval**, zval*, int)':
...:2332: warning: format not a string literal and no format arguments
...: In function 'void _wrap_new_Zorba(int, zval*, zval**, zval*, int)':
...:2364: warning: format not a string literal and no format arguments
...: At global scope:
...:2479: warning: deprecated conversion from string constant to 'char*'
make: *** [zorba_api_wrap.lo] Error 1
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9"" && /usr/bin/make -j6 all "" returned error 2
DEBUG: Backtrace: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_php_php5-zorba/work/zorba-0.9.9"" && /usr/bin/make -j6 all "" returned error 2
    while executing
""$procedure $targetname""
Warning: the following items did not execute (for php5-zorba): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}
",daniel.mckay@…
Active Tickets,24490,py-wxpython build failure,ports,1.8.2,,defect,jwa@…,new,2010-04-14T17:35:58-07:00,2011-05-09T18:53:13-07:00,"{{{
bash-3.2# port install -d py-wxpython
--->  Computing dependencies for py-wxpython
--->  Building py-wxpython
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-wxpython/work/wxPython-src-2.8.9.2/wxPython"" && /opt/local/bin/python2.4 setup.py build "" returned error 1
Command output: src/helpers.cpp:422: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In function 'PyObject* __wxPySetDictionary(PyObject*, PyObject*)':
src/helpers.cpp:628: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:643: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:648: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In function 'void wxPyOORClientData_dtor(wxPyOORClientData*)':
src/helpers.cpp:809: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:811: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:819: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:826: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:827: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:829: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In static member function 'static wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)':
src/helpers.cpp:1291: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:1292: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:1293: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In member function 'virtual size_t wxPyCBInputStream::OnSysRead(void*, size_t)':
src/helpers.cpp:1336: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In member function 'virtual wxFileOffset wxPyCBInputStream::OnSysTell() const':
src/helpers.cpp:1386: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In static member function 'static wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)':
src/helpers.cpp:1486: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:1487: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:1488: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In member function 'virtual wxFileOffset wxPyCBOutputStream::OnSysTell() const':
src/helpers.cpp:1574: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp: In member function 'void wxPyCallback::EventThunker(wxEvent&)':
src/helpers.cpp:1689: warning: deprecated conversion from string constant to 'char*'
src/helpers.cpp:1689: warning: deprecated conversion from string constant to 'char*'
error: command '/usr/bin/gcc-4.2' failed with exit status 1
}}}",spoofy@…
Active Tickets,24501,libgdiplus-2.6: undeclared dependencies,ports,1.8.2,,defect,macports-tickets@…,new,2010-04-15T13:21:39-07:00,2011-09-12T10:51:37-07:00,"Hi cannot install libgdiplus 2.6 +universal which i need for mono. It fails with the following error:
{{{
--->  Building libgdiplus
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libgdiplus/work/libgdiplus-2.6"" && /usr/bin/make -j2 all "" returned error 2
Command output: i686-apple-darwin10-gcc-4.2.1: -lpthread: linker input file unused because linking not done
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I../src -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include   -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng12    -I/opt/local/include   -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include   -I/opt/local/include    -I/opt/local/include  -no-cpp-precomp -O2 -arch x86_64 -arch i386 -lpthread -c testreversepath.c
i686-apple-darwin10-gcc-4.2.1: -lpthread: linker input file unused because linking not done
i686-apple-darwin10-gcc-4.2.1: -lpthread: linker input file unused because linking not done
i686-apple-darwin10-gcc-4.2.1: -lpthread: linker input file unused because linking not done
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/gcc-4.2  -no-cpp-precomp -O2 -arch x86_64 -arch i386 -lpthread  -flat_namespace -undefined suppress -L/opt/local/lib -arch x86_64 -arch i386 -o testgdi testgdi.o ../src/libgdiplus.la -lfontconfig 
mkdir .libs
i686-apple-darwin10-gcc-4.2.1: -lpthread: linker input file unused because linking not done
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/gcc-4.2  -no-cpp-precomp -O2 -arch x86_64 -arch i386 -lpthread  -flat_namespace -undefined suppress -L/opt/local/lib -arch x86_64 -arch i386 -o testbits testbits.o ../src/libgdiplus.la -lfontconfig 
/usr/bin/gcc-4.2 -no-cpp-precomp -O2 -arch x86_64 -arch i386 -flat_namespace -undefined suppress -arch x86_64 -arch i386 -o .libs/testgdi testgdi.o  -L/opt/local/lib ../src/.libs/libgdiplus.dylib -lpthread /opt/local/lib/libglib-2.0.dylib -lresolv /opt/local/lib/libcairo.dylib /opt/local/lib/libpixman-1.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/libgif.dylib /opt/local/lib/libSM.dylib /opt/local/lib/libICE.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXau.dylib /opt/local/lib/libXdmcp.dylib /opt/local/lib/libpng12.dylib /opt/local/lib/libexif.dylib /opt/local/lib/libintl.dylib -lc -lm /opt/local/lib/libfontconfig.dylib /opt/local/lib/libiconv.dylib /opt/local/lib/libfreetype.dylib -lz /opt/local/lib/libexpat.dylib 
/usr/bin/gcc-4.2 -no-cpp-precomp -O2 -arch x86_64 -arch i386 -flat_namespace -undefined suppress -arch x86_64 -arch i386 -o .libs/testbits testbits.o  -L/opt/local/lib ../src/.libs/libgdiplus.dylib -lpthread /opt/local/lib/libglib-2.0.dylib -lresolv /opt/local/lib/libcairo.dylib /opt/local/lib/libpixman-1.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/libgif.dylib /opt/local/lib/libSM.dylib /opt/local/lib/libICE.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXau.dylib /opt/local/lib/libXdmcp.dylib /opt/local/lib/libpng12.dylib /opt/local/lib/libexif.dylib /opt/local/lib/libintl.dylib -lc -lm /opt/local/lib/libfontconfig.dylib /opt/local/lib/libiconv.dylib /opt/local/lib/libfreetype.dylib -lz /opt/local/lib/libexpat.dylib 
ld: warning: duplicate dylib /opt/local/lib/libz.1.dylib
ld: warning: duplicate dylib /opt/local/lib/libz.1.dylib
ld: warning: in /opt/local/lib/libcairo.dylib, file was built for unsupported file format which is not the ld:architecture being linked  (warning: i386in)
ld: warning: in /opt/local/lib/libpixman-1.dylib, file was built for unsupported file format  /optwhich is /not localthe /architecture libbeing/ libcairo.dyliblinked,  (filei386 )was
 ldbuilt:  forwarning :unsupported  duplicatefile  dylibformat  /whichopt /islocal /notlib /thelibz.1.dylib 
architectureld :being  inlinked  /(opti386/)local
/ldlib:/ libxslt.1.dylibwarning,:  filein  was/ optbuilt/ localfor/ libunsupported/ libpixmanfile- 1.dylibformat,  whichfile  iswas  notbuilt  thefor  architectureunsupported  being linked (i386) for architecture i386
file format which is not the architecture being linked (i386)
ld: warningcollect2: ld returned 1 exit status
: duplicate dylib /opt/local/lib/libz.1.dylib
ld: in /opt/local/lib/libxslt.1.dylib, file was built for unsupported file format which is not the architecture being linked (i386) for architecture i386
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccKd8LtD.out (No such file or directory)
lipo: can't open input file: /var/tmp//ccm3x68P.out (No such file or directory)
make[2]: *** [testgdi] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [testbits] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.
}}}",schulle79@…
Active Tickets,24532,subversion-javahlbindings: Berkeley DB 4.0.14 or newer wasn't found,ports,1.8.2,,defect,dluke@…,new,2010-04-17T21:20:39-07:00,2012-08-17T06:14:17-07:00,"{{{
$ sudo port -u upgrade subversion-javahlbindings
--->  Computing dependencies for subversion-javahlbindings
--->  Fetching subversion-javahlbindings
--->  Verifying checksum(s) for subversion-javahlbindings
--->  Extracting subversion-javahlbindings
--->  Applying patches to subversion-javahlbindings
--->  Configuring subversion-javahlbindings
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_subversion-javahlbindings/work/subversion-1.6.11"" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-berkeley-db=:/opt/local/include/db46:/opt/local/lib/db46:db-4.6 --with-neon=/opt/local --with-apr=/opt/local/bin/apr-1-config --with-apr-util=/opt/local/bin/apu-1-config --without-apxs --mandir=\${prefix}/share/man --disable-neon-version-check --with-serf=/opt/local --with-sasl=/opt/local --enable-javahl --without-jikes --with-junit=/opt/local/share/java/junit.jar "" returned error 1
Command output: checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common
checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes
checking if /usr/bin/gcc-4.2 static flag -static works... no
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag ""CXX"" to libtool
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.3.0 dyld
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag ""F77"" to libtool
checking whether libtool needs -no-undefined... no
checking whether to avoid circular linkage at all costs... no
checking for trang... none
checking for socket in -lsocket... no
checking for availability of Berkeley DB... no
configure: error: Berkeley DB 4.0.14 or newer wasn't found.

Error: Unable to upgrade port: 1
}}}

{{{
$ port installed apr-util name:db4 subversion
The following ports are currently installed:
  apr-util @1.3.9_2+no_bdb+universal (active)
  db44 @4.4.20_1+universal (active)
  db46 @4.6.21_6+universal (active)
  db47 @4.7.25_1+universal (active)
  subversion @1.6.11_0+mod_dav_svn+no_bdb+tools+universal (active)
}}}
",ryandesign@…
Active Tickets,24535,blackbox @0.70.1 crashes with xorg-server @1.8.0 and newer,ports,1.8.2,,defect,pmq@…,new,2010-04-18T02:50:13-07:00,2011-03-15T00:36:02-07:00,"
This is recorded in Console when no WM is set in ~/.xinitrc:

{{{
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console X11.app: DISPLAY does not look like a launchd set variable, unsetting. 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console X11.app: main(): argc=2 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[0] = /Applications/MacPorts/X11.app/Contents/MacOS/X11.bin 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[1] = -psn_0_17813756 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console X11.app: Could not connect to server (DISPLAY is not set).  Starting X server. 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console X11.app: Launching /opt/local/bin/startx: 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[0] = /bin/sh 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[1] = -c 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[2] = /opt/local/bin/startx 
18.04.10 11:34:36 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Waiting for startup parameters via Mach IPC. 
18.04.10 11:34:36 org.macports.privileged_startx[52765] com.apple.console font_cache: Scanning system font directories to generate X11 font caches 
18.04.10 11:34:36 org.macports.privileged_startx[52765] com.apple.console font_cache: Scanning system font directories to generate X11 font caches 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console xauth:  creating new authority file /Users/pete/.serverauth.52759 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console X11.app: No launchd socket handed off, unsetting DISPLAY 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console X11.app: do_start_x11_server(): argc=6 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[0] = /opt/local/bin/X 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[1] = :7 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[2] = -dpi 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[3] = 96 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[4] = -auth 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[5] = /Users/pete/.serverauth.52759 
18.04.10 11:34:37 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console  argv[5] = /Users/pete/.serverauth.52759 
18.04.10 11:34:39 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Xquartz starting: 
18.04.10 11:34:39 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console X.Org X Server 1.8.0 
18.04.10 11:34:39 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Build Date: 20100416 
18.04.10 11:34:41 org.macports.privileged_startx[52765] com.apple.console font_cache: Updating FC cache 
18.04.10 11:34:41 org.macports.privileged_startx[52765] com.apple.console font_cache: Updating FC cache 
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console The XKEYBOARD keymap compiler (xkbcomp) reports: 
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console >  
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Error:             
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Can't find file ""empty"" for symbols include 
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console >  
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console                    
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Exiting 
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console >  
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console                    
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Abandoning symbols file ""default"" 
18.04.10 11:34:42 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Errors from xkbcomp are not fatal to the X server 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Keyboard Control: 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   auto repeat:  on    key click percent:  0    LED mask:  00000000 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   XKB indicators: 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console     00: Caps Lock:   off    01: Num Lock:    off    02: Scroll Lock: off 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console     03: Shift Lock:  off    04: Group 2:     off    05: Mouse Keys:  off 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   auto repeat delay:  525    repeat rate:  11 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   auto repeating keys:  ffffffffffffff7f 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console                         00ffffffffffffff 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console                         ffffffffffffffff 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console                         ffffffffffffffff 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   bell percent:  50    bell pitch:  400    bell duration:  100 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Pointer Control: 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   acceleration:  2/1    threshold:  4 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Screen Saver: 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   prefer blanking:  yes    allow exposures:  yes 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   timeout:  600    cycle:  600 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Colors: 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   default colormap:  0x21    BlackPixel:  0    WhitePixel:  16777215 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Font Path: 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   /opt/local/share/fonts/misc/,/opt/local/share/fonts/TTF/,/opt/local/share/fonts/OTF/,/opt/local/share/fonts/Type1/,/opt/local/share/fonts/100dpi/,/opt/local/share/fonts/75dpi/,/Library/Fonts,/System/Library/Fonts,built-ins,/sw/lib/X11/fonts/msttf/,/sw/lib/X11/fonts/naga10/,/sw/lib/X11/fonts/applettf/,/usr/X11/share/fonts/local/ 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console DPMS (Energy Star): 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   Server does not have the DPMS Extension 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console Font cache: 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console   Server does not have the FontCache Extension 
18.04.10 11:34:44 [0x0-0x10fd0fc].org.macports.X11[52737] com.apple.console waiting for X server to shut down  
18.04.10 11:34:45 org.macports.privileged_startx[52765] com.apple.console font_cache: Done 
18.04.10 11:34:45 org.macports.privileged_startx[52765] com.apple.console font_cache: Done 
18.04.10 11:35:51 com.apple.launchd[142] com.apple.console ([0x0-0x10fd0fc].org.macports.X11[52737]) Exited with exit code: 1 
}}}

With WM set to blackbox in ~/.xinitrc:

{{{
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: X11.app: DISPLAY does not look like a launchd set variable, unsetting.
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: X11.app: main(): argc=2
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[0] = /Applications/MacPorts/X11.app/Contents/MacOS/X11.bin
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[1] = -psn_0_17756398
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: X11.app: Could not connect to server (DISPLAY is not set).  Starting X server.
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Waiting for startup parameters via Mach IPC.
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: X11.app: Launching /opt/local/bin/startx:
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[0] = /bin/sh
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[1] = -c
Apr 17 17:12:57 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[2] = /opt/local/bin/startx
Apr 17 17:12:57 Latsche org.macports.privileged_startx[36554]: font_cache: Scanning system font directories to generate X11 font caches
Apr 17 17:12:58 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: xauth:  creating new authority file /Users/pete/.serverauth.36547
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: X11.app: No launchd socket handed off, unsetting DISPLAY
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: X11.app: do_start_x11_server(): argc=6
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[0] = /opt/local/bin/X
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[1] = :4
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[2] = -dpi
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[3] = 96
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[4] = -auth
Apr 17 17:12:59 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: 	argv[5] = /Users/pete/.serverauth.36547
Apr 17 17:13:00 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Xquartz starting:
Apr 17 17:13:00 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: X.Org X Server 1.8.0
Apr 17 17:13:00 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Build Date: 20100416
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: > 
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Error:            
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Can't find file ""empty"" for symbols include
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: > 
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]:                   
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Exiting
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: > 
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]:                   
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Abandoning symbols file ""default""
Apr 17 17:13:05 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Errors from xkbcomp are not fatal to the X server
Apr 17 17:13:06 Latsche org.macports.privileged_startx[36554]: font_cache: Updating FC cache
Apr 17 17:13:15 Latsche org.macports.privileged_startx[36554]: font_cache: Done
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: FreeType: couldn't find encoding 'jisx0201.1976-0' for '/sw/lib/X11/fonts/applettf/CaslonBold.ttf'
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-1' in fontset
Apr 17 17:13:25: --- last message repeated 1 time ---
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-2' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-3' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-4' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-5' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'KOI8-R' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-7' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-9' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-13' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-14' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO8859-15' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'JISX0208.1983-0' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'KSC5601.1987-0' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'GB2312.1980-0' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'JISX0201.1976-0' in fontset
Apr 17 17:13:19 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: Warning: missing charset 'ISO10646-1' in fontset
Apr 17 17:13:36 Latsche ReportCrash[36747]: Formulating crash report for process blackbox[36668]
Apr 17 17:13:38 Latsche [0x0-0x10ef0ee].org.macports.X11[36526]: waiting for X server to shut down 
Apr 17 17:13:39 Latsche com.apple.launchd[142] ([0x0-0x10ef0ee].org.macports.X11[36526]): Stray process with PGID equal to this dead job: PID 36585 PPID 36547 xinit
Apr 17 17:13:39 Latsche com.apple.launchd[142] ([0x0-0x10ef0ee].org.macports.X11[36526]): Stray process with PGID equal to this dead job: PID 36547 PPID 1 sh
Apr 17 17:13:39 Latsche com.apple.launchd[142] ([0x0-0x10ef0ee].org.macports.X11[36526]): Exited with exit code: 1
Apr 17 17:13:40 Latsche ReportCrash[36747]: Saved crashreport to /Users/pete/Library/Logs/CrashReporter/blackbox_2010-04-17-171334_Latsche.crash using uid: 501 gid: 501, euid: 501 egid: 501
}}}
",Peter_Dyballa@…
Active Tickets,24573,"liboil 0.3.17 crashes on ppc (affects gstreamer, firefox, ...)",ports,1.8.2,,defect,landonf@…,new,2010-04-20T19:07:05-07:00,2010-11-29T07:25:33-08:00,"{{{
Process:         firefox [72110]
Path:            /opt/local/bin/firefox
Identifier:      firefox
Version:         ??? (???)
Code Type:       PPC (Native)
Parent Process:  bash [70921]

Interval Since Last Report:          54 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2010-04-20 19:02:56.378 -0700
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  99E5CBF5-5B93-4D5B-9947-6B4A70D6BFBC

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  0

Thread 0 Crashed:
0   liboil-0.3.0.dylib            	0x05a4102c copy_u8_altivec2 + 168
1   liboil-0.3.0.dylib            	0x05a02c4c _oil_test_marshal_function + 1184
2   liboil-0.3.0.dylib            	0x05a06b70 oil_test_check_function + 936
3   liboil-0.3.0.dylib            	0x05a017e0 oil_fault_check_try + 100
4   liboil-0.3.0.dylib            	0x05a06e9c oil_test_check_impl + 176
5   liboil-0.3.0.dylib            	0x05a02104 oil_class_optimize + 596
6   liboil-0.3.0.dylib            	0x05a01a0c oil_optimize_all + 64
7   liboil-0.3.0.dylib            	0x05a01918 oil_init + 100
8   libgsta52dec.so               	0x057c4ed0 gst_a52dec_class_init + 372
9   libgsta52dec.so               	0x057c4aac gst_a52dec_class_init_trampoline + 68
10  libgobject-2.0.0.dylib        	0x024cf938 type_class_init_Wm + 1256
11  libgobject-2.0.0.dylib        	0x024d1640 g_type_class_ref + 628
12  libgstreamer-0.10.0.dylib     	0x056a8940 gst_element_register + 560
13  libgsta52dec.so               	0x057c8d0c plugin_init + 88
14  libgstreamer-0.10.0.dylib     	0x056dbeac gst_plugin_register_func + 932
15  libgstreamer-0.10.0.dylib     	0x056dcb4c gst_plugin_load_file + 2460
16  libgstreamer-0.10.0.dylib     	0x056f0b30 gst_registry_scan_plugin_file + 604
17  libgstreamer-0.10.0.dylib     	0x056f134c gst_registry_scan_path_level + 1908
18  libgstreamer-0.10.0.dylib     	0x056f14d0 gst_registry_scan_path_internal + 136
19  libgstreamer-0.10.0.dylib     	0x056f24d0 scan_and_update_registry + 1112
20  libgstreamer-0.10.0.dylib     	0x056f2a08 ensure_current_registry + 524
21  libgstreamer-0.10.0.dylib     	0x056f2b70 gst_update_registry + 44
22  libgstreamer-0.10.0.dylib     	0x056771d4 init_post + 1544
23  libglib-2.0.0.dylib           	0x02562e44 g_option_context_parse + 2880
24  libgstreamer-0.10.0.dylib     	0x056763a4 gst_init_check + 244
25  libcanberra-gstreamer.so      	0x055f520c gstreamer_driver_open + 332
26  libcanberra.0.dylib           	0x05009b40 driver_open + 928
27  libcanberra.0.dylib           	0x050018a4 context_open_unlocked + 244
28  libcanberra.0.dylib           	0x05002144 ca_context_play_full + 804
29  libcanberra.0.dylib           	0x05002310 ca_context_play + 288
30  libxul.dylib                  	0x01abf4c4 JSD_GetValueForObject + 929460
31  libxul.dylib                  	0x013b3cbc void std::__adjust_heap<__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)>(__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)) + 1878588
32  libxul.dylib                  	0x013c5de8 void std::__adjust_heap<__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)>(__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)) + 1952616
33  libxul.dylib                  	0x013c66d0 void std::__adjust_heap<__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)>(__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)) + 1954896
34  libxul.dylib                  	0x013c6780 void std::__adjust_heap<__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)>(__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)) + 1955072
35  libxul.dylib                  	0x01b80610 NS_GetComponentRegistrar_P + 39168
36  libxul.dylib                  	0x01b3b228 JNIEnv_::CallStaticObjectMethod(_jclass*, _jmethodID*, ...) + 254168
37  libxul.dylib                  	0x01ad26e8 JSD_GetValueForObject + 1007832
38  libxul.dylib                  	0x019344b4 void std::__adjust_heap<__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)>(__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)) + 7647796
39  libxul.dylib                  	0x0101309c XRE_main + 11372
40  firefox                       	0x0000238c start + 2028
41  firefox                       	0x00001be0 start + 64

Thread 1:
0   libSystem.B.dylib             	0x92597d74 select$DARWIN_EXTSN + 12
1   libnspr4.dylib                	0x0030f8ac poll + 816
2   libnspr4.dylib                	0x00308c64 _pr_poll_with_poll + 2176
3   libnspr4.dylib                	0x00309088 PR_Poll + 44
4   libxul.dylib                  	0x010c4bbc DumpJSStack + 682668
5   libxul.dylib                  	0x010c525c DumpJSStack + 684364
6   libxul.dylib                  	0x010c5508 DumpJSStack + 685048
7   libxul.dylib                  	0x01b80594 NS_GetComponentRegistrar_P + 39044
8   libxul.dylib                  	0x01b3b228 JNIEnv_::CallStaticObjectMethod(_jclass*, _jmethodID*, ...) + 254168
9   libxul.dylib                  	0x010c5b70 DumpJSStack + 686688
10  libxul.dylib                  	0x01b80610 NS_GetComponentRegistrar_P + 39168
11  libxul.dylib                  	0x01b3b228 JNIEnv_::CallStaticObjectMethod(_jclass*, _jmethodID*, ...) + 254168
12  libxul.dylib                  	0x01b8077c NS_GetComponentRegistrar_P + 39532
13  libnspr4.dylib                	0x0030b104 _pt_root + 420
14  libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 2:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00301098 PR_WaitCondVar + 396
3   libmozjs.dylib                	0x0029f418 js_ValueToCharBuffer + 14488
4   libnspr4.dylib                	0x0030b104 _pt_root + 420
5   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 3:
0   libSystem.B.dylib             	0x9253abe8 __semwait_signal + 8
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00300a00 pt_TimedWait + 288
3   libnspr4.dylib                	0x003010c4 PR_WaitCondVar + 440
4   libxul.dylib                  	0x0103c4b0 DumpJSStack + 123808
5   libnspr4.dylib                	0x0030b104 _pt_root + 420
6   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 4:
0   libSystem.B.dylib             	0x9253abe8 __semwait_signal + 8
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00300a00 pt_TimedWait + 288
3   libnspr4.dylib                	0x003010c4 PR_WaitCondVar + 440
4   libxul.dylib                  	0x01b85788 NS_GetComponentRegistrar_P + 60024
5   libxul.dylib                  	0x01b80610 NS_GetComponentRegistrar_P + 39168
6   libxul.dylib                  	0x01b3b228 JNIEnv_::CallStaticObjectMethod(_jclass*, _jmethodID*, ...) + 254168
7   libxul.dylib                  	0x01b8077c NS_GetComponentRegistrar_P + 39532
8   libnspr4.dylib                	0x0030b104 _pt_root + 420
9   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 5:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00301098 PR_WaitCondVar + 396
3   libnspr4.dylib                	0x003019dc PR_Wait + 292
4   libxul.dylib                  	0x01b7ee18 NS_GetComponentRegistrar_P + 33032
5   libxul.dylib                  	0x01b805e0 NS_GetComponentRegistrar_P + 39120
6   libxul.dylib                  	0x01b3b228 JNIEnv_::CallStaticObjectMethod(_jclass*, _jmethodID*, ...) + 254168
7   libxul.dylib                  	0x01b8077c NS_GetComponentRegistrar_P + 39532
8   libnspr4.dylib                	0x0030b104 _pt_root + 420
9   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 6:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00300a00 pt_TimedWait + 288
3   libnspr4.dylib                	0x003010c4 PR_WaitCondVar + 440
4   libxul.dylib                  	0x010d1d0c DumpJSStack + 736252
5   libxul.dylib                  	0x010d29f8 DumpJSStack + 739560
6   libnspr4.dylib                	0x0030b104 _pt_root + 420
7   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 7:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00301098 PR_WaitCondVar + 396
3   libxul.dylib                  	0x0195fe28 void std::__adjust_heap<__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)>(__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)) + 7826344
4   libnspr4.dylib                	0x0030b104 _pt_root + 420
5   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 8:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00301098 PR_WaitCondVar + 396
3   libxul.dylib                  	0x019608e8 void std::__adjust_heap<__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)>(__gnu_cxx::__normal_iterator<nsRefPtr<imgCacheEntry>*, std::vector<nsRefPtr<imgCacheEntry>, std::allocator<nsRefPtr<imgCacheEntry> > > >, int, int, nsRefPtr<imgCacheEntry>, bool (*)(nsRefPtr<imgCacheEntry> const&, nsRefPtr<imgCacheEntry> const&)) + 7829096
4   libnspr4.dylib                	0x0030b104 _pt_root + 420
5   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 9:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00301098 PR_WaitCondVar + 396
3   libnspr4.dylib                	0x003019dc PR_Wait + 292
4   libxul.dylib                  	0x01b7ee18 NS_GetComponentRegistrar_P + 33032
5   libxul.dylib                  	0x01b805e0 NS_GetComponentRegistrar_P + 39120
6   libxul.dylib                  	0x01b3b228 JNIEnv_::CallStaticObjectMethod(_jclass*, _jmethodID*, ...) + 254168
7   libxul.dylib                  	0x01b8077c NS_GetComponentRegistrar_P + 39532
8   libnspr4.dylib                	0x0030b104 _pt_root + 420
9   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 10:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00300a00 pt_TimedWait + 288
3   libnspr4.dylib                	0x003010c4 PR_WaitCondVar + 440
4   libxul.dylib                  	0x010d1d0c DumpJSStack + 736252
5   libxul.dylib                  	0x010d29f8 DumpJSStack + 739560
6   libnspr4.dylib                	0x0030b104 _pt_root + 420
7   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 11:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00300a00 pt_TimedWait + 288
3   libnspr4.dylib                	0x003010c4 PR_WaitCondVar + 440
4   libxul.dylib                  	0x010d1d0c DumpJSStack + 736252
5   libxul.dylib                  	0x010d29f8 DumpJSStack + 739560
6   libnspr4.dylib                	0x0030b104 _pt_root + 420
7   libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 12:
0   libSystem.B.dylib             	0x9253abec __semwait_signal + 12
1   libSystem.B.dylib             	0x92577478 _pthread_cond_wait + 1580
2   libnspr4.dylib                	0x00300a00 pt_TimedWait + 288
3   libnspr4.dylib                	0x003010c4 PR_WaitCondVar + 440
4   libnspr4.dylib                	0x003019dc PR_Wait + 292
5   libxul.dylib                  	0x01b82b08 NS_GetComponentRegistrar_P + 48632
6   libxul.dylib                  	0x01b80610 NS_GetComponentRegistrar_P + 39168
7   libxul.dylib                  	0x01b3b228 JNIEnv_::CallStaticObjectMethod(_jclass*, _jmethodID*, ...) + 254168
8   libxul.dylib                  	0x01b8077c NS_GetComponentRegistrar_P + 39532
9   libnspr4.dylib                	0x0030b104 _pt_root + 420
10  libSystem.B.dylib             	0x925760d0 _pthread_start + 316

Thread 0 crashed with PPC Thread State 32:
  srr0: 0x05a4102c  srr1: 0x0200f930   dar: 0x00000000 dsisr: 0x40000000
    r0: 0x00000001    r1: 0xbfffaca0    r2: 0x00e80f00    r3: 0x00e80b00
    r4: 0x00e80f00    r5: 0x00000064    r6: 0x0000000e    r7: 0x00e804ac
    r8: 0xbfffad6c    r9: 0x00e80b00   r10: 0x00e80b00   r11: 0x00000000
   r12: 0x05a40f84   r13: 0xbfffc1a4   r14: 0x030db028   r15: 0x01e4044c
   r16: 0x01d8044c   r17: 0x00000000   r18: 0xbfffbf58   r19: 0xbfffbf54
   r20: 0x00000000   r21: 0x00000000   r22: 0xbfffbc1c   r23: 0x00000000
   r24: 0x00000000   r25: 0x00000000   r26: 0x049c0e20   r27: 0x00000000
   r28: 0x054d96e0   r29: 0x0597aa10   r30: 0xbfffaca0   r31: 0x05a027c4
    cr: 0x48044264   xer: 0x00000000    lr: 0x05a02ca0   ctr: 0x00000001
vrsave: 0x00000000

Binary Images:
    0x1000 -     0x4fff +firefox ??? (???) <2f9650efb6d53fbacbe6d330e8658f52> /opt/local/bin/firefox
   0x13000 -    0x1efff +libplds4.dylib ??? (???) <433ae786e0187c8e27c066b67b718549> /opt/local/lib/nspr/libplds4.dylib
   0x26000 -    0x32fff +libplc4.dylib ??? (???) <22aff039fa2b36c7825a25e04245f770> /opt/local/lib/nspr/libplc4.dylib
   0x3a000 -    0x3bffa +libXau.6.dylib ??? (???) <a1f48cfb28c7c61cce323b81ec64b140> /opt/local/lib/libXau.6.dylib
   0x74000 -    0x7bff7 +libXrender.1.dylib ??? (???) <fe7f07ed73efb998c6e4f6e05892eb44> /opt/local/lib/libXrender.1.dylib
   0x7f000 -    0x82ff7 +libXdmcp.6.dylib ??? (???) <de3ced68d9abaf1e654ada5e32beda95> /opt/local/lib/libXdmcp.6.dylib
   0x85000 -    0x8dff4 +libintl.8.dylib ??? (???) <c4fee83a843fcffd62bafa89c0fd0096> /opt/local/lib/libintl.8.dylib
   0x93000 -    0x95fff +libgmodule-2.0.0.dylib ??? (???) <43aa868f0b404bac5f7a7fd582b2e9dd> /opt/local/lib/libgmodule-2.0.0.dylib
   0x99000 -    0x9aff0 +libXinerama.1.dylib ??? (???) <d742f313f1a688dc28f2abe7a23c7303> /opt/local/lib/libXinerama.1.dylib
   0x9f000 -    0xacffb +libXext.6.dylib ??? (???) <8ae7358e2ebf367d46602073e5cfc701> /opt/local/lib/libXext.6.dylib
   0xb1000 -    0xb8fff +libpangocairo-1.0.0.dylib ??? (???) <aa2a1328f6d9e07d1ae346717a5f3255> /opt/local/lib/libpangocairo-1.0.0.dylib
   0xd2000 -    0xf0ff3 +libexpat.1.dylib ??? (???) <2fdd3b039edd082d3ba0f19a7f72a16c> /opt/local/lib/libexpat.1.dylib
   0xf7000 -    0xfcff7 +libXrandr.2.dylib ??? (???) <10b89b18b3f1d124c21d2c37ead11574> /opt/local/lib/libXrandr.2.dylib
  0x200000 -   0x2bdff3 +libmozjs.dylib ??? (???) <f1558267ed9b7909137c29b0853432e8> /opt/local/lib/xulrunner/libmozjs.dylib
  0x2d2000 -   0x321ff7 +libnspr4.dylib ??? (???) <54872a1091fda1724b834fdb167f6d71> /opt/local/lib/nspr/libnspr4.dylib
  0x346000 -   0x3e2ff7 +libsqlite3.0.dylib ??? (???) <d744d16fe5d42ddcb2593983434961c8> /opt/local/lib/libsqlite3.0.dylib
  0x40c000 -   0x45effd +libjpeg.8.dylib ??? (???) <0dcfee10fcf439f7433f0cf49ba76de5> /opt/local/lib/libjpeg.8.dylib
  0x46e000 -   0x4b8fff +libssl3.dylib ??? (???) <ffb34237af77a9aba27ece2498973e65> /opt/local/lib/nss/libssl3.dylib
  0x4d4000 -   0x505fff +libsmime3.dylib ??? (???) <0a1385437e23a3ce32a4b185c89ffddd> /opt/local/lib/nss/libsmime3.dylib
  0x521000 -   0x69fffb +libnss3.dylib ??? (???) <f611de08620f24d84fc8c6e8f2f07cdc> /opt/local/lib/nss/libnss3.dylib
  0x734000 -   0x753ffb +libnssutil3.dylib ??? (???) <194eb2a28f4259cfd73bd1106be300a9> /opt/local/lib/nss/libnssutil3.dylib
  0x76a000 -   0x7c5fff +libcairo.2.dylib ??? (???) <e0c069838c2dddee65af7b9c2539c4e9> /opt/local/lib/libcairo.2.dylib
  0x7de000 -   0x7eafff +libXi.6.dylib ??? (???) <316fce367c8e01cba59fece1761ac21e> /opt/local/lib/libXi.6.dylib
  0x7ee000 -   0x7f4ff0 +libXcursor.1.dylib ??? (???) <989d9135c38df3fb655b25ea94061959> /opt/local/lib/libXcursor.1.dylib
  0x7f8000 -   0x7f9ffd +libXcomposite.1.dylib ??? (???) <2d30edfef094bb9d869639131fce70c9> /opt/local/lib/libXcomposite.1.dylib
  0x7fc000 -   0x7fdffa +libXdamage.1.dylib ??? (???) <0f0a79066b51594ca05a53deca7d0d5f> /opt/local/lib/libXdamage.1.dylib
 0x1000000 -  0x1d85ff7 +libxul.dylib ??? (???) <cf8553e2f241d46684a4bd0c264c01a0> /opt/local/lib/xulrunner/libxul.dylib
 0x1fa4000 -  0x2034fff +libpixman-1.0.dylib ??? (???) <76dd073d6f3b77342214bc737036dfcf> /opt/local/lib/libpixman-1.0.dylib
 0x2050000 -  0x2082ffb +libpng12.0.dylib ??? (???) <d69162c4fe29291fff84028962f94e27> /opt/local/lib/libpng12.0.dylib
 0x208f000 -  0x2199fff +libX11.6.dylib ??? (???) <18f1cb6598f74a974118d7667eaee237> /opt/local/lib/libX11.6.dylib
 0x21b8000 -  0x21e2fff +libfontconfig.1.dylib ??? (???) <356ae7487a37db2bc183b42047837adb> /opt/local/lib/libfontconfig.1.dylib
 0x21eb000 -  0x22a6fff +libfreetype.6.dylib ??? (???) <9e32d255cdba80bb96f91764873061f2> /opt/local/lib/libfreetype.6.dylib
 0x22dc000 -  0x22f9fff +libz.1.dylib ??? (???) <c34d9513974a1485b2088d48112afa24> /opt/local/lib/libz.1.dylib
 0x2300000 -  0x2412ffe +libiconv.2.dylib ??? (???) <4c81daae6932346d1b926c69e19dd2c3> /opt/local/lib/libiconv.2.dylib
 0x242b000 -  0x244afff +libdbus-glib-1.2.dylib ??? (???) <904edf1bdf2e294d09d08566d8e454e9> /opt/local/lib/libdbus-glib-1.2.dylib
 0x245d000 -  0x2490ff7 +libdbus-1.3.dylib ??? (???) <f4439e412fbb2adad585f6c54ee092a9> /opt/local/lib/libdbus-1.3.dylib
 0x24a0000 -  0x24e6fff +libgobject-2.0.0.dylib ??? (???) <2390ac905966f691bc2b41292ef9d59a> /opt/local/lib/libgobject-2.0.0.dylib
 0x2509000 -  0x2618ff7 +libglib-2.0.0.dylib ??? (???) <7a835281e6b349770c1285a026534765> /opt/local/lib/libglib-2.0.0.dylib
 0x2664000 -  0x2688ff3 +libpangoft2-1.0.0.dylib ??? (???) <8d6f3ceed539342da6769e7d78d59909> /opt/local/lib/libpangoft2-1.0.0.dylib
 0x2692000 -  0x26c9ff7 +libpango-1.0.0.dylib ??? (???) <de4cbc83e47dd585aa0d3a21774a372a> /opt/local/lib/libpango-1.0.0.dylib
 0x26da000 -  0x2b99fff +libgtk-x11-2.0.0.dylib ??? (???) <f460c48243b55271a10ea5137063f63c> /opt/local/lib/libgtk-x11-2.0.0.dylib
 0x2d71000 -  0x2d8cffb +libatk-1.0.0.dylib ??? (???) <1f27c3beff4e2eb9458c7d2b6a98b92f> /opt/local/lib/libatk-1.0.0.dylib
 0x2da2000 -  0x2e61fff +libgdk-x11-2.0.0.dylib ??? (???) <3f70b10a28ea1217ebd8ed3927fabf1c> /opt/local/lib/libgdk-x11-2.0.0.dylib
 0x2eb0000 -  0x2ecdfff +libgdk_pixbuf-2.0.0.dylib ??? (???) <7fbeb0e7d3f5c965388eb092c27ced56> /opt/local/lib/libgdk_pixbuf-2.0.0.dylib
 0x2edb000 -  0x2f91ffc +libgio-2.0.0.dylib ??? (???) <50e6e1a15e3580d3e0f835fc3edd8b12> /opt/local/lib/libgio-2.0.0.dylib
 0x2ffc000 -  0x2fffffb +libXfixes.3.dylib ??? (???) <4da845fc9e66ff194908e73adf4b18b5> /opt/local/lib/libXfixes.3.dylib
 0x3002000 -  0x306dfff +libXt.6.dylib ??? (???) <c67b748e1afbd3adef869bdbe92774a4> /opt/local/lib/libXt.6.dylib
 0x3094000 -  0x3097fff +libgthread-2.0.0.dylib ??? (???) <5319e6819b677ccdcf72e4ff035655aa> /opt/local/lib/libgthread-2.0.0.dylib
 0x309b000 -  0x30a0ff3 +libSM.6.dylib ??? (???) <8a5035ee07838b668a60e4cab6eded36> /opt/local/lib/libSM.6.dylib
 0x30a4000 -  0x30b4ff7 +libICE.6.dylib ??? (???) <a6e96bd1e1215d089d93d6853ecb285b> /opt/local/lib/libICE.6.dylib
 0x30bc000 -  0x30bcff3 +libxpcom.dylib ??? (???) <94a423644a907b7a54c05f77a3c17dcc> /opt/local/lib/xulrunner/libxpcom.dylib
 0x30eb000 -  0x30f1fff +libgailutil.18.dylib ??? (???) <cc2df80046fc7a2f198cdad70e0c0221> /opt/local/lib/libgailutil.18.dylib
 0x30f6000 -  0x30f7fff +libORBitCosNaming-2.0.dylib ??? (???) <92ffaf3429446be2738af14b68a7b737> /opt/local/lib/libORBitCosNaming-2.0.dylib
 0x329d000 -  0x3314fff +libgnomeui-2.dylib ??? (???) <b4063772852f6dd9e711959bebe7e549> /opt/local/lib/libgnomeui-2.dylib
 0x333a000 -  0x33a5fff +libbonoboui-2.0.dylib ??? (???) <e523f9eabd568927516f10ff865a0027> /opt/local/lib/libbonoboui-2.0.dylib
 0x33e5000 -  0x340dfff +libgnomecanvas-2.0.dylib ??? (???) <4d6d1bc76c58b2519f59cf5b131c632b> /opt/local/lib/libgnomecanvas-2.0.dylib
 0x341c000 -  0x342bff7 +libgnome-2.0.dylib ??? (???) <ade4aae4c5bbb0a9a247ff53024eaa86> /opt/local/lib/libgnome-2.0.dylib
 0x3433000 -  0x3453fff +libart_lgpl_2.2.dylib ??? (???) <6e6e0484078202045cbdff081828afa9> /opt/local/lib/libart_lgpl_2.2.dylib
 0x345e000 -  0x3464fff +libesd.0.dylib ??? (???) <c3698e330a92ac84247d8cb808798506> /opt/local/lib/libesd.0.dylib
 0x3470000 -  0x34bfffb +libbonobo-2.0.dylib ??? (???) <05b6aff611fd30384034a66ff53108f6> /opt/local/lib/libbonobo-2.0.dylib
 0x350c000 -  0x353afff +libaudiofile.0.dylib ??? (???) <db4da543893b91f20973c01343c5aa1d> /opt/local/lib/libaudiofile.0.dylib
 0x354f000 -  0x355ffff +libbonobo-activation.4.dylib ??? (???) <41fde133f219f955c6d8b41c3e10365b> /opt/local/lib/libbonobo-activation.4.dylib
 0x3573000 -  0x35dcfff +libgnomevfs-2.0.dylib ??? (???) <857f5adf18e7bddc9d6b574deef33377> /opt/local/lib/libgnomevfs-2.0.dylib
 0x361b000 -  0x37cefff +libxml2.2.dylib ??? (???) <66df251cb9be37842948f0eaac1fead4> /opt/local/lib/libxml2.2.dylib
 0x3837000 -  0x3875ff7 +libssl.0.9.8.dylib ??? (???) <1bf56432347bef84015641a8326a43d9> /opt/local/lib/libssl.0.9.8.dylib
 0x388a000 -  0x397fff3 +libcrypto.0.9.8.dylib ??? (???) <8a276b60cac5bf0cd4e18343badefa8c> /opt/local/lib/libcrypto.0.9.8.dylib
 0x39dc000 -  0x3a03ff7 +libgconf-2.4.dylib ??? (???) <18b4e50e2e095baa601c03c70fe0c0c1> /opt/local/lib/libgconf-2.4.dylib
 0x3a15000 -  0x3a60fff +libORBit-2.0.dylib ??? (???) <13fe20a58524b5b7283f02eb43b04295> /opt/local/lib/libORBit-2.0.dylib
 0x3aa8000 -  0x3ab5ffc +libgnome-keyring.0.dylib ??? (???) <e8a9c16302122f52adcee635ef8a5bd9> /opt/local/lib/libgnome-keyring.0.dylib
 0x3abc000 -  0x3ac3ff7 +libpopt.0.dylib ??? (???) <0df825f228ad9c5b9049bacb0ec6c6ff> /opt/local/lib/libpopt.0.dylib
 0x3ae8000 -  0x3aecfff +libbrowserdirprovider.dylib ??? (???) <7986470042919a69dd4838b617a440df> /opt/local/lib/firefox-x11/components/libbrowserdirprovider.dylib
 0x3af9000 -  0x3afcffb +libdbusservice.dylib ??? (???) <76ad82a3ab296612413947c09c295b73> /opt/local/lib/xulrunner/components/libdbusservice.dylib
 0x3b03000 -  0x3b09ff7 +libimgicon.dylib ??? (???) <fd1039fc227c34414253c3bc049a5f19> /opt/local/lib/xulrunner/components/libimgicon.dylib
 0x3b10000 -  0x3b21fff +libnodoka.so ??? (???) <be5e11f624154747ff7427711773707d> /opt/local/lib/gtk-2.0/2.10.0/engines/libnodoka.so
 0x3d43000 -  0x3d43ff7 +pango-basic-fc.so ??? (???) <c05d16709dc11d43b03b6966ff06bda8> /opt/local/lib/pango/1.6.0/modules/pango-basic-fc.so
 0x3e4e000 -  0x3e51ffc +libpixbufloader-png.so ??? (???) <2be54230e81fb192e5dabe658ec81b01> /opt/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
 0x3f01000 -  0x3f25fff +libbrowsercomps.dylib ??? (???) <668fe4342e9fe96a03a48f83ff7e4a88> /opt/local/lib/firefox-x11/components/libbrowsercomps.dylib
 0x4583000 -  0x4588ff3 +libnkgnomevfs.dylib ??? (???) <c486ae49d09e439c8da7fe129f442540> /opt/local/lib/firefox-x11/components/libnkgnomevfs.dylib
 0x4844000 -  0x484aff7 +libmozgnome.dylib ??? (???) <48ae1293a8ddcf7767be34c759a5311d> /opt/local/lib/xulrunner/components/libmozgnome.dylib
 0x484e000 -  0x4853ff0 +libnotify.1.dylib ??? (???) <7f49cc3b12f18cd92662f5024d80fcc5> /opt/local/lib/libnotify.1.dylib
 0x4a6b000 -  0x4ab9fff +libsoftokn3.dylib ??? (???) <e471c1cf119cccb699ec8c17568bbceb> /opt/local/lib/nss/libsoftokn3.dylib
 0x4b26000 -  0x4b5efff +libnssdbm3.dylib ??? (???) <f7e7074fecf0bb129029c286b2a1c33b> /opt/local/lib/nss/libnssdbm3.dylib
 0x4c0d000 -  0x4c8dffb +libfreebl3.dylib ??? (???) <2450d6388711f2c831b718a7eaf4bd0e> /opt/local/lib/nss/libfreebl3.dylib
 0x4ca4000 -  0x4cfafff +libnssckbi.dylib ??? (???) <c2eb660aeaf34032aa8fdb3fa53c823f> /opt/local/lib/firefox-x11/libnssckbi.dylib
 0x5000000 -  0x500bff9 +libcanberra.0.dylib ??? (???) <2b8360468d2051720c327f022b90a6f9> /opt/local/lib/libcanberra.0.dylib
 0x50ef000 -  0x50f5ffe +libfile.so ??? (???) <193adf4cd864aa5a9ac83b636ecf08c6> /opt/local/lib/gnome-vfs-2.0/modules/libfile.so
 0x5521000 -  0x5524ff4 +libnullplugin.dylib ??? (???) <f594fd53f52331786fbb8a57c5ed666e> /opt/local/lib/xulrunner/plugins/libnullplugin.dylib
 0x552f000 -  0x5530ff1 +libunixprintplugin.dylib ??? (???) <609c8268f3d2343e7c3a0a2be125f507> /opt/local/lib/xulrunner/plugins/libunixprintplugin.dylib
 0x5533000 -  0x553dfff +libtotem-complex-plugin.so ??? (???) <1473d5f2ae1a0c5deacfd0839ed7ec06> /opt/local/lib/nsplugins/libtotem-complex-plugin.so
 0x5544000 -  0x5545ff1 +libtotem-plparser-mini.12.dylib ??? (???) <d93471e9684ecc2c382cb65cc454273b> /opt/local/lib/libtotem-plparser-mini.12.dylib
 0x5563000 -  0x5570ff7 +libtotem-cone-plugin.so ??? (???) <7f10706106d5ffa7610e388ef1b4c55f> /opt/local/lib/nsplugins/libtotem-cone-plugin.so
 0x5579000 -  0x5588fff +libtotem-gmp-plugin.so ??? (???) <f54b595fad462a11db40e6d7830bbbb6> /opt/local/lib/nsplugins/libtotem-gmp-plugin.so
 0x5593000 -  0x559dff7 +libtotem-mully-plugin.so ??? (???) <c210547188d1b2eefe82fce981abaea6> /opt/local/lib/nsplugins/libtotem-mully-plugin.so
 0x55a4000 -  0x55affff +libtotem-narrowspace-plugin.so ??? (???) <fca1ca0fc3ce77eb1affdae74817e685> /opt/local/lib/nsplugins/libtotem-narrowspace-plugin.so
 0x55b6000 -  0x55bbff0 +mozplugger.so ??? (???) <e7507e831b306722762920863c3b95ce> /opt/local/lib/nsplugins/mozplugger.so
 0x55f4000 -  0x55f6ff3 +libcanberra-gstreamer.so ??? (???) <61d00ac27290740406e0e3709ec75c9c> /opt/local/lib/libcanberra-0.20/libcanberra-gstreamer.so
 0x560a000 -  0x5612fff +libvorbisfile.3.dylib ??? (???) <542e73855c74469c5818aa6d2fc8fc7d> /opt/local/lib/libvorbisfile.3.dylib
 0x5617000 -  0x5651ff8 +libvorbis.0.dylib ??? (???) <29695838904166eb48d3b5808f8c89af> /opt/local/lib/libvorbis.0.dylib
 0x565b000 -  0x5660ffc +libogg.0.dylib ??? (???) <a4da525d68adf902c903bef914a4e20f> /opt/local/lib/libogg.0.dylib
 0x5665000 -  0x566effd +libltdl.7.dylib ??? (???) <2940ae52e88625c2f76a951993b84451> /opt/local/lib/libltdl.7.dylib
 0x5675000 -  0x575dffb +libgstreamer-0.10.0.dylib ??? (???) <8a02a23d27bea9b36e0703afd4220444> /opt/local/lib/libgstreamer-0.10.0.dylib
 0x57c4000 -  0x57c9ffb +libgsta52dec.so ??? (???) <fc846f01697501771cc97c2550f8b3bd> /opt/local/lib/gstreamer-0.10/libgsta52dec.so
 0x57ce000 -  0x57f4fff +libgstaudio-0.10.0.dylib ??? (???) <b925987c6b3a88e48b1c2a0f8bfc3bb8> /opt/local/lib/libgstaudio-0.10.0.dylib
 0x5803000 -  0x580aff3 +liba52.0.dylib ??? (???) /opt/local/lib/liba52.0.dylib
 0x580e000 -  0x581afff +libgstinterfaces-0.10.0.dylib ??? (???) <26cdf4b903f0193f2b09bc6ba1fc4f2b> /opt/local/lib/libgstinterfaces-0.10.0.dylib
 0x5865000 -  0x58b2fff +libgstbase-0.10.0.dylib ??? (???) <1235bf53277036b6454078a36cd4ddb2> /opt/local/lib/libgstbase-0.10.0.dylib
 0x5a00000 -  0x5a6efff +liboil-0.3.0.dylib ??? (???) <60adc63bb990a9d35b441b56f43c81c4> /opt/local/lib/liboil-0.3.0.dylib
0x8fe00000 - 0x8fe30c23  dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
0x90019000 - 0x9006ffff  libGLU.dylib ??? (???) <3418ce7ca0863162847f553c15d08674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x902b6000 - 0x90370fff  libcrypto.0.9.7.dylib ??? (???) <1d82e65c85d65367f3b6b06355c89c9b> /usr/lib/libcrypto.0.9.7.dylib
0x90371000 - 0x90399fff  libxslt.1.dylib ??? (???) <bb985380f353bbc7ce694d56884ea156> /usr/lib/libxslt.1.dylib
0x9039a000 - 0x903e9fff  libGLImage.dylib ??? (???) <2e1f2a2625064149d209ec19e52d0384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x903f0000 - 0x90478ffb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90899000 - 0x9089cffb  com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9089d000 - 0x908d2fff  com.apple.AE 402.3 (402.3) <75725936d014fd3ca2553d18b784b99b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x908d3000 - 0x908e1fff  libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
0x90931000 - 0x9094dffb  libPng.dylib ??? (???) <036c49544cb7b1d09d5e0185a1e26f7d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x909ba000 - 0x909c1fff  com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x909c2000 - 0x90ad6ffa  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90b1c000 - 0x90e55ff7  com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90e5f000 - 0x90e76ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x90e77000 - 0x90e83ff3  com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x90ea1000 - 0x90ea1ff8  com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90f1b000 - 0x91161ffb  com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x913a8000 - 0x913b6ff3  com.apple.opengl 1.5.10 (1.5.10) <54bae289e544387ce7997a4a05e70aa9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x91523000 - 0x91888ffe  com.apple.QuartzCore 1.5.8 (1.5.8) <60e54cfb861dc5e66bb4f263a192d558> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9192c000 - 0x919c1ff7  com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x919c2000 - 0x91a47fff  libsqlite3.0.dylib ??? (???) <daf55b073488086ef5b9a3781be53f14> /usr/lib/libsqlite3.0.dylib
0x91a99000 - 0x91a99fff  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x91bae000 - 0x91bc6ffb  com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x91bc7000 - 0x91bf2ff7  libauto.dylib ??? (???) <a64d088b2d17e013b9ee5a08d3a20d33> /usr/lib/libauto.dylib
0x91bf3000 - 0x91f1cfe7  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x91f1d000 - 0x91fb6fc3  libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91fb7000 - 0x91fb7ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x91fb9000 - 0x9201bffb  com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9201c000 - 0x9207dfff  com.apple.CoreText 2.0.4 (???) <ebcc2c7e9b0bc10016af530d82a11f03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9207e000 - 0x921c5ffb  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x921c6000 - 0x92255ffb  com.apple.DesktopServices 1.4.8 (1.4.8) <efaf20fbcdf58c7da37ddbcf190bba75> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92513000 - 0x92532fff  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x92533000 - 0x926d3fe3  libSystem.B.dylib ??? (???) <45c5920425c80bf594b3f1bde2382e95> /usr/lib/libSystem.B.dylib
0x9271f000 - 0x9286bfff  com.apple.ImageIO.framework 2.0.7 (2.0.7) <c466caa621b9fa7431877610c21e39a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x929e7000 - 0x929eeffb  com.apple.print.framework.Print 218.0.3 (220.2) <021d2263007c538fd9e6b52e66a2623d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x935a8000 - 0x93642ff7  com.apple.ApplicationServices.ATS 3.8.1 (???) <6b490d945417fa114cfa607608c6b58e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x93643000 - 0x93bfdfff  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x93e02000 - 0x93ecaffb  com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93ecb000 - 0x93eeaffb  com.apple.CoreVideo 1.6.1 (48.6) <4a3dfc7082a48c4e3c99ed644f49b9ba> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x93eeb000 - 0x93efeffb  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <050180a659a3905ea38f2acddcdf7b40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x93eff000 - 0x93f0affb  libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
0x9408d000 - 0x940b4fff  libcups.2.dylib ??? (???) <3ec5cc45c49c9e3deef8f0bd18b8dc50> /usr/lib/libcups.2.dylib
0x940bb000 - 0x940c3fff  libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
0x94131000 - 0x9418effb  com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9418f000 - 0x94194ff6  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x941db000 - 0x9420cfff  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9420d000 - 0x9422cfff  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9426b000 - 0x942edfff  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3cde2550ec10348b7162d2b6cb0dfc67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x942ee000 - 0x942f0ffd  libRadiance.dylib ??? (???) <304e574d5de8d26630c4c516cc6e47fb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x942f1000 - 0x94304fff  com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x94305000 - 0x94309ffe  libGIF.dylib ??? (???) <cc34b3a44618a0e1ccc1c5b1cf28b5bb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9430a000 - 0x943f4fff  libxml2.2.dylib ??? (???) <c16d0fbbf8fd6b30695cd3c930355066> /usr/lib/libxml2.2.dylib
0x94409000 - 0x9470bffb  com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9470c000 - 0x9472cff7  libJPEG.dylib ??? (???) <bcc63fc19e0a5fa3d4b411f0de1d5851> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9472d000 - 0x94916fff  com.apple.security 5.0.6 (37592) <e945bd5cce817d5a95e2671659e5107a> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x949e8000 - 0x94a63fff  com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94a64000 - 0x94aecfff  com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94b2c000 - 0x94bfcfff  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x94bfd000 - 0x95373fff  com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95374000 - 0x9537ffff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x95380000 - 0x953b9fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <21dee7ffd93306032f911b5ef3fdbab3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x953fd000 - 0x9543effb  libTIFF.dylib ??? (???) <a4fac1b78bf536e570841166630ff642> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x954aa000 - 0x954c6ffb  com.apple.openscripting 1.2.8 (???) <01f86cdb8f7347d2f3f13066e954acb6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x954c7000 - 0x954c8ff8  com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x954f3000 - 0x955a3fff  edu.mit.Kerberos 6.0.13 (6.0.13) <2ed20a450576465ee4f9c317b8ce8c44> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x955a4000 - 0x956c9ff3  com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x956ca000 - 0x957adfff  libobjc.A.dylib ??? (???) <a1d4be2eed463c6799b6a1447fde72ba> /usr/lib/libobjc.A.dylib
0x957ae000 - 0x95bdcffe  libGLProgrammability.dylib ??? (???) <5d52750ec9e438b25d3a4db51361fa2b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x95bdd000 - 0x95c8dfff  com.apple.QD 3.11.57 (???) <e74b370c6f81fc00e8936f5cf7c8ebe0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x95c8e000 - 0x95cddfff  com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x95cde000 - 0x95db1fff  com.apple.CoreServices.OSServices 228.1 (228.1) <2724e880900a223dfd47e08e1b52ed17> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9617d000 - 0x961e4ffb  libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
0x961e5000 - 0x9632dff3  libicucore.A.dylib ??? (???) <bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
0x96430000 - 0x969acff7  com.apple.CoreGraphics 1.409.5 (???) <5055e3621c3a2239851bd7e829e94ea1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x969ea000 - 0x969eafff  com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x969eb000 - 0x96a18fff  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x96a19000 - 0x96a38fff  libresolv.9.dylib ??? (???) <c5c72e1cf61cb844163156956a1d8407> /usr/lib/libresolv.9.dylib
0x96a39000 - 0x96aecffc  com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x96aed000 - 0x96aeefff  libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
0x96c15000 - 0x96c5cfff  com.apple.NavigationServices 3.5.2 (163) <453fd79dd63debad4908dcc726f9aa04> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x96c5d000 - 0x96c5dfff  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x97658000 - 0x97661fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <682f5c45591e8c4a89c79e384e2c49af> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x97662000 - 0x97665fff  com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x97691000 - 0x9771bfff  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x97723000 - 0x97723ffa  com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97724000 - 0x977bbfff  com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0xfffec000 - 0xfffeffff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff8000 - 0xffff9703  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
}}}",jeremyhu@…
Active Tickets,24577,i386-elf-gcc configure error with build_arch i386,ports,1.8.2,,defect,stepan@…,new,2010-04-21T03:09:56-07:00,2010-05-26T17:23:20-07:00,"Snow Leopard 10.6.3; Xcode 3.2.2; Macports 1.8.2
----
There is no problem with build_arch x86_64.
Error followed.

The all ports were build with build_arch i386.",orphen.leiliu@…
Active Tickets,24636,gst-ffmpeg-0.10.10 multiple problems on Snow Leopard (i386 build arch),ports,1.8.2,,defect,rmstonecipher@…,new,2010-04-24T12:51:26-07:00,2011-12-30T02:53:37-08:00,"note this problems are in addition to the one discussed in #24629 and are SnowLeopard(i386 build arch) specific. I was building on x86_64 machine

1. First the built in ffmpeg fails to configure (similar to #24626) this is fixed by fixing configure script. (in gst-libs/ext/ffmpeg)

2. After configure is successful you will see an error asm and ebx registered. this is fixed by changing HAVE_EBX_AVAILABLE to 0 in config.h (This is register is available for x86_64 but not for i386 so i assume there is a better fix.)

3. continuing to build you will get another failure on linking x86_64/i386 by editing subdir.mak and common.mak in ffmpeg dirs

4. Then you will see problems with libswscale/rgb2rgb_pallate.c and again asm code. This is inside #ifdef HAVE_MMX (which is defined to 0 in config.h) I add #include ""../config.h"" and #define HAVE_MMX 0 to this file

5. you will see the AVPacket errors now (from #24629)",nzaidenberg@…
Active Tickets,24663,"postgis 1.4 - 1.5 upgrade impossible? ERROR: could not access file ""$libdir/postgis-1.4",ports,1.8.2,,defect,stromnov@…,new,2010-04-26T06:35:01-07:00,2010-04-27T19:28:31-07:00,"I run a posgis enabled database and upgraded inadvertendly the postgis package 2 month ago (probably through a dependency). If the old version postgis-1.4.so is removed, the database is lost (not upgradable and not accessible!) 

To upgrade or dump a database v1.4, original versioned libraries must be present as it seems (see error below).

Because the postgis-1.4 package no longer exists on macports one cannot recompile the old postgis dynamic library. 

Luckily, I had an old enough TimeMachine backup, so I was able to copy the file (/opt/local/lib/postgresql84/postgis-1.4.so) back, but there should be a solution for those without an old enough backup! 

I fear the only possibility is to leave /opt/local/lib/postgresql84/postgis-1.4.so in place for deactivated packages and to maintain each version separately for considerable time.

pg_dump: Error message from server: ERROR:  could not access file ""$libdir/postgis-1.4"": No such file or directory
",katzlbt@…
Active Tickets,24685,gramps crashes in libgdk-x11 when dragging on 10.4,ports,1.8.2,,defect,devans@…,new,2010-04-27T05:25:02-07:00,2011-05-31T08:04:45-07:00,"libgdk-x11/libgdk-x11 crashes on drag.

The application (Gramps) crashes with ""Bus Error"" on click-dragging.

The row I am trying to drag moves about 5mm and stays there, the mouse cursor changes to a cross with an angle around and moves with the mouse, there is a pause of a second or so, and then the application crashes with the message Bus Error.

The console log is attached, apparently showing a crash in _xwindow_get_shape of libgdk-x11-2.0.0.dylib.

This is on Tiger Mac OS X 10.4.11, PowerPC.",guy.linton@…
Active Tickets,24703,vpnc resolver fails in terminal programs,ports,1.8.2,,defect,macports-tickets@…,new,2010-04-27T20:11:49-07:00,2011-05-29T15:41:30-07:00,"vpnc connects and works fine in browsers and most uses but fails to resolve a ping address in the terminal.
I'm not sure if this is only true in Snow Leopard or recent versions but a different method of changing the resolver is necessary.
This patch has network service names hard coded but might still help get the fix in the right direction.
",neville@…
Active Tickets,24707,mod_perl2 and p5-apache-test conflict on share/man/man3/Apache::Test.3pm.gz,ports,,,defect,ryan@…,new,2010-04-28T02:50:47-07:00,2010-04-28T02:50:47-07:00,"{{{
$ sudo port activate p5-apache-test @1.28_0
--->  Activating p5-apache-test @1.28_0
Error: port activate failed: Image error: /opt/local/share/man/man3/Apache::Test.3pm.gz is being used by the active mod_perl2 port.  Please deactivate this port first, or use 'port -f activate p5-apache-test' to force the activation.
}}}
",ryandesign@…
Active Tickets,24708,p5-libxml-enno and p5-xml-dom conflict,ports,1.8.2,,defect,narf_tm@…,new,2010-04-28T03:26:07-07:00,2010-04-28T03:26:07-07:00,"p5-libxml-enno and p5-xml-dom conflict; indeed the description of p5-libxml-enno says it provides XML::DOM. We should have only a single port for this software, whichever is the latest.
",ryandesign@…
Active Tickets,24721,unison +aqua build fails (port may be hard-coded to expect 10.5 SDK?),ports,1.8.2,,defect,l2g@…,new,2010-04-29T09:22:57-07:00,2012-11-25T19:28:08-08:00,"On an Intel mac running Leopard 10.5.8 and Xcode 3.1.4, my unison build with the +aqua flag fails with the following error.  Any idea what is wrong?


{{{
Ld /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default/Unison.app/Contents/MacOS/Unison normal i386
    mkdir /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default/Unison.app/Contents/MacOS
    cd /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew
    setenv MACOSX_DEPLOYMENT_TARGET 10.4
    /Developer/usr/bin/gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default -F/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default -F/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew -filelist /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/uimacnew.build/Default/uimac.build/Objects-normal/i386/Unison.LinkFileList -mmacosx-version-min=10.4 -L/opt/macports/lib/ocaml -lunix -lthreadsnat -lstr -lbigarray -lasmrun -framework Cocoa -framework Security -framework Growl -framework ExceptionHandling /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/../unison-blob.o -o /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default/Unison.app/Contents/MacOS/Unison
Undefined symbols:
  ""_fcntl$UNIX2003"", referenced from:
      _caml_sys_open in libasmrun.a(sys.o)
      _unix_set_nonblock in libunix.a(fcntl.o)
      _unix_set_nonblock in libunix.a(fcntl.o)
      _unix_clear_nonblock in libunix.a(fcntl.o)
      _unix_clear_nonblock in libunix.a(fcntl.o)
      _unix_set_close_on_exec in libunix.a(fcntl.o)
      _unix_set_close_on_exec in libunix.a(fcntl.o)
      _unix_clear_close_on_exec in libunix.a(fcntl.o)
      _unix_clear_close_on_exec in libunix.a(fcntl.o)
      _unix_lockf in libunix.a(lockf.o)
      _unix_lockf in libunix.a(lockf.o)
      _unix_lockf in libunix.a(lockf.o)
      _unix_lockf in libunix.a(lockf.o)
      _unix_lockf in libunix.a(lockf.o)
      _unix_lockf in libunix.a(lockf.o)
  ""_tcdrain$UNIX2003"", referenced from:
      _unix_tcdrain in libunix.a(termios.o)
  ""_pthread_cond_init$UNIX2003"", referenced from:
      _caml_thread_reinitialize in libthreadsnat.a(posix_n.o)
      _caml_threadstatus_new in libthreadsnat.a(posix_n.o)
      _caml_condition_new in libthreadsnat.a(posix_n.o)
  ""_open$UNIX2003"", referenced from:
      _caml_sys_open in libasmrun.a(sys.o)
      _unix_open in libunix.a(open.o)
  ""_write$UNIX2003"", referenced from:
      _do_write in libasmrun.a(io.o)
      _unix_write in libunix.a(write.o)
      _unix_single_write in libunix.a(write.o)
      _caml_ba_map_file in libbigarray.a(mmap_unix.o)
  ""_waitpid$UNIX2003"", referenced from:
      _unix_waitpid in libunix.a(wait.o)
  ""_strerror$UNIX2003"", referenced from:
      _caml_pthread_check in libthreadsnat.a(posix_n.o)
      _caml_sys_error in libasmrun.a(sys.o)
      _unix_error_message in libunix.a(errmsg.o)
  ""_sigsuspend$UNIX2003"", referenced from:
      _unix_sigsuspend in libunix.a(signals.o)
  ""_kill$UNIX2003"", referenced from:
      _unix_kill in libunix.a(kill.o)
  ""_fchmod$UNIX2003"", referenced from:
      _unix_fchmod in libunix.a(fchmod.o)
  ""_getrlimit$UNIX2003"", referenced from:
      _segv_handler in libasmrun.a(signals_asm.o)
  ""_close$UNIX2003"", referenced from:
      _caml_close_channel in libasmrun.a(io.o)
      _caml_ml_close_channel in libasmrun.a(io.o)
      _caml_sys_close in libasmrun.a(sys.o)
      _unix_close in libunix.a(close.o)
      _alloc_sockaddr in libunix.a(socketaddr.o)
  ""_pthread_sigmask$UNIX2003"", referenced from:
      _caml_thread_tick in libthreadsnat.a(posix_n.o)
      _caml_thread_sigmask in libthreadsnat.a(posix_n.o)
  ""_strtod$UNIX2003"", referenced from:
      _caml_float_of_substring in libasmrun.a(floats.o)
      _caml_float_of_string in libasmrun.a(floats.o)
  ""_read$UNIX2003"", referenced from:
      _caml_do_read in libasmrun.a(io.o)
      _unix_read in libunix.a(read.o)
  ""_wait$UNIX2003"", referenced from:
      _unix_wait in libunix.a(wait.o)
  ""_sleep$UNIX2003"", referenced from:
      _unix_sleep in libunix.a(sleep.o)
  ""_select$UNIX2003"", referenced from:
      _caml_thread_tick in libthreadsnat.a(posix_n.o)
      _unix_select in libunix.a(select.o)
  ""_fputs$UNIX2003"", referenced from:
      _caml_fatal_error in libasmrun.a(misc.o)
      _caml_parse_engine in libasmrun.a(parsing.o)
  ""_sigaltstack$UNIX2003"", referenced from:
      _caml_init_signals in libasmrun.a(signals_asm.o)
  ""_nice$UNIX2003"", referenced from:
      _unix_nice in libunix.a(nice.o)
  ""_sigwait$UNIX2003"", referenced from:
      _caml_wait_signal in libthreadsnat.a(posix_n.o)
  ""_chmod$UNIX2003"", referenced from:
      _setFileInfos in unison-blob.o
      _setFileInfos in unison-blob.o
      _unix_chmod in libunix.a(chmod.o)
  ""_system$UNIX2003"", referenced from:
      _caml_sys_system_command in libasmrun.a(sys.o)
  ""_mktime$UNIX2003"", referenced from:
      _unix_mktime in libunix.a(gmtime.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status

PBXCp build/Default/Unison.app/Contents/Frameworks/Growl.framework Growl.framework
    mkdir /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default/Unison.app/Contents/Frameworks
    cd /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/Growl.framework /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default/Unison.app/Contents/Frameworks
** BUILD FAILED **

The following build commands failed:
uimac:
        Ld /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Default/Unison.app/Contents/MacOS/Unison normal i386
(1 failure)

make: *** [macexecutable] Error 1
Error: Target org.macports.build returned: shell command "" cd ""/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52"" && /usr/bin/make -j1 all NATIVE=true THREADS=true UISTYLE=macnew "" returned error 2
Warning: the following items did not execute (for unison): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}
",jwhowse4@…
Active Tickets,24860,'quit' and 'exit' do not work well for octave,ports,1.8.2,,defect,macports-tickets@…,new,2010-05-11T12:47:50-07:00,2013-01-18T11:29:41-08:00,"I found it is always painful to quit or exit octave, current 3.2.4, as well as 3.2.3. Up quitting or exiting, it will give me the following messages:
*********************************************
octave:1> quit

panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Segmentation fault
*********************************************

Ctr-D, quit, exit behave the same way, that is, give me the same error messages. ",qchen3@…
Active Tickets,24861,"Octave 3.2.4, unable to close figures",ports,1.8.2,,defect,macports-tickets@…,new,2010-05-11T12:50:49-07:00,2011-05-31T17:07:48-07:00,The command 'close' or 'close all' do not work to close the figure windows. My OS is snow leopard 10.6.3. Hardware is macbook pro.,qchen3@…
Active Tickets,24897,document test.dir in guide,guide,,,defect,markd@…,new,2010-05-15T15:58:20-07:00,2010-05-15T15:58:20-07:00,The guide talks about other test phase variables but not test.dir,ryandesign@…
Active Tickets,24956,Having trouble using mysql5 and php5,wiki,,,defect,macports-tickets@…,new,2010-05-19T13:19:24-07:00,2010-05-22T12:09:02-07:00,"Hi:

I have started the process of installing MAMP as per the instructions on the MacPorts wiki howto for MAMP on [wiki:howto/MAMP howto/MAMP]

I had no problems through the beginning of Step 3: Install MySQL. The port install worked seamlessly.

However, setting up the database was very silent (no feedback what so ever).

The autostart seems to work, and grep filtering for mysql processes seems to indicate mysql is running no problem.

But when I try to set the root password, I get the following error.

{{{
mysqladmin5: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/opt/local/var/run/mysql5/mysqld.sock' exists!
}}}

Likewise, when I try to log into the server, it says:

{{{
Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)
}}}

I am running Mac OS X 10.6.3 [[br]]
2.4 GHz Intel Core 2 Duo [[br]]
3 GB Ram

Not sure how to proceed.",samii@…
Active Tickets,25042,g++-mp-4.3 aborts instead of catching exceptions,ports,1.8.2,,defect,mww@…,new,2010-05-26T13:24:01-07:00,2010-09-01T07:54:01-07:00,"Hello,

This is on Mac OS X 10.6.3 and using

Darwin myhostname 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:57:13 PST 2010; root:xnu-1504.3.12~1/RELEASE_X86_64 x86_64

which is a macbook pro


When testing my application, one of my regressions throws an exception.  It is caught fine using the xcode g++ 4.2.1, but crashes on g++-mp-4.3.  I investigated this and found that by removing ""-lgcc_s.10.5"" from the link line generated by the compiler, the exception is then properly caught.

The xcode compiler line is:

{{{
/usr/libexec/gcc/i686-apple-darwin10/4.2.1/collect2 -dynamic -arch x86_64 -macosx_version_min 10.6.3 -weak_reference_mismatches non-weak -o test1 -lcrt1.10.6.o -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../../i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../.. CMakeFiles/models.dir/Arrhenius.o CMakeFiles/models.dir/ModelBase.o CMakeFiles/models.dir/ParameterDatabase.o CMakeFiles/models.dir/ReactionSet.o CMakeFiles/models.dir/DoubleEntry.o CMakeFiles/models.dir/SpeciesProduct.o CMakeFiles/models.dir/KEqModel.o CMakeFiles/models.dir/ProductModel.o CMakeFiles/models.dir/AddModel.o CMakeFiles/models.dir/OmegaDot.o CMakeFiles/models.dir/KbModel.o CMakeFiles/models.dir/GibbsFreeEnergy.o CMakeFiles/models.dir/KEqGibbsModel.o ../testing/CMakeFiles/test1.dir/test1.o -lstdc++ -lSystem -lgcc -lSystem
}}}

and the mac ports compiler line is

{{{
/opt/local/libexec/gcc/x86_64-apple-darwin10/4.3.4/collect2 -dynamic -arch x86_64 -macosx_version_min 10.6.3 -weak_reference_mismatches non-weak -o test1 -lcrt1.10.5.o -L/opt/local/lib/gcc43/gcc/x86_64-apple-darwin10/4.3.4 -L/opt/local/lib/gcc43/gcc/x86_64-apple-darwin10/4.3.4/../../.. CMakeFiles/models.dir/Arrhenius.o CMakeFiles/models.dir/ModelBase.o CMakeFiles/models.dir/ParameterDatabase.o CMakeFiles/models.dir/ReactionSet.o CMakeFiles/models.dir/DoubleEntry.o CMakeFiles/models.dir/SpeciesProduct.o CMakeFiles/models.dir/KEqModel.o CMakeFiles/models.dir/ProductModel.o CMakeFiles/models.dir/AddModel.o CMakeFiles/models.dir/OmegaDot.o CMakeFiles/models.dir/KbModel.o CMakeFiles/models.dir/GibbsFreeEnergy.o CMakeFiles/models.dir/KEqGibbsModel.o ../testing/CMakeFiles/test1.dir/test1.o -lstdc++ -lgcc_s.10.5 -lgcc -lSystem
}}}

Removing -lgcc_s.10.5 fixes the problem, since I suspect it was written for a previous version of the OS.

The stack trace of the problem is:

{{{
Program received signal SIGABRT, Aborted.
0x00007fff85cc9886 in __kill ()
(gdb) up
#1  0x00007fff85d69eae in abort ()
(gdb) 
#2  0x0000000100267c3e in uw_init_context_1 ()
(gdb) 
#3  0x0000000100268058 in _Unwind_Resume ()
(gdb) 
#4  0x0000000100015ae6 in HTChem::DoubleEntry::operator double (this=Could not find the frame base for ""HTChem::DoubleEntry::operator double()"".
) at /workspace/svn/htchem/prototype1/models/DoubleEntry.cc:11
11	  hpcassert(first, ""Entry does not exist"");
}}}


Thank you,

Juan
",jsanchez@…
Active Tickets,25058,libmad universal build errors on 10.4.11,ports,1.8.2,,defect,macports-tickets@…,new,2010-05-27T14:23:55-07:00,2010-05-27T15:56:13-07:00,"Operating System: Mac OSX 10.4.11 (Tiger)[[BR]]
Compiler Installed: Xcode 2.5_8[[BR]]
Package Installer: Macports[[BR]]
Library: libmad 0.15.1b[[BR]]
Current Portfile: http://trac.macports.org/browser/trunk/dports/audio/libmad/Portfile [[BR]]
Varian Used: universal[[BR]]
Terminal Command: port install libmad +universal[[BR]]

So I installed all the dependancies for libmad and their dependancies individually, but when I goto build libmad I get the following errors.

Version 1 of errors:

{{{
Computing dependencies for libmad
Building libmad
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_libmad/work/libmad-0.15.1b"" && /usr/bin/make -j2 all "" returned error 2
Command output: synth.c:391: error: impossible constraint in 'asm'
synth.c:400: error: impossible constraint in 'asm'
synth.c:401: error: impossible constraint in 'asm'
synth.c:408: error: impossible constraint in 'asm'
synth.c:412: error: impossible constraint in 'asm'
syn
th.c:414: error: impossible constraint in 'asm'
synth.c:415: error: impossible constraint in 'asm'
synth.c:424: error: impossible constraint in 'asm'
synth.c:426: error: impossible constraint in 'asm'
synth.c:427: error: impossible constraint in 'asm'
synth.c:436: error: impossible constraint in 'asm'
synth.c:440: error: impossible constraint in 'asm'
synth.c:446: error: impossible constraint in 'asm'
synth.c:450: error: impossible constraint in 'asm'
synth.c:453: error: impossible constraint in 'asm'
synth.c:454: error: impossible constraint in 'asm'
synth.c:461: error: impossible constraint in 'asm'
synth.c:467: error: impossible constraint in 'asm'
synth.c:479: error: impossible constraint in 'asm'
synth.c:487: error: impossible constraint in 'asm'
synth.c:491: error: impossible constraint in 'asm'
synth.c:497: error: impossible constraint in 'asm'
synth.c:502: error: impossible constraint in 'asm'
lipo: can't figure out the architecture type of: /var/tmp//cc8067yf.out
lipo: can't figure out the architecture type of: /var/tmp//ccs97y1e.out
make[2]: *** [layer12.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [synth.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Status 1 encountered during processing.
}}}

Version 2 off errors:

{{{
Fetching libmad
Attempting to fetch libmad-0.15.1b.tar.gz from ftp://ftp.mars.org/pub/mpeg/
Verifying checksum(s) for libmad
Extracting libmad
Configuring libmad
Building libmad
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_libmad/work/libmad-0.15.1b"" && /usr/bin/make -j2 all "" returned error 2
Command output: synth.c:401: error: impossible constraint in 'asm'
synth.c:408: error: impossible constraint in 'asm'
synth.c:412: error: impossible constraint in 'asm'
synth.c:414: error: impossible constraint in 'asm'
synth.c:415: error: impossible constraint in 'asm'
syn
th.c:424: error: impossible constraint in 'asm'
synth.c:426: error: impossible constraint in 'asm'
synth.c:427: error: impossible constraint in 'asm'
synth.c:436: error: impossible constraint in 'asm'
synth.c:440: error: impossible constraint in 'asm'
synth.c:446: error: impossible constraint in 'asm'
synth.c:450: error: impossible constraint in 'asm'
synth.c:453: error: impossible constraint in 'asm'
synth.c:454: error: impossible constraint in 'asm'
synth.c:461: error: impossible constraint in 'asm'
syn
th.c:467: error: impossible constraint in 'asm'
synth.c:479: error: impossible constraint in 'asm'
synth.c:487: error: impossible constraint in 'asm'
synth.c:491: error: impossible constraint in 'asm'
synth.c:497: error: impossible constraint in 'asm'
synth.c:502: error: impossible constraint in 'asm'
libtool: compile:  /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -DFPM_INTEL -DASO_ZEROCHECK -I/opt/local/include -Wall -arch i386 -arch ppc -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse
-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fstrength-reduce -c frame.c -o frame.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -DFPM_INTEL -DASO_ZEROCHECK  -I/opt/local/include  -Wall -arch i386 -arch ppc -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fstrength-reduce -c -o decoder.lo decoder.c
libtool: compile:  /usr/bin/gcc-4.0 -DHAVE_CONFIG_H 
-I. -I. -I. -DFPM_INTEL -DASO_ZEROCHECK -I/opt/local/include -Wall -arch i386 -arch ppc -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fstrength-reduce -c decoder.c  -fno-common -DPIC -o .libs/decoder.o
libtool: compile:  /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -DFPM_INTEL -DASO_ZEROCHECK -I/opt/local/include -Wall -arch i386 -arch ppc -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks
 -fexpensive-optimizations -fregmove -fschedule-insns2 -fstrength-reduce -c decoder.c -o decoder.o >/dev/null 2>&1
lipo: can't figure out the architecture type of: /var/tmp//ccUh9SNn.out
make[2]: *** [synth.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Status 1 encountered during processing.
}}}
",jundosadi@…
Active Tickets,25132,py26-couchdbkit missing dependency,ports,1.8.2,,defect,blair@…,new,2010-06-04T07:05:02-07:00,2013-04-23T08:52:59-07:00,"py26-couchdbkit does not work because restkit.rest is not installed as a dependency for the package.

{{{
Validating models...
Unhandled exception in thread started by <function inner_run at 0x102316ed8>
Traceback (most recent call last):
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/commands/runserver.py"", line 48, in inner_run
    self.validate(display_num_errors=True)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py"", line 245, in validate
    num_errors = get_validation_errors(s, app)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/validation.py"", line 28, in get_validation_errors
    for (app_name, error) in get_app_errors().items():
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py"", line 146, in get_app_errors
    self._populate()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py"", line 64, in _populate
    self.load_app(app_name)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py"", line 78, in load_app
    models = import_module('.models', app_name)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/utils/importlib.py"", line 35, in import_module
    __import__(name)
  File ""/Users/andrew/Documents/devel/python/baruwa2/../baruwa2/messages/models.py"", line 2, in <module>
    from couchdbkit.ext.django.schema import *
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/couchdbkit/ext/django/schema.py"", line 23, in <module>
    from couchdbkit import schema
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/couchdbkit/schema/__init__.py"", line 151, in <module>
    from couchdbkit.schema.base import *
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/couchdbkit/schema/base.py"", line 26, in <module>
    from couchdbkit.client import Database
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/couchdbkit/client.py"", line 50, in <module>
    from restkit.rest import url_quote
ImportError: No module named restkit.rest
}}}
",andrew@…
Active Tickets,25145,orocos-rtt 1.10.2 Produces incorrect pkgconfig file,ports,1.8.2,,defect,macports-tickets@…,new,2010-06-05T12:09:49-07:00,2011-01-06T19:18:58-08:00,"This is a known upstream issue. Any software using the orocos-rtt produced ""orocos-rtt-macosx.pc"" file will get an invalid list of dependent libraries.",kiwi.2008@…
Active Tickets,25151,texinfo: info menus are not displayed,ports,1.8.2,,defect,macports-tickets@…,new,2010-06-06T03:40:15-07:00,2011-12-20T22:39:24-08:00,"When info is run from the command line the menus are not displayed. The menus are definitely there since pressing m and then the Tab key displays the possible completions and selecting any of them works (except that the menus in that node are not displayed either).

The menus are displayed correctly in Emacs using C-h C-i.

I am using texinfo 4.13 compiled with MacPorts 1.8.2 on Mac OS X 10.6.3.",idoadam@…
Active Tickets,25153,cdrtools @2.01.01a69_0+ not getting correct device info when using -msinfo switch,ports,1.8.2,,defect,bytestorm@…,new,2010-06-06T09:18:08-07:00,2010-06-15T00:36:23-07:00,"cdrtools versions newer than 2.01.01a48_0 seem to exhibit behavior where it can't correctly get the device for recording when using the -msinfo switch.  It will correctly burn a CD when using dev=IODVDServices, but will not get the next track information when using the same device, stating that it can't get the SCSI device information for device IODVDServices/0.  This works correctly in version 2.01.01a48_0.",pkutzner+macports@…
Active Tickets,25192,Trying to install p5-pdl but get error from Karma,ports,1.8.2,,defect,te.pickering@…,new,2010-06-09T17:04:40-07:00,2010-06-10T19:29:44-07:00,"I get an error when doing:

sudo port install p5-pdl

See attached file.

Mac OSX 10.6.3, Mac Pro.

 Thanks.",caa@…
Active Tickets,25197,php5-mysql continuously crashes apache2 httpd,ports,1.9.0,,defect,ryandesign@…,new,2010-06-09T23:30:49-07:00,2011-11-10T21:09:17-08:00,"Just installed brand new MacPorts on Mac Snow Leopard 10.6.3. 

I keep seeing these every few minutes in my console. Any ideas as to whats broken?
{{{
Process:         httpd [37660]
Path:            /opt/local/apache2/bin/httpd
Identifier:      httpd
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  httpd [37321]

Date/Time:       2010-06-09 20:19:27.506 -1000
OS Version:      Mac OS X 10.6.3 (10D578)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000600000010
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libphp5.so                    	0x00000001011f0b6b zval_mark_grey + 219
1   libphp5.so                    	0x00000001011f13af gc_collect_cycles + 1407
2   libphp5.so                    	0x00000001011d3e05 zend_deactivate + 341
3   libphp5.so                    	0x000000010117d15e php_request_shutdown + 478
4   libphp5.so                    	0x00000001012629f0 php_handler + 1328
5   httpd                         	0x00000001000013ab ap_run_handler + 123
6   httpd                         	0x000000010000322a ap_invoke_handler + 122
7   httpd                         	0x0000000100024cc8 ap_process_request + 440
8   httpd                         	0x0000000100021918 ap_process_http_connection + 344
9   httpd                         	0x000000010000eaeb ap_run_process_connection + 123
10  httpd                         	0x000000010002957d child_main + 957
11  httpd                         	0x000000010002982a make_child + 266
12  httpd                         	0x000000010002a12c ap_mpm_run + 2092
13  httpd                         	0x0000000100007d68 main + 2328
14  httpd                         	0x0000000100000f84 start + 52

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000101572be8  rbx: 0x0000000600000000  rcx: 0x00000001029de410  rdx: 0x0000000101863f22
  rdi: 0x0000000102405ad8  rsi: 0x0000000101851bc8  rbp: 0x00007fff5fbff240  rsp: 0x00007fff5fbff230
   r8: 0x000000000000012c   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000101572be8  r13: 0x00000001015731c0  r14: 0x0000000000000000  r15: 0x00000001015731d0
  rip: 0x00000001011f0b6b  rfl: 0x0000000000000206  cr2: 0x0000000100010000

Binary Images:
       0x100000000 -        0x10003dff7 +httpd ??? (???) <2BF40312-6801-0C1A-E300-2171F70DCAED> /opt/local/apache2/bin/httpd
       0x10006e000 -        0x10009afef +libpcre.0.dylib 1.1.0 (compatibility 1.0.0) <C919B93F-A7A2-9CF2-1C33-6906F5C44B23> /opt/local/lib/libpcre.0.dylib
       0x10009e000 -        0x1000b6ff7 +libaprutil-1.0.dylib 4.9.0 (compatibility 4.0.0) <AAC86FCF-19FE-3D76-B61F-BF17738A0CA7> /opt/local/lib/libaprutil-1.0.dylib
       0x1000c0000 -        0x1001c1fef +libdb-4.6.dylib ??? (???) <B7947443-C955-5556-7839-179B2EDCD167> /opt/local/lib/db46/libdb-4.6.dylib
       0x1001d8000 -        0x1001f7fef +libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <A4AEF895-0C31-404C-66ED-E540395425DE> /opt/local/lib/libexpat.1.dylib
       0x1001fe000 -        0x1002fafe7 +libiconv.2.dylib 8.0.0 (compatibility 8.0.0) <7C98D615-6A67-49FC-9859-CDAB82C0D14A> /opt/local/lib/libiconv.2.dylib
       0x100307000 -        0x100329fff +libapr-1.0.dylib 5.2.0 (compatibility 5.0.0) <5376C26D-B3AA-74C5-D7D2-9A4D7EE9B08A> /opt/local/lib/libapr-1.0.dylib
       0x100355000 -        0x100355ff7 +mod_authn_file.so ??? (???) <94C6C668-1E70-2BAB-8645-B4E72B629FF6> /opt/local/apache2/modules/mod_authn_file.so
       0x100358000 -        0x100358fff +mod_authn_dbm.so ??? (???) <5292E895-FA67-9D6D-CC81-995201977D4B> /opt/local/apache2/modules/mod_authn_dbm.so
       0x10035b000 -        0x10035bfff +mod_authn_anon.so ??? (???) <9BFBA6F5-3F4E-41FA-1016-0DB1FCC72F83> /opt/local/apache2/modules/mod_authn_anon.so
       0x10035e000 -        0x10035ffff +mod_authn_dbd.so ??? (???) <E05F5632-620B-98F8-AE46-130448427DC2> /opt/local/apache2/modules/mod_authn_dbd.so
       0x100362000 -        0x100362fff +mod_authn_default.so ??? (???) <119EDAAF-742F-EBF7-72D6-56662DF1FBE3> /opt/local/apache2/modules/mod_authn_default.so
       0x100365000 -        0x100366ff7 +mod_authz_host.so ??? (???) <8A42BEA4-5E1C-E5DD-6AA3-2FA3E200085D> /opt/local/apache2/modules/mod_authz_host.so
       0x100369000 -        0x10036afff +mod_authz_groupfile.so ??? (???) <AC4948A6-BCF8-937F-3978-7BAC30F668F7> /opt/local/apache2/modules/mod_authz_groupfile.so
       0x10036d000 -        0x10036dfff +mod_authz_user.so ??? (???) <037AC73A-B69C-65C7-AA24-127B629037F0> /opt/local/apache2/modules/mod_authz_user.so
       0x100370000 -        0x100370fff +mod_authz_dbm.so ??? (???) <1E9FB8E3-3A80-44F0-1C82-0D9DDE1FCCC5> /opt/local/apache2/modules/mod_authz_dbm.so
       0x100373000 -        0x100373fff +mod_authz_owner.so ??? (???) <59101A8B-5370-2A7F-B58C-5F1443175126> /opt/local/apache2/modules/mod_authz_owner.so
       0x100376000 -        0x100376fff +mod_authz_default.so ??? (???) <4A910751-C12D-A99F-F7B5-C63B7C932B31> /opt/local/apache2/modules/mod_authz_default.so
       0x100379000 -        0x100379ff7 +mod_auth_basic.so ??? (???) <7AA1CF0F-4A89-C97C-DEAC-10487151F387> /opt/local/apache2/modules/mod_auth_basic.so
       0x10037c000 -        0x100380fff +mod_auth_digest.so ??? (???) <5802B628-4FC0-E8CB-DA17-351A9B9B945B> /opt/local/apache2/modules/mod_auth_digest.so
       0x100384000 -        0x100385fff +mod_file_cache.so ??? (???) <C3D41861-C818-196D-C36F-7C7CD034E2EC> /opt/local/apache2/modules/mod_file_cache.so
       0x100388000 -        0x10038efff +mod_cache.so ??? (???) <4C4FDD08-793A-7643-BC7C-E3DACE277BB7> /opt/local/apache2/modules/mod_cache.so
       0x100392000 -        0x100395fff +mod_disk_cache.so ??? (???) <A36B5723-5D64-9E66-DD14-1616BD598BC7> /opt/local/apache2/modules/mod_disk_cache.so
       0x100399000 -        0x10039cfff +mod_mem_cache.so ??? (???) <3E3FA40C-2375-8572-30CF-389DCEEFCE65> /opt/local/apache2/modules/mod_mem_cache.so
       0x1003a0000 -        0x1003a2ff7 +mod_dbd.so ??? (???) <E464CE09-3031-2797-E782-67348BB68FDC> /opt/local/apache2/modules/mod_dbd.so
       0x1003a5000 -        0x1003a6ff7 +mod_dumpio.so ??? (???) <38EA856A-AD72-58F6-4B74-9D99955B4BD7> /opt/local/apache2/modules/mod_dumpio.so
       0x1003a9000 -        0x1003abfff +mod_ext_filter.so ??? (???) <E106D915-F3C9-1EE6-1B5E-30677AF40472> /opt/local/apache2/modules/mod_ext_filter.so
       0x1003af000 -        0x1003b6ff7 +mod_include.so ??? (???) <FF71B29A-2FEE-4E1A-A8FE-76D38C9741C7> /opt/local/apache2/modules/mod_include.so
       0x1003ba000 -        0x1003bcff7 +mod_filter.so ??? (???) <D6844C32-35E4-E1E0-A2C5-0BAA14026455> /opt/local/apache2/modules/mod_filter.so
       0x1003bf000 -        0x1003c0fff +mod_substitute.so ??? (???) <B382FF6A-BBD4-C53B-ABAD-D51FB89068EA> /opt/local/apache2/modules/mod_substitute.so
       0x1003c3000 -        0x1003c6fff +mod_deflate.so ??? (???) <E681CF71-A993-29C1-029E-FACB4517E44F> /opt/local/apache2/modules/mod_deflate.so
       0x1003ca000 -        0x1003deff7 +libz.1.dylib 1.2.5 (compatibility 1.0.0) <CED4D01F-2054-94F0-E944-962F279BC84C> /opt/local/lib/libz.1.dylib
       0x1003e2000 -        0x1003e5ff7 +mod_log_config.so ??? (???) <4E331093-D0DB-9A42-6DA5-877CF8C59AFF> /opt/local/apache2/modules/mod_log_config.so
       0x1003e9000 -        0x1003eaff7 +mod_log_forensic.so ??? (???) <5FB2F9C0-AF85-5C9F-F44E-D8C662A94151> /opt/local/apache2/modules/mod_log_forensic.so
       0x1003ed000 -        0x1003edff7 +mod_logio.so ??? (???) <315EBA03-3C84-0CD2-4B02-F0FD93D275FE> /opt/local/apache2/modules/mod_logio.so
       0x1003f0000 -        0x1003f0ff7 +mod_env.so ??? (???) <6993AC37-2E77-BF5D-7DB5-CBC1B20F9AF8> /opt/local/apache2/modules/mod_env.so
       0x1003f3000 -        0x1003f6ff7 +mod_mime_magic.so ??? (???) <27EECF87-C6CA-D03E-8618-DCBA1FCB62C6> /opt/local/apache2/modules/mod_mime_magic.so
       0x1003f9000 -        0x1003f9fff +mod_cern_meta.so ??? (???) <CA60CBD4-49CF-2582-805A-B0836D02DDD0> /opt/local/apache2/modules/mod_cern_meta.so
       0x1003fc000 -        0x1003fdff7 +mod_expires.so ??? (???) <2378A070-4F92-7684-2B08-7F845D729FD0> /opt/local/apache2/modules/mod_expires.so
       0x100500000 -        0x100502fff +mod_headers.so ??? (???) <76DC198F-97DD-F9DB-C9DF-541A3E66C348> /opt/local/apache2/modules/mod_headers.so
       0x100506000 -        0x100507fff +mod_ident.so ??? (???) <60C61493-29D6-152A-4773-8C056B1500CA> /opt/local/apache2/modules/mod_ident.so
       0x10050a000 -        0x10050bff7 +mod_usertrack.so ??? (???) <A80E60EF-7281-9799-6370-B52D47232479> /opt/local/apache2/modules/mod_usertrack.so
       0x10050e000 -        0x10050efef +mod_unique_id.so ??? (???) <D1D5F173-1621-8E08-2107-9FB2A523B770> /opt/local/apache2/modules/mod_unique_id.so
       0x100511000 -        0x100512fff +mod_setenvif.so ??? (???) <E4EA2CEC-8F56-6AFA-7144-9B4E6FBEBC3D> /opt/local/apache2/modules/mod_setenvif.so
       0x100515000 -        0x100515fff +mod_version.so ??? (???) <5FBA23AD-C31F-214D-D131-213FF92D5D77> /opt/local/apache2/modules/mod_version.so
       0x100518000 -        0x100526fff +mod_proxy.so ??? (???) <6F027DE9-7A4A-8DDF-B930-463CFBEFA1AB> /opt/local/apache2/modules/mod_proxy.so
       0x10052c000 -        0x10052dfff +mod_proxy_connect.so ??? (???) <A959DA11-F0F4-C710-B1D4-DF176EB15553> /opt/local/apache2/modules/mod_proxy_connect.so
       0x100530000 -        0x100535fff +mod_proxy_ftp.so ??? (???) <E80B3B96-A449-332C-BA6D-3F77C950AC7F> /opt/local/apache2/modules/mod_proxy_ftp.so
       0x100539000 -        0x10053efff +mod_proxy_http.so ??? (???) <433CB97B-110A-9325-EE28-625F733C244A> /opt/local/apache2/modules/mod_proxy_http.so
       0x100542000 -        0x100548ff7 +mod_proxy_ajp.so ??? (???) <3E4F1202-C0ED-49E8-3328-AC509E8CE7F5> /opt/local/apache2/modules/mod_proxy_ajp.so
       0x10054c000 -        0x100550ff7 +mod_proxy_balancer.so ??? (???) <A3A6DCEA-1BDD-65FE-9540-00111823D99A> /opt/local/apache2/modules/mod_proxy_balancer.so
       0x100554000 -        0x100574fe7 +mod_ssl.so ??? (???) <FE04B822-FD79-0851-7354-7822F0EE191F> /opt/local/apache2/modules/mod_ssl.so
       0x100583000 -        0x1005c5fef +libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <FBB61C75-D65F-66BB-E5E2-727AC363C68F> /opt/local/lib/libssl.0.9.8.dylib
       0x1005d9000 -        0x1006edfe7 +libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <E54E7BF0-CE9D-A38C-56DE-DDD420AAD206> /opt/local/lib/libcrypto.0.9.8.dylib
       0x100751000 -        0x100753ff7 +mod_mime.so ??? (???) <6CA0C353-8A23-D1D5-E415-A6B025694873> /opt/local/apache2/modules/mod_mime.so
       0x100756000 -        0x100768ff7 +mod_dav.so ??? (???) <1295EE8A-E7AC-7C6B-1060-ED7FF0B9C2F0> /opt/local/apache2/modules/mod_dav.so
       0x10076e000 -        0x100771fff +mod_status.so ??? (???) <C43EFB57-E6B9-1859-3342-8E5AD5C44593> /opt/local/apache2/modules/mod_status.so
       0x100774000 -        0x100779ff7 +mod_autoindex.so ??? (???) <05067A45-AD5A-B82C-CDF9-FCB1A75B5093> /opt/local/apache2/modules/mod_autoindex.so
       0x10077d000 -        0x10077dfff +mod_asis.so ??? (???) <37B5641B-E08F-1043-B351-8B09F0D5D1F7> /opt/local/apache2/modules/mod_asis.so
       0x100780000 -        0x100782fff +mod_info.so ??? (???) <097AA08A-5D88-619F-05B8-8E439A783E4A> /opt/local/apache2/modules/mod_info.so
       0x100785000 -        0x100788ff7 +mod_cgi.so ??? (???) <377E64CB-FFD4-667E-9CEE-51C14C179D5F> /opt/local/apache2/modules/mod_cgi.so
       0x10078c000 -        0x100794fff +mod_dav_fs.so ??? (???) <2150C9C0-7C1B-1064-1109-93AEAFDBD9C9> /opt/local/apache2/modules/mod_dav_fs.so
       0x100799000 -        0x10079afff +mod_vhost_alias.so ??? (???) <C6A5A6E5-B45C-3E7B-CE94-BC884B2A54DD> /opt/local/apache2/modules/mod_vhost_alias.so
       0x10079d000 -        0x1007a2fff +mod_negotiation.so ??? (???) <1DF4637B-70F0-9F77-DE59-DE205D1E71ED> /opt/local/apache2/modules/mod_negotiation.so
       0x1007a6000 -        0x1007a6fff +mod_dir.so ??? (???) <108C9244-E585-EF2B-D9BA-5A342AA29D09> /opt/local/apache2/modules/mod_dir.so
       0x1007a9000 -        0x1007abff7 +mod_imagemap.so ??? (???) <035FFC63-B83E-AD28-082B-4C519D0B9205> /opt/local/apache2/modules/mod_imagemap.so
       0x1007ae000 -        0x1007aeff7 +mod_actions.so ??? (???) <CDC4DC88-B330-755B-E9E9-E727DD1579AF> /opt/local/apache2/modules/mod_actions.so
       0x1007b1000 -        0x1007b2fff +mod_speling.so ??? (???) <47DAB00E-2388-9B40-AF14-C817804D98A8> /opt/local/apache2/modules/mod_speling.so
       0x1007b5000 -        0x1007b5ff7 +mod_userdir.so ??? (???) <34EF5D73-F7CF-353A-21EB-69130D0FAFB8> /opt/local/apache2/modules/mod_userdir.so
       0x1007b8000 -        0x1007b9ff7 +mod_alias.so ??? (???) <BBE3B3EC-ABD5-CE98-8C84-8B07AC3F9DA3> /opt/local/apache2/modules/mod_alias.so
       0x1007bc000 -        0x1007c7fff +mod_rewrite.so ??? (???) <B2BDB275-52E8-5DBF-B7D5-D6FD58E8C051> /opt/local/apache2/modules/mod_rewrite.so
       0x1007cc000 -        0x1007dafff +libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <8DCFAA43-4B92-8217-F611-76D71FFF1503> /opt/local/lib/libbz2.1.0.dylib
       0x1007df000 -        0x1007e6ff8 +Lasso8ConnectorforApache2.2.so ??? (???) /opt/local/apache2/modules/Lasso8ConnectorforApache2.2.so
       0x1007ec000 -        0x1007f0fff +mcrypt.so ??? (???) <FA87EC29-44AB-AC51-5252-F808B1A8F5B4> /opt/local/lib/php/extensions/no-debug-non-zts-20090626/mcrypt.so
       0x1007f6000 -        0x1007fcfef +libltdl.7.dylib 10.2.0 (compatibility 10.0.0) <DFCEFF07-98F3-A1A5-A547-DFBAEB7A43A8> /opt/local/lib/libltdl.7.dylib
       0x101000000 -        0x1014fcfff +libphp5.so ??? (???) <0CAA398B-2FE1-BC4D-5DBF-B616F5EB529A> /opt/local/apache2/modules/libphp5.so
       0x1015df000 -        0x101607ff7 +libreadline.6.1.dylib 6.1.0 (compatibility 6.0.0) <AC6140FD-7C33-2638-180A-132F5B01C85D> /opt/local/lib/libreadline.6.1.dylib
       0x10161d000 -        0x101647ff7 +libncurses.5.dylib 5.0.0 (compatibility 5.0.0) <05A375E3-A14F-C3EA-3370-0C6007A5F0FE> /opt/local/lib/libncurses.5.dylib
       0x101653000 -        0x101774fff +libxml2.2.dylib 10.7.0 (compatibility 10.0.0) <B83C41F3-036C-A89B-0338-07CB0AAC7838> /opt/local/lib/libxml2.2.dylib
       0x1018b2000 -        0x1018f5ff7 +gd.so ??? (???) <E06F29B5-2F2D-97BB-0D6D-240E36E7EBB4> /opt/local/lib/php/extensions/no-debug-non-zts-20090626/gd.so
       0x101905000 -        0x101984fff +libfreetype.6.dylib 11.0.0 (compatibility 11.0.0) <474B51EB-FB16-A769-D0E8-A31F29CE5CAB> /opt/local/lib/libfreetype.6.dylib
       0x101999000 -        0x1019bafe7 +libpng12.0.dylib 44.0.0 (compatibility 44.0.0) <DF166D0E-37E8-A7BD-3579-B15D455FADEA> /opt/local/lib/libpng12.0.dylib
       0x1019c1000 -        0x1019f6ff7 +libjpeg.8.dylib 9.1.0 (compatibility 9.0.0) <FEF6E02C-DA71-5DD8-7F95-8A36DE9E5806> /opt/local/lib/libjpeg.8.dylib
       0x1019fd000 -        0x101bcdfef +mbstring.so ??? (???) <B07A7D0B-4FCF-8FB7-113C-26CE9CE4B1A0> /opt/local/lib/php/extensions/no-debug-non-zts-20090626/mbstring.so
       0x101bed000 -        0x101c12fef +libmcrypt.4.dylib 9.8.0 (compatibility 9.0.0) <FE18CBD0-344D-7D8D-0819-DAAEDE4D26C0> /opt/local/lib/libmcrypt.4.dylib
       0x101c24000 -        0x101c2aff7 +mysql.so ??? (???) <498C66F1-5E73-49E8-9C79-BB87AC66AC47> /opt/local/lib/php/extensions/no-debug-non-zts-20090626/mysql.so
       0x101c30000 -        0x101c41fe7 +mysqli.so ??? (???) <3FEE8CE3-6021-DF13-639A-C4C900EB3D19> /opt/local/lib/php/extensions/no-debug-non-zts-20090626/mysqli.so
       0x101c4c000 -        0x101c4ffef +pdo_mysql.so ??? (???) <1872A2F4-2533-3516-31A1-30DF4FAF2DCC> /opt/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_mysql.so
       0x101c53000 -        0x101c61fff +zip.so ??? (???) <C22845C5-091F-1804-F41F-A2BA85D0B298> /opt/local/lib/php/extensions/no-debug-non-zts-20090626/zip.so
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80eba000 -     0x7fff80ef2ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <FAB9687F-0A86-A13F-7644-CE02E71140DB> /usr/lib/libssl.0.9.8.dylib
    0x7fff8167f000 -     0x7fff816fcfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff84c17000 -     0x7fff84c18ff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff85323000 -     0x7fff85327ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff85435000 -     0x7fff85446ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <C1154E2E-B1CB-1FAD-77ED-B139BA1AB073> /usr/lib/libz.1.dylib
    0x7fff85f60000 -     0x7fff85f81fff  libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
    0x7fff86993000 -     0x7fff869a5fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff86aa9000 -     0x7fff86bb8fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86cdd000 -     0x7fff86e9cff7  libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    0x7fff87eed000 -     0x7fff87f2afff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
}}}",scott@…
Active Tickets,25220,libfreespace: System extension cannot be used,ports,1.9.0,,defect,jt.burgess@…,new,2010-06-12T10:38:17-07:00,2010-06-12T10:57:43-07:00,"Upon installing the libfreespace @0.4_0 port on Snow Leopard, I get an alert that reads ""The system extension '/System/Library/Extensions/FreespaceDeviceDriver.kext' was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.""",ryandesign@…
Active Tickets,25221,"""import Tkinter"" fails in python26 @2.6.5_1 with 64-bit tk @8.5.8+quartz",ports,1.9.0,,defect,macports-tickets@…,new,2010-06-12T10:45:08-07:00,2010-06-13T19:20:11-07:00,"A few months ago I built 64-bit Macports tk +quartz (using the [attachment:tk-858-decarbon.patch:ticket:20799 fix] from #20799), after which I was able to use the Tkinter module of Macports python26 (then @2.6.4) to create native Aqua windows. I just tried ""import Tkinter"" for the first time in a while and now I get:
{{{
Python 2.6.5 (r265:79063, Jun 12 2010, 12:43:44) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> import Tkinter
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk/Tkinter.py"", line 39, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
}}}

As you can see, I've since upgraded to Python 2.6.5. I just tried building Macports Python 2.6.5 again and sure enough, I noticed this output:
{{{
...
building '_tkinter' extension
/usr/bin/gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/./Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/./Mac/Include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include -I. -IInclude -I./Include -I/opt/local/include -I/opt/local/include/ncurses -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Modules/_tkinter.c -o build/temp.macosx-10.6-x86_64-2.6/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Modules/_tkinter.o
/usr/bin/gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/./Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/./Mac/Include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include -I. -IInclude -I./Include -I/opt/local/include -I/opt/local/include/ncurses -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Modules/tkappinit.c -o build/temp.macosx-10.6-x86_64-2.6/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Modules/tkappinit.o
/usr/bin/gcc-4.2 -L/opt/local/lib -arch x86_64 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-x86_64-2.6/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Modules/_tkinter.o build/temp.macosx-10.6-x86_64-2.6/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.5/Modules/tkappinit.o -L/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib -L/opt/local/lib -L/usr/local/lib -ltk8.5 -ltcl8.5 -lX11 -o build/lib.macosx-10.6-x86_64-2.6/_tkinter.so
ld: library not found for -lX11
collect2: ld returned 1 exit status
...
Failed to build these modules:
_tkinter                                              
...
}}}

It looks like it's mistakenly passing ""-lX11"" when it's trying to build _tkinter.so. Am I correct in suspecting that since my tk is built with +quartz, libX11 should not be involved in building _tkinter? Is there a way to fix this?

I'm running Macports 1.9.0 and OS X 10.6.3.

Thanks!
Josh",jabronson@…
Active Tickets,25231,php52-5.2.13 error compiling php52 with +pear variant on Snow Leopard Server,ports,1.9.0,,defect,ryandesign@…,new,2010-06-13T09:21:13-07:00,2011-04-27T14:06:02-07:00,"php52 fails to compile on my box when specifying the pear variant. 

I did some analysis and it seems the error occurs during the ""make install-pear"" section of the make file with the following errors.

{{{
Installing PEAR environment:      /opt/local/lib/php/

Notice: Unknown: Unable to find the wrapper ""php"" - did you forget to enable it when you configured PHP? in Unknown on line 0

Notice: Unknown: Unable to find the wrapper ""php"" - did you forget to enable it when you configured PHP? in Unknown on line 0

Notice: Unknown: Unable to find the wrapper ""php"" - did you forget to enable it when you configured PHP? in Unknown on line 0

Fatal error: Call to undefined function in_array() in /Volumes/StorageHD/opt/local/var/macports/build/_Volumes_StorageHD_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_php52/work/php-5.2.13/pear/install-pear-nozlib.phar on line 393
}}}

Altering the php Makefile in the work directory to use the default php binaries at /usr/bin/php was able to complete the build. However, apache module libphp.so segfaults on my machine. So I don't believe this is the right thing to do.

I've attached my logs.",ugo.enyioha@…
Active Tickets,25259,gimp2 2.6.8 online help does not open,ports,1.9.0,,defect,macports-tickets@…,new,2010-06-14T22:55:46-07:00,2011-11-08T13:10:15-08:00,"If I choose ""help"" from the help menu I get the following error in a pop up window:
{{{
help Message

Could not open 'http://docs.gimp.org/2.6/en/gimp-help.xml'
for reading: Operation not supported

Perhaps you are missing GIO backends and need to install
GVFS?
}}}
This is with the help system preferences set to ""Use the online version"" and to use the web browser.  If I install the gimp-user-manual port and choose to use the local version then I get the (outdated) local help successfully.  I also tried the +gvfs variant and got the same error message.

This could be an upstream bug or there could be something wrong with the macports gvfs system as suggested by the error.  However the URL mentioned in the error is empty.  The help manual now seems to be located at http://docs.gimp.org/2.6/en/index.html so perhaps the URL is no longer correct, though this is not an xml file.",swebster@…
Active Tickets,25362,mpich@1.2.7p1 fail to build in Mac OS X snow leopard,ports,1.9.1,,defect,macports-tickets@…,new,2010-06-20T21:48:10-07:00,2011-07-27T10:36:39-07:00,"I am using Xcode 3.2.2 for Mac SDK 10.6

{{{
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_mpich/work/mpich-1.2.7p1/bin/mpicc  -o overtake overtake.o test.o 
:info:build ld: duplicate symbol _MPIR_Setup_base_datatype in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_mpich/work/mpich-1.2.7p1/lib/libmpich.a(initdte.o) and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_mpich/work/mpich-1.2.7p1/lib/libpmpich.a(initdte.o)
:info:build collect2: ld returned 1 exit status
:info:build make[4]: *** [overtake] Error 1
:info:build make[3]: [linktest1] Error 2 (ignored)
:info:build Could not link a C program with MPI libraries
:info:build make[3]: *** [linktest1] Error 1
:info:build make[2]: *** [linktest] Error 2
:info:build make[1]: *** [mpi-lib-test] Error 2
:info:build make: *** [mpi] Error 2

:info:build shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_mpich/work/mpich-1.2.7p1"" && /usr/bin/make -j2 "" returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
}}}
",josem.climate@…
Active Tickets,25379,Cairo 1.8.10 won't build MP1.91 / SL 10.6.4 (+no_x11 +quartz -universal),ports,1.9.1,,defect,ryandesign@…,new,2010-06-22T09:07:54-07:00,2010-06-22T10:29:04-07:00,"Both Cairo and Cairo-Devel crash at the same place. Debug installed text file attached.  Below is the non-debug crash info:


{{{
tz-font.lo cairo-quartz-font.c
cairo-quartz-surface.c: In function 'CreateGradientFunction':
cairo-quartz-surface.c:689: warning: initialization from incompatible pointer type
cairo-quartz-surface.c:702: warning: passing argument 3 of 'CGFunctionCreate' from incompatible pointer type
cairo-quartz-surface.c:702: warning: passing argument 5 of 'CGFunctionCreate' from incompatible pointer type
cairo-quartz-surface.c: In function 'CreateRepeatingGradientFunction':
cairo-quartz-surface.c:715: warning: initialization from incompatible pointer type
cairo-quartz-surface.c:786: warning: passing argument 3 of 'CGFunctionCreate' from incompatible pointer type
cairo-quartz-surface.c:786: warning: passing argument 5 of 'CGFunctionCreate' from incompatible pointer type
cairo-quartz-surface.c: In function '_cairo_quartz_setup_source':
cairo-quartz-surface.c:1320: warning: passing argument 3 of 'CGContextSetFillPattern' from incompatible pointer type
cairo-quartz-surface.c:1322: warning: passing argument 3 of 'CGContextSetStrokePattern' from incompatible pointer type
cairo-quartz-surface.c: In function '_cairo_quartz_surface_stroke':
cairo-quartz-surface.c:1900: warning: passing argument 3 of 'CGContextSetLineDash' from incompatible pointer type
cairo-quartz-font.c: In function '_cairo_quartz_font_get_implementation':
cairo-quartz-font.c:296: warning: assignment from incompatible pointer type
cairo-quartz-font.c:371: warning: assignment from incompatible pointer type
cairo-quartz-font.c: In function '_cairo_quartz_font_create_toy':
cairo-quartz-font.c:386: warning: passing argument 2 of '_cairo_quartz_font_get_implementation' from incompatible pointer type
cairo-quartz-font.c: At top level:
cairo-quartz-font.c:778: warning: initialization from incompatible pointer type
mv -f .deps/cairo-quartz-font.Tpo .deps/cairo-quartz-font.Plo
../doltcompile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I..  -I. -I/opt/local/include/pixman-1      -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include   -I/opt/local/include/libpng12                       -I/opt/local/include  -pipe -O2 -arch x86_64 -MT cairo-quartz-image-surface.lo -MD -MP -MF .deps/cairo-quartz-image-surface.Tpo -c -o cairo-quartz-image-surface.lo cairo-quartz-image-surface.c
mv -f .deps/cairo-quartz-surface.Tpo .deps/cairo-quartz-surface.Plo
../doltcompile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I..  -I. -I/opt/local/include/pixman-1      -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include   -I/opt/local/include/libpng12                       -I/opt/local/include  -pipe -O2 -arch x86_64 -MT cairo-win32-surface.lo -MD -MP -MF .deps/cairo-win32-surface.Tpo -c -o cairo-win32-surface.lo cairo-win32-surface.c
In file included from cairo-win32-private.h:39,
                 from cairo-win32-surface.c:52:
cairo-win32.h:49: error: expected ')' before 'hdc'
cairo-win32.h:52: error: expected ')' before 'hdc'
cairo-win32.h:55: error: expected ')' before 'hdc'
cairo-win32.h:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_win32_surface_get_dc'
cairo-win32.h:78: error: expected ')' before '*' token
cairo-win32.h:81: error: expected ')' before 'font'
cairo-win32.h:84: error: expected ')' before '*' token
cairo-win32.h:88: error: expected declaration specifiers or '...' before 'HDC'
In file included from cairo-win32-surface.c:52:
cairo-win32-private.h:56: error: expected specifier-qualifier-list before 'HDC'
cairo-win32-private.h:139: error: expected ')' before 'dc'
cairo-win32-private.h:169: error: expected declaration specifiers or '...' before 'XFORM'
cairo-win32-private.h: In function '_cairo_matrix_to_win32_xform':
cairo-win32-private.h:171: error: 'xform' undeclared (first use in this function)
cairo-win32-private.h:171: error: (Each undeclared identifier is reported only once
cairo-win32-private.h:171: error: for each function it appears in.)
cairo-win32-private.h:171: error: 'FLOAT' undeclared (first use in this function)
cairo-win32-private.h:171: error: expected ';' before 'm'
cairo-win32-private.h:172: error: expected ';' before 'm'
cairo-win32-private.h:173: error: expected ';' before 'm'
cairo-win32-private.h:174: error: expected ';' before 'm'
cairo-win32-private.h:175: error: expected ';' before 'm'
cairo-win32-private.h:176: error: expected ';' before 'm'
cairo-win32-private.h: At top level:
cairo-win32-private.h:180: error: expected ')' before 'dc'
cairo-win32-private.h:186: error: expected ')' before 'rgn'
cairo-win32-surface.c: In function '_cairo_win32_print_gdi_error':
cairo-win32-surface.c:88: error: 'DWORD' undeclared (first use in this function)
cairo-win32-surface.c:88: error: expected ';' before 'last_error'
cairo-win32-surface.c:90: error: 'FORMAT_MESSAGE_ALLOCATE_BUFFER' undeclared (first use in this function)
cairo-win32-surface.c:91: error: 'FORMAT_MESSAGE_FROM_SYSTEM' undeclared (first use in this function)
cairo-win32-surface.c:93: error: 'last_error' undeclared (first use in this function)
cairo-win32-surface.c:94: error: 'LANG_NEUTRAL' undeclared (first use in this function)
cairo-win32-surface.c:94: error: 'SUBLANG_DEFAULT' undeclared (first use in this function)
cairo-win32-surface.c:95: error: 'LPSTR' undeclared (first use in this function)
cairo-win32-surface.c: At top level:
cairo-win32-surface.c:113: error: expected ')' before 'dc'
cairo-win32-surface.c:151: error: expected declaration specifiers or '...' before 'HDC'
cairo-win32-surface.c: In function '_create_dc_and_bitmap':
cairo-win32-surface.c:160: error: 'BITMAPINFO' undeclared (first use in this function)
cairo-win32-surface.c:160: error: 'bitmap_info' undeclared (first use in this function)
cairo-win32-surface.c:162: error: expected specifier-qualifier-list before 'BITMAPINFOHEADER'
cairo-win32-surface.c:170: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:171: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:172: error: 'cairo_win32_surface_t' has no member named 'is_dib'
cairo-win32-surface.c:190: error: 'RGBQUAD' undeclared (first use in this function)
cairo-win32-surface.c:190: error: 'BITMAPINFOHEADER' undeclared (first use in this function)
cairo-win32-surface.c:194: error: expected expression before ')' token
cairo-win32-surface.c:201: error: 'LONG' undeclared (first use in this function)
cairo-win32-surface.c:216: error: 'BI_RGB' undeclared (first use in this function)
cairo-win32-surface.c:252: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:252: error: 'original_dc' undeclared (first use in this function)
cairo-win32-surface.c:253: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:256: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:256: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:258: error: 'DIB_RGB_COLORS' undeclared (first use in this function)
cairo-win32-surface.c:261: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:264: error: 'cairo_win32_surface_t' has no member named 'is_dib'
cairo-win32-surface.c:268: error: 'cairo_win32_surface_t' has no member named 'saved_dc_bitmap'
cairo-win32-surface.c:268: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:269: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:270: error: 'cairo_win32_surface_t' has no member named 'saved_dc_bitmap'
cairo-win32-surface.c:297: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:297: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:307: error: 'cairo_win32_surface_t' has no member named 'saved_dc_bitmap'
cairo-win32-surface.c:308: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:308: error: 'cairo_win32_surface_t' has no member named 'saved_dc_bitmap'
cairo-win32-surface.c:309: error: 'cairo_win32_surface_t' has no member named 'saved_dc_bitmap'
cairo-win32-surface.c:312: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:313: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:314: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:317: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:318: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:319: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c: At top level:
cairo-win32-surface.c:326: error: expected ')' before 'original_dc'
cairo-win32-surface.c: In function '_cairo_win32_surface_create_similar_internal':
cairo-win32-surface.c:400: error: 'cairo_win32_surface_t' has no member named 'is_dib'
cairo-win32-surface.c:409: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:409: warning: assignment makes pointer from integer without a cast
cairo-win32-surface.c:416: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:416: warning: assignment makes pointer from integer without a cast
cairo-win32-surface.c: In function '_cairo_win32_surface_finish':
cairo-win32-surface.c:489: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:490: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:493: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:494: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:494: error: 'cairo_win32_surface_t' has no member named 'saved_dc_bitmap'
cairo-win32-surface.c:495: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:496: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:501: error: 'cairo_win32_surface_t' has no member named 'initial_clip_rgn'
cairo-win32-surface.c:502: error: 'cairo_win32_surface_t' has no member named 'initial_clip_rgn'
cairo-win32-surface.c:504: error: 'cairo_win32_surface_t' has no member named 'font_subsets'
cairo-win32-surface.c:505: error: 'cairo_win32_surface_t' has no member named 'font_subsets'
cairo-win32-surface.c: In function '_cairo_win32_surface_get_subimage':
cairo-win32-surface.c:533: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:534: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:537: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:539: error: 'SRCCOPY' undeclared (first use in this function)
cairo-win32-surface.c:551: error: 'RECT' undeclared (first use in this function)
cairo-win32-surface.c:551: error: expected ';' before 'r'
cairo-win32-surface.c:552: error: 'r' undeclared (first use in this function)
cairo-win32-surface.c:555: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:555: error: 'HBRUSH' undeclared (first use in this function)
cairo-win32-surface.c:555: error: expected ')' before 'GetStockObject'
cairo-win32-surface.c: In function '_cairo_win32_surface_acquire_source_image':
cairo-win32-surface.c:572: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:573: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:580: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c:581: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c:585: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c: In function '_cairo_win32_surface_acquire_dest_image':
cairo-win32-surface.c:612: error: 'RECT' undeclared (first use in this function)
cairo-win32-surface.c:612: error: expected ';' before 'clip_box'
cairo-win32-surface.c:615: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:620: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c:621: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c:623: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:629: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:629: error: 'clip_box' undeclared (first use in this function)
cairo-win32-surface.c:629: error: 'ERROR' undeclared (first use in this function)
cairo-win32-surface.c:659: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c: In function '_cairo_win32_surface_release_dest_image':
cairo-win32-surface.c:683: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:686: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:688: error: 'SRCCOPY' undeclared (first use in this function)
cairo-win32-surface.c: At top level:
cairo-win32-surface.c:698: error: expected specifier-qualifier-list before 'BYTE'
cairo-win32-surface.c:711: error: expected ')' before '*' token
cairo-win32-surface.c: In function '_composite_alpha_blend':
cairo-win32-surface.c:737: error: nested functions are disabled, use -fnested-functions to re-enable
cairo-win32-surface.c:737: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'alpha_blend'
cairo-win32-surface.c:737: error: 'alpha_blend' undeclared (first use in this function)
cairo-win32-surface.c:745: error: 'OSVERSIONINFO' undeclared (first use in this function)
cairo-win32-surface.c:745: error: expected ';' before 'os'
cairo-win32-surface.c:747: error: 'os' undeclared (first use in this function)
cairo-win32-surface.c:752: error: 'VER_PLATFORM_WIN32_WINDOWS' undeclared (first use in this function)
cairo-win32-surface.c:755: error: 'HMODULE' undeclared (first use in this function)
cairo-win32-surface.c:755: error: expected ';' before 'msimg32_dll'
cairo-win32-surface.c:757: error: 'msimg32_dll' undeclared (first use in this function)
cairo-win32-surface.c:758: error: 'cairo_alpha_blend_func_t' undeclared (first use in this function)
cairo-win32-surface.c:758: error: expected ';' before 'GetProcAddress'
cairo-win32-surface.c:767: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:772: error: 'BLENDFUNCTION' has no member named 'BlendOp'
cairo-win32-surface.c:773: error: 'BLENDFUNCTION' has no member named 'BlendFlags'
cairo-win32-surface.c:774: error: 'BLENDFUNCTION' has no member named 'SourceConstantAlpha'
cairo-win32-surface.c:775: error: 'BLENDFUNCTION' has no member named 'AlphaFormat'
cairo-win32-surface.c:777: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:780: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c: In function '_cairo_win32_surface_composite_inner':
cairo-win32-surface.c:805: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:806: error: 'BITMAPINFO' undeclared (first use in this function)
cairo-win32-surface.c:806: error: expected ';' before 'bi'
cairo-win32-surface.c:807: error: 'bi' undeclared (first use in this function)
cairo-win32-surface.c:807: error: 'BITMAPINFOHEADER' undeclared (first use in this function)
cairo-win32-surface.c:811: error: 'LONG' undeclared (first use in this function)
cairo-win32-surface.c:815: error: 'BI_RGB' undeclared (first use in this function)
cairo-win32-surface.c:826: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:835: error: 'DIB_RGB_COLORS' undeclared (first use in this function)
cairo-win32-surface.c:836: error: 'SRCCOPY' undeclared (first use in this function)
cairo-win32-surface.c:841: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:842: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:845: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:849: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:852: error: 'BOOL' undeclared (first use in this function)
cairo-win32-surface.c:852: error: expected ';' before 'success'
cairo-win32-surface.c:853: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:853: error: 'HALFTONE' undeclared (first use in this function)
cairo-win32-surface.c:854: error: 'success' undeclared (first use in this function)
cairo-win32-surface.c:854: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:857: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:861: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c: In function '_cairo_win32_surface_composite':
cairo-win32-surface.c:918: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:950: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:980: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c:1170: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:1170: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:1176: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:1182: error: 'HBRUSH' undeclared (first use in this function)
cairo-win32-surface.c:1182: error: expected ';' before 'brush'
cairo-win32-surface.c:1183: error: 'HGDIOBJ' undeclared (first use in this function)
cairo-win32-surface.c:1183: error: expected ';' before 'old_brush'
cairo-win32-surface.c:1184: error: 'POINT' undeclared (first use in this function)
cairo-win32-surface.c:1184: error: expected ';' before 'old_brush_origin'
cairo-win32-surface.c:1187: error: 'brush' undeclared (first use in this function)
cairo-win32-surface.c:1187: error: 'cairo_win32_surface_t' has no member named 'bitmap'
cairo-win32-surface.c:1192: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1193: error: 'old_brush_origin' undeclared (first use in this function)
cairo-win32-surface.c:1195: error: 'old_brush' undeclared (first use in this function)
cairo-win32-surface.c:1195: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1197: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1197: error: 'PATCOPY' undeclared (first use in this function)
cairo-win32-surface.c:1200: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1201: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1276: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:1279: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:1280: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c: In function '_cairo_win32_surface_fill_rectangles':
cairo-win32-surface.c:1377: error: 'COLORREF' undeclared (first use in this function)
cairo-win32-surface.c:1377: error: expected ';' before 'new_color'
cairo-win32-surface.c:1378: error: 'HBRUSH' undeclared (first use in this function)
cairo-win32-surface.c:1378: error: expected ';' before 'new_brush'
cairo-win32-surface.c:1393: error: 'new_color' undeclared (first use in this function)
cairo-win32-surface.c:1405: error: 'new_brush' undeclared (first use in this function)
cairo-win32-surface.c:1410: error: 'RECT' undeclared (first use in this function)
cairo-win32-surface.c:1410: error: expected ';' before 'rect'
cairo-win32-surface.c:1412: error: 'rect' undeclared (first use in this function)
cairo-win32-surface.c:1417: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c: In function '_cairo_win32_surface_set_clip_region':
cairo-win32-surface.c:1443: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:1446: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:1447: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c:1466: error: 'RGNDATA' undeclared (first use in this function)
cairo-win32-surface.c:1466: error: 'data' undeclared (first use in this function)
cairo-win32-surface.c:1468: error: 'RECT' undeclared (first use in this function)
cairo-win32-surface.c:1468: error: 'rects' undeclared (first use in this function)
cairo-win32-surface.c:1470: error: 'HRGN' undeclared (first use in this function)
cairo-win32-surface.c:1470: error: expected ';' before 'gdi_region'
cairo-win32-surface.c:1482: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c:1483: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c:1485: error: 'gdi_region' undeclared (first use in this function)
cairo-win32-surface.c:1487: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1488: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1503: error: 'RGNDATAHEADER' undeclared (first use in this function)
cairo-win32-surface.c:1509: error: expected expression before ')' token
cairo-win32-surface.c:1512: error: 'RDH_RECTANGLES' undeclared (first use in this function)
cairo-win32-surface.c:1536: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1536: error: 'RGN_AND' undeclared (first use in this function)
cairo-win32-surface.c:1536: error: 'ERROR' undeclared (first use in this function)
cairo-win32-surface.c: In function '_cairo_win32_surface_get_extents':
cairo-win32-surface.c:1552: error: 'cairo_win32_surface_t' has no member named 'extents'
cairo-win32-surface.c: In function '_cairo_win32_surface_show_glyphs':
cairo-win32-surface.c:1577: error: 'WORD' undeclared (first use in this function)
cairo-win32-surface.c:1577: error: expected ';' before 'glyph_buf_stack'
cairo-win32-surface.c:1578: error: 'glyph_buf' undeclared (first use in this function)
cairo-win32-surface.c:1578: error: 'glyph_buf_stack' undeclared (first use in this function)
cairo-win32-surface.c:1582: error: 'BOOL' undeclared (first use in this function)
cairo-win32-surface.c:1582: error: expected ';' before 'win_result'
cairo-win32-surface.c:1586: error: 'COLORREF' undeclared (first use in this function)
cairo-win32-surface.c:1586: error: expected ';' before 'color'
cairo-win32-surface.c:1613: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:1619: error: 'color' undeclared (first use in this function)
cairo-win32-surface.c:1625: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1627: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1627: error: too many arguments to function 'cairo_win32_scaled_font_select_font'
cairo-win32-surface.c:1628: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1629: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1629: error: 'TA_BASELINE' undeclared (first use in this function)
cairo-win32-surface.c:1629: error: 'TA_LEFT' undeclared (first use in this function)
cairo-win32-surface.c:1630: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1630: error: 'TRANSPARENT' undeclared (first use in this function)
cairo-win32-surface.c:1633: error: expected expression before ')' token
cairo-win32-surface.c:1656: error: expected ';' before 'glyphs'
cairo-win32-surface.c:1683: error: 'cairo_win32_surface_t' has no member named 'flags'
cairo-win32-surface.c:1690: error: 'ETO_GLYPH_INDEX' undeclared (first use in this function)
cairo-win32-surface.c:1693: error: 'win_result' undeclared (first use in this function)
cairo-win32-surface.c:1693: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1696: error: 'ETO_PDY' undeclared (first use in this function)
cairo-win32-surface.c:1705: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c: At top level:
cairo-win32-surface.c:1733: error: expected ')' before 'hdc'
cairo-win32-surface.c: In function 'cairo_win32_surface_create_with_dib':
cairo-win32-surface.c:1796: warning: return makes pointer from integer without a cast
cairo-win32-surface.c: At top level:
cairo-win32-surface.c:1815: error: expected ')' before 'hdc'
cairo-win32-surface.c:1900: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_win32_surface_get_dc'
cairo-win32-surface.c: In function 'cairo_win32_surface_get_image':
cairo-win32-surface.c:1944: error: 'cairo_win32_surface_t' has no member named 'image'
cairo-win32-surface.c: In function '_cairo_win32_surface_is_similar':
cairo-win32-surface.c:1955: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:1955: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c: At top level:
cairo-win32-surface.c:2023: error: expected ')' before 'hdc'
cairo-win32-surface.c: In function '_cairo_win32_restore_initial_clip':
cairo-win32-surface.c:2086: error: 'XFORM' undeclared (first use in this function)
cairo-win32-surface.c:2086: error: expected ';' before 'saved_xform'
cairo-win32-surface.c:2087: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:2088: error: 'GM_ADVANCED' undeclared (first use in this function)
cairo-win32-surface.c:2089: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:2089: error: 'saved_xform' undeclared (first use in this function)
cairo-win32-surface.c:2090: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:2090: error: 'MWT_IDENTITY' undeclared (first use in this function)
cairo-win32-surface.c:2094: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:2094: error: 'cairo_win32_surface_t' has no member named 'initial_clip_rgn'
cairo-win32-surface.c:2096: error: 'cairo_win32_surface_t' has no member named 'had_simple_clip'
cairo-win32-surface.c:2098: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c:2099: error: 'cairo_win32_surface_t' has no member named 'clip_rect'
cairo-win32-surface.c:2100: error: 'cairo_win32_surface_t' has no member named 'clip_rect'
cairo-win32-surface.c:2101: error: 'cairo_win32_surface_t' has no member named 'clip_rect'
cairo-win32-surface.c:2101: error: 'cairo_win32_surface_t' has no member named 'clip_rect'
cairo-win32-surface.c:2102: error: 'cairo_win32_surface_t' has no member named 'clip_rect'
cairo-win32-surface.c:2102: error: 'cairo_win32_surface_t' has no member named 'clip_rect'
cairo-win32-surface.c:2106: error: 'cairo_win32_surface_t' has no member named 'dc'
cairo-win32-surface.c: At top level:
cairo-win32-surface.c:2112: error: expected ')' before 'rgn'
make[3]: *** [cairo-win32-surface.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/cairo-quartz-image-surface.Tpo .deps/cairo-quartz-image-surface.Plo
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/cairo-1.8.10"" && /usr/bin/make -j2 all "" returned error 2
Error: Target org.macports.build returned: shell command failed
Warning: the following items did not execute (for cairo): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Log for cairo is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}
",gvibe06@…
Active Tickets,25408,ice-cpp: Exception.cpp:18:24: error: execinfo.h: No such file or directory,ports,1.9.1,,defect,blair@…,new,2010-06-24T05:32:50-07:00,2011-11-22T06:18:38-08:00,ice-cpp failed to build on my Tiger i386 machine. Log attached.,ryandesign@…
Active Tickets,25415,dash universal variant fails,ports,1.9.1,,defect,Mathias.Laurin+macports@…,new,2010-06-24T21:15:38-07:00,2010-06-24T21:15:38-07:00,"On Snow Leopard at least, the universal variant of dash fails:

{{{
:info:build gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
}}}

Full log attached.",ryandesign@…
Active Tickets,25435,gtk2: parse error before 'http_addrlist_t',ports,1.9.1,,defect,macports-tickets@…,new,2010-06-26T17:28:30-07:00,2011-06-23T11:22:31-07:00,"Discovered this while trying to port install bluefish.  I got this error, and then tried to port install gtk2 directly.  Still got this error.  I am running Tiger 10.4.  Using Xcode 2.5.  Here is the error:
{{{
macbook:/Applications nwinesett$ sudo port install gtk2
Password:
--->  Computing dependencies for gtk2
--->  Building gtk2
Error: Target org.macports.build returned: shell command failed
Log for gtk2 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
macbook:/Applications nwinesett$ 
}}}

Any help would be greatly appreciated, so I can get to using bluefish.  Thanks, Nathan",winesett@…
Active Tickets,25448,freepops 0.0.18 fails to build on OS X 10.6.4,ports,1.9.0,,defect,macports-tickets@…,new,2010-06-27T16:03:00-07:00,2010-06-27T17:05:16-07:00,"
{{{
--->  Building freepops
Error: Target org.macports.build returned: shell command failed
Log for freepops is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
~/ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/main.log
version:1
:debug:main epoch: in tree: 0 installed: 0
:debug:main curl 7.21.0_0 exists in the ports tree
:debug:main curl 7.20.0_0 +ssl is the latest installed
:debug:main curl 7.20.0_0 +ssl is active
:debug:main Merging existing variants '+ssl' into variants
:debug:main new fully merged portvariants: ssl +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant ssl provides ssl
:debug:main epoch: in tree: 0 installed: 0
:debug:main pkgconfig 0.25_0 exists in the ports tree
:debug:main pkgconfig 0.25_0 +universal is the latest installed
:debug:main pkgconfig 0.25_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! pkgconfig 0.25_0 >= pkgconfig 0.25_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main zlib 1.2.5_0 exists in the ports tree
:debug:main zlib 1.2.5_0 +universal is the latest installed
:debug:main zlib 1.2.5_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! zlib 1.2.5_0 >= zlib 1.2.5_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main libidn 1.19_0 exists in the ports tree
:debug:main libidn 1.16_0  is the latest installed
:debug:main libidn 1.16_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/mail/libidn
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main epoch: in tree: 0 installed: 0
:debug:main libiconv 1.13.1_0 exists in the ports tree
:debug:main libiconv 1.13.1_0  is the latest installed
:debug:main libiconv 1.13.1_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! libiconv 1.13.1_0 >= libiconv 1.13.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main gettext 0.18.1.1_0 exists in the ports tree
:debug:main gettext 0.18.1.1_0 +universal is the latest installed
:debug:main gettext 0.18.1.1_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! gettext 0.18.1.1_0 >= gettext 0.18.1.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main ncurses 5.7_0 exists in the ports tree
:debug:main ncurses 5.7_0 +darwin_10+universal is the latest installed
:debug:main ncurses 5.7_0 +darwin_10+universal is active
:debug:main Merging existing variants '+darwin_10+universal' into variants
:debug:main new fully merged portvariants: universal + darwin_10 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Requested variant darwin_10 is not provided by port ncurses.
:debug:main Executing variant universal provides universal
:debug:main Skipping upgrade since ncurses 5.7_0 >= ncurses 5.7_0, even though installed variants ""+darwin_10+universal"" do not match ""+universal"".
:debug:main epoch: in tree: 0 installed: 0
:debug:main ncursesw 5.7_0 exists in the ports tree
:debug:main ncursesw 5.7_0 +darwin_10 is the latest installed
:debug:main ncursesw 5.7_0 +darwin_10+universal is active
:debug:main Merging existing variants '+darwin_10+universal' into variants
:debug:main new fully merged portvariants: universal + darwin_10 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Requested variant darwin_10 is not provided by port ncursesw.
:debug:main Executing variant universal provides universal
:debug:main Skipping upgrade since ncursesw 5.7_0 >= ncursesw 5.7_0, even though installed variants ""+darwin_10+universal"" do not match ""+universal"".
:debug:main epoch: in tree: 0 installed: 0
:debug:main expat 2.0.1_0 exists in the ports tree
:debug:main expat 2.0.1_0  is the latest installed
:debug:main expat 2.0.1_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat
:debug:main OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! expat 2.0.1_0 >= expat 2.0.1_0
:debug:main Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_libidn/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/mail/libidn/work
:debug:main Starting logging for libidn
:debug:destroot Starting logging for libidn
:debug:clean epoch: in tree: 1 installed: 1
:debug:clean openssl 0.9.8o_0 exists in the ports tree
:debug:clean openssl 0.9.8o_0 +universal is the latest installed
:debug:clean openssl 0.9.8o_0 +universal is active
:debug:clean Merging existing variants '+universal' into variants
:debug:clean new fully merged portvariants: universal +
:debug:clean Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
:debug:clean OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:clean org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:clean Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:clean Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:clean universal variant already exists, so not adding the default one
:debug:clean Executing variant universal provides universal
:debug:clean No need to upgrade! openssl 0.9.8o_0 >= openssl 0.9.8o_0
:debug:clean epoch: in tree: 0 installed: 0
:debug:clean curl-ca-bundle 7.21.0_0 exists in the ports tree
:debug:clean curl-ca-bundle 7.20.0_0  is the latest installed
:debug:clean curl-ca-bundle 7.20.0_0  is active
:debug:clean Merging existing variants '' into variants
:debug:clean new fully merged portvariants: 
:debug:clean Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl-ca-bundle
:debug:clean OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:clean org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:clean universal_variant is false, so not adding the default universal variant
:debug:clean epoch: in tree: 0 installed: 0
:debug:clean perl5 5.8.9_0 exists in the ports tree
:debug:clean perl5 5.8.9_0  is the latest installed
:debug:clean perl5 5.8.9_0  is active
:debug:clean Merging existing variants '' into variants
:debug:clean new fully merged portvariants: 
:debug:clean Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5
:debug:clean OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:clean org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:clean universal_variant is false, so not adding the default universal variant
:debug:clean No need to upgrade! perl5 5.8.9_0 >= perl5 5.8.9_0
:debug:clean epoch: in tree: 0 installed: 0
:debug:clean perl5.8 5.8.9_3 exists in the ports tree
:debug:clean perl5.8 5.8.9_3  is the latest installed
:debug:clean perl5.8 5.8.9_3 +universal is active
:debug:clean Merging existing variants '+universal' into variants
:debug:clean new fully merged portvariants: universal +
:debug:clean Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5.8
:debug:clean OS darwin/10.3.0 (Mac OS X 10.6) arch i386
:debug:clean org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:clean org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:clean adding the default universal variant
:debug:clean Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:clean Executing variant universal provides universal
:debug:clean No need to upgrade! perl5.8 5.8.9_3 >= perl5.8 5.8.9_3
:debug:clean Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_curl-ca-bundle/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl-ca-bundle/work
:debug:clean Starting logging for curl-ca-bundle
:debug:destroot Starting logging for curl-ca-bundle
:debug:clean Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_curl/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl/work
:debug:clean Starting logging for curl
:debug:destroot Starting logging for curl
:msg:clean --->  Computing dependencies for freepops:info:clean .:debug:clean Searching for dependency: curl
:debug:clean Found Dependency: receipt exists for curl
:debug:clean Searching for dependency: expat
:debug:clean Found Dependency: receipt exists for expat
:debug:clean Searching for dependency: openssl
:debug:clean Found Dependency: receipt exists for openssl
:debug:clean Searching for dependency: zlib
:debug:clean Found Dependency: receipt exists for zlib
:msg:clean 
:debug:main Executing org.macports.main (freepops)
:msg:main --->  Fetching freepops
:debug:fetch fetch phase started at Sun Jun 27 18:57:59 EDT 2010
:debug:fetch Executing org.macports.fetch (freepops)
:info:fetch --->  freepops-0.0.18.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/freepops
:debug:fetch Pinging downloads.sourceforge.net...
:debug:fetch Pinging easynews.dl.sourceforge.net...
:debug:fetch Pinging internap.dl.sourceforge.net...
:debug:fetch Pinging superb-east.dl.sourceforge.net...
:debug:fetch Pinging superb-west.dl.sourceforge.net...
:debug:fetch Pinging voxel.dl.sourceforge.net...
:debug:fetch Pinging ufpr.dl.sourceforge.net...
:debug:fetch Pinging dfn.dl.sourceforge.net...
:debug:fetch Pinging garr.dl.sourceforge.net...
:debug:fetch Pinging heanet.dl.sourceforge.net...
:debug:fetch Pinging kent.dl.sourceforge.net...
:debug:fetch Pinging mesh.dl.sourceforge.net...
:debug:fetch Pinging surfnet.dl.sourceforge.net...
:debug:fetch Pinging switch.dl.sourceforge.net...
:debug:fetch Pinging nchc.dl.sourceforge.net...
:debug:fetch Pinging internode.dl.sourceforge.net...
:debug:fetch Pinging transact.dl.sourceforge.net...
:debug:fetch Pinging optusnet.dl.sourceforge.net...
:debug:fetch Pinging distfiles.macports.org...
:debug:fetch Pinging aarnet.au.distfiles.macports.org...
:debug:fetch Pinging lil.fr.distfiles.macports.org...
:debug:fetch downloads.sourceforge.net ping time is 42.391
:debug:fetch easynews.dl.sourceforge.net ping time is 69.857
:debug:fetch internap.dl.sourceforge.net ping time is 19.449
:debug:fetch superb-east.dl.sourceforge.net ping time is 38.711
:debug:fetch superb-west.dl.sourceforge.net ping time is 38.320
:debug:fetch voxel.dl.sourceforge.net ping time is 12.395
:debug:fetch ufpr.dl.sourceforge.net ping time is 229.811
:debug:fetch dfn.dl.sourceforge.net ping time is 119.428
:debug:fetch garr.dl.sourceforge.net ping time is 112.029
:debug:fetch heanet.dl.sourceforge.net ping time is 95.222
:debug:fetch kent.dl.sourceforge.net ping time is 87.909
:debug:fetch mesh.dl.sourceforge.net ping time is 107.219
:debug:fetch surfnet.dl.sourceforge.net ping time is 101.373
:debug:fetch switch.dl.sourceforge.net ping time is 102.386
:debug:fetch nchc.dl.sourceforge.net ping time is 233.199
:debug:fetch internode.dl.sourceforge.net ping time is 272.795
:debug:fetch transact.dl.sourceforge.net ping time is 252.159
:debug:fetch optusnet.dl.sourceforge.net ping time is 259.161
:debug:fetch distfiles.macports.org ping time is 89.286
:debug:fetch aarnet.au.distfiles.macports.org ping time is 275.503
:debug:fetch lil.fr.distfiles.macports.org ping time is 91.615
:msg:fetch --->  Attempting to fetch freepops-0.0.18.tar.gz from http://voxel.dl.sourceforge.net/freepops
:msg:fetch --->  Verifying checksum(s) for freepops
:debug:checksum checksum phase started at Sun Jun 27 18:58:04 EDT 2010
:debug:checksum Executing org.macports.checksum (freepops)
:info:checksum --->  Checksumming freepops-0.0.18.tar.gz
:debug:checksum Correct (md5) checksum for freepops-0.0.18.tar.gz
:msg:checksum --->  Extracting freepops
:debug:extract extract phase started at Sun Jun 27 18:58:04 EDT 2010
:debug:extract Executing org.macports.extract (freepops)
:info:extract --->  Extracting freepops-0.0.18.tar.gz
:debug:extract setting option extract.args to /opt/local/var/macports/distfiles/freepops/freepops-0.0.18.tar.gz
:debug:extract Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:extract Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work"" && /usr/bin/gzip -dc /opt/local/var/macports/distfiles/freepops/freepops-0.0.18.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
:debug:patch patch phase started at Sun Jun 27 18:58:05 EDT 2010
:debug:patch Executing org.macports.patch (freepops)
:msg:patch --->  Applying patches to freepops
:info:patch --->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/mail/freepops/files/patch-darwin
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:patch Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/freepops-0.0.18"" && /usr/bin/patch -p0'
:info:patch patching file ./Makefile
:info:patch patching file ./configure.sh
:info:patch patching file ./doc/freepopsd.1
:info:patch patching file ./modules/src/luafull/Makefile
:info:patch patching file ./src/Makefile
:info:patch patching file ./src/freepops.h
:info:patch patching file ./src/lua/freepops.lua
:msg:patch --->  Configuring freepops
:debug:patch Using compiler 'Mac OS X gcc 4.2'
:debug:configure configure phase started at Sun Jun 27 18:58:05 EDT 2010
:debug:configure Executing proc-pre-org.macports.configure-configure-0
:debug:configure Executing org.macports.configure (freepops)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/freepops-0.0.18"" && ./configure.sh osx'
:msg:configure --->  Building freepops
:debug:build build phase started at Sun Jun 27 18:58:05 EDT 2010
:debug:build Executing org.macports.build (freepops)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:build Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/freepops-0.0.18"" && /usr/bin/make -j2 all WHERE=/opt/local/'
:info:build building freepopsd
:info:build  building dep for luabox.c
:info:build building getopt
:info:build luabox.c:19:18: error: luay.h: No such file or directory
:info:build luabox.c:23:28: error: pop3server_lua.h: No such file or directory
:info:build luabox.c:24:21: error: log_lua.h: No such file or directory
:info:build luabox.c:25:22: error: mlex_lua.h: No such file or directory
:info:build luabox.c:26:28: error: stringhack_lua.h: No such file or directory
:info:build luabox.c:27:25: error: session_lua.h: No such file or directory
:info:build luabox.c:28:22: error: curl_lua.h: No such file or directory
:info:build luabox.c:29:25: error: getdate_lua.h: No such file or directory
:info:build luabox.c:30:23: error: psock_lua.h: No such file or directory
:info:build luabox.c:31:24: error: base64_lua.h: No such file or directory
:info:build luabox.c:32:28: error: regularexp_lua.h: No such file or directory
:info:build luabox.c:33:20: error: lxplib.h: No such file or directory
:info:build luabox.c:34:24: error: crypto_lua.h: No such file or directory
:info:build luabox.c:36:17: error: log.h: No such file or directory
:info:build  building dep for freepops.c
:info:build freepops.c:45:22: error: getopt1.h: No such file or directory
:info:build freepops.c:54:23: error: popserver.h: No such file or directory
:info:build In file included from freepops.c:55:
:info:build engine.h:21:22: error: popstate.h: No such file or directory
:info:build freepops.c:56:24: error: altsocklib.h: No such file or directory
:info:build freepops.c:57:24: error: regularexp.h: No such file or directory
:info:build freepops.c:60:18: error: luay.h: No such file or directory
:info:build freepops.c:63:17: error: log.h: No such file or directory
:info:build freepops.c:66:17: error: pid.h: No such file or directory
:info:build  building dep for engine.c
:info:build  building dep for getopt1.c
:info:build  building dep for getopt.c
:info:build engine.c:24:23: error: popserver.h: No such file or directory
:info:build engine.c:25:22: error: popstate.h: No such file or directory
:info:build engine.c:30:18: error: luay.h: No such file or directory
:info:build engine.c:36:17: error: log.h: No such file or directory
:info:build make[1]: *** No rule to make target `.engine.d', needed by `all'.  Stop.
:info:build make: *** [src] Error 2
:info:build make: *** Waiting for unfinished jobs....
:info:build -n  compiling getopt.c -> 
:info:build -n  compiling getopt1.c -> 
:info:build getopt1.o
:info:build getopt.o
:info:build -n  linking 
:info:build libgetopt.a
:info:build building lua
:info:build  building core library... lapi.c:310: error: expected declaration specifiers or '...' before '(' token
:info:build lapi.c:310: error: expected declaration specifiers or '...' before '(' token
:info:build lapi.c:310: error: conflicting types for 'lua_tolstring'
:info:build /opt/local/include/lua.h:149: error: previous declaration of 'lua_tolstring' was here
:info:build lapi.c: In function 'lua_tolstring':
:info:build lapi.c:311: error: 'idx' undeclared (first use in this function)
:info:build lapi.c:311: error: (Each undeclared identifier is reported only once
:info:build lapi.c:311: error: for each function it appears in.)
:info:build lapi.c: At top level:
:info:build lapi.c:327: error: expected declaration specifiers or '...' before '(' token
:info:build lapi.c:327: error: conflicting types for 'lua_objlen'
:info:build /opt/local/include/lua.h:150: error: previous declaration of 'lua_objlen' was here
:info:build lapi.c: In function 'lua_objlen':
:info:build lapi.c:328: error: 'idx' undeclared (first use in this function)
:info:build lapi.c: At top level:
:info:build lapi.c:514: error: expected declaration specifiers or '...' before numeric constant
:info:build lapi.c:514: error: expected declaration specifiers or '...' before numeric constant
:info:build lapi.c:514: error: conflicting types for 'lua_createtable'
:info:build /opt/local/include/lua.h:181: error: previous declaration of 'lua_createtable' was here
:info:build lapi.c:774: error: expected declaration specifiers or '...' before numeric constant
:info:build lapi.c:774: error: expected declaration specifiers or '...' before numeric constant
:info:build lapi.c:774: error: conflicting types for 'lua_gc'
:info:build /opt/local/include/lua.h:230: error: previous declaration of 'lua_gc' was here
:info:build lstate.c:181:34: error: macro ""lua_open"" passed 1 arguments, but takes just 0
:info:build lstate.c:181: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
:info:build ltable.c: In function 'luaH_mainposition':
:info:build ltable.c:108: warning: cast from pointer to integer of different size
:info:build ltable.c:110: warning: cast from pointer to integer of different size
:info:build ranlib: file: ../lib/liblua.a(ltests.o) has no symbols
:info:build ranlib: file: ../lib/liblua.a(ltests.o) has no symbols
:info:build done.
:info:build  building standard library... lauxlib.c:126: error: expected declaration specifiers or '...' before '(' token
:info:build lauxlib.c:126: error: expected declaration specifiers or '...' before '(' token
:info:build lauxlib.c:126: error: conflicting types for 'lua_getfield'
:info:build /opt/local/include/lua.h:178: error: previous declaration of 'lua_getfield' was here
:info:build lauxlib.c: In function 'lua_getfield':
:info:build lauxlib.c:127: error: 'tname' undeclared (first use in this function)
:info:build lauxlib.c:127: error: (Each undeclared identifier is reported only once
:info:build lauxlib.c:127: error: for each function it appears in.)
:info:build lauxlib.c: At top level:
:info:build lauxlib.c:282: error: expected identifier or '(' before 'void'
:info:build lauxlib.c:282: error: expected ')' before numeric constant
:info:build lauxlib.c:301: error: expected identifier or '(' before 'int'
:info:build lauxlib.c:301: error: expected ')' before 'lua_objlen'
:info:build lauxlib.c: In function 'callalert':
:info:build lauxlib.c:555: error: too many arguments to function 'lua_getfield'
:info:build lbaselib.c: In function 'luaB_gcinfo':
:info:build lbaselib.c:191: warning: implicit declaration of function 'lua_getgcthreshold'
:info:build lbaselib.c: In function 'luaB_collectgarbage':
:info:build lbaselib.c:197: warning: implicit declaration of function 'lua_setgcthreshold'
:info:build lbaselib.c: In function 'pushcomposename':
:info:build lbaselib.c:443: warning: passing argument 2 of 'strchr' makes integer from pointer without a cast
:info:build ldblib.c: In function 'debug':
:info:build ldblib.c:218: warning: implicit declaration of function 'lua_dostring'
:info:build liolib.c: In function 'f_seek':
:info:build liolib.c:573: warning: implicit declaration of function 'luaL_findstring'
:info:build done.
:info:build  building lua... lua.c:77: error: 'luaopen_loadlib' undeclared here (not in a function)
:info:build lua.c:259:36: error: macro ""lua_readline"" requires 3 arguments, but only 2 given
:info:build lua.c: In function 'load_string':
:info:build lua.c:259: error: 'lua_readline' undeclared (first use in this function)
:info:build lua.c:259: error: (Each undeclared identifier is reported only once
:info:build lua.c:259: error: for each function it appears in.)
:info:build lua.c:268:38: error: macro ""lua_readline"" requires 3 arguments, but only 2 given
:info:build make[3]: *** [bin/lua] Error 1
:info:build make[2]: *** [lua-5.0.2] Error 2
:info:build shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/work/freepops-0.0.18"" && /usr/bin/make -j2 all WHERE=/opt/local/ "" returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: the following items did not execute (for freepops): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for freepops is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_freepops/main.log

}}}
",gjznituv@…
Active Tickets,25487,Loggerhead port obsolete with latest bzr version,ports,1.9.1,,defect,jlaurila@…,new,2010-07-01T09:50:53-07:00,2010-07-01T21:19:16-07:00,"It's also suggested loggerhead be renamed to bzr-loggerhead to confirm with the other bzr ports.

{{{
Unable to load plugin 'loggerhead'. It requested API version (1, 17, 0) of module <module 'bzrlib' from '/opt/loca
l/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bzrlib/__init__.pyc'> but the minim
um exported version is (2, 1, 0), and the maximum is (2, 1, 2)                                                    
}}}
",nefar@…
Active Tickets,25513,tokyocabinet +debug: library not found for -lcrt0.o,ports,1.9.1,,defect,stromnov@…,new,2010-07-04T03:08:19-07:00,2011-06-26T09:38:04-07:00,"tokyocabinet @1.4.45_0 +debug fails on linking to crt0 (hence mutt +debug+tokyocabinet fails). [[br]]
OS: 10.6.4 [[br]]
XCode: 3.2.3

{{{
version:1
:debug:main epoch: in tree: 0 installed: 0
:debug:main zlib 1.2.5_0 exists in the ports tree
:debug:main zlib 1.2.5_0  is the latest installed
:debug:main zlib 1.2.5_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
:debug:main OS darwin/10.4.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! zlib 1.2.5_0 >= zlib 1.2.5_0
:msg:main --->  Computing dependencies for tokyocabinet:msg:main 
:debug:main Searching for dependency: zlib
:debug:main Found Dependency: receipt exists for zlib
:debug:main Executing org.macports.main (tokyocabinet)
:msg:main --->  Fetching tokyocabinet
:debug:fetch fetch phase started at Sun Jul  4 06:01:41 EDT 2010
:debug:fetch Executing org.macports.fetch (tokyocabinet)
:msg:fetch --->  Verifying checksum(s) for tokyocabinet
:debug:checksum checksum phase started at Sun Jul  4 06:01:41 EDT 2010
:debug:checksum Executing org.macports.checksum (tokyocabinet)
:info:checksum --->  Checksumming tokyocabinet-1.4.45.tar.gz
:debug:checksum Correct (md5) checksum for tokyocabinet-1.4.45.tar.gz
:debug:checksum Correct (sha1) checksum for tokyocabinet-1.4.45.tar.gz
:debug:checksum Correct (rmd160) checksum for tokyocabinet-1.4.45.tar.gz
:msg:checksum --->  Extracting tokyocabinet
:debug:extract extract phase started at Sun Jul  4 06:01:41 EDT 2010
:debug:extract Executing org.macports.extract (tokyocabinet)
:info:extract --->  Extracting tokyocabinet-1.4.45.tar.gz
:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/tokyocabinet/tokyocabinet-1.4.45.tar.gz'
:debug:extract Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:extract Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/work"" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/tokyocabinet/tokyocabinet-1.4.45.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -'
:debug:patch patch phase started at Sun Jul  4 06:01:41 EDT 2010
:debug:patch Executing org.macports.patch (tokyocabinet)
:msg:patch --->  Configuring tokyocabinet
:debug:patch Using compiler 'Mac OS X gcc 4.2'
:debug:configure configure phase started at Sun Jul  4 06:01:41 EDT 2010
:debug:configure Executing org.macports.configure (tokyocabinet)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch x86_64' CXXFLAGS='-pipe -O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m64' LDFLAGS='-arch x86_64' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-pipe -O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch x86_64' FFLAGS='-pipe -O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/work/tokyocabinet-1.4.45"" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --datadir=/opt/local/share/doc --enable-debug'
:info:configure #================================================================
:info:configure # Configuring Tokyo Cabinet version 1.4.45 (debug).
:info:configure #================================================================
:info:configure checking for gcc... /usr/bin/gcc-4.2
:info:configure checking for C compiler default output file name... a.out
:info:configure checking whether the C compiler works... yes
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of executables... 
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
:info:configure checking for egrep... /usr/bin/grep -E
:info:configure checking for ANSI C header files... yes
:info:configure checking for sys/types.h... yes
:info:configure checking for sys/stat.h... yes
:info:configure checking for stdlib.h... yes
:info:configure checking for string.h... yes
:info:configure checking for memory.h... yes
:info:configure checking for strings.h... yes
:info:configure checking for inttypes.h... yes
:info:configure checking for stdint.h... yes
:info:configure checking for unistd.h... yes
:info:configure checking whether byte ordering is bigendian... universal
:info:configure checking for main in -lc... yes
:info:configure checking for main in -lm... yes
:info:configure checking for main in -lpthread... yes
:info:configure checking for main in -lrt... no
:info:configure checking for main in -lz... yes
:info:configure checking for main in -lbz2... yes
:info:configure checking for main in -ltokyocabinet... no
:info:configure checking for stdlib.h... (cached) yes
:info:configure checking for stdint.h... (cached) yes
:info:configure checking for unistd.h... (cached) yes
:info:configure checking dirent.h usability... yes
:info:configure checking dirent.h presence... yes
:info:configure checking for dirent.h... yes
:info:configure checking regex.h usability... yes
:info:configure checking regex.h presence... yes
:info:configure checking for regex.h... yes
:info:configure checking glob.h usability... yes
:info:configure checking glob.h presence... yes
:info:configure checking for glob.h... yes
:info:configure checking pthread.h usability... yes
:info:configure checking pthread.h presence... yes
:info:configure checking for pthread.h... yes
:info:configure checking zlib.h usability... yes
:info:configure checking zlib.h presence... yes
:info:configure checking for zlib.h... yes
:info:configure checking bzlib.h usability... yes
:info:configure checking bzlib.h presence... yes
:info:configure checking for bzlib.h... yes
:info:configure configure: creating ./config.status
:info:configure config.status: creating Makefile
:info:configure config.status: creating tokyocabinet.pc
:info:configure #================================================================
:info:configure # Ready to make.
:info:configure #================================================================
:msg:configure --->  Building tokyocabinet
:debug:build build phase started at Sun Jul  4 06:01:46 EDT 2010
:debug:build Executing org.macports.build (tokyocabinet)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:build Assembled command: 'cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/work/tokyocabinet-1.4.45"" && /usr/bin/make -j2 all'
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcutil.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tchdb.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcbdb.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcfdb.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tctdb.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcadb.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 myconf.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 md5.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcutest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcumttest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcucodec.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tchtest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tchmttest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tchmgr.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcbtest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcbmttest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcbmgr.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcftest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcfmttest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcfmgr.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcttest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tctmttest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tctmgr.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcatest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcamttest.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcamgr.c
:info:build /usr/bin/gcc-4.2 -c -I. -I/opt/local/include -I/Users/marc/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_TC_PREFIX=""\""/opt/local\"""" -D_TC_INCLUDEDIR=""\""/opt/local/include\"""" -D_TC_LIBDIR=""\""/opt/local/lib\"""" -D_TC_BINDIR=""\""/opt/local/bin\"""" -D_TC_LIBEXECDIR=""\""/opt/local/libexec\"""" -D_TC_APPINC=""\""-I/opt/local/include\"""" -D_TC_APPLIBS=""\""-L/opt/local/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc \"""" -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 tcawmgr.c
:info:build ar rv libtokyocabinet.a tcutil.o tchdb.o tcbdb.o tcfdb.o tctdb.o tcadb.o myconf.o md5.o
:info:build ar: creating archive libtokyocabinet.a
:info:build /usr/bin/gcc-4.2 -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 -dynamiclib -o libtokyocabinet.9.8.0.dylib \
:info:build 	  -install_name /opt/local/lib/libtokyocabinet.9.dylib \
:info:build 	  -current_version 9.8.0 -compatibility_version 9 \
:info:build 	  tcutil.o tchdb.o tcbdb.o tcfdb.o tctdb.o tcadb.o myconf.o md5.o -arch x86_64 -L. -L/opt/local/lib -L/Users/marc/lib -L/usr/local/lib -lbz2 -lz -lpthread -lm -lc 
:info:build a - tcutil.o
:info:build a - tchdb.o
:info:build a - tcbdb.o
:info:build a - tcfdb.o
:info:build a - tctdb.o
:info:build a - tcadb.o
:info:build a - myconf.o
:info:build a - md5.o
:info:build ld: warning: directory '/usr/local/lib' following -L not found
:info:build ln -f -s libtokyocabinet.9.8.0.dylib libtokyocabinet.9.dylib
:info:build ln -f -s libtokyocabinet.9.8.0.dylib libtokyocabinet.dylib
:info:build LD_RUN_PATH=/lib:/usr/lib:/opt/local/lib:/Users/marc/lib:/usr/local/lib:/opt/local/lib:. /usr/bin/gcc-4.2 -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 -o tcutest tcutest.o -arch x86_64 -L. -L/opt/local/lib -L/Users/marc/lib -L/usr/local/lib -static -ltokyocabinet -lbz2 -lz -lpthread -lm -lc 
:info:build LD_RUN_PATH=/lib:/usr/lib:/opt/local/lib:/Users/marc/lib:/usr/local/lib:/opt/local/lib:. /usr/bin/gcc-4.2 -pipe -O2 -arch x86_64 -std=c99 -Wall -fPIC -pedantic -fsigned-char -g -O0 -o tcumttest tcumttest.o -arch x86_64 -L. -L/opt/local/lib -L/Users/marc/lib -L/usr/local/lib -static -ltokyocabinet -lbz2 -lz -lpthread -lm -lc 
:info:build ld: warning: directory '/usr/local/lib' following -L not found
:info:build ld: library not found for -lcrt0.o
:info:build ld: warning: directory '/usr/local/lib' following -L notcollect2: ld returned 1 exit status
:info:build  found
:info:build ld: library not found for -lcrt0.o
:info:build collect2: ld returned 1 exit status
:info:build make: *** [tcumttest] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build make: *** [tcutest] Error 1
:info:build shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/work/tokyocabinet-1.4.45"" && /usr/bin/make -j2 all "" returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: the following items did not execute (for tokyocabinet): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for tokyocabinet is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_tokyocabinet/main.log
}}}",vaillant@…
Active Tickets,25541,"meschach @1.2b_0+universal builds with no errors, but is not universal",ports,1.9.1,,defect,howarth@…,new,2010-07-05T14:17:16-07:00,2010-07-05T17:10:46-07:00,"Install:
{{{
% sudo port install meschach +universal
Password:
--->  Computing dependencies for meschach
--->  Fetching meschach
--->  Verifying checksum(s) for meschach
--->  Extracting meschach
--->  Applying patches to meschach
--->  Configuring meschach
--->  Building meschach
--->  Staging meschach into destroot
--->  Installing meschach @1.2b_0+universal
--->  Activating meschach @1.2b_0+universal
--->  Cleaning meschach
}}}

when trying to link it:
{{{
gcc -arch x86_64 -arch i386  -I. -O3 -o /usr/local/mri/fidl_repos/installs/fidl/fidl_2.64/bin_darwin/compute_glm compute_glm.o linmod.o -L.  -L/opt/local/lib -lfidl -lmeschach -lgsl -lgslcblas -lm
ld: warning: in /opt/local/lib/libmeschach.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
}}}
",jeremy.reynolds@…
Active Tickets,25595,openssl 1.0.0a: universal build fails on Tiger PowerPC,ports,1.9.1,,defect,mww@…,new,2010-07-08T19:18:51-07:00,2010-07-30T18:31:27-07:00,"openssl 0.9.8o could build universal on Tiger, but 1.0.0a says:

{{{

:info:build if [ -n ""libcrypto.1.0.0.dylib libssl.1.0.0.dylib"" ]; then \
:info:build     /usr/bin/make -f ../../Makefile.shared -e \
:info:build             LIBNAME=gost \
:info:build             LIBEXTRAS='e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_pa
rams.o gost_pmeth.o gost_sign.o' \
:info:build             LIBDEPS='-L../.. -lcrypto' \
:info:build             link_o.darwin-shared; \
:info:build else \
:info:build     ar  r ../../libcrypto.a e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o go
st_params.o gost_pmeth.o gost_sign.o; \
:info:build fi
:info:build ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/mp/lib/libz.1.dylib referenced from: ../../libcrypto.dylib (checking for undefined symbols may be affected) (No such 
file or directory, errno = 2)
:info:build ld: Undefined symbols:
:info:build _deflate referenced from libcrypto.1 expected to be defined in /mp/lib/libz.1.dylib
:info:build _deflateEnd referenced from libcrypto.1 expected to be defined in /mp/lib/libz.1.dylib
:info:build _deflateInit_ referenced from libcrypto.1 expected to be defined in /mp/lib/libz.1.dylib
:info:build _inflate referenced from libcrypto.1 expected to be defined in /mp/lib/libz.1.dylib
:info:build _inflateEnd referenced from libcrypto.1 expected to be defined in /mp/lib/libz.1.dylib
:info:build _inflateInit_ referenced from libcrypto.1 expected to be defined in /mp/lib/libz.1.dylib
:info:build _zError referenced from libcrypto.1 expected to be defined in /mp/lib/libz.1.dylib
:info:build /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit command failed
:info:build make[3]: *** [link_o.darwin] Error 1
:info:build make[2]: *** [lib] Error 2
:info:build make[1]: *** [subdirs] Error 1
:info:build make: *** [build_engines] Error 1
}}}

This should be a simple matter of adding ""`-lz`"" to the LDFLAGS.",ryandesign@…
Active Tickets,25600,"kerberos5 and fbopenssl provide /opt/local/include/gssapi.h, making them mutually exclusive",ports,1.9.1,,defect,macports-tickets@…,new,2010-07-09T06:42:30-07:00,2010-07-26T13:53:39-07:00,"Both ''kerberos5'' and ''fbopenssl'' provide {{{/opt/local/include/gssapi.h}}} making them and all depending ports mutually exclusive. (Software version info below.) 

{{{
# port install kerberos5
[…]
# port install fbopenssl
--->  Computing dependencies for fbopenssl
--->  Activating fbopenssl @0.0.4_2
Error: Target org.macports.activate returned: Image error:\
/opt/local/include/gssapi.h is being used by the active\
kerberos5 port.  Please deactivate this port first, or \
use 'port -f activate fbopenssl' to force the activation.
Log for fbopenssl is at: /opt/local/var/macports/logs/\
_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_fbopenssl/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}

A sample of now mutually exclusive packets are cyrus-sasl2 (depends on kerberos5, see #23812) and curl with +spnego (depends on fbopenssl)

== Software Versions ==

 * kerberos5: @1.7.1
 * fbopenssl: @0.0.4 rev 2
 * !MacPorts 1.9.1
 * Max OS X 10.6.4
 * Xcode 3.2.2
",hinnerk@…
Active Tickets,25613,smartmontools 5.39.1 Logging does not function,ports,1.9.1,,defect,takanori@…,new,2010-07-10T03:29:16-07:00,2011-07-07T20:52:33-07:00,"smartmontools is a package that contains `smartctl` and `smartd`, this report is in regards to `smartd` only.

All documentation states that logging messages will be sent to 'SYSLOG'.  The [http://smartmontools.sourceforge.net/man/smartd.8.html smartd man page] specifically states:

> -l FACILITY, --logfacility=FACILITY
> Uses syslog facility FACILITY to log the messages from smartd. Here FACILITY is one of local0, local1, ..., local7, or daemon [default]. If this command-line option is not used, then by default messages from smartd are logged to the facility daemon.

Further, emails generated for alert or testing state:

> For details see host's SYSLOG (default: /var/log/messages).

Nothing as far as I can tell is sent to /var/log/system.log.  I believe that would be the correct place for this.  If another location was determined to be in for example /opt/local/var/log/smartmontools.log then an entire syslog mechanism would have to be installed and configured along with it. 

According to the snip above, 'daemon' is the default, which Mac OS X does not have a logging channel for. What is the correct procedure to solve this?  Not everyone will use the mail feature of smartd to get an alert, and I think it is important to also have this logged to syslog.  Not everyone has `mail` functioning on their local systems.

Ideally, no edits would need to be made to /etc/syslog.conf.  Is this simply a matter of altering the launcd item to add --logfacility=notice ?

I spent a bit of time trying to figure out if this software was even working, to learn that my mta was off.  This would have been logged to syslog, which I was `tail -f`ing just as I -HUP'd `smartd`, but nothing showed up.  I browsed the source a little to see if I thought it was solvable there, or with a configure arg, but I don't believe that to be the case.

This is not my area of expertise, but if someone can tell the correct approach to fixing it, I would like to give it a try.  I would also like to try to add in a +growl variant for instant alerts on screen which has it's own mail feature as well.

",scott@…
Active Tickets,25663,tomcat6 on PowerPC: Shared archive: sharing disabled for server vm,ports,1.9.1,,defect,blair@…,new,2010-07-12T21:57:59-07:00,2011-07-03T23:46:58-07:00,"Here's the issue. Couldn't find anything in the log. 

- Tori


{{{
--->  Building tomcat6
DEBUG: build phase started at Tue Jul 13 00:46:44 EDT 2010
DEBUG: Executing proc-pre-org.macports.build-build-0
Error: Target org.macports.build returned: Apache Ant version 1.8.1 compiled on April 30 2010
Shared archive: sharing disabled for server vm
DEBUG: Backtrace: Apache Ant version 1.8.1 compiled on April 30 2010
Shared archive: sharing disabled for server vm
    while executing
""$pre $targetname""
Warning: the following items did not execute (for tomcat6): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Log for tomcat6 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat6/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}",vleilamitchell@…
Active Tickets,25674,mysql5 fetch takes a long time from mysql.mirrors.pair.com,ports,1.9.1,,defect,ryandesign@…,new,2010-07-13T20:21:32-07:00,2010-07-16T13:21:40-07:00,"When attempting to install the mysql5-server port, the operation hangs at the following:
{{{
---> Attempting to fetch mysql-5.1.48.tar.gz from http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/
}}}",weinmaster@…
Active Tickets,25695,Freetype 2.4.0 renders much worse than 2.3.12,ports,1.9.1,,defect,ryandesign@…,new,2010-07-15T07:33:26-07:00,2010-07-15T15:55:07-07:00,In GNU Emacs 22.3 the font to write the texts in the menu bar and the menus' entries renders really badly now while before it looked OK. Right now I can't proof this because port does not let me build freetype @2.3.12_0 – another bug?,Peter_Dyballa@…
Active Tickets,25713,gcc44: warning empty archive: libbackend.a (can't load from it),ports,1.9.1,,defect,mww@…,new,2010-07-16T18:44:19-07:00,2011-02-13T14:50:58-08:00,"I've been trying to install deluge through macports for a while now, but I've gotten stuck on the gcc44 build. So I cleaned gcc44, found and installed all the dependencies, but it still won't install. Here's what was in terminal. The log is attached.

{{{
--->  Computing dependencies for gcc44
--->  Building gcc44
Error: Target org.macports.build returned: shell command failed
Log for gcc44 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc44/main.log
Error: Status 1 encountered during processing.
}}}",lord.of.chickens@…
Active Tickets,25721,peekabot: inconvenient upgrade from 0.7.1 to 0.7.2,ports,1.9.1,,defect,staffan@…,new,2010-07-17T21:49:37-07:00,2010-07-17T21:49:37-07:00,"I encountered some inconveniences while updating peekabot from 0.7.1 to 0.7.2.

The first problem is that peekabot used to use xercesc but now uses xercesc3, but those two ports cannot be installed at the same time because they conflict with one another (because they install files of the same names) so the user must manually deactivate the one before activating the other.

{{{
$ port installed peekabot
The following ports are currently installed:
  peekabot @0.7.1_0 (active)
$ port outdated peekabot
The following installed ports are outdated:
peekabot                       0.7.1_0 < 0.7.2_0 
$ port upgrade peekabot
--->  Computing dependencies for peekabot-serverError: Unable to exec port: Can't install xercesc3 because conflicting ports are installed: xercesc
To report a bug, see <http://guide.macports.org/#project.tickets>
$ port dependents xercesc
peekabot depends on xercesc
$ port deactivate xercesc
--->  Deactivating xercesc
$ port upgrade peekabot
--->  Computing dependencies for peekabot-server
--->  Dependencies to be installed: xercesc3
--->  Activating xercesc3 @3.1.1_0
--->  Cleaning xercesc3
}}}

This is not really peekabot's problem except that it is unfortunate that this dependency had to be changed while the xercesc ports were incompatible with one another. Resolving that incompatibility is a matter for xercesc's maintainers and a separate ticket.

The second issue is solely peekabot's, though. peekabot 0.7.1 contained both the client and server, while peekabot 0.7.2 contains nothing and instead declares dependencies on new ports peekabot-client and peekabot-server which taken together install the same files the previous monolithic peekabot installed. And therein lies the problem: MacPorts will build, install and try to activate the port's new dependencies while the old port is still active, resulting in a conflict.

{{{
--->  Fetching peekabot-server
--->  Attempting to fetch peekabot-0.7.2.tar.bz2 from http://downloads.sourceforge.net/peekabot
--->  Verifying checksum(s) for peekabot-server
--->  Extracting peekabot-server
--->  Applying patches to peekabot-server
--->  Configuring peekabot-server
--->  Building peekabot-server
--->  Staging peekabot-server into destroot
--->  Installing peekabot-server @0.7.2_0
--->  Activating peekabot-server @0.7.2_0
Error: Target org.macports.activate returned: Image error: /mp/bin/obj2pbmf is being used by the active peekabot port.  Please deactivate this port first, or use 'port -f activate peekabot-server' to force the activation.
Log for peekabot-server is at: /mp/var/macports/logs/_Volumes_data_macports_ports_science_peekabot-server/main.log
Error: Problem while installing peekabot-server
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}

Again the user will have to manually intervene to set things right.

{{{
$ port deactivate peekabot
--->  Deactivating peekabot
$ port upgrade peekabot
--->  Computing dependencies for peekabot-client
--->  Fetching peekabot-client
--->  Verifying checksum(s) for peekabot-client
--->  Extracting peekabot-client
--->  Applying patches to peekabot-client
--->  Configuring peekabot-client
--->  Building peekabot-client
--->  Staging peekabot-client into destroot
--->  Installing peekabot-client @0.7.2_0
--->  Activating peekabot-client @0.7.2_0
--->  Cleaning peekabot-client
--->  Computing dependencies for peekabot
--->  Dependencies to be installed: peekabot-server
--->  Activating peekabot-server @0.7.2_0
--->  Cleaning peekabot-server
--->  Fetching peekabot
--->  Verifying checksum(s) for peekabot
--->  Extracting peekabot
--->  Configuring peekabot
--->  Building peekabot
--->  Staging peekabot into destroot
--->  Computing dependencies for peekabot
--->  Installing peekabot @0.7.2_0
--->  Activating peekabot @0.7.2_0
--->  Cleaning peekabot
}}}

If you had made the peekabot port ""`replaced_by peekabot-client`"" or ""`replaced_by peekabot-server`"" MacPorts would have deactivated the old peekabot port before attempting to activate the new port, since ""replaced_by"" indicates to MacPorts the likelihood that the new port will contain the same files as the old port. But you said in #25309 that you did not wish to replace the old peekabot by either the new client or server port since you could not be sure whether the user wanted the client or the server, and that it was reasonable for the user to want to install either the client or the server without installing the other.

There is a mechanism proposed in the new libpng12 portfile attached to #23125 (look at the ""`pre-activate`"" block at the end of [attachment:ticket:23125:libpng-1.4.1-libpng12.diff libpng-1.4.1-libpng12.diff]) which could be added to the new peekabot-client and peekabot-server ports to ensure an old existing monolithic peekabot port is deactivated in time. The method is a bit messy but it is the only remaining solution that occurs to me now. I will see if I can make you a patch.",ryandesign@…
Active Tickets,25722,Mailing list email lines broken at 990 chars,server/hosting,,,defect,wsiegrist@…,new,2010-07-17T22:52:19-07:00,2010-07-17T22:52:19-07:00,"[http://lists.macosforge.org/pipermail/macports-users/2010-July/021089.html I sent an email] to the list with a paragraph of text that was longer than 1000 characters. Email standards dictate that no line in an email should exceed 1000 characters (according to RFC 821), but I sent with Mail.app from Snow Leopard, which of course is aware of this requirement and wraps lines at far less than this. Looks like Mail.app ensures lines are no longer than 74 characters long, including the overhead of the quoted-printable encoding it uses. In my Sent box, the source of the content of the message looks like this:

{{{
On Jul 17, 2010, at 23:00, Ryan Schmidt wrote:

> Once MacPorts is installed, which it sounds like you've done, you can =
install a port like autopano-sift-c by simply typing:
>=20
> sudo port install autopano-sift-c

I should point out that in most cases MacPorts is not installing =
pre-built software; it is actually building the software on your =
machine. For some ports, this can take more time than you may be used =
to, especially if your computer is older or not very fast. Many ports =
will install in seconds or a few minutes, but I see, for example, that =
autopano-sift-c depends on cmake, and that hugin-app depends on boost; =
these are large programs that may require 30 or 60 minutes or more to =
build, depending on your computer. Normally you won't get any feedback =
about what's going on either; the last line displayed in the Terminal =
will be something like ""--->  Building cmake"", and you may get the =
impression after awhile that MacPorts has crashed or frozen, but this is =
almost always not the case. You can use Activity Monitor (in =
/Applications/Utilities) to see whether your computer is busy; usually =
you will see at least one CPU meter doing something, indicating things =
are proceeding along. Just wait awhile and let it finish; on modern =
Macs, most ports will install within a couple hours, most in much less =
time, but a port like hugin-app which I believe ends up having a total =
of 73 dependencies that need to be installed may still take awhile.
}}}

However, when the copy of the message arrived from the list server, the source of the content of the message looks like this:

{{{
On Jul 17, 2010, at 23:00, Ryan Schmidt wrote:

> Once MacPorts is installed, which it sounds like you've done, you can install a port like autopano-sift-c by simply typing:
> 
> sudo port install autopano-sift-c

I should point out that in most cases MacPorts is not installing pre-built software; it is actually building the software on your machine. For some ports, this can take more time than you may be used to, especially if your computer is older or not very fast. Many ports will install in seconds or a few minutes, but I see, for example, that autopano-sift-c depends on cmake, and that hugin-app depends on boost; these are large programs that may require 30 or 60 minutes or more to build, depending on your computer. Normally you won't get any feedback about what's going on either; the last line displayed in the Terminal will be something like ""--->  Building cmake"", and you may get the impression after awhile that MacPorts has crashed or frozen, but this is almost always not the case. You can use Activity Monitor (in /Applications/Utilities) to see whether your computer is busy; usually you will see at least one CPU meter doing something, indicating things are proceeding along. Ju
 st wait awhile and let it finish; on modern Macs, most ports will install within a couple hours, most in much less time, but a port like hugin-app which I believe ends up having a total of 73 dependencies that need to be installed may still take awhile.


_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
}}}

The mailing list server has taken away the incoming quoted-printable encoding, and replaced it with no encoding at all, resulting in the mail server receiving a line that was longer than 1000 characters, and the mail server decided to insert a newline at 990 characters (as is [http://support.jodohost.com/showthread.php?p=74835 apparently common practice] for some email servers like qmail -- the headers don't indicate what mail server software is used so I don't know if you're using qmail or merely something that's acting similarly). The result is that when I read this email in my mail program, the word ""Just"" appears as ""Ju st"".

When viewed in the mailing list archive as per the link above, there is no problem.

What can we do to let the mailing list system send emails that are not unintentionally reformatted like this?",ryandesign@…
Active Tickets,25740,Tomcat5 fails to build on Snow Leopard,ports,1.9.1,,defect,macports-tickets@…,new,2010-07-19T02:52:42-07:00,2012-03-06T08:14:05-08:00,"{{{
>> '''sudo port clean --all tomcat5'''

--->  Cleaning tomcat5

>> '''sudo port install tomcat5'''

--->  Computing dependencies for tomcat5
--->  Fetching tomcat5
--->  Attempting to fetch apache-tomcat-5.5.25-src.tar.gz from http://apache.mirroring.de/tomcat/tomcat-5/v5.5.25/src/
--->  Attempting to fetch apache-tomcat-5.5.25-src.tar.gz from http://lil.fr.distfiles.macports.org/tomcat5
--->  Verifying checksum(s) for tomcat5
--->  Extracting tomcat5
--->  Applying patches to tomcat5
--->  Configuring tomcat5
--->  Building tomcat5
Error: Target org.macports.build returned: shell command failed
Log for tomcat5 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}",setsunaruu@…
Active Tickets,25750,nvi doesn't work with 'port edit',ports,1.9.1,,defect,toby@…,new,2010-07-20T02:37:16-07:00,2010-07-21T04:49:32-07:00,"When I try to run ""port edit"" with nvi as the editor, this is what happens:

{{{
 $ sudo port edit --editor nvi nvi
Error: unable to invoke editor nvi: ./ja_JP.UTF-8: No such file or directory
 $
}}}

the error message is a known bug, at least in MacPorts, but I can still use nvi normally.
However, if I invoke with port edit then it refuses to start.  Maybe it's due to the error message?

To get rid of the message, one can run without locale, by unsetting the locale, but then I get this if I use it in conjunction with port edit:

{{{
$ unset LANG
$ sudo port edit nvi
Error: unable to invoke editor vi: child killed: segmentation violation
$
}}}
",geoffl@…
Active Tickets,25775,hs-platform-happy: Could not find module `Control.Monad.Writer',ports,1.9.1,,defect,gwright@…,new,2010-07-22T01:17:19-07:00,2011-07-12T00:40:54-07:00,"Can't install hs-platform-happy:

{{{
src/Grammar.lhs:33:9:
    Could not find module `Control.Monad.Writer':
      There are files missing in the `mtl-1.1.0.2' package,
}}}
",ryandesign@…
Active Tickets,25790,xchat-gnome doesn't compile,ports,1.9.1,,defect,macports-tickets@…,new,2010-07-23T08:26:38-07:00,2011-07-14T06:15:06-07:00,"Building xchat-gnome at the latest version and having all other
ports up to date fails with this:

{{{

/usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -DTOPSRCDIR=""\""../..\"""" -DSYSCONFDIR=""\""/opt/local-development/etc\"""" -DICONDIR=""\""/opt/local-development/share/xchat-gnome/icons\"""" -DDATADIR=""\""/opt/local-development/share/xchat-gnome\"""" -DXCHATSHAREDIR=""\""/opt/local-development/share/xchat-gnome\"""" -DLIBDIR=""\""/opt/local-development/lib/xchat-gnome\"""" -DPREFIX=""\""/opt/local-development\"""" -DXCHATLIBDIR=""\""/opt/local-development/lib/xchat-gnome\"""" -DGNOMELOCALEDIR=""\""/opt/local-development/share/locale\"""" -I./../common -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -I/opt/local-development/include -D_REENTRANT -DORBIT2=1 -I/opt/local-development/include/glib-2.0 -I/opt/local-development/lib/glib-2.0/include -I/opt/local-development/include -I/opt/local-development/include/gtk-2.0 -I/opt/local-development/lib/gtk-2.0/include -I/opt/local-development/include/atk-1.0 -I/opt/local-development/include/cairo -I/opt/local-development/include/pango-1.0 -I/opt/local-development/include/gio-unix-2.0/ -I/opt/local-development/include/pixman-1 -I/opt/local-development/include/freetype2 -I/opt/local-development/include/libpng12 -I/opt/local-development/include/libglade-2.0 -I/opt/local-development/include/libxml2 -I/opt/local-development/include/libgnome-2.0 -I/opt/local-development/include/orbit-2.0 -I/opt/local-development/include/gconf/2 -I/opt/local-development/include/gnome-vfs-2.0 -I/opt/local-development/lib/gnome-vfs-2.0/include -I/opt/local-development/include/libbonobo-2.0 -I/opt/local-development/include/dbus-1.0 -I/opt/local-development/lib/dbus-1.0/include -I/opt/local-development/include/bonobo-activation-2.0 -I/opt/local-development/include/libgnomeui-2.0 -I/opt/local-development/include/libart-2.0 -I/opt/local-development/include/gnome-keyring-1 -I/opt/local-development/include/libbonoboui-2.0 -I/opt/local-development/include/libgnomecanvas-2.0 -I/opt/local-development/include/gail-1.0    -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -O2 -arch x86_64 -MT xchat_gnome-xg-marshal.o -MD -MP -MF .deps/xchat_gnome-xg-marshal.Tpo -c -o xchat_gnome-xg-marshal.o `test -f 'xg-marshal.c' || echo './'`xg-marshal.c
mv -f .deps/xchat_gnome-xg-marshal.Tpo .deps/xchat_gnome-xg-marshal.Po
LC_ALL=C /opt/local-development/bin/intltool-merge -s -u -c ../../po/.intltool-merge-cache ../../po apps_xchat.schemas.in apps_xchat.schemas
xtext.c: In function 'gtk_xtext_size_allocate':
xtext.c:1089: warning: implicit declaration of function 'GTK_WIDGET_REALIZED'
xtext.c:1089: warning: nested extern declaration of 'GTK_WIDGET_REALIZED'
Found cached translation database
Merging translations into apps_xchat.schemas.
mv -f .deps/xchat_gnome-xtext.Tpo .deps/xchat_gnome-xtext.Po
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/gcc-4.2 -std=gnu99 -D_REENTRANT -DORBIT2=1 -I/opt/local-development/include/glib-2.0 -I/opt/local-development/lib/glib-2.0/include -I/opt/local-development/include -I/opt/local-development/include/gtk-2.0 -I/opt/local-development/lib/gtk-2.0/include -I/opt/local-development/include/atk-1.0 -I/opt/local-development/include/cairo -I/opt/local-development/include/pango-1.0 -I/opt/local-development/include/gio-unix-2.0/ -I/opt/local-development/include/pixman-1 -I/opt/local-development/include/freetype2 -I/opt/local-development/include/libpng12 -I/opt/local-development/include/libglade-2.0 -I/opt/local-development/include/libxml2 -I/opt/local-development/include/libgnome-2.0 -I/opt/local-development/include/orbit-2.0 -I/opt/local-development/include/gconf/2 -I/opt/local-development/include/gnome-vfs-2.0 -I/opt/local-development/lib/gnome-vfs-2.0/include -I/opt/local-development/include/libbonobo-2.0 -I/opt/local-development/include/dbus-1.0 -I/opt/local-development/lib/dbus-1.0/include -I/opt/local-development/include/bonobo-activation-2.0 -I/opt/local-development/include/libgnomeui-2.0 -I/opt/local-development/include/libart-2.0 -I/opt/local-development/include/gnome-keyring-1 -I/opt/local-development/include/libbonoboui-2.0 -I/opt/local-development/include/libgnomecanvas-2.0 -I/opt/local-development/include/gail-1.0    -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -O2 -arch x86_64 -export-dynamic  -L/opt/local-development/lib -arch x86_64 -o xchat-gnome   xchat_gnome-about.o xchat_gnome-channel-list-window.o xchat_gnome-connect-dialog.o xchat_gnome-conversation-panel.o xchat_gnome-dcc-window.o xchat_gnome-fe-gnome.o xchat_gnome-find-bar.o xchat_gnome-gui.o xchat_gnome-image-utils.o xchat_gnome-irc-network-editor.o xchat_gnome-irc-network.o xchat_gnome-main-window.o xchat_gnome-migration.o xchat_gnome-navigation-tree.o xchat_gnome-palette.o xchat_gnome-pixmaps.o xchat_gnome-plugins.o xchat_gnome-preferences-dialog.o xchat_gnome-preferences-page-colors.o xchat_gnome-preferences-page-dcc.o xchat_gnome-preferences-page-effects.o xchat_gnome-preferences-page-irc.o xchat_gnome-preferences-page-networks.o xchat_gnome-preferences-page-plugins.o xchat_gnome-preferences-page-spellcheck.o xchat_gnome-preferences-page.o xchat_gnome-preferences.o xchat_gnome-setup-dialog.o xchat_gnome-status-bar.o xchat_gnome-text-entry.o xchat_gnome-topic-label.o xchat_gnome-userlist-gui.o xchat_gnome-userlist.o xchat_gnome-util.o xchat_gnome-xtext.o xchat_gnome-xg-marshal.o ../../src/common/libxchatcommon.la ../../src/libcontrast/libcontrast.la -Wl,-framework,CoreAudio -L/opt/local-development/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lgnome-keyring -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lgnomevfs-2 -lesd -lbonobo-2 -laudiofile -lbonobo-activation -lgailutil -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-1 -lgthread-2.0 -lsexy -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXext -lXfixes -lcairo -lpixman-1 -lpng12 -lXrender -lX11 -lXau -lXdmcp -lpango-1.0 -lfontconfig -lexpat -lfreetype -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -lpthread -lz -liconv -lm   -L/opt/local-development/lib -lssl -lcrypto -lz    
libtool: link: /usr/bin/gcc-4.2 -std=gnu99 -D_REENTRANT -DORBIT2=1 -I/opt/local-development/include/glib-2.0 -I/opt/local-development/lib/glib-2.0/include -I/opt/local-development/include -I/opt/local-development/include/gtk-2.0 -I/opt/local-development/lib/gtk-2.0/include -I/opt/local-development/include/atk-1.0 -I/opt/local-development/include/cairo -I/opt/local-development/include/pango-1.0 -I/opt/local-development/include/gio-unix-2.0/ -I/opt/local-development/include/pixman-1 -I/opt/local-development/include/freetype2 -I/opt/local-development/include/libpng12 -I/opt/local-development/include/libglade-2.0 -I/opt/local-development/include/libxml2 -I/opt/local-development/include/libgnome-2.0 -I/opt/local-development/include/orbit-2.0 -I/opt/local-development/include/gconf/2 -I/opt/local-development/include/gnome-vfs-2.0 -I/opt/local-development/lib/gnome-vfs-2.0/include -I/opt/local-development/include/libbonobo-2.0 -I/opt/local-development/include/dbus-1.0 -I/opt/local-development/lib/dbus-1.0/include -I/opt/local-development/include/bonobo-activation-2.0 -I/opt/local-development/include/libgnomeui-2.0 -I/opt/local-development/include/libart-2.0 -I/opt/local-development/include/gnome-keyring-1 -I/opt/local-development/include/libbonoboui-2.0 -I/opt/local-development/include/libgnomecanvas-2.0 -I/opt/local-development/include/gail-1.0 -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -arch x86_64 -arch x86_64 -o xchat-gnome xchat_gnome-about.o xchat_gnome-channel-list-window.o xchat_gnome-connect-dialog.o xchat_gnome-conversation-panel.o xchat_gnome-dcc-window.o xchat_gnome-fe-gnome.o xchat_gnome-find-bar.o xchat_gnome-gui.o xchat_gnome-image-utils.o xchat_gnome-irc-network-editor.o xchat_gnome-irc-network.o xchat_gnome-main-window.o xchat_gnome-migration.o xchat_gnome-navigation-tree.o xchat_gnome-palette.o xchat_gnome-pixmaps.o xchat_gnome-plugins.o xchat_gnome-preferences-dialog.o xchat_gnome-preferences-page-colors.o xchat_gnome-preferences-page-dcc.o xchat_gnome-preferences-page-effects.o xchat_gnome-preferences-page-irc.o xchat_gnome-preferences-page-networks.o xchat_gnome-preferences-page-plugins.o xchat_gnome-preferences-page-spellcheck.o xchat_gnome-preferences-page.o xchat_gnome-preferences.o xchat_gnome-setup-dialog.o xchat_gnome-status-bar.o xchat_gnome-text-entry.o xchat_gnome-topic-label.o xchat_gnome-userlist-gui.o xchat_gnome-userlist.o xchat_gnome-util.o xchat_gnome-xtext.o xchat_gnome-xg-marshal.o -Wl,-framework -Wl,CoreAudio  -L/opt/local-development/lib ../../src/common/.libs/libxchatcommon.a ../../src/libcontrast/.libs/libcontrast.a /opt/local-development/lib/libglade-2.0.dylib /opt/local-development/lib/libgnomeui-2.dylib /opt/local-development/lib/libgnome-keyring.dylib /opt/local-development/lib/libbonoboui-2.dylib /opt/local-development/lib/libSM.dylib /opt/local-development/lib/libICE.dylib /opt/local-development/lib/libgnomecanvas-2.dylib /opt/local-development/lib/libgnome-2.dylib /opt/local-development/lib/libpopt.dylib /opt/local-development/lib/libgnomevfs-2.dylib /opt/local-development/lib/libesd.dylib /opt/local-development/lib/libbonobo-2.dylib /opt/local-development/lib/libaudiofile.dylib /opt/local-development/lib/libbonobo-activation.dylib /opt/local-development/lib/libORBitCosNaming-2.dylib /opt/local-development/lib/libgailutil.dylib /opt/local-development/lib/libart_lgpl_2.dylib /opt/local-development/lib/libgconf-2.dylib /opt/local-development/lib/libdbus-glib-1.dylib /opt/local-development/lib/libORBit-2.dylib /opt/local-development/lib/libdbus-1.dylib /opt/local-development/lib/libsexy.dylib /opt/local-development/lib/libgtk-x11-2.0.dylib /opt/local-development/lib/libgdk-x11-2.0.dylib /opt/local-development/lib/libatk-1.0.dylib /opt/local-development/lib/libgdk_pixbuf-2.0.dylib /opt/local-development/lib/libpangocairo-1.0.dylib /opt/local-development/lib/libgio-2.0.dylib /opt/local-development/lib/libXinerama.dylib /opt/local-development/lib/libXi.dylib /opt/local-development/lib/libXrandr.dylib /opt/local-development/lib/libXcursor.dylib /opt/local-development/lib/libXcomposite.dylib /opt/local-development/lib/libXdamage.dylib /opt/local-development/lib/libpangoft2-1.0.dylib /opt/local-development/lib/libXext.dylib /opt/local-development/lib/libXfixes.dylib /opt/local-development/lib/libcairo.dylib /opt/local-development/lib/libpixman-1.dylib /opt/local-development/lib/libpng12.dylib /opt/local-development/lib/libXrender.dylib /opt/local-development/lib/libX11.dylib /opt/local-development/lib/libXau.dylib /opt/local-development/lib/libXdmcp.dylib /opt/local-development/lib/libpango-1.0.dylib /opt/local-development/lib/libfontconfig.dylib /opt/local-development/lib/libexpat.dylib /opt/local-development/lib/libfreetype.dylib /opt/local-development/lib/libgobject-2.0.dylib /opt/local-development/lib/libgthread-2.0.dylib /opt/local-development/lib/libgmodule-2.0.dylib /opt/local-development/lib/libglib-2.0.dylib -lresolv /opt/local-development/lib/libintl.dylib -lc /opt/local-development/lib/libxml2.dylib -lpthread /opt/local-development/lib/libiconv.dylib -lm -lssl -lcrypto -lz -pthread -framework Carbon
Undefined symbols:
  ""_GTK_WIDGET_REALIZED"", referenced from:
      _text_entry_set_current in xchat_gnome-text-entry.o
      _userlist_gui_show in xchat_gnome-userlist-gui.o
      _userlist_gui_show in xchat_gnome-userlist-gui.o
      _gtk_xtext_set_palette in xchat_gnome-xtext.o
      _gtk_xtext_set_background in xchat_gnome-xtext.o
      _gtk_xtext_set_background in xchat_gnome-xtext.o
      _gtk_xtext_set_background in xchat_gnome-xtext.o
      _gtk_xtext_set_font in xchat_gnome-xtext.o
      _gtk_xtext_size_allocate in xchat_gnome-xtext.o
      _gtk_xtext_render_page in xchat_gnome-xtext.o
      _gtk_xtext_buffer_show in xchat_gnome-xtext.o
      _gtk_xtext_refresh in xchat_gnome-xtext.o
  ""_GTK_WIDGET_VISIBLE"", referenced from:
      _fe_gui_info in xchat_gnome-fe-gnome.o
      _find_bar_close in xchat_gnome-find-bar.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [xchat-gnome] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
}}}
",blair@…
Active Tickets,25823,"muniversal fails when filename contains chars special to the shell, like parens",ports,1.9.1,,defect,macports-tickets@…,new,2010-07-26T15:18:48-07:00,2010-09-04T04:44:59-07:00,"Installing cairo-devel @1.9.14_0+universal fails because it installs a file whose name contains parentheses and muniversal doesn't properly escape filenames when running shell programs.

{{{
[snip]
DEBUG: universal: merge: merging /opt/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html from /opt/local/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo-devel/work/destroot-i386 and /opt/local/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo-devel/work/destroot-x86_64
sh: -c: line 0: syntax error near unexpected token `('
[snip]
}}}
",ryandesign@…
Active Tickets,25873,gtk2 +universal fails because sysctl hw.cpu64bit_capable doesn't work on Tiger,ports,1.9.1,,defect,macports-tickets@…,new,2010-07-29T23:35:40-07:00,2011-07-19T12:08:28-07:00,"It appears gtk2 uses ""`sysctl hw.cpu64bit_capable`"" in its universal variant, but this doesn't exist on Tiger so the port fails with this peculiar error message:

{{{
$ sudo port -du upgrade --enforce-variants gtk2 +universal 
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gtk2 2.20.1_0 exists in the ports tree
DEBUG: gtk2 2.20.1_0 +darwin_8+x11 is the latest installed
DEBUG: gtk2 2.20.1_0 +darwin_8+x11 is active
DEBUG: Merging existing variants '+darwin_8+x11' into variants
DEBUG: new fully merged portvariants: darwin_8 + universal + x11 +
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/x11/gtk2
DEBUG: OS darwin/8.11.1 (Mac OS X 10.4) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /Users/rschmidt/macports/dports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: Using group file /Users/rschmidt/macports/dports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /Users/rschmidt/macports/dports/_resources/port1.0/variant_descriptions.conf
DEBUG: Using group file /Users/rschmidt/macports/dports/_resources/port1.0/group/xcodeversion-1.0.tcl
DEBUG: sysctl failed: No such file or directory
    invoked from within
""sysctl hw.cpu64bit_capable""
    invoked from within
""if {[variant_isset universal]} {
    set cups /usr/bin/cups-config
    if {[info exists universal_sysroot]} {
        set cups ${universal_sysroot}${c...""
    (file ""Portfile"" line 116)
    invoked from within
""source Portfile""
    invoked from within
""$workername eval source Portfile""
    (procedure ""mportopen"" line 49)
    invoked from within
""mportopen $porturl [array get interp_options] [array get variations]""
Error: Unable to open port: sysctl failed: No such file or directory
}}}

Here's what it says if I run it manually:

{{{
$ sysctl hw.cpu64bit_capable
second level name cpu64bit_capable in hw.cpu64bit_capable is invalid
}}}

Here's all the properties that are available on my 64-bit capable MacBook Pro:

{{{
$ sysctl hw
hw.ncpu: 2
hw.byteorder: 1234
hw.memsize: 2147483648
hw.activecpu: 2
hw.physicalcpu: 2
hw.physicalcpu_max: 2
hw.logicalcpu: 2
hw.logicalcpu_max: 2
hw.cputype: 7
hw.cpusubtype: 4
hw.cpufamily: 1114597871
hw.cacheconfig: 2 1 2 0 0 0 0 0 0 0
hw.pagesize: 4096
hw.busfrequency: 664000000
hw.busfrequency_min: 664000000
hw.busfrequency_max: 664000000
hw.cpufrequency: 2160000000
hw.cpufrequency_min: 2160000000
hw.cpufrequency_max: 2160000000
hw.cachelinesize: 64
hw.l1icachesize: 32768
hw.l1dcachesize: 32768
hw.l2cachesize: 4194304
hw.tbfrequency: 1000000000
hw.optional.floatingpoint: 1
hw.optional.mmx: 1
hw.optional.sse: 1
hw.optional.sse2: 1
hw.optional.sse3: 1
hw.optional.x86_64: 1
hw.optional.supplementalsse3: 1
hw.machine = i386
hw.model = MacBookPro2,2
hw.ncpu = 2
hw.byteorder = 1234
hw.physmem = 2147483648
hw.usermem = 1898987520
hw.pagesize = 4096
hw.epoch = 0
hw.vectorunit = 1
hw.busfrequency = 664000000
hw.cpufrequency = 2160000000
hw.cachelinesize = 64
hw.l1icachesize = 32768
hw.l1dcachesize = 32768
hw.l2settings = 1
hw.l2cachesize = 4194304
hw.tbfrequency = 1000000000
hw.memsize = 2147483648
hw.availcpu = 2
}}}

Perhaps we could check ""hw.optional.x86_64"" instead? That sounds promising, and appears to still exist on Snow Leopard. Or we could use hw.cpu64bit_capable on Leopard and up and just special-case Tiger. I don't know what the PowerPC equivalent of hw.optional.x86_64 is though because I don't have a Mac with a G5 processor to check on.",ryandesign@…
Active Tickets,25878,lhs2tex is out of date with ghc,ports,1.9.1,,defect,gwright@…,new,2010-07-30T09:24:41-07:00,2010-07-31T01:55:14-07:00,"Installing lhs2tex with all prereqs installed.

{{{
Verifying checksum(s) for lhs2tex
Checksumming lhs2tex-1.13.tar.gz
Extracting lhs2tex
Extracting lhs2tex-1.13.tar.gz
Configuring lhs2tex
Setup.hs:7:48:
    Module
    `Distribution.Simple.LocalBuildInfo'
    does not export
    `mkDataDir'
Setup.hs:9:63:
    Module
    `Distribution.PackageDescription'
    does not export
    `setupMessage'
shell command ""cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_lhs2tex/work/lhs2tex-1.13 && runhaskell Setup configure --ghc --prefix=/opt/local"" returned error 1
}}}

Inspecting setup.hs, these imports are unused, and have been deprecated. After removing these, there are other changes

This has been noted elsewhere, http://www.mail-archive.com/glasgow-haskell-bugs@haskell.org/msg15861.html and that and other problems seem to have been corrected in 1.16.",ben@…
Active Tickets,25896,rb19-sqlite3 fails destroot when ruby19 installed with nosuffix variant,ports,,,defect,singingwolfboy@…,new,2010-08-01T12:21:07-07:00,2010-08-01T12:21:07-07:00,"rb19-sqlite3 fails destroot when ruby19 is installed with the nosuffix variant since it cannot find $prefix/bin/ruby1.9. Perhaps the nosuffix variant needs to lay down some symlinks, or rb19-sqlite3 needs a nosuffix variant to match. ",wsiegrist@…
Active Tickets,25981,unison +aqua fails,ports,1.9.1,,defect,l2g@…,new,2010-08-06T12:40:49-07:00,2012-11-25T19:27:34-08:00,"When I do:  
{{{
sudo port -v install unison +aqua
}}}
the dependency installs OK but then the compile of unison fails.

The main error is 

{{{
Error: Target org.macports.destroot returned: error copying ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Unison.app"": no such file or directory
}}}

The log:

{{{
Dependencies to be installed: ocaml
Fetching ocaml
ocaml-3.11.2.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/ocaml
Attempting to fetch ocaml-3.11.2.tar.bz2 from http://distfiles.macports.org/ocaml

 ....exclude ocaml build info....

Installing ocaml @3.11.2_0
Activating ocaml @3.11.2_0
Cleaning ocaml
Removing build directory for ocaml
Fetching unison
unison-2.32.52.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/unison
Attempting to fetch unison-2.32.52.tar.gz from http://www.cis.upenn.edu/~bcpierce/unison//download/releases/stable/
 
 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 
 1  681k    1 13709    0     0  59916      0  0:00:11 --:--:--  0:00:11  148k

 68  681k   68  468k    0     0   381k      0  0:00:01  0:00:01 --:--:--  430k

1
00  681k  100  681k    0     0   398k      0  0:00:01  0:00:01 --:--:--  434k
Verifying checksum(s) for unison
Checksumming unison-2.32.52.tar.gz
Extracting unison
Extracting unison-2.32.52.tar.gz
Applying patches to unison
Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/unison/files/patch-Makefile
patching file Makefile
Hunk #2 succeeded at 80 with fuzz 1.
Configuring unison
Building unison
ocamlc -o mkProjectInfo mkProjectInfo.ml
./mkProjectInfo > Makefile.ProjectInfo
echo 'let myName = ""'unison'"";;' > ubase/projectInfo.ml
UISTYLE = macnew
echo 'let myVersion = ""'2.32.52'"";;' >> ubase/projectInfo.ml
echo 'let myMajorVersion = ""'2.32'"";;' >> ubase/projectInfo.ml
ocamlopt: ubase/myMap.mli ---> ubase/myMap.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/ubase/myMap.mli
ocamlopt: ubase/safelist.mli ---> ubase/safelist.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/ubase/safelist.mli
ocamlopt: ubase/uprintf.mli ---> ubase/uprintf.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/ubase/uprintf.mli
ocamlopt: ubase/util.mli ---> ubase/util.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/ubase/util.mli
ocamlopt: ubase/rx.mli ---> ubase/rx.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/ubase/rx.mli
ocamlopt: ubase/uarg.mli ---> ubase/uarg.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/ubase/uarg.mli
ocamlopt: lwt/pqueue.mli ---> lwt/pqueue.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/lwt/pqueue.mli
ocamlopt: lwt/lwt.mli ---> lwt/lwt.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/lwt/lwt.mli
ocamlopt: bytearray.mli ---> bytearray.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/bytearray.mli
ocamlopt: case.mli ---> case.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/case.mli
ocamlopt: pred.mli ---> pred.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/pred.mli
ocamlopt: uutil.mli ---> uutil.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uutil.mli
ocamlopt: fileutil.mli ---> fileutil.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/fileutil.mli
ocamlopt: name.mli ---> name.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/name.mli
ocamlopt: abort.mli ---> abort.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/abort.mli
ocamlopt: external.mli ---> external.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/external.mli
ocamlopt: lock.mli ---> lock.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/lock.mli
ocamlopt: clroot.mli ---> clroot.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/clroot.mli
ocamlopt: tree.mli ---> tree.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/tree.mli
ocamlopt: checksum.mli ---> checksum.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/checksum.mli
ocamlopt: terminal.mli ---> terminal.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/terminal.mli
ocamlopt: transfer.mli ---> transfer.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/transfer.mli
ocamlopt: strings.mli ---> strings.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/strings.mli
ocamlopt: test.mli ---> test.cmi
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/test.mli
ocamlopt: osxsupport.c ---> osxsupport.o
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/osxsupport.c
ocamlopt: pty.c ---> pty.o
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/pty.c
ocamlopt: bytearray_stubs.c ---> bytearray_stubs.o
ocamlopt -I lwt -I ubase -thread  -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/bytearray_stubs.c
/usr/bin/make tags
etags *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt
Staging unison into destroot
. changed
	gid expected 0 found 80 modified
./usr missing (created)
. missing (directory not created: File exists)
./Applications missing (created)
./Developer missing (created)
./Library missing (created)
. changed
	gid expected 80 found 0 modified
./bin missing (created)
./etc missing (created)
./include missing (created)
./lib missing (created)
./lib/pkgconfig missing (created)
./libexec missing (created)
./sbin missing (created)
./share missing (created)
./share/info missing (created)
./share/man missing (created)
./share/man/cat1 missing (created)
./share/man/cat2 missing (created)
./share/man/cat3 missing (created)
./share/man/cat4 missing (created)
./share/man/cat5 missing (created)
./share/man/cat6 missing (c
reated)
./share/man/cat7 missing (created)
./share/man/cat8 missing (created)
./share/man/cat9 missing (created)
./share/man/catl missing (created)
./share/man/catn missing (created)
./share/man/man1 missing (created)
./share/man/man2 missing (created)
./share/man/man3 missing (created)
./share/man/man4 missing (created)
./share/man/man5 missing (created)
./share/man/man6 missing (created)
./share/man/man7 missing (created)
./share/man/man8 missing (created)
./share/man/man9 missing (created)
./share/man/
manl missing (created)
./share/man/mann missing (created)
./share/nls missing (created)
./share/nls/C missing (created)
./share/nls/af_ZA.ISO8859-1 missing (created)
./share/nls/af_ZA.ISO8859-15 missing (created)
./share/nls/bg_BG.CP1251 missing (created)
./share/nls/cs_CZ.ISO8859-2 missing (created)
./share/nls/da_DK.ISO8859-1 missing (created)
./share/nls/da_DK.ISO8859-15 missing (created)
./share/nls/de_AT.ISO8859-1 missing (created)
./share/nls/de_AT.ISO8859-15 missing (created)
./share/nls/de_CH.ISO8
859-1 missing (created)
./share/nls/de_CH.ISO8859-15 missing (created)
./share/nls/de_DE.ISO8859-1 missing (created)
./share/nls/de_DE.ISO8859-15 missing (created)
./share/nls/el_GR.ISO8859-7 missing (created)
./share/nls/en_AU.ISO8859-1 missing (created)
./share/nls/en_AU.ISO8859-15 missing (created)
./share/nls/en_AU.US-ASCII missing (created)
./share/nls/en_CA.ISO8859-1 missing (created)
./share/nls/en_CA.ISO8859-15 missing (created)
./share/nls/en_CA.US-ASCII missing (created)
./share/nls/en_GB.ISO885
9-1 missing (created)
./share/nls/en_GB.ISO8859-15 missing (created)
./share/nls/en_GB.US-ASCII missing (created)
./share/nls/en_NZ.ISO8859-1 missing (created)
./share/nls/en_NZ.ISO8859-15 missing (created)
./share/nls/en_NZ.US-ASCII missing (created)
./share/nls/en_US.ISO8859-1 missing (created)
./share/nls/en_US.ISO8859-15 missing (created)
./share/nls/es_ES.ISO8859-1 missing (created)
./share/nls/es_ES.ISO8859-15 missing (created)
./share/nls/et_EE.ISO8859-15 missing (created)
./share/nls/fi_FI.ISO8859
-1 missing (created)
./share/nls/fi_FI.ISO8859-15 missing (created)
./share/nls/fr_BE.ISO8859-1 missing (created)
./share/nls/fr_BE.ISO8859-15 missing (created)
./share/nls/fr_CA.ISO8859-1 missing (created)
./share/nls/fr_CA.ISO8859-15 missing (created)
./share/nls/fr_CH.ISO8859-1 missing (created)
./share/nls/fr_CH.ISO8859-15 missing (created)
./share/nls/fr_FR.ISO8859-1 missing (created)
./share/nls/fr_FR.ISO8859-15 missing (created)
./share/nls/hi_IN.ISCII-DEV missing (created)
./share/nls/hr_HR.ISO8859-2 missing (created)
./share/nls/hu_HU.ISO8859-2 missing (created)
./share/nls/is_IS.ISO8859-1 missing (created)
./share/nls/is_IS.ISO8859-15 missing (created)
./share/nls/it_CH.ISO8859-1 missing (created)
./share/nls/it_CH.ISO8859-15 missing (created)
./share/nls/it_IT.ISO8859-1 missing (created)
./share/nls/it_IT.ISO8859-15 missing (created)
./share/nls/ja_JP.SJIS missing (created)
./share/nls/ja_JP.eucJP missing (created)
./share/nls/ko_KR.eucKR missing (created)
./share/nls/la_LN.ISO8859-1 missing (created)
./share/nls/la_LN.ISO8859-15 missing (created)
./share/nls/la_LN.ISO8859-2 missing (created)
./share/nls/la_LN.ISO8859-4 missing (created)
./share/nls/la_LN.US-ASCII missing (created)
./share/nls/lt_LT.ISO8859-4 missing (created)
./share/nls/nl_BE.ISO8859-1 missing (created)
./share/nls/nl_BE.ISO8859-15 missing (created)
./share/nls/nl_NL.ISO8859-1 missing (created)
./share/nls/nl_NL.ISO8859-15 missing (created)
./share/nls/no_NO.ISO8859-1 missing (created)
./share/nls/no_NO.ISO8859-15 missing (created)
./share/nls/pl_PL.ISO8859-2 missing (created)
./share/nls/pt_BR.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-15 missing (created)
./share/nls/ro_RO.ISO8859-2 missing (created)
./share/nls/ru_RU.CP866 missing (created)
./share/nls/ru_RU.ISO8859-5 missing (created)
./share/nls/ru_RU.KOI8-R missing (created)
./share/nls/sk_SK.ISO8859-2 missing (created)
./share/nls/sl_SI.ISO8859-2 missing (created)
./share/nls/sv_SE.ISO8859-1 missing (created)
./share/nls/sv_SE.ISO8859-15 missing (created)
./share/nls/tr_TR.ISO8859-9 missing (created)
./share/nls/uk_UA.ISO8859-5 missing (created)
./share/nls/uk_UA.KOI8-U missing (created)
./share/nls/zh_CN.eucCN missing (created)
./share/nls/zh_TW.Big5 missing (created)
./share/skel missing (created)
./src missing (created)
./var missing (created)
./var/macports missing (created)
./var/macports/build missing (created)
./var/macports/distfiles missing (created)
./var/macports/logs missing (created)
./var/macports/packages missing (created)
./var/macports/receipts missing (created)
./var/macports/registry missing (created)
./www missing (created)
sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build: No such file or directory
Error: Target org.macports.destroot returned: error copying ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.32.52/uimacnew/build/Unison.app"": no such file or directory
Warning: the following items did not execute (for unison): org.macports.activate org.macports.destroot org.macports.install
Log for unison is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
Executing: /opt/local/bin/port -v install unison +aqua

}}}
",neukomp@…
Active Tickets,25984,asterisknow needs to use a specific version of the software,ports,1.9.1,,defect,stefan.van.der.eijk@…,new,2010-08-06T13:10:45-07:00,2011-10-03T18:59:21-07:00,"asterisknow fetches from the 2.0 branch in asterisknow's svn. This is not acceptable as it means different users installing at different times will receive different versions of the software as upstream commits changes to the 2.0 branch. The port must instead pull a specific version of the upstream software, for example from a specific tag, preferably also pegged with a revision number.

I see a 2.0.4 tag exists, so the port should presumably be updated to version 2.0.4.",ryandesign@…
Active Tickets,25995,hydrogen 0.9.4 build fail 'CloseComponent' was not declared in this scope,ports,1.9.1,,defect,xenith@…,new,2010-08-07T20:51:29-07:00,2012-09-23T11:58:08-07:00,"10.6.4 [[br]]
Xcode 3.2.3 (1688)

Log from first 'warning':
{{{
:info:build libs/hydrogen/src/object.cpp:242: warning: format not a string literal and no format arguments
:info:build libs/hydrogen/src/object.cpp:244: warning: format not a string literal and no format arguments
:info:build g++ -o libs/hydrogen/src/IO/coreaudio_driver.o -c -O3 -fomit-frame-pointer -funroll-loops -DFLAC_SUPPORT -DCOREAUDIO_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -I/opt/local/include -I. -Igui/src -I3rdparty/install/include -Ilibs/hydrogen/include -I/opt/local/libexec/qt4-mac/include -I/opt/local/libexec/qt4-mac/include/QtCore -I/opt/local/libexec/qt4-mac/include/QtGui libs/hydrogen/src/IO/coreaudio_driver.cpp
:info:build g++ -o libs/hydrogen/src/event_queue.o -c -O3 -fomit-frame-pointer -funroll-loops -DFLAC_SUPPORT -DCOREAUDIO_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -I/opt/local/include -I. -Igui/src -I3rdparty/install/include -Ilibs/hydrogen/include -I/opt/local/libexec/qt4-mac/include -I/opt/local/libexec/qt4-mac/include/QtCore -I/opt/local/libexec/qt4-mac/include/QtGui libs/hydrogen/src/event_queue.cpp
:info:build g++ -o libs/hydrogen/src/IO/fake_driver.o -c -O3 -fomit-frame-pointer -funroll-loops -DFLAC_SUPPORT -DCOREAUDIO_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -I/opt/local/include -I. -Igui/src -I3rdparty/install/include -Ilibs/hydrogen/include -I/opt/local/libexec/qt4-mac/include -I/opt/local/libexec/qt4-mac/include/QtCore -I/opt/local/libexec/qt4-mac/include/QtGui libs/hydrogen/src/IO/fake_driver.cpp
:info:build g++ -o libs/hydrogen/src/lash/LashClient.o -c -O3 -fomit-frame-pointer -funroll-loops -DFLAC_SUPPORT -DCOREAUDIO_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -I/opt/local/include -I. -Igui/src -I3rdparty/install/include -Ilibs/hydrogen/include -I/opt/local/libexec/qt4-mac/include -I/opt/local/libexec/qt4-mac/include/QtCore -I/opt/local/libexec/qt4-mac/include/QtGui libs/hydrogen/src/lash/LashClient.cpp
:info:build g++ -o libs/hydrogen/src/xml/tinyxml.o -c -O3 -fomit-frame-pointer -funroll-loops -DFLAC_SUPPORT -DCOREAUDIO_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -I/opt/local/include -I. -Igui/src -I3rdparty/install/include -Ilibs/hydrogen/include -I/opt/local/libexec/qt4-mac/include -I/opt/local/libexec/qt4-mac/include/QtCore -I/opt/local/libexec/qt4-mac/include/QtGui libs/hydrogen/src/xml/tinyxml.cpp
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp: In constructor 'H2Core::CoreAudioDriver::CoreAudioDriver(int (*)(uint32_t, void*))':
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:85: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:89: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:95: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:102: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:113: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:113: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp: In member function 'virtual int H2Core::CoreAudioDriver::init(unsigned int)':
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:147: error: 'Component' was not declared in this scope
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:147: error: expected `;' before 'compOutput'
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:148: error: aggregate 'ComponentDescription descAUHAL' has incomplete type and cannot be defined
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:156: error: 'compOutput' was not declared in this scope
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:156: error: 'FindNextComponent' was not declared in this scope
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:162: error: 'OpenAComponent' was not declared in this scope
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:169: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:173: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp: In member function 'virtual void H2Core::CoreAudioDriver::disconnect()':
:info:build libs/hydrogen/src/IO/coreaudio_driver.cpp:271: error: 'CloseComponent' was not declared in this scope
:info:build scons: *** [libs/hydrogen/src/IO/coreaudio_driver.o] Error 1
:info:build scons: building terminated because of errors.
:info:build shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_hydrogen/work/hydrogen-0.9.4"" && scons -j4 DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_hydrogen/work/destroot prefix=/opt/local alsa=0 coreaudio=1 coremidi=0 flac=1 jack=0 lash=0 libarchive=0 lrdf=0 oss=0 portaudio=0 portmidi=0 "" returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: the following items did not execute (for hydrogen): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for hydrogen is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_hydrogen/main.log
}}}",macports@…
Active Tickets,26002,doxygen fails to build documentation when using pTeX,ports,1.9.1,,defect,css@…,new,2010-08-08T07:53:03-07:00,2011-09-19T18:54:27-07:00,"From comment:ticket:25774:7:

After the changes in r69976, 'doxygen +doc' fails to build with pTeX.

pTeX is a Japanese TeX distribution based on teTeX, and it contains tocloft.sty, so I tried to change the doxygen's dependency declaration like the following to allow building 'doxygen +doc' with not only TeXLive but also pTeX.

{{{
  from
    port:texlive-latex-extra
  to
    path:${prefix}/share/texmf-dist/tex/latex/tocloft/tocloft.sty:texlive-latex-extra
}}}

But it didn't work as expected, because the recent MacPorts' TeXLive installs its macro files into 'texmf-texlive-dist' directory, not 'texmf-dist' directory.

{{{

  pTeX:
  $ kpsewhich tocloft.sty
  /opt/local/share/texmf-dist/tex/latex/tocloft/tocloft.sty

  TeXLive:
  $ kpsewhich tocloft.sty
  /opt/local/share/texmf-texlive-dist/tex/latex/tocloft/tocloft.sty
                         ^^^^^^^^
}}}

Is there any smart way to solve this problem? Thanks in advance.

p.s.

Please not that this is not just a problem between TeXLive and pTeX. When port:MacTeX (or something) is released, the same problem will occur between TeXLive and MacTeX (or something).

In my current opinion, TeXLive should be reverted to use texmf-dist, not to use texmf-texlive-dist.",css@…
Active Tickets,26017,aqualess-1.6 AquaLess.app ignores set UTF-8 locale and thus does not display correctly UTF-8 encoded text,ports,1.9.1,,defect,macports-tickets@…,new,2010-08-09T05:29:55-07:00,2013-05-11T09:42:56-07:00,"{{{AquaLess.app}}} seems to ignore a set UTF-8 locale thus displaying incorrectly text containing umlauts and other special characters received via aless from the command line. 

I set-up my Mac OS X 10.6.4 to use the {{{de_CH.UTF-8}}} locale in the terminal via the {{{LANG}}} and {{{LC_ALL}}} environment variables. All command line tools (e.g., {{{svn}}}, {{{gcc}}}, {{{man}}}, {{{less}}}, {{{locale}}}) correctly take the locale with the specified text encoding into account, but {{{AquaLess.app}}} launched via {{{aless}}} seems to ignore this locale. {{{AquaLess.app}}} seems to take only into account the region specified under ""Formats"" in the ""Language and Text"" pane of the system preferences, which in turn seems to set just a ""de_CH"", ""en_US"", etc. locale without "".UTF-8"" suffix.

I was not able to find a solution for this problem by searching the web, but only hints that it matters where the environment variables are set. I have tried all possibles I found, namely:

1. Specifying the environment variables on the command line for the current shell:
{{{
$ export LANG=de_CH.UTF-8
$ export LC_ALL=de_CH.UTF-8
}}}

2. Specifying the environment variables in {{{~/.MacOSX/environment.plist}}}

3. Specifying the environment variables in {{{/etc/launchd.conf}}}

The effect was always the same: The locale with text encoding is set correctly in the shell of {{{iTerm.app}}} and {{{Terminal.app}}}, but {{{AquaLess.app}}} is ignoring the specified text encoding.

To verify this wrong behaviour in {{{AquaLess.app}}}, it suffices to execute the following commands from a Bash shell in {{{Terminal.app}}}

{{{
$ export LANG=en_US.UTF-8
$ export LC_ALL=en_US.UTF-8
}}}

Then less correctly displays a string containing umlauts and other special characters:
{{{
$ echo ""öäüéàè\`¿´^'ç°"" | less
}}}

However, {{{AquaLess.app}}} fails for the same string:
{{{
$ echo ""öäüéàè\`¿´^'ç°"" | aless
}}}

It displays ""{{{Ã¶Ã¤Ã¼Ã©Ã Ã¨`Â¿Â´^'Ã§Â°}}}"" ignoring the UTF-8 text encoding.

{{{aless}}} should either forward the text encoding used in the terminal or {{{AquaLess.app}}} should provide in its Preferences pane a setting to configure the text encoding.",Torsten.Maehne@…
Active Tickets,26019,qtoctave-mac 0.9.1 conflicts with libquicktime,ports,1.9.1,,defect,macports-tickets@…,new,2010-08-09T09:51:56-07:00,2013-05-11T09:43:27-07:00,"just 1 file: ${prefix}/bin/qtinfo, which doesn't seem critical to either.  See ticket #22139 for a possible solution, fixing libquicktime's binaries by prepending 'l' to those without it.",michaelld@…
Active Tickets,26035,ghc on PowerPC: [Apply.o] Segmentation fault,ports,1.9.1,,defect,macports-tickets@…,new,2010-08-10T17:07:51-07:00,2012-08-12T13:35:25-07:00,"I can't build ghc @6.10.4_4 on Tiger PPC:

{{{
:info:build /mp/var/macports/build/_Volumes_data_macports_ports_lang_ghc/work/ghc-6.10.4/ghc/stage1-inplace/ghc  -H32m -O -L/mp/var/macports/build/_Volumes_data_macports_ports_lang_ghc/work/ghc-6.10.4/libffi -I/mp/include -L/mp/lib -optc-O2 -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -package-name rts -static  -I/mp/include -I../gmp/gmpbuild -I../libffi/build/include -I. -dcmm-lint     -c Apply.cmm -o Apply.o
:info:build make[1]: *** [Apply.o] Segmentation fault
:info:build make: *** [stage1] Error 2
}}}

ghc @6.10.4_3 built fine.

Looks like a recurrence of #15142, which had duplicates #17184 and #15923.

This machine: Power Mac G4 Digital Audio 466 MHz, 1.125 GB RAM, MacPorts 1.9 branch @70323, Mac OS X 10.4.11 8S165 with all software updates applied, Xcode 2.5.",ryandesign@…
Active Tickets,26068,dovecot 1.2.11_0 port creates user and group too soon,ports,1.9.1,,defect,jberry@…,new,2010-08-13T17:10:25-07:00,2011-08-03T03:29:09-07:00,"The dovecot port creates the necessary dovecot user and group in post-destroot, at build time on the build system.  This fails if the built package is moved to another system, or the user is deleted before it's installed, etc.

I'm thinking doing it at activation time would be more correct, and it seems to work for me.

{{{
--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/mail/dovecot/Portfile	2010-05-12 04:00:54.000000000 -0400
+++ Portfile	2010-08-13 19:50:40.000000000 -0400
@@ -40,7 +40,7 @@
 
 configure.cppflags  -I${prefix}/include/openssl
 
-post-destroot {
+post-activate {
     # Create the dovecot user and group
     addgroup dovecot
     set gid [existsgroup dovecot]
}}}",poirier@…
Active Tickets,26082,wxWidgets 2.6.4 failed to install,ports,1.9.1,,defect,jwa@…,new,2010-08-14T13:23:32-07:00,2012-09-25T18:08:03-07:00,"That is what I got at last lines from install:
{{{
:info:build In file included from ../include/wx/mac/private.h:4,
:info:build                  from ../src/common/dynlib.cpp:48:
:info:build ../include/wx/mac/carbon/private.h: In function 'Rect* wxMacGetPictureBounds(Picture**, Rect*)':
:info:build ../include/wx/mac/carbon/private.h:812: error: 'QDGetPictureBounds' was not declared in this scope
:info:build make: *** [monodll_dynlib.o] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_wxWidgets26/work/wxWidgets-2.6.4/build"" && /usr/bin/make -j2 "" returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: the following items did not execute (for wxWidgets26): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for wxWidgets26 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_wxWidgets26/main.log
}}}

If you need the complete log, please give me a note.
How to get rid safely of the parts which have been already installed?

Regards
Gerhard",carcode@…
Active Tickets,26126,vsftpd 2.2.2 'sudo port load vsftpd' fails to work,ports,1.9.1,,defect,pmq@…,new,2010-08-17T12:12:50-07:00,2010-08-17T13:09:05-07:00,"10.5.8 PPC, latest XCode.
On 2 machines this command failed to work.
launchd would not launch vsftpd on ftp connection attempt.
Console gives repeated:
15/08/2010 04:19:19 com.apple.launchd[1] (org.macports.vsftpd) Throttling respawn: Will start in 10 seconds ",jungledrum@…
Active Tickets,26134,dante: socksify: missing /opt/local/lib/libdsocks.so. no preload support?,ports,1.9.1,,defect,macports-tickets@…,new,2010-08-17T21:09:28-07:00,2010-08-17T21:39:25-07:00,"dante's socksify script gives the following error message:
{{{
socksify: missing /opt/local/lib/libdsocks.so. no preload support?
}}}
This was [http://lists.macosforge.org/pipermail/macports-users/2010-August/021529.html reported on the mailing list by James Hozier].

There are two problems here:

One, it's looking for the wrong library extension; we don't use "".so"" on Macs; we use "".dylib"". The attached patch fixes this, but it doesn't help because:

Two, it's looking for a library libdsocks, but dante only installs a library libsocks.

The configure summary does also say:
{{{
Preloading:        disabled
}}}
",ryandesign@…
Active Tickets,26186,python25: No module named _ctypes,ports,1.9.1,,defect,jwa@…,new,2010-08-20T21:19:25-07:00,2011-08-17T10:27:13-07:00,"Mac OS X 10.6.4
Xcode 3.2.2

When attempting to get a list of installed modules (help('modules')) in python25, I'm getting the following error message: NameError: name 'ctypes' is not defined

The problem does not appear to be an upstream issue, as the version of python 2.5 that comes pre-installed in Snow Leopard doesn't 

The full traceback follows:

{{{
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site.py"", line 346, in __call__
    return pydoc.help(*args, **kwds)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1646, in __call__
    self.help(request)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1683, in help
    elif request == 'modules': self.listmodules()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1804, in listmodules
    ModuleScanner().run(callback)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1855, in run
    for importer, modname, ispkg in pkgutil.walk_packages():
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pkgutil.py"", line 125, in walk_packages
    for item in walk_packages(path, name+'.', onerror):
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pkgutil.py"", line 110, in walk_packages
    __import__(name)
  File ""/opt/local/lib/python2.5/site-packages/PsychoPy-1.62.00-py2.5.egg/psychopy/ext/__init__.py"", line 18, in <module>
    from darwin import *
  File ""/opt/local/lib/python2.5/site-packages/PsychoPy-1.62.00-py2.5.egg/psychopy/ext/darwin.py"", line 16, in <module>
    kCGLCPSwapInterval= ctypes.c_int(222)
NameError: name 'ctypes' is not defined
}}}",joe.paxton@…
Active Tickets,26194,Segmentation violation in scanimage,ports,1.9.1,,defect,aguynamedryan+sane@…,new,2010-08-21T09:15:44-07:00,2011-08-17T10:30:45-07:00,"The command output speaks for itself:


{{{
; scanimage -L
device `genesys:libusb:038:003' is a Pentax DSmobile 600 flatbed scanner
; scanimage -d genesys:libusb:038:003 --mode Lineart -x 57 -y 100 > foo
segmentation violation
}}}

Again, under the debugger:


{{{
; gdb scanimage
(gdb) run -d genesys:libusb:038:003 --mode Lineart -x 57 -y 100
Starting program: /opt/local/bin/scanimage -d genesys:libusb:038:003 --mode Lineart  -x 57 -y 100
Reading symbols for shared libraries .+++++++++...... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x000000000025d274
0x000000010014438f in sane_genesys_open ()
(gdb) back
#0  0x000000010014438f in sane_genesys_open ()
#1  0x0000000100018491 in sane_dll_open ()
#2  0x00000001000043c6 in main ()
(gdb)
}}}
 

So the problem appears to be in the genesys module.

FWIW, I am on 10.6.4 (MacBook Pro 13 inch). I installed macports, ran port selfupdate and built all my ports from the bottom within the past week.",hanche@…
Active Tickets,26197,net-snmp plist file name is wrong,ports,1.9.1,,defect,ryandesign@…,new,2010-08-21T23:45:01-07:00,2011-09-24T13:20:42-07:00,"This file doesn't exist. 

{{{
[....macports.org/release/ports/net/net-snmp]# port load net-snmp


Error: Target org.macports.load returned: Launchd plist /Library/LaunchDaemons/org.macports.net-snmp.plist was not found
}}}

This is the right one: 

{{{
[....macports.org/release/ports/net/net-snmp]# file /Library/LaunchDaemons/org.macports.NetSNMP.plist

 
/Library/LaunchDaemons/org.macports.NetSNMP.plist: XML 1.0 document text
}}}

This seems like something that would have been caught with the most basic of testing. Yes, I know it's free software/all-volunteer etc. but it's a waste of effort to offer something that doesn't actually work as described. 

Also, the +server variant has to be selected to actually get an snmpd daemon installed. That seems like a POLA violation: why else would you install net-snmp? 


",macports-tickets@…
Active Tickets,26200,Gdal 1.7.2 does not install python plugins in the right place,ports,1.9.1,,defect,seanasy@…,new,2010-08-22T06:29:24-07:00,2010-08-22T19:43:35-07:00,"Python gdal extensions go in ${prefix}/lib/python${version}/... instead of ${prefix}/Framework/Python.framework/...

The appended two patches (one for Portfile and the other for a patch file) solve this issue.",vince@…
Active Tickets,26208,WeeChat 0.3.2 double plugins,ports,1.9.1,,defect,nefar@…,new,2010-08-22T17:13:36-07:00,2012-07-04T08:43:12-07:00,"in the plugins folder of weechat ""/opt/local/lib/weechat/plugins/"" are symlinks of the original plugins '''and''' the original plugins. Like symlink ""alias.so"" and the plugin ""alias.0.so"". wich gives errors at startup of weechat. the symlinks should be removed or the plugins should be in another folder. ",f.p.verhoog@…
Active Tickets,26217,postgresql84 8.4.4 Backported patch for data loss due to Apple libc bug on array COPY import / export,ports,1.9.1,,defect,mww@…,new,2010-08-23T14:05:15-07:00,2010-08-29T14:01:30-07:00,"I recently reported a bug to the PostgreSQL project - see the thread here for extensive discussion of the bug.

http://archives.postgresql.org/pgsql-bugs/2010-08/msg00292.php

The cause ended up being a bug in libc itself, but a workaround was committed to PostgreSQL 9.0.  The maintainer did not want to backport the fix to 8.4.4.  Since this bug still exists on 8.4.4 and is Mac-specific, I thought it might be nice if MacPorts included the patch so that others do not run into the same problem I did.",stevenschlansker@…
Active Tickets,26224,zlib fails to configure shared library when using 'configuredistcc yes',ports,1.9.1,,defect,ryandesign@…,new,2010-08-23T22:40:35-07:00,2010-11-03T00:15:02-07:00,"fresh install of macports. building zlib fails on make install on a copy $SHAREDLV line where $SHAREDLV is null. 

Running configure manually in the build dir configures zlib properly to build the shared library and fill out the makefile properly. You can then use ports to install zlib, as make install will run correctly.",aj@…
Active Tickets,26227,auctex configure failure while testing emacs,ports,1.9.99,,defect,reilles@…,new,2010-08-24T08:36:19-07:00,2010-08-24T08:41:14-07:00,"{{{
checking if /opt/local/bin/emacs is XEmacs... ./configure: line 2044: 38059 Trace/BPT trap          ""${EMACS}"" -batch -no-site-file -eval ""(let* ((x ${elisp})) (write-region (if (stringp x) x (prin1-to-string x)) nil \""${OUTPUT}\""))"" 1>&5 2>&1
cat: ./conftest-37943: No such file or directory
configure: error: Unable to run /opt/local/bin/emacs!  Aborting!
}}}",snc@…
Active Tickets,26237,nip2: build error,ports,1.9.99,,defect,jcupitt@…,new,2010-08-25T06:10:03-07:00,2010-08-25T06:10:03-07:00,"{{{
In file included from ip.h:474,
                 from lex.l:31:
parser.h:57: error: conflicting types for 'yyleng'
lex.c:274: error: previous declaration of 'yyleng' was here
}}}
",snc@…
Active Tickets,26263,pngmeta: undefined symbols (doesn't build),ports,1.9.1,,defect,macports-tickets@…,new,2010-08-27T11:04:59-07:00,2011-10-20T03:35:28-07:00,"pngmeta fails to build:

{{{
:info:build /usr/bin/gcc-4.2  -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch
 x86_64 -o pngmeta  pngmeta.o  -lpng -lz  -L/opt/local/include -L/opt/local/include -lpng -L/opt/local/lib -lm -L/opt
/local/lib:info:build Undefined symbols:
:info:build   ""_png_handle_tIME"", referenced from:
:info:build       _png_skip_till_end in pngmeta.o
:info:build   ""_png_handle_tEXt"", referenced from:
:info:build       _png_skip_till_end in pngmeta.o
}}}
(more undefined symbols follow, full build log attached)
",macports@…
Active Tickets,26307,libident: universal variant isn't universal,ports,1.9.1,,defect,toby@…,new,2010-09-01T00:52:05-07:00,2010-09-01T00:52:05-07:00,"libident's universal variant doesn't produce fully universal software:

{{{
$ port installed libident
The following ports are currently installed:
  libident @0.32_0+universal (active)
$ lipo -info /opt/local/lib/libident.{a,dylib}
Architectures in the fat file: /opt/local/lib/libident.a are: x86_64 i386 
Non-fat file: /opt/local/lib/libident.dylib is architecture: x86_64
}}}

The attached patch seems to fix this.

{{{
$ port installed libident
The following ports are currently installed:
  libident @0.32_0+universal
  libident @0.32_1+universal (active)
$ lipo -info /opt/local/lib/libident.{a,dylib}
Architectures in the fat file: /opt/local/lib/libident.a are: x86_64 i386 
Architectures in the fat file: /opt/local/lib/libident.dylib are: x86_64 i386 
}}}
",ryandesign@…
Active Tickets,26329,playerstage-stage stageplugin .so is incorrectly linked,ports,1.9.1,,defect,vincent@…,new,2010-09-02T08:42:06-07:00,2010-10-17T22:56:07-07:00,"There is a problem with the stageplugin library.  Under SnowLeopard (10.6.4), playerstage-stage creates a .so file instead of dylib for the stageplugin and the library does not have the proper location information.

{{{
stageplugin.so:
	/opt/local/lib/libstage.3.2.2.dylib (compatibility version 0.0.0, current version 3.2.2)
	/opt/local/lib/libplayercore.3.0.dylib (compatibility version 3.0.0, current version 3.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 123.0.0)
	/opt/local/lib/libltdl.7.dylib (compatibility version 10.0.0, current version 10.2.0)
	/opt/local/lib/libplayerinterface.3.0.dylib (compatibility version 3.0.0, current version 3.0.0)
	/opt/local/lib/libplayercommon.3.0.dylib (compatibility version 3.0.0, current version 3.0.0)
	/System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
	/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)

}}}

It's my understanding that I should be seeing an entry for /opt/local/lib/stageplugin.dylib; at least that is the case for other libraries created as port of this port.

Running player with worlds/simple.cfg which makes use of the stageplugin results in the following error.

{{{
error   : Failed to load plugin stageplugin.
error   : libtool reports error: file not found
error   : plugin search path: .:/opt/local/lib/
error   : failed to load plugin: stageplugin
error   : failed to parse config file simple.cfg driver blocks
}}}

",magda@…
Active Tickets,26340,octave-strings: octave_packages: no such file or directory,ports,1.9.1,,defect,macports-tickets@…,new,2010-09-02T23:53:57-07:00,2010-12-03T18:26:24-08:00,"If I try to install octave packages (e.g. octave-strings), I get the following:

{{{
---------------------------------
sudo port install octave-strings
Password:
--->  Computing dependencies for octave-strings
--->  Staging octave-strings into destroot
Error: Target org.macports.destroot returned: error renaming ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_octave-strings/work/destroot/opt/local/share/octave/octave_packages"": no such file or directory
Log for octave-strings is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_octave-strings/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
---------------------------------
}}}

I have no clue what's going on, but I believe something is not configured the way it should be (either with Octave itself, or with the packages).",matthias@…
Active Tickets,26344,gtk2+quartz+no_x11-2.20.1 Build error on 10.4,ports,1.9.1,,defect,macports-tickets@…,new,2010-09-03T09:47:56-07:00,2011-08-18T13:50:28-07:00,"Function _gtk_quartz_get_selection_data_from_pasteboard' fails in compiling whle building gtk2 2.20.1 on Mac OS X 10.4.11 with Xcode 2.5.

{{{
:info:build gtkquartz.c: In function '_gtk_quartz_get_selection_data_from_pasteboard':
:info:build gtkquartz.c:207: warning: dereferencing type-punned pointer will break strict-aliasing rules
:info:build gtkquartz.c: In function '_gtk_quartz_set_selection_data_for_pasteboard':
:info:build gtkquartz.c:263: error: 'NSUInteger' undeclared (first use in this function)
:info:build gtkquartz.c:263: error: (Each undeclared identifier is reported only once
:info:build gtkquartz.c:263: error: for each function it appears in.)
:info:build gtkquartz.c:263: error: parse error before 'length'
:info:build gtkquartz.c:269: error: 'length' undeclared (first use in this function)
:info:build make[4]: *** [gtkquartz.lo] Error 1
:info:build make[4]: *** Waiting for unfinished jobs....
}}}

Complete log is enclosed if it might be of any help.",le-grand-manitou@…
Active Tickets,26351,"darcs @2.4.1 Configure fails, missing dependencies",ports,1.9.1,,defect,gwright@…,new,2010-09-04T07:54:23-07:00,2011-08-19T17:48:26-07:00,"Can't install darcs. It seems to be unhappy about zlib, but zlib and hs-zlib is installed.

The log (error at end):
{{{
~ % sudo port -cdv install darcs
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/darcs
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Starting logging for darcs
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-platform-mtl 1.1.0.2_0 exists in the ports tree
DEBUG: hs-platform-mtl 1.1.0.2_0  is the latest installed
DEBUG: hs-platform-mtl 1.1.0.2_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-platform-mtl
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-platform-mtl 1.1.0.2_0 >= hs-platform-mtl 1.1.0.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ghc 6.10.4_4 exists in the ports tree
DEBUG: ghc 6.10.4_4  is the latest installed
DEBUG: ghc 6.10.4_4  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ghc
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! ghc 6.10.4_4 >= ghc 6.10.4_4
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gmp 5.0.1_0 exists in the ports tree
DEBUG: gmp 5.0.1_0  is the latest installed
DEBUG: gmp 5.0.1_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmp
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: No need to upgrade! gmp 5.0.1_0 >= gmp 5.0.1_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncursesw 5.7_0 exists in the ports tree
DEBUG: ncursesw 5.7_0  is the latest installed
DEBUG: ncursesw 5.7_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: No need to upgrade! ncursesw 5.7_0 >= ncursesw 5.7_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.13.1_0 exists in the ports tree
DEBUG: libiconv 1.13.1_0  is the latest installed
DEBUG: libiconv 1.13.1_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: No need to upgrade! libiconv 1.13.1_0 >= libiconv 1.13.1_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5.8 5.8.9_3 exists in the ports tree
DEBUG: perl5.8 5.8.9_3  is the latest installed
DEBUG: perl5.8 5.8.9_3  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5.8
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: No need to upgrade! perl5.8 5.8.9_3 >= perl5.8 5.8.9_3
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-platform-html 1.0.1.2_0 exists in the ports tree
DEBUG: hs-platform-html 1.0.1.2_0  is the latest installed
DEBUG: hs-platform-html 1.0.1.2_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-platform-html
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-platform-html 1.0.1.2_0 >= hs-platform-html 1.0.1.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-platform-parsec 2.1.0.1_0 exists in the ports tree
DEBUG: hs-platform-parsec 2.1.0.1_0  is the latest installed
DEBUG: hs-platform-parsec 2.1.0.1_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-platform-parsec
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-platform-parsec 2.1.0.1_0 >= hs-platform-parsec 2.1.0.1_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-platform-regex-compat 0.71.0.1_0 exists in the ports tree
DEBUG: hs-platform-regex-compat 0.71.0.1_0  is the latest installed
DEBUG: hs-platform-regex-compat 0.71.0.1_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-platform-regex-compat
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-platform-regex-compat 0.71.0.1_0 >= hs-platform-regex-compat 0.71.0.1_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-platform-regex-base 0.72.0.2_0 exists in the ports tree
DEBUG: hs-platform-regex-base 0.72.0.2_0  is the latest installed
DEBUG: hs-platform-regex-base 0.72.0.2_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-platform-regex-base
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-platform-regex-base 0.72.0.2_0 >= hs-platform-regex-base 0.72.0.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-platform-regex-posix 0.72.0.3_0 exists in the ports tree
DEBUG: hs-platform-regex-posix 0.72.0.3_0  is the latest installed
DEBUG: hs-platform-regex-posix 0.72.0.3_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-platform-regex-posix
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-platform-regex-posix 0.72.0.3_0 >= hs-platform-regex-posix 0.72.0.3_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-haskeline 0.6.1.6_0 exists in the ports tree
DEBUG: hs-haskeline 0.6.1.6_0  is the latest installed
DEBUG: hs-haskeline 0.6.1.6_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-haskeline
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-haskeline 0.6.1.6_0 >= hs-haskeline 0.6.1.6_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-utf8-string 0.3.6_0 exists in the ports tree
DEBUG: hs-utf8-string 0.3.6_0  is the latest installed
DEBUG: hs-utf8-string 0.3.6_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-utf8-string
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-utf8-string 0.3.6_0 >= hs-utf8-string 0.3.6_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-hashed-storage-04 0.4.11_0 exists in the ports tree
DEBUG: hs-hashed-storage-04 0.4.11_0  is the latest installed
DEBUG: hs-hashed-storage-04 0.4.11_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-hashed-storage-04
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-hashed-storage-04 0.4.11_0 >= hs-hashed-storage-04 0.4.11_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-binary 0.5.0.2_0 exists in the ports tree
DEBUG: hs-binary 0.5.0.2_0  is the latest installed
DEBUG: hs-binary 0.5.0.2_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-binary
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-binary 0.5.0.2_0 >= hs-binary 0.5.0.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-dataenc 0.13.0.2_0 exists in the ports tree
DEBUG: hs-dataenc 0.13.0.2_0  is the latest installed
DEBUG: hs-dataenc 0.13.0.2_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-dataenc
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-dataenc 0.13.0.2_0 >= hs-dataenc 0.13.0.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-mmap-04 0.4.1_0 exists in the ports tree
DEBUG: hs-mmap-04 0.4.1_0  is the latest installed
DEBUG: hs-mmap-04 0.4.1_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-mmap-04
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-mmap-04 0.4.1_0 >= hs-mmap-04 0.4.1_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-zlib 0.5.2.0_0 exists in the ports tree
DEBUG: hs-zlib 0.5.2.0_0  is the latest installed
DEBUG: hs-zlib 0.5.2.0_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-zlib
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-zlib 0.5.2.0_0 >= hs-zlib 0.5.2.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: zlib 1.2.5_0 exists in the ports tree
DEBUG: zlib 1.2.5_0  is the latest installed
DEBUG: zlib 1.2.5_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: No need to upgrade! zlib 1.2.5_0 >= zlib 1.2.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: hs-HTTP 4000.0.9_0 exists in the ports tree
DEBUG: hs-HTTP 4000.0.9_0  is the latest installed
DEBUG: hs-HTTP 4000.0.9_0  is active
DEBUG: Merging existing variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-HTTP
DEBUG: OS darwin/9.8.0 (Mac OS X 10.5) arch i386
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/haskell-1.0.tcl
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: No need to upgrade! hs-HTTP 4000.0.9_0 >= hs-HTTP 4000.0.9_0
--->  Computing dependencies for darcs
DEBUG: Searching for dependency: hs-platform-mtl
DEBUG: Found Dependency: receipt exists for hs-platform-mtl
DEBUG: Searching for dependency: hs-platform-html
DEBUG: Found Dependency: receipt exists for hs-platform-html
DEBUG: Searching for dependency: hs-platform-parsec
DEBUG: Found Dependency: receipt exists for hs-platform-parsec
DEBUG: Searching for dependency: hs-platform-regex-compat
DEBUG: Found Dependency: receipt exists for hs-platform-regex-compat
DEBUG: Searching for dependency: hs-haskeline
DEBUG: Found Dependency: receipt exists for hs-haskeline
DEBUG: Searching for dependency: hs-hashed-storage-04
DEBUG: Found Dependency: receipt exists for hs-hashed-storage-04
DEBUG: Searching for dependency: hs-utf8-string
DEBUG: Found Dependency: receipt exists for hs-utf8-string
DEBUG: Searching for dependency: hs-zlib
DEBUG: Found Dependency: receipt exists for hs-zlib
DEBUG: Searching for dependency: hs-HTTP
DEBUG: Found Dependency: receipt exists for hs-HTTP
DEBUG: Searching for dependency: gmp
DEBUG: Found Dependency: receipt exists for gmp
DEBUG: Executing org.macports.main (darcs)
DEBUG: Skipping completed org.macports.fetch (darcs)
DEBUG: Skipping completed org.macports.checksum (darcs)
DEBUG: Skipping completed org.macports.extract (darcs)
DEBUG: Skipping completed org.macports.patch (darcs)
--->  Configuring darcs
DEBUG: Using compiler 'Mac OS X gcc 4.0'
DEBUG: configure phase started at Sat Sep  4 16:48:48 CEST 2010
DEBUG: Executing org.macports.configure (darcs)
Configuring darcs-2.4.1...
Setup: At least the following dependencies are missing:
zlib >=0.5.1.0 && <0.6.0.0 && >=0.5.1.0 && <0.6.0.0 && >=0.5.1.0 && <0.6.0.0
shell command ""cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_darcs/work/darcs-2.4.1 && runhaskell Setup configure -v --ghc --prefix=/opt/local --with-gcc=/usr/bin/gcc-4.0"" returned error 1
Error: Target org.macports.configure returned: shell command failed
DEBUG: Backtrace: shell command failed
    while executing
""$procedure $targetname""
Warning: the following items did not execute (for darcs): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Log for darcs is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_darcs/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}",logindevnull@…
Active Tickets,26384,php52: Insufficient documentation/configuration,ports,1.9.1,,defect,ryandesign@…,new,2010-09-07T04:46:59-07:00,2010-09-07T17:44:58-07:00,"After installing php52 with apache2 support it guides the user to enable the module within apache. Unfortunately the default configuration it provides is not correct:

 - missing documentation: There is no mention that an additional Include line has to be added to the apache httpd.conf: ""Include conf/extra/mod_php.conf "".
 - Incorrect default module is being checked for in the mod_php.conf file: /opt/local/apache2/conf/extra/mod_php.conf looks for a module ""mod_php5.c"", but it is loaded as ""libphp5"" in httpd.conf. Either the name should follow the mod_php convention, then it should be changed in the httpd.conf, or the mod_php.conf file should be updated to use ""libphp5"".",balazs@…
Active Tickets,26402,git-core: use fs-traverse,ports,1.9.1,,defect,ciserlohn@…,new,2010-09-07T20:15:41-07:00,2012-04-09T01:42:36-07:00,Please update git-core to use `fs-traverse` instead of `exec find` to locate perllocal.pod.,ryandesign@…
Active Tickets,26438,postgis documentation does not include images,ports,1.9.1,,defect,stromnov@…,new,2010-09-10T18:28:57-07:00,2011-08-23T22:44:10-07:00,"The postgis port includes the documentation located at /opt/local/share/doc/postgresql84/postgis/postgis.html.  However, none of the images are included, nor are the stylsheets.  The missing stylesheets are not that much of an issue, but the missing images result in incomplete documentation.  It would be nice of the port could also ship the images.",roberto@…
Active Tickets,26446,openal 1.3 on Tiger: invalid conversion from 'volatile int32_t*' to 'int32_t*',ports,1.9.1,,defect,macports-tickets@…,new,2010-09-12T01:02:30-07:00,2011-12-05T16:27:36-08:00,"openal 1.3 doesn't build on Tiger. 1.0 did.

{{{
CompileC build/OpenAL.build/Deployment/OpenAL.build/Objects-normal/i386/oalImp.o /opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/oalImp.cpp normal i386 c++ com.apple.compilers.gcc.4_0
    cd /opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX
    /Developer/usr/bin/gcc-4.0 -x c++ -arch i386 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -gfull -Os -fmessage-length=0 -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/build/OpenAL.build/Deployment/OpenAL.build/OpenAL.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/build/Deployment -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/build/Deployment/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/build/OpenAL.build/Deployment/OpenAL.build/DerivedSources -D__MACOSX__ -c /opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/oalImp.cpp -o /opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/build/OpenAL.build/Deployment/OpenAL.build/Objects-normal/i386/oalImp.o
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/oalDevice.h: In member function 'void OALDevice::SetInUseFlag()':
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/oalDevice.h:84: error: invalid conversion from 'volatile int32_t*' to 'int32_t*'
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_openal/work/openal-1.3/OpenAL-MacOSX/oalDevice.h:84: error:   initializing argument 1 of 'int32_t OSAtomicIncrement32Barrier(int32_t*)'
}}}
",ryandesign@…
Active Tickets,26450,gdb does not work for debugging gcc45 C++ programs,ports,1.9.1,,defect,dweber@…,new,2010-09-12T09:23:07-07:00,2012-08-11T11:12:04-07:00,"Neither fsf-gdb nor fsf-gdbtui work for debugging C++ programs. They're finding errors where no errors are, it's even not possible to try out because it's not possible to debug until the main() entry (with gdb command ""start"").

In contrast, MacPorts' cgdb works, as well as Apple's gdb (both don't work very well because of the too old release of GNU's gdb they're made of).",bumens@…
Active Tickets,26453,DBus connections are broken under root user.,ports,1.9.1,,defect,mcalhoun@…,new,2010-09-12T12:35:35-07:00,2010-09-12T15:55:48-07:00,"I'm trying to port PackageKit to OSX and I've come across an annoying problem.  When a program running as root attempts to open a connection to the system bus DBus prints out some gobbledegook about the session daemon (not what I want) and returns an 'not enough memory'.  When I run the program as an unprivileged user there are no dbus errors but the program cannot function correctly since it was designed to run as root.  

Example with PackageKit:

andy$ sudo /opt/local/libexec/packagekitd -vTI:21:26:25	FI:egg-dbus-monitor.c	FN:egg_dbus_monitor_assign,136
 - connecting new DBUS_BUS_SYSTEM monitor
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
TI:21:26:25	FI:egg-dbus-monitor.c	FN:egg_dbus_monitor_assign,140
 - Cannot connect to bus: Not enough memory

* (packagekitd:25722): CRITICAL **: dbus_g_connection_get_connection: assertion `gconnection' failed
process 25722: arguments to dbus_bus_name_has_owner() were incorrect, assertion ""connection != NULL"" failed in file dbus-bus.c line 1278.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
Abort trap

So there is a problem with dbus when running under root user which may or may not be limited to the system bus.  Please help :(",andyjstormont@…
Active Tickets,26479,samba3 @3.2.5 +universal (ppc/i386) build failure,ports,1.9.1,,defect,mww@…,new,2010-09-15T01:08:50-07:00,2012-05-20T13:01:18-07:00,"Hello.
I try to replace default samba 3.0.25apple on Mac OS X 10.5.8 server with new samba 3.2.15 using MacPorts, unsuccesful.
Here is error message:

{{{
make: *** [smbd/oplock_linux.o] Error 1
shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_samba3/work/samba-3.2.15/source-ppc"" && /usr/bin/make all "" returned error 2
Error: Target org.macports.build returned: shell command failed
DEBUG: Backtrace: shell command failed
    while executing
""$procedure $targetname""
Warning: the following items did not execute (for samba3): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Log for samba3 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_samba3/main.log
Error: Status 1 encountered during processing.
}}}

 What should I do to install and run new samba succesfully? (If it possible)

Thank you.
Sorry my dirty english.
",maksemuz@…
Active Tickets,26486,Error attempting to install portfile with non-integer revision,base,1.9.1,,defect,macports-tickets@…,new,2010-09-15T15:54:43-07:00,2010-09-18T22:14:35-07:00,"I am trying to debug/modify an existing portfile, to fix some outstanding bugs.  When I attempt to use the modified portfile, at the end of the install, I get:
{{{
--->  The following versions of ikiwiki are currently installed:
--->      ikiwiki @3.20100831_1.1+perl5_10
Error: Target org.macports.activate returned: Registry error: Invalid version specified. Please specify a version as recorded in the port registry.
Log for ikiwiki is at: /opt/local/var/macports/logs/_Users_eychaner_ports_www_ikiwiki/main.log
Error: Status 1 encountered during processing.
}}}
How do I update the port registry?  I did a ""portindex"" on my ports directory.  I couldn't find anything useful about this in the MacPorts guide.",geychaner@…
Active Tickets,26499,sphinxtrain +universal isn't fully universal,ports,1.9.1,,defect,singingwolfboy@…,new,2010-09-16T15:54:27-07:00,2010-09-16T15:54:27-07:00,"installing sphinxtrain with the +universal variant does not yield all universal files; some files are still installed only for the native arch:

{{{

  /opt/local/bin/agg_seg:        x86_64
  /opt/local/bin/bldtree:        x86_64
  /opt/local/bin/bw:             x86_64
  /opt/local/bin/cdcn_norm:      x86_64
  /opt/local/bin/cdcn_train:     x86_64
  /opt/local/bin/cp_parm:        x86_64
  /opt/local/bin/delint:         x86_64
  /opt/local/bin/dict2tri:       x86_64
  /opt/local/bin/inc_comp:       x86_64
  /opt/local/bin/init_gau:       x86_64
  /opt/local/bin/init_mixw:      x86_64
  /opt/local/bin/kdtree:         x86_64
  /opt/local/bin/kmeans_init:    x86_64
  /opt/local/bin/lda_train:      x86_64
  /opt/local/bin/make_quests:    x86_64
  /opt/local/bin/map_adapt:      x86_64
  /opt/local/bin/mixw_interp:    x86_64
  /opt/local/bin/mk_flat:        x86_64
  /opt/local/bin/mk_mdef_gen:    x86_64
  /opt/local/bin/mk_mllr_class:  x86_64
  /opt/local/bin/mk_s2cb:        x86_64
  /opt/local/bin/mk_s2hmm:       x86_64
  /opt/local/bin/mk_s2phone:     x86_64
  /opt/local/bin/mk_s2phonemap:  x86_64
  /opt/local/bin/mk_s2sendump:   x86_64
  /opt/local/bin/mk_s3gau:       x86_64
  /opt/local/bin/mk_s3mixw:      x86_64
  /opt/local/bin/mk_s3tmat:      x86_64
  /opt/local/bin/mk_ts2cb:       x86_64
  /opt/local/bin/mllr_solve:     x86_64
  /opt/local/bin/mllr_transform: x86_64
  /opt/local/bin/norm:           x86_64
  /opt/local/bin/param_cnt:      x86_64
  /opt/local/bin/printp:         x86_64
  /opt/local/bin/prunetree:      x86_64
  /opt/local/bin/tiestate:       x86_64
  /opt/local/bin/wave2feat:      x86_64
  /opt/local/lib/libcep_feat.a:  i386 x86_64
  /opt/local/lib/libclust.a:     i386 x86_64
  /opt/local/lib/libcommon.a:    i386 x86_64
  /opt/local/lib/libio.a:        i386 x86_64
  /opt/local/lib/libmllr.a:      i386 x86_64
  /opt/local/lib/libmodinv.a:    i386 x86_64
  /opt/local/lib/libs2io.a:      i386 x86_64
}}}
",ryandesign@…
Active Tickets,26501,sphinx4 - build error,ports,1.9.1,,defect,singingwolfboy@…,new,2010-09-16T16:55:53-07:00,2010-09-16T17:38:19-07:00,"sphinx4 1.0b4 will not build on Leopard or Tiger.  

Macports v: 1.9.2
OSX: 10.5.8
Xcode:3.1.4


Summary from mailing list below:
{{{
> > Tried to build sphinx4 and got the following error.
[snip]

> > :info:build     [javac]
> > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/AbstractDecoder.java:63:
> > method does not override a method from its superclass
> > :info:build     [javac]     @Override
> > :info:build     [javac]      ^

It builds fine for me on Snow Leopard but I see you're on Leopard, and I get the same error as you on Leopard and Tiger.

I updated the port to version 1.0beta5 but it doesn't change this problem.
}}}

Partial error log:

{{{
Tried to build sphinx4 and got the following error.
---start cli---
sudo port install sphinx4
--->  Computing dependencies for sphinx4
--->  Fetching sphinx4
--->  Attempting to fetch sphinx4-1.0beta4-src.zip from
http://downloads.sourceforge.net/cmusphinx
--->  Verifying checksum(s) for sphinx4
--->  Extracting sphinx4
--->  Applying patches to sphinx4
--->  Configuring sphinx4
--->  Building sphinx4
Error: Target org.macports.build returned: shell command failed
Log for sphinx4 is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/main.log
Error: Status 1 encountered during processing.
---end cli---
}}}

Full log

{{{
---start log---
version:1
:debug:main Found Dependency: path: /usr/bin filename: unzip regex: ^unzip$
:debug:main Found Dependency: path: /usr/bin filename: ant regex: ^ant$
:debug:main Found Dependency: path: /usr/bin filename: java regex: ^java$
:msg:main --->  Computing dependencies for sphinx4:info:main
.:debug:main Searching for dependency: unzip
:debug:main Didn't find receipt, going to depspec regex for: unzip
:debug:main Found Dependency: path: /usr/bin filename: unzip regex: ^unzip$
:debug:main Found Dependency: path: /usr/bin filename: unzip regex: ^unzip$
:debug:main Searching for dependency: apache-ant
:debug:main Didn't find receipt, going to depspec regex for: apache-ant
:debug:main Found Dependency: path: /usr/bin filename: ant regex: ^ant$
:debug:main Found Dependency: path: /usr/bin filename: ant regex: ^ant$
:debug:main Searching for dependency: kaffe
:debug:main Didn't find receipt, going to depspec regex for: kaffe
:debug:main Found Dependency: path: /usr/bin filename: java regex: ^java$
:debug:main Found Dependency: path: /usr/bin filename: java regex: ^java$
:msg:main
:debug:main Executing org.macports.main (sphinx4)
:msg:main --->  Fetching sphinx4
:debug:fetch fetch phase started at Thu Sep 16 15:06:08 EDT 2010
:debug:fetch Executing org.macports.fetch (sphinx4)
:info:fetch --->  sphinx4-1.0beta4-src.zip doesn't seem to exist in
/opt/local/var/macports/distfiles/sphinx4

remove some extraneous stuff

:msg:fetch --->  Attempting to fetch sphinx4-1.0beta4-src.zip from
http://downloads.sourceforge.net/cmusphinx
:msg:fetch --->  Verifying checksum(s) for sphinx4
:debug:checksum checksum phase started at Thu Sep 16 15:08:09 EDT 2010
:debug:checksum Executing org.macports.checksum (sphinx4)
:info:checksum --->  Checksumming sphinx4-1.0beta4-src.zip
:debug:checksum Correct (md5) checksum for sphinx4-1.0beta4-src.zip
:debug:checksum Correct (sha1) checksum for sphinx4-1.0beta4-src.zip
:debug:checksum Correct (rmd160) checksum for sphinx4-1.0beta4-src.zip
:debug:checksum setting option extract.cmd to /usr/bin/unzip
:debug:checksum setting option extract.pre_args to -q
:debug:checksum setting option extract.post_args to {-d
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work}
:msg:checksum --->  Extracting sphinx4
:debug:extract extract phase started at Thu Sep 16 15:08:10 EDT 2010
:debug:extract Executing org.macports.extract (sphinx4)
:info:extract --->  Extracting sphinx4-1.0beta4-src.zip
:debug:extract setting option extract.args to
'/opt/local/var/macports/distfiles/sphinx4/sphinx4-1.0beta4-src.zip'
:debug:extract Environment: CPATH='/opt/local/include'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/.CC_PRINT_OPTIONS'
LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES'
MACOSX_DEPLOYMENT_TARGET='10.5'
:debug:extract Assembled command: 'cd
""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work""
&& /usr/bin/unzip -q
'/opt/local/var/macports/distfiles/sphinx4/sphinx4-1.0beta4-src.zip' -d
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work'
:debug:patch patch phase started at Thu Sep 16 15:08:14 EDT 2010
:debug:patch Executing org.macports.patch (sphinx4)
:msg:patch --->  Applying patches to sphinx4
:info:patch --->  Applying
/opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/sphinx4/files/jsapi.sh.diff
:debug:patch Environment: CPATH='/opt/local/include'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/.CC_PRINT_OPTIONS'
LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES'
MACOSX_DEPLOYMENT_TARGET='10.5'
:debug:patch Assembled command: 'cd
""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4""
&& /usr/bin/patch -p0'
:info:patch patching file lib/jsapi.sh
:msg:patch --->  Configuring sphinx4
:debug:patch Using compiler 'Mac OS X gcc 4.0'
:debug:configure configure phase started at Thu Sep 16 15:08:14 EDT 2010
:debug:configure Executing org.macports.configure (sphinx4)
:msg:configure --->  Building sphinx4
:debug:build build phase started at Thu Sep 16 15:08:14 EDT 2010
:debug:build Executing proc-pre-org.macports.build-build-0

remove info:build stuff regarding license

:info:build Accept (y/n)?:
:info:build sed: --print-text-domain-dir: No such file or directory
:info:build x - creating lock directory
:info:build x - extracting jsapi.jar (binary)
:debug:build Executing org.macports.build (sphinx4)
:debug:build Environment: CPATH='/opt/local/include'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/.CC_PRINT_OPTIONS'
LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES'
MACOSX_DEPLOYMENT_TARGET='10.5'
:debug:build Assembled command: 'cd
""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4""
&& ant all'
:info:build Buildfile: build.xml
:info:build
:info:build all:
:info:build
:info:build check_jsapi_default.isPresent:
:info:build
:info:build copy_jsapi_jar:
:info:build
:info:build check_jsapi_jar.isPresent:
:info:build
:info:build issue_jsapi_warning:
:info:build
:info:build set_patternset_to_compile:
:info:build
:info:build set_patternset_to_doc:
:info:build
:info:build handle_jsapi:
:info:build
:info:build compile_src:
:info:build     [mkdir] Created dir:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/bld
:info:build     [javac] Compiling 397 source files to
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/bld
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/AbstractDecoder.java:63:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/AbstractDecoder.java:103:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/AbstractDecoder.java:114:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/Token.java:179:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/Token.java:207:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/Token.java:220:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/Token.java:262:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/Scoreable.java:32:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/util/LogMath.java:90:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/FrameDecoder.java:51:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/FrameDecoder.java:89:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/FrameDecoder.java:95:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/FrameDecoder.java:101:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/NullPruner.java:26:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/NullPruner.java:37:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/NullPruner.java:48:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/NullPruner.java:55:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/NullPruner.java:63:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/NullPruner.java:72:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/SimplePruner.java:28:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/SimplePruner.java:45:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/SimplePruner.java:55:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/SimplePruner.java:62:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/SimplePruner.java:70:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/pruner/SimplePruner.java:78:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/BackgroundModelNormalizer.java:32:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/BackgroundModelNormalizer.java:51:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleBreadthFirstSearchManager.java:172:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleBreadthFirstSearchManager.java:193:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleBreadthFirstSearchManager.java:213:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleBreadthFirstSearchManager.java:271:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleBreadthFirstSearchManager.java:623:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleBreadthFirstSearchManager.java:657:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/ActiveListFactory.java:67:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/MaxScoreNormalizer.java:16:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/MaxScoreNormalizer.java:24:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/util/props/ConfigurableAdapter.java:24:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/SimpleAcousticScorer.java:70:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/SimpleAcousticScorer.java:126:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/SimpleAcousticScorer.java:148:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/SimpleAcousticScorer.java:175:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/SimpleAcousticScorer.java:179:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/frontend/BaseDataProcessor.java:38:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/frontend/BaseDataProcessor.java:43:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/frontend/BaseDataProcessor.java:53:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/frontend/BaseDataProcessor.java:77:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/scorer/ThreadedAcousticScorer.java:177:
method does not override a method from its superclass
:info:build     [javac]                         @Override
:info:build     [javac]                          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/ArrayTokenStack.java:39:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/ArrayTokenStack.java:83:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/ArrayTokenStack.java:101:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/ArrayTokenStack.java:108:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:104:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:123:
cannot find symbol
:info:build     [javac] symbol  : method
copyOf(edu.cmu.sphinx.decoder.search.Token[],int)
:info:build     [javac] location: class java.util.Arrays
:info:build     [javac]             tokenList = Arrays.copyOf(tokenList,
tokenList.length * 2);
:info:build     [javac]                               ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:133:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:159:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:182:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:193:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:215:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:226:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:237:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:248:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:258:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:267:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:289:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:296:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:306:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:98:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:113:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:135:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:150:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:161:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:172:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:183:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:194:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:209:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:220:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListFactory.java:229:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:74:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:88:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:129:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:157:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:170:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:184:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:200:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:206:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:232:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SimpleActiveListManager.java:241:
method does not override a method from its superclass
:info:build     [javac]     @Override
:info:build     [javac]      ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:104:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:120:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:148:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:167:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:178:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:193:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:204:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:215:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:226:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:236:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/SortingActiveListFactory.java:245:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/WordActiveListFactory.java:101:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/decoder/search/WordActiveListFactory.java:116:
method does not override a method from its superclass
:info:build     [javac]         @Override
:info:build     [javac]          ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:1007:
warning: [deprecation] getEndColumn() in
edu.cmu.sphinx.jsgf.parser.JavaCharStream has been deprecated
:info:build     [javac]    endColumn = input_stream.getEndColumn();
:info:build     [javac]                            ^
:info:build     [javac]
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/src/sphinx4/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:1136:
warning: [deprecation] getEndColumn() in
edu.cmu.sphinx.jsgf.parser.JavaCharStream has been deprecated
:info:build     [javac]      int error_column = input_stream.getEndColumn();
:info:build     [javac]                                     ^
:info:build     [javac] 100 errors
:info:build     [javac] 2 warnings
:info:build
:info:build BUILD FAILED
:info:build
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/build.xml:220:
The following error occurred while executing this line:
:info:build
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4/build.xml:241:
Compile failed; see the compiler error output for details.
:info:build
:info:build Total time: 2 seconds
:info:build shell command "" cd
""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/work/sphinx4-1.0beta4""
&& ant all "" returned error 1
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: the following items did not execute (for sphinx4):
org.macports.activate org.macports.build org.macports.destroot
org.macports.install
:notice:build Log for sphinx4 is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_sphinx4/main.log

---end log---
}}}",neukomp@…
Active Tickets,26582,darcs takes forever to install - can we install a prebuilt binary instead?,ports,1.9.1,,defect,macports-tickets@…,new,2010-09-22T12:54:04-07:00,2012-08-12T13:35:26-07:00,"Hello!

We have a sort of longstanding problem in the Darcs community, which I'm hoping MacPorts could help with.  

1. Installing Darcs requires installing GHC, which for various reasons, takes a very long time to install.

2. Often the kinds of people who install Darcs are ""involuntary"" users, ie. folks who don't care about version control systems, but just want to install Darcs so they can grab some source tree

3. These people (already yak-shave impeded from completing their main task) type ""sudo port install darcs""... and find that it doesn't complete until 12 hours or later or something absurd

4. Therefore they decide that they hate Darcs.  

This is a sort of recurring pattern that hurts Darcs reputation a lot. We'd love to make a better first impression on our users.  Can MacPorts help?

Installing a version control system is a case where taking a very long time to install can be extremely harmful to the first time user experience, because the first time you decide to install that system is often when you're impatient to get something else done and are definitely not prepared to wait.

Would it be at all possible for the Darcs port to install a prebuilt binary by default? If it helps, we now have an official MacOS X binary for Darcs (which we did not before 2010).

A variant that does this would be better than nothing, but I worry that it would only be marginally useful unless it was a default, or failing that, unless the Darcs port could somehow jump up and down and say ""Hey! You should use the binary instead!""

Thanks!",kowey@…
Active Tickets,26592,zorba 1.4.0 build fails at 11%,ports,1.9.1,,defect,macports-tickets@…,new,2010-09-23T05:21:48-07:00,2012-05-27T00:28:02-07:00,"The compile error occurs in compiler/translator/translator.cpp:

{{{
/opt/.../work/zorba-1.4.0/src/compiler/translator/translator.cpp:613: error: 
no match for 'operator!=' in 'it != std::vector<_Tp, _Alloc>::rend() [with _Tp = const zorba::var_expr*, _Alloc = std::allocator<const zorba::var_expr*>]()'
}}}

Macintel with Leopard 10.5.8",ak.ml@…
Active Tickets,26635,"yap, yap-devel: universal variant fails to build",ports,1.9.1,,defect,pmoura@…,new,2010-09-25T23:02:13-07:00,2010-10-01T16:10:19-07:00,"Trying to install yap @6.0.5_1 +universal fails to build.

{{{
:info:build /usr/bin/gcc-4.2 -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -Wstrict-aliasing=2 -dynamiclib -Wl,-install_name,/opt/local/lib/libYap.dylib -o libYap.dylib agc.o absmi.o adtdefs.o alloc.o amasm.o analyst.o arrays.o arith0.o arith1.o arith2.o attvar.o bignum.o bb.o cdmgr.o cmppreds.o compiler.o computils.o corout.o cut_c.o dbase.o dlmalloc.o errors.o eval.o exec.o globals.o gmp_support.o gprof.o grow.o heapgc.o index.o init.o  inlines.o iopreds.o depth_bound.o mavar.o myddas_mysql.o myddas_odbc.o myddas_shared.o myddas_initialization.o myddas_util.o myddas_statistics.o myddas_top_level.o myddas_wkb2prolog.o modules.o other.o parser.o readutil.o save.o scanner.o sort.o stdpreds.o sysbits.o threads.o tracer.o udi.o rtree.o rtree_udi.o unify.o userpreds.o utilpreds.o write.o yap2swi.o ypsocks.o ypstdio.o  load_foreign.o load_dl.o load_dld.o load_dyld.o load_none.o load_aout.o load_aix.o load_dll.o load_shl.o c_interface.o clause_list.o opt.memory.o opt.init.o opt.preds.o or.engine.o or.cowengine.o or.sbaengine.o or.threadengine.o or.scheduler.o or.cut.o tab.tries.o tab.completion.o eamamasm.o eam_showcode.o eamindex.o eam_am.o  -lgmp -lreadline -lncurses -ltermcap -lstdc++ -lm  -framework JavaVM -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib -L/opt/local/lib
:info:build ld: warning: in udi.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build ld: warning: in rtree.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build ld: warning: in rtree_udi.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build ld: warning: in c_interface.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build ld: warning: in clause_list.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build Undefined symbols:
:info:build   ""_YAP_IsBigNumTerm"", referenced from:
:info:build       _PL_get_int64 in yap2swi.o
:info:build   ""_YAP_HeadOfTerm"", referenced from:
:info:build       _PL_get_head in yap2swi.o
:info:build       __PL_get_arg in yap2swi.o
:info:build       _PL_get_arg in yap2swi.o
:info:build       _PL_is_string in yap2swi.o
:info:build       _PL_get_chars in yap2swi.o
[snip]
}}}

Trying to install yap-devel @6.0.7_0 +universal succeeds, but not all files installed are universal.

{{{
$ lipo -info /opt/local/bin/yap /opt/local/lib/yap/cgi.dylib 
Architectures in the fat file: /opt/local/bin/yap are: x86_64 i386 
Non-fat file: /opt/local/lib/yap/cgi.dylib is architecture: x86_64
}}}
",ryandesign@…
Active Tickets,26637,"yap, yap-devel: use only MacPorts ncurses",ports,1.9.1,,defect,pmoura@…,new,2010-09-26T00:20:09-07:00,2010-09-26T00:20:09-07:00,"yap links with both MacPorts ncurses and the system's ncurses:

{{{
$ otool -L /opt/local/bin/yap
/opt/local/bin/yap:
	/opt/local/lib/libYap.dylib (compatibility version 0.0.0, current version 0.0.0)
	/opt/local/lib/libgmp.10.dylib (compatibility version 11.0.0, current version 11.1.0)
	/opt/local/lib/libreadline.6.1.dylib (compatibility version 6.0.0, current version 6.1.0)
	/opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)
	/usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
}}}

The former probably comes from readline.

It should only link with MacPorts ncurses.",ryandesign@…
Active Tickets,26671,tcl plus odcctools: error: nested redefinition of 'enum NXByteOrder',ports,1.9.1,,defect,mww@…,new,2010-09-29T07:22:58-07:00,2010-10-12T07:23:26-07:00,"Can't install tcl (8.5.9) on Leopard PowerPC when odcctools (20090808) is installed:

{{{
:info:build In file included from /mp/var/macports/build/_Volumes_data_macports_ports_lang_tcl/work/tcl8.5.9/unix/../unix/tclLoadDyld.c:62:
:info:build /mp/include/mach-o/arch.h:35: error: nested redefinition of 'enum NXByteOrder'
:info:build /mp/include/mach-o/arch.h:35: error: redeclaration of 'enum NXByteOrder'
:info:build /mp/include/mach-o/arch.h:36: error: redeclaration of enumerator 'NX_UnknownByteOrder'
:info:build /usr/include/architecture/byte_order.h:137: error: previous definition of 'NX_UnknownByteOrder' was here
:info:build /mp/include/mach-o/arch.h:37: error: redeclaration of enumerator 'NX_LittleEndian'
:info:build /usr/include/architecture/byte_order.h:138: error: previous definition of 'NX_LittleEndian' was here
:info:build /mp/include/mach-o/arch.h:39: error: redeclaration of enumerator 'NX_BigEndian'
:info:build /usr/include/architecture/byte_order.h:140: error: previous definition of 'NX_BigEndian' was here
}}}

Uninstalling odcctools lets tcl install.",ryandesign@…
Active Tickets,26676,cm3 5.2.6 - failed to find cm3/system.tgz to open,ports,1.9.1,,defect,macports-tickets@…,new,2010-09-29T15:23:55-07:00,2010-10-02T14:44:22-07:00,"cm3 5.2.6 - failed to find cm3/system.tgz to open
Mac OS X 10.6.4 

{{{
sh-3.2# port -v install cm3
--->  Computing dependencies for cm3.
--->  Extracting cm3
--->  Extracting cm3-src-all-5.2.6.tgz
tar: Error opening archive: Failed to open '/opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3/system.tgz': No such file or directory
shell command ""tar -C /opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/bootstrap -zxf /opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3/system.tgz"" returned error 1
Error: Target org.macports.extract returned: shell command failed
Warning: the following items did not execute (for cm3): org.macports.activate org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Log for cm3 is at: /opt/local/var/macports/logs/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/main.log
Error: Status 1 encountered during processing.
}}}

took a look in the directory .. the bootstrap dir is empty.  The cm3 dir is populated so something got unpacked.

now here is something interesting .. i went to the [http://modula3.elegosoft.com/cm3/ elego Critical Mass site] and downloaded cm3-bin-core-I386_DARWIN-5.8.6-REL.tgz  and when i unpacked it .. lo and behold there is system.tgz

so .. i put a copy into the cm3 directory and tried the install cmd again
{{{
sh-3.2# port -v install cm3
--->  Computing dependencies for cm3.
--->  Extracting cm3
--->  Extracting cm3-src-all-5.2.6.tgz
--->  Configuring cm3
--->  Building cm3
/opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3/scripts/pkgmap.sh -c ""cm3 -build  -DROOT='/opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3'  && cm3 -ship -DROOT='/opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3' "" m3gc-simple m3core libm3 m3middle m3linker m3front m3quake m3cc cm3 m3scanner m3tools m3cgcat m3cggen m3bundle bitvector digraph parseparams realgeometry set slisp sortedtableextras table-list tempfiles
=== package /opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3/m3-libs/m3gc-simple ===
 +++ cm3 -build  -DROOT='/opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3'  && cm3 -ship -DROOT='/opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3'  +++
--- building in PPC_DARWIN ---

new source -> compiling RTVM.c
new source -> compiling sysdeps.c
...
}}}

blah blah .. the C files compiled and the library built.

then 
{{{

new source -> compiling write.c
 -> archiving libm3gcdefs.a
libtool: can't locate file for: -lcc_dynamic
libtool: file: -lcc_dynamic is not an object file (not allowed in a library)
  make_lib => 1
librarian failed building: m3gcdefs
Fatal Error: package build failed
 *** execution of  failed ***
shell command ""cd /opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/cm3/scripts && env PATH=/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/opt/local/var/macports/build/_Volumes_10.5var_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_cm3/work/bootstrap/bin ./do-cm3-core.sh buildship"" returned error 1
}}}
so it unpacked the system.tgz into the bootstrap dir .. i checked ..
but the next step failed because a file called cc_dynamic is not an object file .. 
no idea where that is coming from.

i also see that the sysinfo.sh is reading the uname -p command wrongly and so think tha the system is   PPC_DARWIN  when it should be I386_DARWIN
i have not been able to get bash to echo commands for debugging so i don't know why this is 

",vulcan_@…
Active Tickets,26712,dbus @1.2.24_1: Start error - Socket error,ports,1.9.1,,defect,mcalhoun@…,new,2010-10-03T09:18:39-07:00,2012-01-15T09:06:51-08:00,"I've been wrestling with this problem for day's . When I start dbus i got this error:

{{{

Failed to start message bus: launchd's environment variable DBUS_LAUNCHD_SESSION_BUS_SOCKET is empty, but should contain a socket path.

EOF in dbus-launch reading address from bus daemon
}}}


I installed dbus in combination of gnome on a ppc64 machine with 10.5.8.
I googled it much and i seems to me a specific problem with dbus, mac osx 10.5.8 and a ppc machine. 

I did run the command 


{{{
sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
}}}


and/or


{{{
launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
}}}


Nothing worked out for me. Please help",fokkovisser@…
Active Tickets,26731,swish-e @2.4.5 Doesn't Instal SWISH::API,ports,1.9.1,,defect,macports-tickets@…,new,2010-10-05T04:09:46-07:00,2010-10-05T05:10:54-07:00,"swish-e comes bundled with SWISH::API for perl but the swish-e package doesn't install this API nor offer a variant to do so.

Procedure to install SWISH::API from swish-e port using sh style shell
{{{
sudo port install swish-e #yes INSTALL...::API may hardcode paths
sudo port extract swish-e #just in case you autoclean
cd $(port work swish-e)/swish-e-*/perl

#std Makefile.PL procedure

perl Makefile.PL
make
make test
sudo make install
}}}
I started messing around with creating a variant to install this myself but the README for SWISH::API install was discouraging about installing this component without the swish-e package already activated so perhaps a seperate package would be better...the portfile docs were sketchy and defeated me.",gerdes@…
Active Tickets,26734,OpenSceneGraph 2.8.3 installation on Mac OS X 10.6 Snow Leopard - Building Failed,ports,1.9.1,,defect,macports-tickets@…,new,2010-10-05T09:41:03-07:00,2012-09-24T03:59:22-07:00,"I have tried to install openscenegraph but it fails to build. Does anyone have any idea how to get rid of the error? 

{{{
10:~ peng$ sudo port install openscenegraph
--->  Computing dependencies for OpenSceneGraph
--->  Building OpenSceneGraph
Error: Target org.macports.build returned: shell command failed
Log for OpenSceneGraph is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_OpenSceneGraph/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}

In main.log the key info is some symbols not found (related to ffmpeg?)

{{{

...

:info:build   ""_inflate"", referenced from:
:info:build       _matroska_decode_buffer in libavformat.a(matroskadec.o)
:info:build       _zlib_decomp in libavcodec.a(lcldec.o)
:info:build       _decode_frame in libavcodec.a(tiff.o)
:info:build       _decode_frame in libavcodec.a(zmbv.o)
:info:build       _decode_frame in libavcodec.a(pngdec.o)
:info:build       _decode_frame in libavcodec.a(tscc.o)
:info:build       _flashsv_decode_frame in libavcodec.a(flashsv.o)
:info:build       _flashsv_decode_frame in libavcodec.a(flashsv.o)
:info:build ld: symbol(s) not found
:info:build collect2: ld returned 1 exit status
:info:build make[2]: *** [lib/osgPlugins-2.8.3/osgdb_ffmpeg.so] Error 1
:info:build make[1]: *** [src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/all] Error 2
:info:build make[1]: *** Waiting for unfinished jobs....
:info:build [ 93%] Built target osgdb_osgwidget
:info:build make: *** [all] Error 2
:info:build shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_OpenSceneGraph/work/OpenSceneGraph-2.8.3"" && /usr/bin/make -j2 all "" returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: the following items did not execute (for OpenSceneGraph): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for OpenSceneGraph is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_OpenSceneGraph/main.log
}}}

I have attached the main.log file and please let me know if you need any further info.

Many thanks!

Peng
",huangpeng723@…
Active Tickets,26742,dbus @1.2.24 [install fail for non-root users],ports,1.9.1,,defect,mcalhoun@…,new,2010-10-06T04:29:21-07:00,2012-09-25T14:48:58-07:00,"Hi,

I tried to install dbus with a macports installed in a custom $prefix as non-root user.

while it throws warnings about not being able to create users/groups during the build (which is ok),
it also tries to put the LaunchAgent into the system directory and not the /Users/ one.

Error: Target org.macports.activate returned: error copying ""/Users/mh6/var/macports/software/dbus/1.2.24_1/Library/LaunchAgents/org.freedesktop.dbus-session.plist"" to ""/Library/LaunchAgents/org.freedesktop.dbus-session.plist"": permission denied

While the Portfile itself passes the custom install location through, Patch4 hardcodes it to /Library/LaunchAgents

Would be nice if someone could change it to ${prefix}/Library/LaunchAgents


thanks,

Michael ",mh6@…
Active Tickets,26743,"googlecl @0.9.10_0, osxutils @1.7_1 attempt to install conflicting bin/google",ports,1.9.1,,defect,macports-tickets@…,new,2010-10-06T04:58:39-07:00,2010-10-06T16:39:43-07:00,"googlecl and osxutils both install attempt to install bin/google, causing whichever port is activated second to fail.  

I'd like to have both of these packages installed.  Could a +no_google variant be added to osxutils perhaps?",jpenney@…
Active Tickets,26834,xemacs and ctags conflict,ports,1.9.1,,defect,mww@…,new,2010-10-13T11:28:48-07:00,2012-03-04T11:02:36-08:00,"Hi all,

newbie to macports / mac.  I'm trying to install xemacs and macvim (overkill, I know, since I should just choose one).  Anyway, if I have one activated and try to install/activate the other, I get:
{{{
--->  Activating xemacs @21.4.22_2
Error: Target org.macports.activate returned: Image error: /opt/local/bin/ctags is being used by the active ctags port.  Please deactivate this port first, or use 'port -f activate xemacs' to force the activation.
Log for xemacs is at: /opt/local/var/macports/logs/_opt_local_var_macports_registry_portfiles_xemacs_21.4.22_2/main.log
Warning: Failed to execute portfile from registry for xemacs @21.4.22_2
--->  Activating xemacs
Error: port activate failed: Image error: /opt/local/bin/ctags is being used by the active ctags port.  Please deactivate this port first, or use 'port -f activate xemacs' to force the activation.
}}}

The log file doesn't have any more information.  I did have a weird python install, if that makes a difference.  I installed python2.7 from their website as a normal installer, and it put it's own path in my .profile.  So python actually linked to 2.7 instead of what macports thought.

But besides that everything is fairly standard.",ilevy@…
Active Tickets,26870,restore_ports fails when there are conflicting but inactive ports in the list,contrib,1.9.1,,defect,macports-tickets@…,new,2010-10-17T06:21:21-07:00,2011-09-14T13:58:19-07:00,"I followed the instructions at http://trac.macports.org/wiki/Migration


Before migrating the following ports where installed:
{{{
The following ports are currently installed:
  a52dec @0.7.4_0 (active)
  aacgain @1.7_0
  aacgain @1.8_0 (active)
  alpine @2.00_2+without_tcl (active)
  apr @1.4.2_0 (active)
  apr-util @1.3.9_2 (active)
  atk @1.30.0_0 (active)
  atlas @3.8.3_2 (active)
  autoconf @2.65_2 (active)
  automake @1.11.1_0 (active)
  bash @4.1.7_0 (active)
  bash-completion @1.1_8 (active)
  bison @2.4.2_0 (active)
  bittorrent @5.2.0_1 (active)
  boehmgc @7.1_0+darwin_9 (active)
  boost @1.42.0_0 (active)
  boost-jam @3.1.17_0 (active)
  bzip2 @1.0.5_3+darwin (active)
  cairo @1.8.10_0+macosx (active)
  cairomm @1.8.4_0 (active)
  cmake @2.8.0_0 (active)
  coreutils @8.4_0 (active)
  cotvnc @2.0b4_0 (active)
  cppunit @1.12.1_0 (active)
  createtorrent @1.1.4_0 (active)
  curl @7.20.0_0+ssl (active)
  curl-ca-bundle @7.20.0_0 (active)
  cyrus-sasl2 @2.1.23_1+kerberos (active)
  db44 @4.4.20_1+darwin_8 (active)
  db46 @4.6.21_6 (active)
  dbus @1.2.16_1 (active)
  dbus-glib @0.80_0 (active)
  desktop-file-utils @0.15_1 (active)
  dirac @1.0.2_0 (active)
  docbook-xml @5.0_0 (active)
  docbook-xml-4.1.2 @4.1.2_1 (active)
  docbook-xml-4.2 @4.2_0 (active)
  docbook-xml-4.3 @4.3_0 (active)
  docbook-xml-4.4 @4.4_0 (active)
  docbook-xml-4.5 @4.5_0 (active)
  docbook-xml-5.0 @5.0_0 (active)
  docbook-xsl @1.75.2_0 (active)
  e2fsprogs @1.41.10_0 (active)
  exiv2 @0.18.2_1 (active)
  expat @2.0.1_0 (active)
  faac @1.28_1 (active)
  faad2 @2.7_0+darwin (active)
  ffmpeg @0.5.1_0 (active)
  fftw-3 @3.2.2_0 (active)
  findutils @4.4.2_0 (active)
  flac @1.2.1_0+darwin_i386 (active)
  fontconfig @2.8.0_0+macosx (active)
  freetype @2.3.12_0+macosx (active)
  fribidi @0.10.9_0 (active)
  gawk @3.1.7_0 (active)
  gcc43 @4.3.5_0 (active)
  gcc44 @4.4.4_1 (active)
  gccmakedep @1.0.2_0 (active)
  gconf @2.26.2_0 (active)
  gdbm @1.8.3_2 (active)
  getopt @1.1.4_1 (active)
  gettext @0.18.1.1_1 (active)
  ghostscript @8.71_2 (active)
  glib2 @2.24.1_0+darwin (active)
  glibmm @2.22.1_0 (active)
  glut @3.7_3 (active)
  gmake @3.81_0 (active)
  gmp @5.0.1_0 (active)
  gnome-common @2.26.0_0 (active)
  gnome-doc-utils @0.18.1_1 (active)
  gnome-icon-theme @2.26.0_0 (active)
  gnome-mime-data @2.18.0_3 (active)
  gnome-vfs @2.24.2_0 (active)
  gnupg @1.4.10_0 (active)
  gnutls @2.8.5_0 (active)
  gperf @3.0.4_0 (active)
  grep @2.5.4_0 (active)
  groff @1.20.1_1 (active)
  gsed @4.2.1_0 (active)
  gsl @1.13_1+darwin_i386 (active)
  gtk-doc @1.15_0 (active)
  gtk2 @2.18.7_1+x11 (active)
  gtkmm @2.18.2_0 (active)
  gzip @1.4_0 (active)
  help2man @1.38.2_0 (active)
  hicolor-icon-theme @0.12_0 (active)
  icon-naming-utils @0.8.90_0 (active)
  icu @4.3.4_0 (active)
  ImageMagick @6.6.0-0_1+q16 (active)
  imake @1.0.2_1 (active)
  inkscape @0.47_0 (active)
  intltool @0.40.6_0 (active)
  iso-codes @3.17_0 (active)
  jasper @1.900.1_7 (active)
  jpeg @8a_0 (active)
  keychain @2.7.0_0 (active)
  lame @3.98.2_1 (active)
  lcms @1.19_2 (active)
  libart_lgpl @2.3.20_0 (active)
  libbonobo @2.24.2_0 (active)
  libcddb @1.3.2_1 (active)
  libcdio @0.82_0 (active)
  libcroco @0.6.2_1 (active)
  libdca @0.0.5_0 (active)
  libdvbpsi @0.1.6_0 (active)
  libdvdcss @1.2.10_0 (active)
  libdvdnav @4.1.3_0 (active)
  libdvdplay @1.0.1_0 (active)
  libdvdread @4.1.3_2+libdvdcss (active)
  libebml @0.7.8_0 (active)
  libewf @20100119_0 (active)
  libgcrypt @1.4.4_0 (active)
  libglade2 @2.6.4_1 (active)
  libgnomecanvas @2.26.0_1 (active)
  libgnomecups @0.2.3_1 (active)
  libgnomeprint @2.18.6_0 (active)
  libgnomeprintui @2.18.4_2 (active)
  libgpg-error @1.7_0 (active)
  libgsf @1.14.17_0 (active)
  libiconv @1.13.1_0 (active)
  libid3tag @0.15.1b_0 (active)
  libidl @0.8.13_0 (active)
  libidn @1.16_0 (active)
  libmad @0.15.1b_2 (active)
  libmatroska @0.8.1_0 (active)
  libmikmod @3.2.0-beta2_1 (active)
  libmng @1.0.10_2 (active)
  libmodplug @0.8.7_0 (active)
  libmpcdec @1.2.6_0 (active)
  libogg @1.2.0_0 (active)
  liboil @0.3.16_1 (active)
  libpaper @1.1.21_1 (active)
  libpcap @1.0.0_1 (active)
  libpixman @0.16.6_0 (active)
  libpng @1.2.43_0 (active)
  librsvg @2.26.0_2 (active)
  libsdl @1.2.14_8 (active)
  libsdl_image @1.2.10_2 (active)
  libsdl_mixer @1.2.11_0 (active)
  libshout2 @2.2.2_1 (active)
  libsigcxx2 @2.2.4.2_1 (active)
  libsndfile @1.0.20_0 (active)
  libtasn1 @2.2_0 (active)
  libtheora @1.1.1_0 (active)
  libtool @2.2.10_0+darwin (active)
  libtorrent @0.12.6_0 (active)
  libvorbis @1.3.1_0 (active)
  libwpd @0.8.14_0 (active)
  libwpg @0.1.3_0 (active)
  libwww @5.4.0_1 (active)
  libxml2 @2.7.7_0 (active)
  libxslt @1.1.26_0 (active)
  live555 @2009.04.07_0+macosx (active)
  llvm @2.6_2 (active)
  llvm-gcc42 @2.6_0+darwin+darwin_i386 (active)
  lua @5.1.4_0 (active)
  lzmautils @4.32.7_1 (active)
  lzo @1.08_0 (active)
  m4 @1.4.14_0 (active)
  makedepend @1.0.2_0 (active)
  mesa @7.6.1_1+hw_render (active)
  mp3_check @1.98_0 (active)
  mp3info @0.8.5a_0 (active)
  mp3wrap @0.5_0 (active)
  mp4v2 @1.9.1_2 (active)
  mpeg4ip @1.5.0.1_3 (active)
  mpfr @3.0.0_0 (active)
  mtr @0.75_0 (active)
  mysql5 @5.1.45_0 (active)
  ncurses @5.7_0 (active)
  ncursesw @5.7_0 (active)
  neon @0.29.3_1 (active)
  nmap @5.21_0 (active)
  ntfsprogs @2.0.0_0 (active)
  ocaml @3.11.2_0 (active)
  opencdk @0.6.6_0 (active)
  openjpeg @1.3_3 (active)
  openldap @2.4.21_0 (active)
  openmotif @2.3.2_2 (active)
  openntpd @3.9p1_0 (active)
  openssl @0.9.8o_0+darwin (active)
  orbit2 @2.14.17_1 (active)
  ossp-uuid @1.6.2_0 (active)
  p5-getopt-long @2.38_0 (active)
  p5-locale-gettext @1.05_2 (active)
  p5-pathtools @3.31_0 (active)
  p5-scalar-list-utils @1.23_0 (active)
  p5-xml-namespacesupport @1.10_0 (active)
  p5-xml-parser @2.36_0 (active)
  p5-xml-sax @0.96_1 (active)
  p5-xml-simple @2.18_0 (active)
  p7zip @9.04_0 (active)
  pango @1.24.5_0+macosx (active)
  pangomm @2.26.0_0 (active)
  pcre @7.9_0 (active)
  perl5.8 @5.8.9_3 (active)
  pkgconfig @0.25_0 (active)
  policykit @0.9_0 (active)
  poppler @0.12.1_2 (active)
  poppler-data @0.3.0_0 (active)
  popt @1.15_0 (active)
  privoxy @3.0.16_0+darwin (active)
  py-crypto @2.0.1_0 (active)
  py-twisted @8.0.1_0 (active)
  py-wxpython @2.8.9.2_0 (active)
  py-zopeinterface @3.3.0_0 (active)
  py25-crypto @2.0.1_0 (active)
  py25-hashlib @2.5.4_1 (active)
  py25-libxml2 @2.6.21_1 (active)
  py25-lxml @2.2.2_0 (active)
  py25-nose @0.11.3_0 (active)
  py25-numpy @1.4.0_0 (active)
  py25-setuptools @0.6c11_0 (active)
  py25-twisted @8.2.0_0 (active)
  py25-xml @0.8.4_0 (active)
  py25-zlib @2.5.4_1 (active)
  py25-zopeinterface @3.3.0_0 (active)
  py26-libxml2 @2.6.21_0 (active)
  python24 @2.4.6_4+darwin_9+macosx (active)
  python25 @2.5.5_0+darwin+darwin_9+macosx (active)
  python26 @2.6.5_2+darwin (active)
  qt3-mac @3.3.8_1 (active)
  qt4-mac @4.6.2_1 (active)
  rarian @0.8.1_0 (active)
  readline @6.1.000_1+darwin (active)
  render @0.9.2_0 (active)
  rsync @3.0.7_0 (active)
  rtorrent @0.8.6_0+xmlrpc (active)
  samba3 @3.2.15_0+darwin_9 (active)
  schroedinger @1.0.8_0 (active)
  serf @0.3.0_0 (active)
  shared-mime-info @0.71_0 (active)
  smpeg @0.4.4_8 (active)
  speex @1.0.5_1 (active)
  sqlite3 @3.6.23.1_0 (active)
  srm @1.2.8_0 (active)
  subversion @1.6.9_1 (active)
  t1lib @5.1.2_1 (active)
  taglib @1.6.1_2 (active)
  tcl @8.5.8_0+darwin (active)
  testdisk @6.11_3 (active)
  teTeX @3.0_6 (active)
  texi2html @1.82_0 (active)
  texinfo @4.13_0 (active)
  tiff @3.9.2_3+macosx (active)
  tightvnc @1.3.9_4 (active)
  tk @8.5.8_0+darwin (active)
  transmission @1.75_0 (active)
  twolame @0.3.12_0 (active)
  unrar @3.9.10_0 (active)
  vcdimager @0.7.23_0 (active)
  VLC @1.0.5_1+dvb+fribidi+full+huge+live555+macosx+mod+mpc+osd+qt4+sdl+shout+smb+speex+svg+theora+twolame+vcd+x264 (active)
  wakeonlan @0.41_0 (active)
  wget @1.12_0 (active)
  wxWidgets @2.8.9_2 (active)
  x264 @20090810_2 (active)
  xbitmaps @1.1.0_0 (active)
  Xft2 @2.1.14_0 (active)
  xmlcatmgr @2.2_1 (active)
  xmlrpc-c @1.06.30_0 (active)
  xorg-applewmproto @1.4.1_0 (active)
  xorg-bigreqsproto @1.1.0_0 (active)
  xorg-cf-files @1.0.3_0 (active)
  xorg-compositeproto @0.4.1_0 (active)
  xorg-damageproto @1.2.0_0 (active)
  xorg-dmxproto @2.3_0 (active)
  xorg-dri2proto @2.3_0 (active)
  xorg-evieproto @1.1.0_0 (active)
  xorg-fixesproto @4.1.1_0 (active)
  xorg-fontcacheproto @0.1.3_0 (active)
  xorg-fontsproto @2.1.0_0 (active)
  xorg-glproto @1.4.11_0 (active)
  xorg-inputproto @2.0_0 (active)
  xorg-kbproto @1.0.4_0 (active)
  xorg-libAppleWM @1.4.0_0 (active)
  xorg-libdmx @1.1.0_0 (active)
  xorg-libfontenc @1.0.5_0 (active)
  xorg-libFS @1.0.2_0 (active)
  xorg-libice @1.0.6_0 (active)
  xorg-liblbxutil @1.0.1_1 (active)
  xorg-liboldX @1.0.1_0 (active)
  xorg-libpthread-stubs @0.3_0 (active)
  xorg-libs @20090224_0 (active)
  xorg-libsm @1.1.1_0 (active)
  xorg-libX11 @1.3.4_0 (active)
  xorg-libXau @1.0.5_0 (active)
  xorg-libXaw @1.0.7_0 (active)
  xorg-libxcb @1.5_1+python26 (active)
  xorg-libXcomposite @0.4.1_0 (active)
  xorg-libXcursor @1.1.10_0 (active)
  xorg-libXdamage @1.1.2_0 (active)
  xorg-libXdmcp @1.0.3_0 (active)
  xorg-libXevie @1.0.2_2 (active)
  xorg-libXext @1.1.2_0 (active)
  xorg-libXfixes @4.0.4_0 (active)
  xorg-libXfont @1.4.1_0 (active)
  xorg-libXfontcache @1.0.5_0 (active)
  xorg-libXi @1.3_0 (active)
  xorg-libXinerama @1.1_0 (active)
  xorg-libxkbfile @1.0.6_0 (active)
  xorg-libxkbui @1.0.2_0 (active)
  xorg-libXmu @1.0.5_0 (active)
  xorg-libXp @1.0.0_3 (active)
  xorg-libXrandr @1.3.0_1 (active)
  xorg-libXres @1.0.4_0 (active)
  xorg-libXScrnSaver @1.2.0_0 (active)
  xorg-libXt @1.0.8_0 (active)
  xorg-libXTrap @1.0.0_3 (active)
  xorg-libXtst @1.1.0_0 (active)
  xorg-libXv @1.0.5_0 (active)
  xorg-libXvMC @1.0.5_0 (active)
  xorg-libXxf86dga @1.1.1_0 (active)
  xorg-libXxf86misc @1.0.2_0 (active)
  xorg-libXxf86vm @1.1.0_0 (active)
  xorg-printproto @1.0.4_0 (active)
  xorg-randrproto @1.3.1_0 (active)
  xorg-recordproto @1.14_0 (active)
  xorg-renderproto @0.11_0 (active)
  xorg-resourceproto @1.1.0_0 (active)
  xorg-scrnsaverproto @1.2.0_0 (active)
  xorg-trapproto @3.4.3_0 (active)
  xorg-util-macros @1.9.0_0 (active)
  xorg-videoproto @2.3.0_0 (active)
  xorg-xcb-proto @1.6_0+python26 (active)
  xorg-xcb-util @0.3.6_0 (active)
  xorg-xcmiscproto @1.2.0_0 (active)
  xorg-xextproto @7.1.1_0 (active)
  xorg-xf86bigfontproto @1.2.0_0 (active)
  xorg-xf86dgaproto @2.1_0 (active)
  xorg-xf86miscproto @0.9.3_0 (active)
  xorg-xf86vidmodeproto @2.3_0 (active)
  xorg-xineramaproto @1.2_0 (active)
  xorg-xproto @7.0.17_0 (active)
  xorg-xtrans @1.2.5_0 (active)
  xpm @3.5.8_0 (active)
  xrender @0.9.6_0 (active)
  XviD @1.2.2_0 (active)
  yafc @1.1.1_1+darwin_9 (active)
  zip @3.00_0 (active)
  zlib @1.2.5_0 (active)
  zsh-devel @4.3.10_0+darwin_8 (active)
}}}


After running the migration script (which failed for three ports, Transmission, e2fsprogs and testdisk) the following ports are listed as installed


{{{
The following ports are currently installed:
  alpine @2.00_4+without_tcl (active)
  apr @1.4.2_1 (active)
  apr-util @1.3.9_2 (active)
  autoconf @2.68_0 (active)
  automake (active)
  bash-completion (active)
  bison (active)
  boehmgc (active)
  boost @1.44.0_0 (active)
  boost-jam @3.1.18_0 (active)
  bzip2 @1.0.6_0 (active)
  ccache @3.1_0 (active)
  cmake @2.8.2_2 (active)
  coreutils @8.5_0 (active)
  cotvnc @2.0b4_0 (active)
  cppunit @1.12.1_0 (active)
  createtorrent @1.1.4_1 (active)
  curl @7.21.2_0+ssl (active)
  curl-ca-bundle @7.21.2_0 (active)
  cyrus-sasl2 @2.1.23_3+kerberos (active)
  db44 @4.4.20_1 (active)
  db46 @4.6.21_6 (active)
  dirac @1.0.2_0 (active)
  distcc @3.1_0 (active)
  docbook-xml @5.0_0 (active)
  docbook-xml-4.1.2 @4.1.2_1 (active)
  docbook-xml-4.2 @4.2_0 (active)
  docbook-xml-4.3 @4.3_0 (active)
  docbook-xml-4.4 @4.4_0 (active)
  docbook-xml-4.5 @4.5_0 (active)
  docbook-xml-5.0 @5.0_0 (active)
  docbook-xsl @1.75.2_0 (active)
  e2fsprogs @1.41.12_0
  expat @2.0.1_1 (active)
  fftw-3 @3.2.2_0 (active)
  findutils @4.4.2_0 (active)
  flac @1.2.1_0 (active)
  fontconfig @2.8.0_0 (active)
  freetype @2.4.3_0 (active)
  fribidi @0.10.9_0 (active)
  gawk @3.1.8_0 (active)
  gcc43 @4.3.5_2 (active)
  gcc44 @4.4.5_0 (active)
  gccmakedep @1.0.2_0 (active)
  gdbm @1.8.3_2 (active)
  getopt @1.1.4_1 (active)
  gettext @0.18.1.1_2 (active)
  glut @3.7_3 (active)
  gmake @3.82_0 (active)
  gmp @5.0.1_0 (active)
  gnome-common @2.28.0_0 (active)
  gnome-icon-theme @2.30.3_0 (active)
  gnome-mime-data @2.18.0_3 (active)
  gnupg @1.4.10_1 (active)
  gperf @3.0.4_0 (active)
  grep @2.6.3_0 (active)
  groff @1.20.1_1 (active)
  gsed @4.2.1_0 (active)
  gsl @1.14_0 (active)
  gzip @1.4_0 (active)
  help2man @1.38.2_0 (active)
  hicolor-icon-theme @0.12_0 (active)
  icon-naming-utils @0.8.90_0 (active)
  icu @4.3.4_0 (active)
  imake @1.0.3_0 (active)
  intltool @0.40.6_0 (active)
  iso-codes @3.21_0 (active)
  jasper @1.900.1_7 (active)
  jpeg @8b_0 (active)
  kerberos5 @1.7.1_1 (active)
  keychain @2.7.0_0 (active)
  lame @3.98.4_0 (active)
  lcms @1.19_2 (active)
  ld64 @85.2.1_0 (active)
  libart_lgpl @2.3.21_0 (active)
  libcddb @1.3.2_1 (active)
  libcdio @0.82_0 (active)
  libdca @0.0.5_0 (active)
  libdvbpsi @0.1.6_0 (active)
  libdvdcss @1.2.10_0 (active)
  libebml @1.0.0_0 (active)
  libewf @20100226_0 (active)
  libffi @3.0.9_0 (active)
  libgcrypt @1.4.6_0 (active)
  libgpg-error @1.9_0 (active)
  libiconv @1.13.1_0 (active)
  libid3tag @0.15.1b_2 (active)
  libidn @1.19_0 (active)
  libmatroska @1.0.0_0 (active)
  libmikmod @3.2.0-beta2_1 (active)
  libmodplug @0.8.7_0 (active)
  libmpcdec @1.2.6_0 (active)
  libogg @1.2.0_0 (active)
  libpaper @1.1.24_0 (active)
  libpcap @1.1.1_0 (active)
  libpixman @0.18.4_0 (active)
  libpng @1.2.44_0 (active)
  libshout2 @2.2.2_1 (active)
  libsigcxx2 @2.2.8_0 (active)
  libsndfile @1.0.23_0 (active)
  libtasn1 @2.2_0 (active)
  libtheora @1.1.1_0 (active)
  libtool @2.4_0 (active)
  libtorrent @0.12.6_1 (active)
  libusb @1.0.8_0 (active)
  libusb-compat @0.1.3_0 (active)
  libvorbis @1.3.1_0 (active)
  libwww @5.4.0_2 (active)
  libxml2 @2.7.7_0 (active)
  libxslt @1.1.26_0 (active)
  live555 @2009.04.07_0 (active)
  llvm @2.8_1 (active)
  llvm-gcc42 @2.8_0 (active)
  lua @5.1.4_0 (active)
  lzmautils @4.32.7_1 (active)
  m4 @1.4.15_0 (active)
  makedepend @1.0.2_0 (active)
  mp3_check @1.98_0 (active)
  mp3info @0.8.5a_0 (active)
  mp3wrap @0.5_0 (active)
  mp4v2 @1.9.1_2 (active)
  mpfr @3.0.0-p4_0 (active)
  mtr @0.75_0 (active)
  mysql5 @5.1.51_0 (active)
  ncurses @5.7_1 (active)
  ncursesw @5.7_1 (active)
  neon @0.29.5_0 (active)
  nmap @5.21_2 (active)
  ntfsprogs @2.0.0_0 (active)
  ocaml @3.12.0_0 (active)
  opencdk @0.6.6_0 (active)
  openjpeg @1.3_3 (active)
  openldap @2.4.21_1 (active)
  openntpd @3.9p1_0 (active)
  openssl @1.0.0a_0 (active)
  orc @0.4.9_0 (active)
  ossp-uuid @1.6.2_0 (active)
  p5-getopt-long @2.38_0 (active)
  p5-locale-gettext @1.05_3 (active)
  p5-pathtools @3.33_0 (active)
  p5-scalar-list-utils @1.23_0 (active)
  p5-xml-namespacesupport @1.11_1 (active)
  p5-xml-parser @2.40_0 (active)
  p5-xml-sax @0.96_1 (active)
  p5-xml-sax-expat @0.40_1 (active)
  p5-xml-simple @2.18_0 (active)
  p7zip @9.13_1 (active)
  pcre @8.10_0 (active)
  perl5 @5.8.9_0 (active)
  perl5.8 @5.8.9_3 (active)
  pkgconfig @0.25_1 (active)
  poppler-data @0.4.3_0 (active)
  popt @1.16_0 (active)
  privoxy @3.0.16_0 (active)
  proctools @0.4pre1_2 (active)
  py-crypto @2.0.1_0 (active)
  py-zopeinterface @3.3.0_0 (active)
  py25-distribute @0.6.14_0 (active)
  py25-nose @0.11.3_0 (active)
  py26-libxml2 @2.6.21_0 (active)
  python24 @2.4.6_7 (active)
  python25 @2.5.5_1 (active)
  python26 @2.6.6_0+no_tkinter (active)
  rarian @0.8.1_0 (active)
  readline @6.1.002_0 (active)
  rsync @3.0.7_0 (active)
  samba3 @3.2.15_1 (active)
  schroedinger @1.0.9_0 (active)
  serf @0.7.0_0 (active)
  sleepwatcher @2.1_0 (active)
  speex @1.2rc1_0 (active)
  sqlite3 @3.7.3_0 (active)
  srm @1.2.8_0 (active)
  subversion @1.6.13_0 (active)
  taglib @1.6.3_0 (active)
  tcl @8.5.9_0 (active)
  texi2html @5.0_0 (active)
  texinfo @4.13_2 (active)
  tiff @3.9.4_0 (active)
  tk @8.5.9_0 (active)
  transmission @1.75_0
  unrar @3.9.10_0 (active)
  wakeonlan @0.41_0 (active)
  wget @1.12_3+ssl (active)
  x264 @20100603_0 (active)
  xbitmaps @1.1.0_1 (active)
  Xft2 @2.1.14_0 (active)
  xmlcatmgr @2.2_1 (active)
  xorg-applewmproto @1.4.1_0 (active)
  xorg-bigreqsproto @1.1.0_0 (active)
  xorg-cf-files @1.0.3_0 (active)
  xorg-compositeproto @0.4.1_0 (active)
  xorg-damageproto @1.2.0_0 (active)
  xorg-dmxproto @2.3_0 (active)
  xorg-dri2proto @2.3_0 (active)
  xorg-evieproto @1.1.0_0 (active)
  xorg-fixesproto @4.1.1_0 (active)
  xorg-fontcacheproto @0.1.3_0 (active)
  xorg-fontsproto @2.1.0_0 (active)
  xorg-glproto @1.4.12_0 (active)
  xorg-inputproto @2.0_0 (active)
  xorg-kbproto @1.0.5_0 (active)
  xorg-libfontenc @1.0.5_0 (active)
  xorg-libFS @1.0.2_0 (active)
  xorg-libice @1.0.6_0 (active)
  xorg-libpthread-stubs @0.3_0 (active)
  xorg-libsm @1.1.1_0 (active)
  xorg-libX11 @1.3.6_1 (active)
  xorg-libXau @1.0.6_0 (active)
  xorg-libxcb @1.7_0+python26 (active)
  xorg-libXdmcp @1.0.3_0 (active)
  xorg-libXext @1.1.2_0 (active)
  xorg-libXfont @1.4.2_0 (active)
  xorg-libXScrnSaver @1.2.0_0 (active)
  xorg-printproto @1.0.4_0 (active)
  xorg-randrproto @1.3.1_0 (active)
  xorg-recordproto @1.14_0 (active)
  xorg-renderproto @0.11.1_0 (active)
  xorg-resourceproto @1.1.0_0 (active)
  xorg-scrnsaverproto @1.2.0_0 (active)
  xorg-trapproto @3.4.3_0 (active)
  xorg-util-macros @1.10.1_0 (active)
  xorg-videoproto @2.3.1_0 (active)
  xorg-xcb-proto @1.6_0+python26 (active)
  xorg-xcmiscproto @1.2.0_0 (active)
  xorg-xextproto @7.1.2_0 (active)
  xorg-xf86bigfontproto @1.2.0_0 (active)
  xorg-xf86dgaproto @2.1_0 (active)
  xorg-xf86miscproto @0.9.3_0 (active)
  xorg-xf86vidmodeproto @2.3_0 (active)
  xorg-xineramaproto @1.2_0 (active)
  xorg-xproto @7.0.18_0 (active)
  xorg-xtrans @1.2.5_0 (active)
  xrender @0.9.6_0 (active)
  XviD @1.2.2_0 (active)
  yafc @1.1.1_2 (active)
  yasm @1.1.0_0 (active)
  zip @3.00_0 (active)
  zlib @1.2.5_0 (active)
  zsh-devel @4.3.10_0 (active)
}}}

Diff output (after removing version number)

{{{
% diff myports-old.txt myports-new.txt
2,4d1
<   a52dec (active)
<   aacgain @1.7_0
<   aacgain (active)
8,9d4
<   atk (active)
<   atlas (active)
12d6
<   bash (active)
15d8
<   bittorrent (active)
20,21c13
<   cairo (active)
<   cairomm (active)
---
>   ccache (active)
32,34d23
<   dbus (active)
<   dbus-glib (active)
<   desktop-file-utils (active)
35a25
>   distcc (active)
44,45c34
<   e2fsprogs (active)
<   exiv2 (active)
---
>   e2fsprogs @1.41.12_0
47,49d35
<   faac (active)
<   faad2 (active)
<   ffmpeg (active)
60d45
<   gconf (active)
64,66d48
<   ghostscript (active)
<   glib2 (active)
<   glibmm (active)
71d52
<   gnome-doc-utils (active)
74d54
<   gnome-vfs (active)
76d55
<   gnutls (active)
82,84d60
<   gtk-doc (active)
<   gtk2 (active)
<   gtkmm (active)
90d65
<   ImageMagick (active)
92d66
<   inkscape (active)
96a71
>   kerberos5 (active)
99a75
>   ld64 (active)
101d76
<   libbonobo (active)
104d78
<   libcroco (active)
108,110d81
<   libdvdnav (active)
<   libdvdplay (active)
<   libdvdread (active)
112a84
>   libffi (active)
114,118d85
<   libglade2 (active)
<   libgnomecanvas (active)
<   libgnomecups (active)
<   libgnomeprint (active)
<   libgnomeprintui (active)
120d86
<   libgsf (active)
123d88
<   libidl (active)
125d89
<   libmad (active)
128d91
<   libmng (active)
132d94
<   liboil (active)
137,140d98
<   librsvg (active)
<   libsdl (active)
<   libsdl_image (active)
<   libsdl_mixer (active)
147a106,107
>   libusb (active)
>   libusb-compat (active)
149,150d108
<   libwpd (active)
<   libwpg (active)
159d116
<   lzo (active)
162d118
<   mesa (active)
167d122
<   mpeg4ip (active)
180d134
<   openmotif (active)
183c137
<   orbit2 (active)
---
>   orc (active)
191a146
>   p5-xml-sax-expat (active)
194,195d148
<   pango (active)
<   pangomm (active)
196a150
>   perl5 (active)
199,200d152
<   policykit (active)
<   poppler (active)
203a156
>   proctools (active)
205,206d157
<   py-twisted (active)
<   py-wxpython (active)
208,211c159
<   py25-crypto (active)
<   py25-hashlib (active)
<   py25-libxml2 (active)
<   py25-lxml (active)
---
>   py25-distribute (active)
213,218d160
<   py25-numpy (active)
<   py25-setuptools (active)
<   py25-twisted (active)
<   py25-xml (active)
<   py25-zlib (active)
<   py25-zopeinterface (active)
223,224d164
<   qt3-mac (active)
<   qt4-mac (active)
227d166
<   render (active)
229d167
<   rtorrent (active)
233,234c171
<   shared-mime-info (active)
<   smpeg (active)
---
>   sleepwatcher (active)
239d175
<   t1lib (active)
242,243d177
<   testdisk (active)
<   teTeX (active)
247d180
<   tightvnc (active)
249,250c182
<   transmission (active)
<   twolame (active)
---
>   transmission @1.75_0
252,253d183
<   vcdimager (active)
<   VLC (active)
256d185
<   wxWidgets (active)
261d189
<   xmlrpc-c (active)
276,277d203
<   xorg-libAppleWM (active)
<   xorg-libdmx (active)
281,282d206
<   xorg-liblbxutil (active)
<   xorg-liboldX (active)
284d207
<   xorg-libs (active)
288d210
<   xorg-libXaw (active)
290,292d211
<   xorg-libXcomposite (active)
<   xorg-libXcursor (active)
<   xorg-libXdamage (active)
294d212
<   xorg-libXevie (active)
296d213
<   xorg-libXfixes (active)
298,306d214
<   xorg-libXfontcache (active)
<   xorg-libXi (active)
<   xorg-libXinerama (active)
<   xorg-libxkbfile (active)
<   xorg-libxkbui (active)
<   xorg-libXmu (active)
<   xorg-libXp (active)
<   xorg-libXrandr (active)
<   xorg-libXres (active)
308,315d215
<   xorg-libXt (active)
<   xorg-libXTrap (active)
<   xorg-libXtst (active)
<   xorg-libXv (active)
<   xorg-libXvMC (active)
<   xorg-libXxf86dga (active)
<   xorg-libXxf86misc (active)
<   xorg-libXxf86vm (active)
326d225
<   xorg-xcb-util (active)
336d234
<   xpm (active)
339a238
>   yasm (active)

}}}

As you can see, quite a few ports are missing after the migration, for example aacgain.

In the output from migration script aacgain is never mentioned:

{{{
restore_ports.tcl myports.txt
Warning: Skipping render (not in the ports tree)
Warning: Skipping xorg-liblbxutil (not in the ports tree)
Warning: Skipping xorg-liboldX (not in the ports tree)
Warning: Skipping xorg-libs (not in the ports tree)
--->  Computing dependencies for apr
--->  Cleaning apr
--->  Computing dependencies for bash-completion
--->  Cleaning bash-completion
--->  Computing dependencies for boehmgc
--->  Cleaning boehmgc
--->  Computing dependencies for boost-jam
--->  Cleaning boost-jam
--->  Computing dependencies for bzip2
--->  Cleaning bzip2
--->  Computing dependencies for cppunit
--->  Cleaning cppunit
--->  Computing dependencies for curl-ca-bundle
--->  Cleaning curl-ca-bundle
--->  Computing dependencies for db44
--->  Cleaning db44
--->  Computing dependencies for db46
--->  Cleaning db46
--->  Computing dependencies for dirac
--->  Cleaning dirac
--->  Computing dependencies for expat
--->  Cleaning expat
--->  Computing dependencies for fftw-3
--->  Cleaning fftw-3
--->  Computing dependencies for fribidi
--->  Cleaning fribidi
--->  Computing dependencies for gccmakedep
--->  Cleaning gccmakedep
--->  Computing dependencies for gdbm
--->  Cleaning gdbm
--->  Computing dependencies for glut
--->  Cleaning glut
--->  Computing dependencies for gmp
--->  Cleaning gmp
--->  Computing dependencies for gperf
--->  Cleaning gperf
--->  Computing dependencies for groff
--->  Cleaning groff
--->  Computing dependencies for hicolor-icon-theme
--->  Cleaning hicolor-icon-theme
--->  Computing dependencies for icu
--->  Cleaning icu
--->  Computing dependencies for jpeg
--->  Cleaning jpeg
--->  Computing dependencies for keychain
--->  Cleaning keychain
--->  Computing dependencies for libart_lgpl
--->  Cleaning libart_lgpl
--->  Computing dependencies for libdca
--->  Cleaning libdca
--->  Computing dependencies for libdvbpsi
--->  Cleaning libdvbpsi
--->  Computing dependencies for libdvdcss
--->  Cleaning libdvdcss
--->  Computing dependencies for libebml
--->  Cleaning libebml
--->  Computing dependencies for libiconv
--->  Cleaning libiconv
--->  Computing dependencies for libmatroska
--->  Cleaning libmatroska
--->  Computing dependencies for libmikmod
--->  Cleaning libmikmod
--->  Computing dependencies for libmodplug
--->  Cleaning libmodplug
--->  Computing dependencies for libmpcdec
--->  Cleaning libmpcdec
--->  Computing dependencies for libogg
--->  Cleaning libogg
--->  Computing dependencies for libpaper
--->  Cleaning libpaper
--->  Computing dependencies for libpcap
--->  Cleaning libpcap
--->  Computing dependencies for libpixman
--->  Cleaning libpixman
--->  Computing dependencies for libsigcxx2
--->  Cleaning libsigcxx2
--->  Computing dependencies for libtasn1
--->  Cleaning libtasn1
--->  Computing dependencies for live555
--->  Cleaning live555
--->  Computing dependencies for llvm
--->  Cleaning llvm
--->  Computing dependencies for lzmautils
--->  Cleaning lzmautils
--->  Computing dependencies for m4
--->  Cleaning m4
--->  Computing dependencies for mp3_check
--->  Cleaning mp3_check
--->  Computing dependencies for mp3wrap
--->  Cleaning mp3wrap
--->  Computing dependencies for mpfr
--->  Cleaning mpfr
--->  Computing dependencies for mtr
--->  Cleaning mtr
--->  Computing dependencies for ncursesw
--->  Cleaning ncursesw
--->  Computing dependencies for ocaml
--->  Cleaning ocaml
--->  Computing dependencies for openjpeg
--->  Cleaning openjpeg
--->  Computing dependencies for openntpd
--->  Cleaning openntpd
--->  Computing dependencies for ossp-uuid
--->  Cleaning ossp-uuid
--->  Computing dependencies for p5-getopt-long
--->  Cleaning p5-getopt-long
--->  Computing dependencies for p5-pathtools
--->  Cleaning p5-pathtools
--->  Computing dependencies for p5-scalar-list-utils
--->  Cleaning p5-scalar-list-utils
--->  Computing dependencies for p5-xml-namespacesupport
--->  Cleaning p5-xml-namespacesupport
--->  Computing dependencies for p5-xml-parser
--->  Cleaning p5-xml-parser
--->  Computing dependencies for p5-xml-sax
--->  Cleaning p5-xml-sax
--->  Computing dependencies for p5-xml-simple
--->  Cleaning p5-xml-simple
--->  Computing dependencies for p7zip
--->  Cleaning p7zip
--->  Computing dependencies for perl5.8
--->  Cleaning perl5.8
--->  Computing dependencies for pkgconfig
--->  Cleaning pkgconfig
--->  Computing dependencies for poppler-data
--->  Cleaning poppler-data
--->  Computing dependencies for py25-nose
--->  Cleaning py25-nose
--->  Computing dependencies for schroedinger
--->  Cleaning schroedinger
--->  Computing dependencies for speex
--->  Cleaning speex
--->  Computing dependencies for srm
--->  Cleaning srm
--->  Computing dependencies for tcl
--->  Cleaning tcl
--->  Computing dependencies for texi2html
--->  Cleaning texi2html
--->  Computing dependencies for unrar
--->  Cleaning unrar
--->  Computing dependencies for wakeonlan
--->  Cleaning wakeonlan
--->  Computing dependencies for x264
--->  Cleaning x264
--->  Computing dependencies for xbitmaps
--->  Cleaning xbitmaps
--->  Computing dependencies for xmlcatmgr
--->  Cleaning xmlcatmgr
--->  Computing dependencies for xorg-applewmproto
--->  Cleaning xorg-applewmproto
--->  Computing dependencies for xorg-bigreqsproto
--->  Cleaning xorg-bigreqsproto
--->  Computing dependencies for xorg-cf-files
--->  Cleaning xorg-cf-files
--->  Computing dependencies for xorg-compositeproto
--->  Cleaning xorg-compositeproto
--->  Computing dependencies for xorg-damageproto
--->  Cleaning xorg-damageproto
--->  Computing dependencies for xorg-dmxproto
--->  Cleaning xorg-dmxproto
--->  Computing dependencies for xorg-dri2proto
--->  Cleaning xorg-dri2proto
--->  Computing dependencies for xorg-evieproto
--->  Cleaning xorg-evieproto
--->  Computing dependencies for xorg-fixesproto
--->  Cleaning xorg-fixesproto
--->  Computing dependencies for xorg-fontcacheproto
--->  Cleaning xorg-fontcacheproto
--->  Computing dependencies for xorg-fontsproto
--->  Cleaning xorg-fontsproto
--->  Computing dependencies for xorg-glproto
--->  Cleaning xorg-glproto
--->  Computing dependencies for xorg-inputproto
--->  Cleaning xorg-inputproto
--->  Computing dependencies for xorg-kbproto
--->  Cleaning xorg-kbproto
--->  Computing dependencies for xorg-libpthread-stubs
--->  Cleaning xorg-libpthread-stubs
--->  Computing dependencies for xorg-printproto
--->  Cleaning xorg-printproto
--->  Computing dependencies for xorg-randrproto
--->  Cleaning xorg-randrproto
--->  Computing dependencies for xorg-recordproto
--->  Cleaning xorg-recordproto
--->  Computing dependencies for xorg-renderproto
--->  Cleaning xorg-renderproto
--->  Computing dependencies for xorg-resourceproto
--->  Cleaning xorg-resourceproto
--->  Computing dependencies for xorg-scrnsaverproto
--->  Cleaning xorg-scrnsaverproto
--->  Computing dependencies for xorg-trapproto
--->  Cleaning xorg-trapproto
--->  Computing dependencies for xorg-util-macros
--->  Cleaning xorg-util-macros
--->  Computing dependencies for xorg-videoproto
--->  Cleaning xorg-videoproto
--->  Computing dependencies for xorg-xcmiscproto
--->  Cleaning xorg-xcmiscproto
--->  Computing dependencies for xorg-xextproto
--->  Cleaning xorg-xextproto
--->  Computing dependencies for xorg-xf86bigfontproto
--->  Cleaning xorg-xf86bigfontproto
--->  Computing dependencies for xorg-xf86dgaproto
--->  Cleaning xorg-xf86dgaproto
--->  Computing dependencies for xorg-xf86miscproto
--->  Cleaning xorg-xf86miscproto
--->  Computing dependencies for xorg-xf86vidmodeproto
--->  Cleaning xorg-xf86vidmodeproto
--->  Computing dependencies for xorg-xineramaproto
--->  Cleaning xorg-xineramaproto
--->  Computing dependencies for xorg-xproto
--->  Cleaning xorg-xproto
--->  Computing dependencies for xorg-xtrans
--->  Cleaning xorg-xtrans
--->  Computing dependencies for XviD
--->  Cleaning XviD
--->  Computing dependencies for zip
--->  Cleaning zip
--->  Computing dependencies for zlib
--->  Cleaning zlib
--->  Computing dependencies for zsh-devel
--->  Cleaning zsh-devel
--->  Computing dependencies for boost
--->  Cleaning boost
--->  Computing dependencies for cotvnc
--->  Cleaning cotvnc
--->  Computing dependencies for docbook-xml-4.1.2
--->  Cleaning docbook-xml-4.1.2
--->  Computing dependencies for docbook-xml-4.2
--->  Cleaning docbook-xml-4.2
--->  Computing dependencies for docbook-xml-4.3
--->  Cleaning docbook-xml-4.3
--->  Computing dependencies for docbook-xml-4.4
--->  Cleaning docbook-xml-4.4
--->  Computing dependencies for docbook-xml-4.5
--->  Cleaning docbook-xml-4.5
--->  Computing dependencies for docbook-xml-5.0
--->  Cleaning docbook-xml-5.0
--->  Computing dependencies for docbook-xsl
--->  Cleaning docbook-xsl
--->  Computing dependencies for flac
--->  Cleaning flac
--->  Computing dependencies for freetype
--->  Cleaning freetype
--->  Computing dependencies for gcc43
--->  Cleaning gcc43
--->  Computing dependencies for gcc44
--->  Cleaning gcc44
--->  Computing dependencies for gnome-common
--->  Cleaning gnome-common
--->  Computing dependencies for icon-naming-utils
--->  Cleaning icon-naming-utils
--->  Computing dependencies for imake
--->  Cleaning imake
--->  Computing dependencies for intltool
--->  Cleaning intltool
--->  Computing dependencies for jasper
--->  Cleaning jasper
--->  Computing dependencies for libcddb
--->  Cleaning libcddb
--->  Computing dependencies for libid3tag
--->  Cleaning libid3tag
--->  Computing dependencies for libpng
--->  Cleaning libpng
--->  Computing dependencies for libvorbis
--->  Cleaning libvorbis
--->  Computing dependencies for libxml2
--->  Cleaning libxml2
--->  Computing dependencies for libxslt
--->  Cleaning libxslt
--->  Computing dependencies for llvm-gcc42
--->  Cleaning llvm-gcc42
--->  Computing dependencies for makedepend
--->  Cleaning makedepend
--->  Computing dependencies for ncurses
--->  Cleaning ncurses
--->  Computing dependencies for openssl
--->  Cleaning openssl
--->  Computing dependencies for readline
--->  Cleaning readline
--->  Computing dependencies for sqlite3
--->  Cleaning sqlite3
--->  Computing dependencies for tiff
--->  Cleaning tiff
--->  Computing dependencies for xorg-libfontenc
--->  Cleaning xorg-libfontenc
--->  Computing dependencies for xorg-libFS
--->  Cleaning xorg-libFS
--->  Computing dependencies for xorg-libice
--->  Cleaning xorg-libice
--->  Computing dependencies for xorg-libsm
--->  Cleaning xorg-libsm
--->  Computing dependencies for xorg-libXau
--->  Cleaning xorg-libXau
--->  Computing dependencies for xorg-libXdmcp
--->  Cleaning xorg-libXdmcp
--->  Computing dependencies for xorg-libXfont
--->  Cleaning xorg-libXfont
--->  Computing dependencies for yafc
--->  Cleaning yafc
--->  Computing dependencies for apr-util
--->  Cleaning apr-util
--->  Computing dependencies for createtorrent
--->  Cleaning createtorrent
--->  Computing dependencies for cyrus-sasl2
--->  Cleaning cyrus-sasl2
--->  Computing dependencies for docbook-xml
--->  Cleaning docbook-xml
--->  Computing dependencies for fontconfig
--->  Cleaning fontconfig
--->  Computing dependencies for gettext
--->  Cleaning gettext
--->  Computing dependencies for gmake
--->  Cleaning gmake
--->  Computing dependencies for gnome-icon-theme
--->  Cleaning gnome-icon-theme
--->  Computing dependencies for gnome-mime-data
--->  Cleaning gnome-mime-data
--->  Computing dependencies for gnupg
--->  Cleaning gnupg
--->  Computing dependencies for gsed
--->  Cleaning gsed
--->  Computing dependencies for iso-codes
--->  Cleaning iso-codes
--->  Computing dependencies for lame
--->  Cleaning lame
--->  Computing dependencies for lcms
--->  Cleaning lcms
--->  Computing dependencies for libewf
--->  Cleaning libewf
--->  Computing dependencies for libgpg-error
--->  Cleaning libgpg-error
--->  Computing dependencies for libidn
--->  Cleaning libidn
--->  Computing dependencies for libsndfile
--->  Cleaning libsndfile
--->  Computing dependencies for libtheora
--->  Cleaning libtheora
--->  Computing dependencies for libtorrent
--->  Cleaning libtorrent
--->  Computing dependencies for libwww
--->  Cleaning libwww
--->  Computing dependencies for lua
--->  Cleaning lua
--->  Computing dependencies for mp3info
--->  Cleaning mp3info
--->  Computing dependencies for mysql5
--->  Cleaning mysql5
--->  Computing dependencies for neon
--->  Cleaning neon
--->  Computing dependencies for ntfsprogs
--->  Cleaning ntfsprogs
--->  Computing dependencies for openldap
--->  Cleaning openldap
--->  Computing dependencies for p5-locale-gettext
--->  Cleaning p5-locale-gettext
--->  Computing dependencies for pcre
--->  Cleaning pcre
--->  Computing dependencies for popt
--->  Cleaning popt
--->  Computing dependencies for python24
--->  Cleaning python24
--->  Computing dependencies for python26
--->  Cleaning python26
--->  Computing dependencies for rsync
--->  Cleaning rsync
--->  Computing dependencies for samba3
--->  Cleaning samba3
--->  Computing dependencies for serf
--->  Cleaning serf
--->  Computing dependencies for subversion
--->  Cleaning subversion
--->  Computing dependencies for texinfo
--->  Cleaning texinfo
--->  Computing dependencies for transmission
--->  Activating transmission @1.75_0
Error: Target org.macports.activate returned: can't create directory ""/Applications/MacPorts/Transmission.app/Contents/Frameworks/Growl.framework/Headers"": no such file or directory
Log for transmission is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_transmission/main.log
--->  Computing dependencies for wget
--->  Cleaning wget
--->  Computing dependencies for xorg-xcb-proto
--->  Cleaning xorg-xcb-proto
--->  Computing dependencies for alpine
--->  Cleaning alpine
--->  Computing dependencies for bison
--->  Cleaning bison
--->  Computing dependencies for cmake
--->  Cleaning cmake
--->  Computing dependencies for coreutils
--->  Cleaning coreutils
--->  Computing dependencies for curl
--->  Cleaning curl
--->  Computing dependencies for e2fsprogs
--->  Activating e2fsprogs @1.41.12_0
Error: Target org.macports.activate returned: Image error: /opt/local/bin/compile_et is being used by the active kerberos5 port.  Please deactivate this port first, or use 'port -f activate e2fsprogs' to force the activation.
Log for e2fsprogs is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_e2fsprogs/main.log
--->  Computing dependencies for findutils
--->  Cleaning findutils
--->  Computing dependencies for gawk
--->  Cleaning gawk
--->  Computing dependencies for getopt
--->  Cleaning getopt
--->  Computing dependencies for grep
--->  Cleaning grep
--->  Computing dependencies for gsl
--->  Cleaning gsl
--->  Computing dependencies for gzip
--->  Cleaning gzip
--->  Computing dependencies for help2man
--->  Cleaning help2man
--->  Computing dependencies for libcdio
--->  Cleaning libcdio
--->  Computing dependencies for libgcrypt
--->  Cleaning libgcrypt
--->  Computing dependencies for libshout2
--->  Cleaning libshout2
--->  Computing dependencies for mp4v2
--->  Cleaning mp4v2
--->  Computing dependencies for nmap
--->  Cleaning nmap
--->  Computing dependencies for opencdk
--->  Cleaning opencdk
--->  Computing dependencies for py-crypto
--->  Cleaning py-crypto
--->  Computing dependencies for py-zopeinterface
--->  Cleaning py-zopeinterface
--->  Computing dependencies for py26-libxml2
--->  Cleaning py26-libxml2
--->  Computing dependencies for rarian
--->  Cleaning rarian
--->  Computing dependencies for taglib
--->  Cleaning taglib
--->  Computing dependencies for testdiskCan't install e2fsprogs because conflicting ports are installed: kerberos5
    while executing
""mportdepends $subport """" $recurseDeps $skipSatisfied""
    (procedure ""mportdepends"" line 136)
    invoked from within
""mportdepends $mport $target""
    (procedure ""mportexec"" line 34)
    invoked from within
""mportexec $workername $install_target""
Unable to execute target 'install' for port 'testdisk': Can't install e2fsprogs because conflicting ports are installed: kerberos5
    while executing
""install_ports $operationList""
    (file ""bin/restore_ports.tcl"" line 264)

}}}


However, manually installing aacgain work as expected. Haven't tried with the other missing ports but at least in one case there seem to be a problem.",lagrave+bugs+macosforge.org@…
Active Tickets,26916,"yap, yap-devel have docs in wrong place",ports,1.9.1,,defect,pmoura@…,new,2010-10-20T11:55:07-07:00,2010-10-25T06:44:12-07:00,yap @6.0.5_1 and yap-devel @6.0.7_0 install documentation in ${prefix}/share/docs/ but the standard place for documentation to be installed is ${prefix}/share/doc/.,ryandesign@…
Active Tickets,26918,MacPorts-1.9.1 compiled to XFS NFS files system,base,1.9.1,,defect,macports-tickets@…,new,2010-10-20T12:01:05-07:00,2012-03-06T18:55:16-08:00,"Hello,

I've been trying to install macports to /opt linked to a network file system. The file system is SGI's XFS. It is mounted via NFS. It compiles and installs with no mayjor errors.  I run selfupdate, and then try to install my first package, but it always fails with '''Error: Target org.macports.patch returned: could not set flags for file'''

I've recompiled and installed many times with various configure options.  I always get the same error.  I created a compile and install script, to be run in the compile dir, with the following configure options ;

----------------------
{{{
#!/bin/sh

export PATH=/bin:/sbin:/usr/bin:/usr/sbin
MP_PREFIX=/opt/macports/snowleopard

./configure --prefix=$MP_PREFIX --with-tclpackage=$MP_PREFIX/Library/Tcl --with-applications-dir=$MP_PREFIX/Applications --with-install-user=root --with-install-group=wheel --with-shared-directory --with-frameworks-dir --with-universal-archs=""I386 X86_64""

make && make install
}}}
-----------------------------

Here is verbose output of installing first package ;
{{{
bash-3.2# ./port -v install py26-PyQt4 +universal
--->  Computing dependencies for py26-pyqt4................................................................................................................................................................................................................................
--->  Dependencies to be installed: py26-sip python26 bzip2 db46 gdbm gettext expat libiconv gperf ncurses ncursesw openssl zlib readline sqlite3 qt4-mac dbus autoconf help2man p5-locale-gettext perl5 perl5.8 m4 automake libtool pkgconfig jpeg libmng lcms tiff libpng qt4_select
--->  Fetching bzip2
--->  bzip2-1.0.6.tar.gz doesn't seem to exist in /opt/macports/snowleopard/var/macports/distfiles/bzip2
--->  Attempting to fetch bzip2-1.0.6.tar.gz from http://distfiles.macports.org/bzip2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  763k  100  763k    0     0   895k      0 --:--:-- --:--:-- --:--:--  925k
--->  Verifying checksum(s) for bzip2
--->  Checksumming bzip2-1.0.6.tar.gz
--->  Extracting bzip2
--->  Extracting bzip2-1.0.6.tar.gz
--->  Applying patches to bzip2
--->  Applying /Volumes/VFX/opt/macports/snowleopard/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2/files/patch-Makefile-man.diff
patching file Makefile
--->  Applying /Volumes/VFX/opt/macports/snowleopard/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2/files/patch-Makefile-links.diff
patching file Makefile
--->  Applying /Volumes/VFX/opt/macports/snowleopard/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2/files/patch-Makefile-dylib.diff
patching file Makefile
'''Error: Target org.macports.patch returned: could not set flags for file ""/opt/macports/snowleopard/var/macports/build/_Volumes_VFX_opt_macports_snowleopard_var_macports_sources_rsync.macports.org_release_ports_archivers_bzip2/work/bzip2-1.0.6/Makefile"": operation not supported'''
Warning: the following items did not execute (for bzip2): org.macports.activate org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Log for bzip2 is at: /opt/macports/snowleopard/var/macports/logs/_Volumes_VFX_opt_macports_snowleopard_var_macports_sources_rsync.macports.org_release_ports_archivers_bzip2/main.log
Error: The following dependencies failed to build: py26-sip python26 bzip2 db46 gdbm gettext expat libiconv gperf ncurses ncursesw openssl zlib readline sqlite3 qt4-mac dbus autoconf help2man p5-locale-gettext perl5 perl5.8 m4 automake libtool pkgconfig jpeg libmng lcms tiff libpng qt4_select
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}
We installed MacPorts-1.8.1, some time ago, for OS X Leopard to /opt/macports/leopard with the same compile options and it works well.

I have attached compile and install logs to this post.

Thanks,

Ryan Letourneau",rletourneau@…
Active Tickets,26942,Openldap daemon start fails out of the box,ports,1.9.1,,defect,landonf@…,new,2010-10-21T22:40:21-07:00,2010-10-22T05:36:29-07:00,"The issue and its resolution are described here:
http://old.nabble.com/Re%3A-Problems-with-startup-on-OpenLDAP-p23265292.html",florent.angly@…
Active Tickets,27020,octave-graceplot fails to build,ports,1.9.1,,defect,macports-tickets@…,new,2010-10-26T15:18:46-07:00,2010-10-27T19:25:35-07:00,looks like building the octfile for !__grcmd!__.cc fails due to some undeclared variables,obed_sands@…
Active Tickets,27079,gcc45 installation fails,ports,1.9.1,,defect,mww@…,new,2010-10-30T16:06:21-07:00,2011-09-28T04:20:15-07:00,"Installation of gcc45 fails:
{{{
...
x86_64-apple-darwin10/libgomp/work.o differs
make[2]: *** [compare] Error 1
make[1]: *** [stage3-bubble] Error 2
make: *** [bootstrap] Error 2
shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc45/work/build"" && /usr/bin/make -j4 bootstrap "" returned error 2
Error: Target org.macports.build returned: shell command failed
DEBUG: Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
Warning: the following items did not execute (for gcc45): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Log for gcc45 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc45/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}
--[[BR]]
Mac OS 10.6[[BR]]
XCode 3.2.2 (Xcode IDE: 1650.0, Xcode Core: 1648.0, ToolSupport: 1631.0)[[BR]]
Current GCC: gcc version 4.2.1 (Apple Inc. build 5659)[[BR]]
Command: sudo port install gcc45
",jonas@…
Active Tickets,27097,program suggests running 'port xxx' from within the 'port' interactive shell,base,1.9.1,,defect,macports-tickets@…,new,2010-11-01T09:58:37-07:00,2010-12-18T00:54:45-08:00,"= TO REPRODUCE =
 1. Install MacPorts 1.9.1
 2. Open the interactive 'port' shell by calling running 'port' from the Terminal.
 3. From the 'port' interactive shell run 'selfupdate'.

= EXPECTED RESULT =
 1. 'selfupdate' should recommend the user run 'upgrade outdated'.

= ACTUAL RESULT =
 1. 'selfupdate' recommends the user run 'port upgrade outdated'.

= LOG =
{{{
[Users/gba] > selfupdate
--->  Updating the ports tree
--->  Updating MacPorts base sources using rsync
MacPorts base version 1.9.1 installed,
MacPorts base version 1.9.1 downloaded.
--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run
  port upgrade outdated
[Users/gba] > port upgrade outdated
Unrecognized action ""port""
}}}

= NOTES =
While not entirely the end of the world, even a non-naive person like myself copy and pasted 'port upgrade outdated' verbatim back into the interactive shell. While I realize the expected behavior is to eliminate 'port' at the beginning of the command when running from within the interactive shell, perhaps the shell itself could interpret this and not prepend recommended commands with 'port'?
",gba@…
Active Tickets,27098,flac @1.2.1 +universal (i386/ppc) fails on leopard 10.5,ports,1.9.1,,defect,macports-tickets@…,new,2010-11-01T11:26:08-07:00,2010-11-01T15:55:57-07:00,"seems to indicate an arch mismatch

{{{
:info:build ld warning: in .libs/libFLAC.lax/libFLAC-asm.a/stream_encoder_asm.o, file is not of required architecture
:info:build lipo: can't open input file: /var/tmp//cc8ElnQS.out (No such file or directory)
:info:build make[4]: *** [libFLAC.la] Error 1
:info:build make[3]: *** [all-recursive] Error 1
:info:build make[2]: *** [all-recursive] Error 1
:info:build make[1]: *** [all-recursive] Error 1
:info:build make: *** [all] Error 2
:info:build shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_flac/work/flac-1.2.1"" && /usr/bin/make -j2 all OBJ_FORMAT=macho "" returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: the following items did not execute (for flac): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for flac is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_flac/main.log
}}}",ezittel@…
Active Tickets,27103,Pallet requests administrator privileges to quit,ports,1.9.1,,defect,macports-tickets@…,new,2010-11-01T19:09:19-07:00,2012-06-07T01:07:55-07:00,"When I quit Pallet, it asks for my administrator username and password. It doesn't seem that an application should require administrator privileges in order to end itself.",ryandesign@…
Active Tickets,27104,Pallet: wrong version in about box,ports,1.9.1,,defect,macports-tickets@…,new,2010-11-01T19:09:48-07:00,2012-06-07T01:07:55-07:00,"According to ""port installed Pallet"" I have version 1.1 installed, but when I choose About Pallet from the Pallet menu, it says it's version 1.0.",ryandesign@…
Active Tickets,27180,Pallet fails to build on 10.5.8,ports,1.9.1,,defect,macports-tickets@…,new,2010-11-06T14:32:52-07:00,2013-02-02T23:21:43-08:00,Pallet fails to build on my MacIntel with Leopard 10.5.8,ak.ml@…
Active Tickets,27247,openmpi +gcc45 won't build in Mac OS X 10.5.8,ports,1.9.2,,defect,mww@…,new,2010-11-10T08:20:29-08:00,2012-04-20T08:58:23-07:00,"I've been trying to build openmpi using macports.  The command:

{{{
% sudo port install openmpi +gcc45
}}}

Works fine on another machine with Mac OS X 10.6.4  but fails with 10.5.8 (Xcode 3.1.4).  I've tried this on two separate machines with 10.5.8 with the same result and looked through most of the newer tickets without success.

The log (attached) shows the build does go very far and there are a number of warnings and errors in the configuration log.  I'm not experienced enough to know how to fix these.  Some highlights:

 1. --with-xgrid not recognized
 1. why does build proceed with gcc-4.0 when gcc45 is an install prerequisite?
 1. errors for a number of missing includes: vtf3.h  BPatch.h f2c.h jvmti.h  papi.h libcpc.h  malloc.h ctool/ctool.h
 1. warnings with:
    * fno-strict-aliasing added to CFLAGS
    * finline-functions added to CXXFLAGS
    * fvisibility=hidden added to CFLAGS

The build proceeds to:

{{{
:info:build   CCLD   libopen-pal.la
:info:build   CCLD   libopen-pal-lt.la
:info:build ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/build/opal/e
vent/.libs/libevent.a: Resource temporarily unavailable
:info:build ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/build/opal/m
ca/base/.libs/libmca_base.a: Resource temporarily unavailable
:info:build make[2]: *** [libopen-pal.la] Error 1
}}}

I've tried to build with the default: openmpi +gcc44 but get a similar errors",ksnelgrove@…
Active Tickets,27289,"libtorrent, libtorrent-devel fail to build on 10.5 and 10.4",ports,1.9.2,,defect,gardnermj@…,new,2010-11-12T09:28:14-08:00,2012-01-16T16:34:27-08:00," * OS: Mac OS 10.4.11
 * Xcode: version 2.5

I was trying to upgrade rtorrent-devel, which needs libtorrent-devel (among other things). It fails in the build stage with the error:

{{{
Error: Target org.macports.build returned: shell command failed (see log for details)
}}}

Log file is attached.",gorzarg@…
Active Tickets,27353,"selfupdate failing, perhaps a user account issue?",base,1.9.1,,defect,macports-tickets@…,new,2010-11-16T12:27:45-08:00,2010-11-17T07:47:20-08:00,"When try to selfupdate from 1.9.1 to 1.9.2 I get a fail message at the install step. See attached log.

{{{
Last login: Tue Nov 16 14:47:08 on ttys001
You have mail.
rd11[1]% sudo port -df selfupdate
--->  Updating the ports tree
DEBUG: Synchronizing ports tree(s)
Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/
DEBUG: /usr/bin/rsync -rtzv --delete-after '--exclude=/PortIndex*' rsync://rsync.macports.org/release/ports/ /opt/local/var/macports/sources/rsync.macports.org/release/ports
receiving file list ... done
./

sent 59 bytes  received 486301 bytes  194544.00 bytes/sec
total size is 27070856  speedup is 55.66
Creating port index in /opt/local/var/macports/sources/rsync.macports.org/release/ports

Total number of ports parsed:	0 
Ports successfully parsed:	0 
Ports failed:			0 
Up-to-date ports skipped:	7489

DEBUG: MacPorts sources location: /opt/local/var/macports/sources/rsync.macports.org/release/base
--->  Updating MacPorts base sources using rsync
receiving file list ... done
./
Mk/
doc/
portmgr/freebsd/
src/
src/cregistry/
src/darwintracelib1.0/
src/macports1.0/
src/package1.0/
src/pextlib1.0/
src/port/
src/port1.0/
src/programs/
src/programs/daemondo/
src/registry2.0/
deleting setupenv.bash
deleting config.status
deleting config.log
deleting Makefile
deleting Doxyfile
deleting Mk/macports.autoconf.mk
deleting doc/prefix.mtree
deleting doc/portstyle.7.gz
deleting doc/porthier.7.gz
deleting doc/portgroup.7.gz
deleting doc/portfile.7.gz
deleting doc/port.1.gz
deleting doc/macports.conf.5.gz
deleting doc/macports.conf
deleting doc/macosx.mtree
deleting portmgr/freebsd/Makefile
deleting src/pkg_mkindex.sh
deleting src/config.h
deleting src/Makefile
deleting src/cregistry/vercomp.o
deleting src/cregistry/sqlext.o
deleting src/cregistry/sql.o
deleting src/cregistry/registry.o
deleting src/cregistry/macports.sqlext
deleting src/cregistry/entry.o
deleting src/cregistry/cregistry.a
deleting src/darwintracelib1.0/darwintrace.o
deleting src/darwintracelib1.0/darwintrace.dylib
deleting src/macports1.0/sysctl.o
deleting src/macports1.0/pkgIndex.tcl
deleting src/macports1.0/macports_fastload.tcl
deleting src/macports1.0/macports_autoconf.tcl
deleting src/macports1.0/macports.o
deleting src/macports1.0/get_systemconfiguration_proxies.o
deleting src/macports1.0/MacPorts.dylib
deleting src/package1.0/pkgIndex.tcl
deleting src/pextlib1.0/xinstall.o
deleting src/pextlib1.0/vercomp.o
deleting src/pextlib1.0/uid.o
deleting src/pextlib1.0/tty.o
deleting src/pextlib1.0/tracelib.o
deleting src/pextlib1.0/system.o
deleting src/pextlib1.0/strsed.o
deleting src/pextlib1.0/strcasecmp.o
deleting src/pextlib1.0/sha256cmd.o
deleting src/pextlib1.0/sha1cmd.o
deleting src/pextlib1.0/setmode.o
deleting src/pextlib1.0/rmd160cmd.o
deleting src/pextlib1.0/realpath.o
deleting src/pextlib1.0/readline.o
deleting src/pextlib1.0/readdir.o
deleting src/pextlib1.0/pkgIndex.tcl
deleting src/pextlib1.0/pipe.o
deleting src/pextlib1.0/mktemp.o
deleting src/pextlib1.0/md5cmd.o
deleting src/pextlib1.0/fs-traverse.o
deleting src/pextlib1.0/flock.o
deleting src/pextlib1.0/filemap.o
deleting src/pextlib1.0/fgetln.o
deleting src/pextlib1.0/curl.o
deleting src/pextlib1.0/Pextlib.o
deleting src/pextlib1.0/Pextlib.dylib
deleting src/port/portmirror
deleting src/port/portindex
deleting src/port/port
deleting src/port1.0/port_autoconf.tcl
deleting src/port1.0/pkgIndex.tcl
deleting src/programs/Makefile
deleting src/programs/daemondo/build/daemondo
deleting src/programs/daemondo/build/
deleting src/programs/daemondo/main.o
deleting src/programs/daemondo/Makefile
deleting src/registry2.0/util.o
deleting src/registry2.0/registry_autoconf.tcl
deleting src/registry2.0/registry.o
deleting src/registry2.0/registry.dylib
deleting src/registry2.0/pkgIndex.tcl
deleting src/registry2.0/entryobj.o
deleting src/registry2.0/entry.o

sent 126 bytes  received 6948 bytes  4716.00 bytes/sec
total size is 2889184  speedup is 408.42
MacPorts base version 1.9.1 installed,
DEBUG: Forcing a rebuild and reinstallation of MacPorts
MacPorts base version 1.9.2 downloaded.
--->  MacPorts base is outdated, installing new version 1.9.2
DEBUG: Permissions OK
Installing new MacPorts release in /opt/local as 1338122810:1202617992; permissions 0775; Tcl-Package in /Library/Tcl

checking build system type... x86_64-apple-darwin10.4.0
checking host system type... x86_64-apple-darwin10.4.0
checking target system type... x86_64-apple-darwin10.4.0
checking MacPorts version... 1.9.2
checking for sw_vers... /usr/bin/sw_vers
checking for defaults... /usr/bin/defaults
checking for xcode-select... /usr/bin/xcode-select
checking Mac OS X version... 10.6.4
checking Xcode location... /Developer
checking Xcode version... 3.2.4
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for mtree... /usr/sbin/mtree
checking for chown... /usr/sbin/chown
checking for cp... /bin/cp
checking for cpio... /usr/bin/cpio
checking for diff... /usr/bin/diff
checking for dscl... /usr/bin/dscl
checking for file... /usr/bin/file
checking for bzr... no
checking for cvs... /usr/bin/cvs
checking for svn... /usr/bin/svn
checking for git... no
checking for hg... no
checking for gzip... /usr/bin/gzip
checking for lipo... /usr/bin/lipo
checking for patch... /usr/bin/patch
checking for rmdir... /bin/rmdir
checking for rsync... /usr/bin/rsync
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for bsdmake... /usr/bin/bsdmake
checking for make... /usr/bin/make
checking for hdiutil... /usr/bin/hdiutil
checking for launchd... yes
checking for launchctl... /bin/launchctl
checking for xcodebuild... /usr/bin/xcodebuild
checking for gnutar... /usr/bin/gnutar
checking for gnumake... /usr/bin/gnumake
checking for gnupatch... no
checking for gpatch... no
checking for bzip2... /usr/bin/bzip2
checking for lsbom... /usr/bin/lsbom
checking for mkbom... /usr/bin/mkbom
checking for pax... /bin/pax
checking for xar... /usr/bin/xar
checking for open... /usr/bin/open
checking for sed... (cached) /usr/bin/sed
checking which sed flag to use for extended regexp... -E (BSD)
checking for tar... (cached) /usr/bin/tar
checking for gnutar... (cached) /usr/bin/gnutar
checking for which tar variant to use... /usr/bin/gnutar
checking for /usr/bin/gnutar --no-same-owner support... yes
checking for patch... (cached) /usr/bin/patch
checking for gpatch... no
checking for GNU (FSF) patch... /usr/bin/patch
checking how to mark unused variables... 
checking for gcc symbol visibility attribute... __attribute__((visibility(""hidden"")))
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking how to run the Objective C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking objc/objc.h usability... yes
checking objc/objc.h presence... yes
checking for objc/objc.h... yes
checking if linking libobjc requires pthreads... no
checking for Apple Objective-C runtime... yes
checking for GNU Objective C runtime... no
configure: Using Apple Objective-C runtime
checking for Apple Foundation library... yes
configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
configure: Using Apple Foundation library
checking for CoreFoundation framework... yes
checking for SystemConfiguration framework... yes
checking for IOKit framework... yes
checking for CFNotificationCenterGetDarwinNotifyCenter... yes
checking for whether we will build daemondo... yes
checking for ports tree... /opt/local/var/macports/sources/rsync.macports.org/release/ports
checking for MacPorts config directory... ${sysconfdir}/macports
checking for install user... 1338122810
checking for install group... 1202617992
checking for macports user... root
checking what permissions to use for installation directories... 775
checking for Applications installation directory... ~1338122810/Applications/MacPorts
checking for Frameworks installation directory... /opt/local/Library/Frameworks
checking for Universal CPU architectures... x86_64 i386
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking crt_externs.h usability... yes
checking crt_externs.h presence... yes
checking for crt_externs.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/paths.h usability... yes
checking sys/paths.h presence... yes
checking for sys/paths.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for bzero... yes
checking for memset... yes
checking for fgetln... yes
checking for lockf... yes
checking for flock... yes
checking for setmode... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strlcpy... yes
checking for copyfile... yes
checking for clearenv... no
checking for sysctlbyname... yes
checking if readlink conforms to POSIX 1003.1a... yes
checking CommonCrypto/CommonDigest.h usability... yes
checking CommonCrypto/CommonDigest.h presence... yes
checking for CommonCrypto/CommonDigest.h... yes
checking for readline in -lreadline... yes
checking whether rl_username_completion_function is declared... no
checking whether rl_filename_completion_function is declared... yes
checking whether rl_completion_matches is declared... yes
checking whether username_completion_function is declared... yes
checking whether filename_completion_function is declared... yes
checking whether completion_matches is declared... yes
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking for Tcl public headers... /usr/include
checking for tclsh... /usr/bin/tclsh
checking for Tcl package directory... /Library/Tcl
checking whether tclsh was compiled with threads... yes
checking for curl-config... /usr/bin/curl-config
checking for pkg-config... no
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking sqlite3ext.h usability... yes
checking sqlite3ext.h presence... yes
checking for sqlite3ext.h... yes
checking for Tcl sqlite3 location... /usr/lib/sqlite3
checking for Tcl Thread package... yes
checking how to build libraries... shared
checking that any existing MacPorts install can be upgraded... yes
configure: creating ./config.status
config.status: creating src/programs/daemondo/Makefile
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating Mk/macports.autoconf.mk
config.status: creating doc/prefix.mtree
config.status: creating doc/macosx.mtree
config.status: creating doc/macports.conf
config.status: creating portmgr/freebsd/Makefile
config.status: creating src/Makefile
config.status: creating src/macports1.0/macports_autoconf.tcl
config.status: creating src/port1.0/port_autoconf.tcl
config.status: creating src/registry2.0/registry_autoconf.tcl
config.status: creating src/programs/Makefile
config.status: creating src/macports1.0/macports_fastload.tcl
config.status: creating setupenv.bash
config.status: creating src/pkg_mkindex.sh
config.status: creating src/config.h
===> making all in doc
gzip -c port.1 > port.1.gz
gzip -c macports.conf.5 > macports.conf.5.gz
gzip -c portfile.7 > portfile.7.gz
gzip -c portstyle.7 > portstyle.7.gz
gzip -c porthier.7 > porthier.7.gz
gzip -c portgroup.7 > portgroup.7.gz
===> making all in src
===> making all in src/cregistry
gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common registry.c -o registry.o
gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common entry.c -o entry.o
gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common sql.c -o sql.o
gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common vercomp.c -o vercomp.o
ar cr cregistry.a registry.o entry.o sql.o vercomp.o
ranlib cregistry.a
gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common sqlext.c -o sqlext.o
gcc -dynamiclib -g -O2 -W -Wall -pedantic   -Wl,-single_module sqlext.o vercomp.o -o macports.sqlext
===> making all in src/macports1.0
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common macports.c -o macports.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common get_systemconfiguration_proxies.c -o get_systemconfiguration_proxies.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common sysctl.c -o sysctl.o
gcc -dynamiclib -g -O2 -W -Wall -pedantic   -Wl,-single_module macports.o get_systemconfiguration_proxies.o sysctl.o -o MacPorts.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   -framework CoreFoundation -framework SystemConfiguration
===> making all in src/port1.0
===> making all in src/package1.0
===> making all in src/pextlib1.0
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common Pextlib.c -o Pextlib.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common strsed.c -o strsed.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common fgetln.c -o fgetln.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common md5cmd.c -o md5cmd.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common setmode.c -o setmode.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common xinstall.c -o xinstall.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common fs-traverse.c -o fs-traverse.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common strcasecmp.c -o strcasecmp.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common vercomp.c -o vercomp.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common filemap.c -o filemap.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common sha1cmd.c -o sha1cmd.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common curl.c -o curl.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common rmd160cmd.c -o rmd160cmd.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common sha256cmd.c -o sha256cmd.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common readline.c -o readline.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common uid.c -o uid.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common tracelib.c -o tracelib.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common tty.c -o tty.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common readdir.c -o readdir.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common pipe.c -o pipe.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common flock.c -o flock.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common system.c -o system.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common mktemp.c -o mktemp.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common realpath.c -o realpath.o
gcc -dynamiclib -g -O2 -W -Wall -pedantic      -Wl,-single_module Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcasecmp.o vercomp.o filemap.o sha1cmd.o curl.o rmd160cmd.o sha256cmd.o readline.o uid.o tracelib.o tty.o readdir.o pipe.o flock.o system.o mktemp.o realpath.o -o Pextlib.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   -lcurl  -lreadline
===> making all in src/registry2.0
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common registry.c -o registry.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common util.c -o util.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common entry.c -o entry.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -fno-common entryobj.c -o entryobj.o
gcc -dynamiclib -g -O2 -W -Wall -pedantic    -Wl,-single_module registry.o util.o entry.o entryobj.o ../cregistry/cregistry.a -o registry.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   -lsqlite3
===> making all in src/darwintracelib1.0
gcc -g -O2 -W -Wall -pedantic  -fPIC -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include""  -c -o darwintrace.o darwintrace.c
gcc -dynamiclib -g -O2 -W -Wall -pedantic  -fPIC  -Wl,-single_module darwintrace.o -o darwintrace.dylib  
===> making all in src/port
sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@macports_tcl_dir\@,/opt/local/share/macports/Tcl,g' portmirror.tcl > portmirror
sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@macports_tcl_dir\@,/opt/local/share/macports/Tcl,g' portindex.tcl > portindex
sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@macports_tcl_dir\@,/opt/local/share/macports/Tcl,g' port.tcl > port
===> making all in src/programs
===> making all in src/programs/daemondo
mkdir -p build
gcc -g -O2 -W -Wall  -DHAVE_CONFIG_H -I.. -I.  -I""/usr/include"" -I../..  -c -o main.o main.c
gcc -g -O2 -W -Wall  -o build/daemondo -framework CoreFoundation -framework SystemConfiguration -framework IOKit main.o
===> making install in doc
/usr/bin/install -c -d -o 1338122810 -g 1202617992 -m 775 /opt/local
/usr/bin/install -c -d -o 1338122810 -g 1202617992 -m 775 /opt/local/etc/macports
cat prefix.mtree | /usr/sbin/mtree -U -e -p /opt/local > /dev/null
mtree: line 6: unknown user 1338122810
make[1]: *** [install] Error 1
make: *** [install] Error 1
shell command ""cd /opt/local/var/macports/sources/rsync.macports.org/release/base && ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-install-user=1338122810 --with-install-group=1202617992 --with-directory-mode=0775 --enable-readline && make && make install"" returned error 2
DEBUG: Error installing new MacPorts base: shell command failed
    while executing
""macports::selfupdate [array get global_options] base_updated""
Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed
rd11[2]% 
}}}",bwoods@…
Active Tickets,27370,Error by building gmock. error: 'NO_CONSTRUCTOR_NEEDED_FOR_STATIC_MUTEX' is not a member of 'testing::internal::Mutex',ports,1.9.2,,defect,josephholsten@…,new,2010-11-18T04:38:12-08:00,2011-10-12T20:25:18-07:00,"I got an error if I install tht gmock port


{{{
$ sudo port -v install gmock
Password:
--->  Building gmock
depbase=`echo src/gmock-internal-utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/sh ./libtool --tag=CXX   --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./build-aux  -I/opt/local/include -I./include -I/opt/local/include  -O2 -arch x86_64 -MT src/gmock-internal-utils.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock-internal-utils.lo src/gmock-internal-utils.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./build-aux -I/opt/local/include -I./include -I/opt/local/include -O2 -arch x86_64 -MT src/gmock-internal-utils.lo -MD -MP -MF src/.deps/gmock-internal-utils.Tpo -c src/gmock-internal-utils.cc  -fno-common -DPIC -o src/.libs/gmock-internal-utils.o
src/gmock-internal-utils.cc:106: error: 'NO_CONSTRUCTOR_NEEDED_FOR_STATIC_MUTEX' is not a member of 'testing::internal::Mutex'
make[1]: *** [src/gmock-internal-utils.lo] Error 1
make: *** [all-recursive] Error 1
shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmock/work/gmock-1.4.0"" && /usr/bin/make all "" returned error 2
Error: Target org.macports.build returned: shell command failed (see log for details)
Warning: the following items did not execute (for gmock): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Log for gmock is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmock/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}

Thanks in advance!
Stefano",blueduck@…
Active Tickets,27500,rlwrap does not support vi delete operator properly.,ports,1.9.2,,defect,lomion@…,new,2010-11-29T12:21:40-08:00,2011-10-20T01:50:44-07:00,"I have the latest version of ports and rlwrap installed. I also use vi editing mode, and if I do something like this:[[BR]]

{{{
$ rlwrap cat
This is a sentence
}}}

and then I hit
{{{
 <ESC> ^
}}}

to move the cursor to the beginning of the line. The type 

{{{
dta
}}}

(i.e. execute delete operator over motion command ta (till a). This is supposed to delete ""This is "" part of the above line, but it doesn't work. I just get a beep.

Note that simpler delete commands like delete word (dw) etc work. 

Also, 


{{{
$ otool -L rlwrap 
rlwrap:
	/usr/lib/libutil.dylib (compatibility version 1.0.0, current version 1.0.0)
	/opt/local/lib/libreadline.6.1.dylib (compatibility version 6.0.0, current version 6.1.0)
	/usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
$ 
}}}

I expected this to use libncurses in /opt/local/lib, but apparently it links against the one in /usr/lib?
",veritas.divina@…
Active Tickets,27566,puppet violates mtree,ports,1.9.2,,defect,nigel@…,new,2010-12-04T13:38:44-08:00,2011-10-20T07:16:41-07:00,"{{{
$ sudo port -u upgrade puppet
--->  Fetching puppet
--->  Attempting to fetch puppet-2.6.4.tar.gz from http://puppetlabs.com/downloads/puppet/
--->  Verifying checksum(s) for puppet
--->  Extracting puppet
--->  Configuring puppet
--->  Building puppet
--->  Staging puppet into destroot
Warning: violation by /etc
Warning: puppet violates the layout of the ports-filesystems!
Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!
--->  Computing dependencies for puppet
--->  Installing puppet @2.6.4_0
--->  Deactivating puppet @2.6.2_0
--->  Cleaning puppet
--->  Activating puppet @2.6.4_0
--->  Cleaning puppet
--->  Uninstalling puppet @2.6.2_0
--->  Cleaning puppet
}}}
",ryandesign@…
Active Tickets,27576,"xpdf issues ""could'nt create a font for...""",ports,1.9.2,,defect,ricci@…,new,2010-12-05T00:21:40-08:00,2010-12-20T10:04:25-08:00,"xpdf issues these errors when viewing a document:

{{{
Error: Couldn't create a font for 'Helvetica'
Error: Couldn't create a font for 'Helvetica-Bold'
Error: Couldn't create a font for 'ZapfDingbats'
}}}

helvetica actually is used in the document, but zapfdingbats
is not AFAICS.

I activated the font definitions from the default xpdfrc in my .xpdfrc which defines the fonts to be find as follows:

{{{
displayFontT1 Times-Roman		/opt/local/share/ghostscript/fonts/n021003l.pfb
displayFontT1 Times-Italic		/opt/local/share/ghostscript/fonts/n021023l.pfb
displayFontT1 Times-Bold		/opt/local/share/ghostscript/fonts/n021004l.pfb
displayFontT1 Times-BoldItalic		/opt/local/share/ghostscript/fonts/n021024l.pfb
displayFontT1 Helvetica			/opt/local/share/ghostscript/fonts/n019003l.pfb
displayFontT1 Helvetica-Oblique		/opt/local/share/ghostscript/fonts/n019023l.pfb
displayFontT1 Helvetica-Bold		/opt/local/share/ghostscript/fonts/n019004l.pfb
displayFontT1 Helvetica-BoldOblique	/opt/local/share/ghostscript/fonts/n019024l.pfb
displayFontT1 Courier			/opt/local/share/ghostscript/fonts/n022003l.pfb
displayFontT1 Courier-Oblique		/opt/local/share/ghostscript/fonts/n022023l.pfb
displayFontT1 Courier-Bold		/opt/local/share/ghostscript/fonts/n022004l.pfb
displayFontT1 Courier-BoldOblique	/opt/local/share/ghostscript/fonts/n022024l.pfb
displayFontT1 Symbol			/opt/local/share/ghostscript/fonts/s050000l.pfb
displayFontT1 ZapfDingbats		/opt/local/share/ghostscript/fonts/d050000l.pfb

}}}

but I don't see them in the specified location. maybe they are elsewhere but it does not work out of the box. some time ago (but not in 1.9.1) xpdf still did.

finally, for completeness, I see the following message on startup
of xpdf
{{{
Error: No paper information available - using defaults
}}}
although `psPaperSize' is specified in my .xpdfrc.
",j.van_den_hoff@…
Active Tickets,27599,Leiningen installs but errors on any use,ports,1.9.2,,defect,ieure@…,new,2010-12-06T14:33:37-08:00,2011-10-24T02:44:38-07:00,"With MacPorts clojure and clojure-contrib installed, here's my abortive install-and-use-leiningen session:

{{{
% sudo port -R -u -c install clojure clojure-contrib leiningen

<no errors>

% lein self-install

That's not a task. Use ""lein help"" to list all tasks.

% lein help install

That's not a task. Use ""lein help"" to list all tasks.

Exception in thread ""main"" java.lang.IllegalArgumentException: No implementation of method: :make-reader of protocol:
#'clojure.java.io/IOFactory found for class: nil (jar.clj:17)

at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:2911)
}}}

Following the install instructions on the leiningen site works.

Mac OS X 10.5.8 on 2006 MacBook Pro (dual Intel) [[br]]
Java 1.6.0_22 [[br]]
MacPorts 1.9.2 [[br]]
Clojure 1.2.0 (MacPorts)",phil.hudson@…
Active Tickets,27617,defect: valgrind-3.6.0 shows too many allocs,ports,1.9.2,,defect,raimue@…,new,2010-12-08T12:55:20-08:00,2011-02-19T14:10:26-08:00,"Valgrind shows too many allocs. Tested on MacBook Pro with Snow Leopard and Debian Linux valgrind 3.3.1. 
The one from MacPorts always show 2 allocs more than there actually is. ",oliviakrk@…
Active Tickets,27627,Bison @2.4.3 configure test for gcj can take excessive time and memory,ports,1.9.2,,defect,mww@…,new,2010-12-10T12:59:12-08:00,2013-05-15T12:03:50-07:00,"I have attempted to upgrade bison on my system and find myself failing/stalling in the config phase after checking for java on my system. The exact message shows:

{{{
checking how to link with libintl... -lintl -liconv -lc  -Wl,-framework -Wl,CoreFoundation
checking for valgrind... no
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.0 accepts -g... yes
checking dependency style of /usr/bin/g++-4.0... gcc3
checking whether /usr/bin/g++-4.0 builds executables that work... yes
checking for Java virtual machine... java
}}}

I have cleaned the port and then attempted to upgrade the port from bison 2.4.2 to bison 2.4.3 with the same result. I had let this issue sit for over 24 hour periods, twice! And still the same result.

My system is a PowerPC G5 Dual running Mac OSX 10.5.8 using MacPorts 1.9.2.
",nDiScReEt@…
Active Tickets,27651,xulrunner-devel @2.0b7 Configure error: Can't find header GL/glx.h for WebGL,ports,1.9.2,,defect,jeremyhu@…,new,2010-12-12T06:28:00-08:00,2011-10-24T05:23:00-07:00,"The previous version didn't have this problem:
{{{
root# port installed xulrunner-devel
The following ports are currently installed:
  xulrunner-devel @1.9.2rc1_0 (active)
}}}

The new 2.0b7 version can't find GL/glx.h on Mac OS X 10.5.8 (9L31a).

{{{
:info:configure checking for posix_fallocate... no
:info:configure checking for GL/glx.h... no
:info:configure configure: error: Can't find header GL/glx.h for WebGL (install mesa-common-dev (Ubuntu), mesa-libGL-devel (Fedora),
 or Mesa (SuSE))
:info:configure shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_d
evel_xulrunner-devel/work/mozilla-central"" && ./configure --prefix=/opt/local --with-xulrunner-stub-name=xulrunner-stub --disable-st
atic --enable-shared --with-distribution-id=org.macports --enable-default-toolkit=cairo-gtk2 --x-includes=/opt/local/include --x-lib
raries=/opt/local/lib --with-system-nspr --with-nspr-prefix=/opt/local --with-system-nss --with-nss-prefix=/opt/local --with-system-
bzip2=/opt/local --with-system-j
peg=/opt/local --with-system-zlib=/opt/local --enable-system-lcms --enable-system-cairo --enable-system-sqlite --with-default-mozill
a-five-home=/opt/local/lib/xulrunner-devel --enable-oji --enable-plugins --enable-mathml --enable-extensions=""default,spellcheck"" --
enable-permissions --enable-cookie --enable-image-decoders=all --enable-image-encoder=all --enable-canvas --enable-jsd --disable-xpc
tools --enable-crypto --enable-pango --enable-svg --enable-svg-renderer=cairo --enable-xinerama --with-pthreads --disable-gnomevfs -
-disable-gnomeui --enable-postscript --enable-safe-browsing --disable-crashreporter --enable-optimize='-O2' --disable-prebinding --e
nable-strip --enable-install-strip --disable-debug --disable-installer --disable-updater --disable-pedantic --disable-tests --disabl
e-mochitest --disable-necko-wifi --enable-libxul "" returned error 1
:error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
:debug:configure Backtrace: configure failure: shell command failed (see log for details)
    while executing
""$procedure $targetname""
:info:configure Warning: the following items did not execute (for xulrunner-devel): org.macports.archive org.macports.configure org.
macports.build org.macports.destroot
}}}",smbmacportstrac@…
Active Tickets,27659,"wine, wine-devel: winebuild picks the wrong assembler in presence of binutils",ports,1.9.2,,defect,ryandesign@…,new,2010-12-13T10:42:33-08:00,2011-03-27T14:31:45-07:00,"'m trying to build wine and running into compile-time failures. I've gone back and looked at the mail archives to check for recent issues. The only thing I could identify was that wine can only build for i386 (I'm running Snow Leopard 10.6.5 on x86_64), thus all dependencies (or at least all shared object dependencies) need to  be universal. After going back to make sure that the dependencies are in fact all built with universal variants, I'm still getting build failures. I haven't check back through all of the bug tickets yet, but, as I've recently upgraded to the latest version of XCode, I wasn't sure if that might cause some issues (although information provided further down makes this seem less plausible). Here's where things start to go wrong in the logs:

{{{
:info:build /usr/bin/gcc-4.2 -m32 -c -I. -I. -I../../include -I../../include  -D__WINESRC__ -D_ADVAPI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith -I/opt/local/include -D_DARWIN_NO_64_BIT_INODE -O2 -arch i386  -o cred.o cred.c
:info:build /usr/bin/gcc-4.2 -m32 -o wineserver async.o atom.o change.o class.o clipboard.o completion.o console.o debugger.o device.