From trac at macosforge.org Fri Feb 1 00:00:34 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 00:03:34 2008 Subject: [MacPorts] #14123: base-1.6.0 "port uninstall" left installed files at case-sensitive FS Message-ID: <043.b487c3b44a8b85aee37a47a97376ced2@macosforge.org> #14123: base-1.6.0 "port uninstall" left installed files at case-sensitive FS ---------------------------+------------------------------------------------ Reporter: ononon@csc.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Low | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Keywords: | ---------------------------+------------------------------------------------ At HFS+ (case sensitive), {{{ port install ncursesw port uninstall ncursesw }}} make errors and some installed files are not deleted. This is because "filemap" in Pextlib.dylib is a case-insensitive function, so {{{ filemap set testmap "/A/Apple_Terminal" "casetest" filemap set testmap "/a/appleII" "casetest" puts [filemap list testmap "casetest"] }}} show "/A/Apple_Terminal /A/appleII". (Note that path 'a' of 'appleII' was touppered !) To fix this, you have only to substitute 'strncasecmp' with 'strncmp' in src/pextlib1.0/filemap.c . I guess that this fix make little influence to case-insensitive users, then expect that it is applied for our case- sensitive users. Thanks in advance. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 00:34:14 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 00:37:13 2008 Subject: [MacPorts] #14124: user-installed packages in ~/Library/texmf/ are not found Message-ID: <060.7edd14528a79af454a2fbaf24ed36e62@macosforge.org> #14124: user-installed packages in ~/Library/texmf/ are not found --------------------------------------------+------------------------------- Reporter: ingokeck@users.sourceforge.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: texlive @2007_4+minimal | --------------------------------------------+------------------------------- The TeTeX installation and the MacTeX installation allow the user to install packages into ~/Library/texmf/ and subfolders that TeX will find without the need to run texhash. TeX from texlive @2007_4+minimal does not find these packages. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 01:36:26 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 01:38:56 2008 Subject: [MacPorts] #14125: Activating avr-gdb fails on 10.5 Leopard Message-ID: <054.c70e1ec51567c6f57febe25348770cff@macosforge.org> #14125: Activating avr-gdb fails on 10.5 Leopard --------------------------------------+------------------------------------- Reporter: devin.chalmers@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | --------------------------------------+------------------------------------- Activating the avr-gdb package (after installation of avr-gcc and avr- binutils) fails with this error message: {{{ ---> Activating avr-gdb 6.7.1_0 Error: Target org.macports.activate returned: Image error: /opt/local/share/info/bfd.info is being used by the active binutils port. Please deactivate this port first, or use the -f flag to force the activation. Error: Status 1 encountered during processing. }}} I am loath to deactivate my main binutils, however. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 04:08:35 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 04:11:08 2008 Subject: [MacPorts] #13977: libsdl does not build under 10.5 In-Reply-To: <044.73772328149f8069f3cbe432e1a16d95@macosforge.org> References: <044.73772328149f8069f3cbe432e1a16d95@macosforge.org> Message-ID: <053.eb4d6d1e9a838c85b112f12ce5cc4640@macosforge.org> #13977: libsdl does not build under 10.5 -----------------------------+---------------------------------------------- Reporter: slith76@gmx.de | Owner: nox@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: -----------------------------+---------------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => duplicate Comment: #13044 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 04:31:51 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 04:34:55 2008 Subject: [MacPorts] #14124: user-installed packages in ~/Library/texmf/ are not found In-Reply-To: <060.7edd14528a79af454a2fbaf24ed36e62@macosforge.org> References: <060.7edd14528a79af454a2fbaf24ed36e62@macosforge.org> Message-ID: <069.002c54735635c7d8676284177174fc25@macosforge.org> #14124: user-installed packages in ~/Library/texmf/ are not found ---------------------------------------------+------------------------------ Reporter: ingokeck@users.sourceforge.net | Owner: milosh@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: texlive @2007_4+minimal ---------------------------------------------+------------------------------ Changes (by nox@macports.org): * cc: milosh@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => milosh@macports.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 05:09:41 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 05:12:11 2008 Subject: [MacPorts] #13667: Update py25-psycopg2 to pgsql v8.2 [Patch Included] In-Reply-To: <049.7afd51eb51356922d5ebc1b43526dfc0@macosforge.org> References: <049.7afd51eb51356922d5ebc1b43526dfc0@macosforge.org> Message-ID: <058.0b4f20eadbad44446e825a14287f46a9@macosforge.org> #13667: Update py25-psycopg2 to pgsql v8.2 [Patch Included] ----------------------------------+----------------------------------------- Reporter: wsiegrist@apple.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Low | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: py25-psycopg2 ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => fixed Comment: r33631. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 05:36:55 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 05:39:59 2008 Subject: [MacPorts] #14126: xfig crashes when accessing the menu bar Message-ID: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> #14126: xfig crashes when accessing the menu bar ------------------------------+--------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- When accessing the menu bar in xfig, it will stay empty (i.e., no text). One more click, and xfig crashes, leaving this stack trace: {{{ Thread 0 Crashed: 0 libXaw3d.7.dylib 0x006179fc Redisplay + 68 (SmeLine.c:220) 1 xfig 0x000ee0f4 Redisplay + 168 (SimpleMenu.c:341) 2 libXt.6.dylib 0x007810b4 SendExposureEvent + 204 3 libXt.6.dylib 0x00782290 XtDispatchEventToWidget + 868 4 libXt.6.dylib 0x007827a8 _XtDefaultDispatcher + 436 5 libXt.6.dylib 0x00781318 XtDispatchEvent + 408 6 xfig 0x0004c020 main + 11880 (main.c:1543) 7 xfig 0x00002b9c _start + 760 8 xfig 0x000028a0 start + 48 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 05:50:37 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 05:53:44 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.214c28ee268c2d078981f614981551e6@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by joe@slagwerks.com): Here's everything but stderr from the install step, which I will attach: {{{ $ sudo port clean --all subversion-perlbindings ---> Cleaning subversion-perlbindings Warning: Distfiles directory '/opt/local/var/macports/distfiles/subversion' may contain distfiles needed for other ports, use the -f flag to force removal $ sudo port -dv install subversion-perlbindings 2> install_err ---> Activating subversion-perlbindings 1.4.6_0 Warning: the following items did not execute (for subversion- perlbindings): org.macports.activate }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 05:59:32 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 06:02:11 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.effafec857d16025ed353e74de2291b9@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): Can you do that again but with '-f' for the clean. (sudo port -f clean --all subversion-perlbindings) I really need to see the configure/build stage here to get a better picture of why it's trying to write into /Network at all. Thanks. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 06:26:31 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 06:29:04 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.e635c33d6a54687a73d598adee6e6e57@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by joe@slagwerks.com): I added -f on the clean, but got the same results. {{{ $ sudo port -f clean --all subversion-perlbindings ---> Cleaning subversion-perlbindings $ sudo port -dv install subversion-perlbindings 2> install_err_2 ---> Activating subversion-perlbindings 1.4.6_0 Warning: the following items did not execute (for subversion- perlbindings): org.macports.activate $ diff install_err_2 install_err $ }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 06:34:07 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 06:37:09 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.cdc76e07099dc16e54cc825f6c1c29df@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): Well, it looks like macports thinks that it's installed already? Try sudo port -f uninstall subversion-perlbindings sudo port -f clean --al subversion-perlbindings and then sudo port -dv install subversion-perlbindings Thanks -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 07:21:39 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 07:24:10 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.4f21d5cce9cec10a6782cee60131853b@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by joe@slagwerks.com): Hey, that made a difference! This time, subversion-perlbindings installed without complaint. Now, trying to reinstall svk seems to be hanging on something compress- zlib related: {{{ $ sudo port -f clean --all svk ---> Cleaning svk $ sudo port install -dv svk ---> Fetching svk ---> Attempting to fetch SVK-v2.0.2.tar.gz from http://download.bestpractical.com/pub/svk/2.0.2 ---> Verifying checksum(s) for svk ---> Extracting svk ---> Configuring svk ---> Building svk 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_svk/work/SVK-v2.0.2" && make all " returned error 2 Command output: /opt/local/bin/perl "-Iinc" Makefile.PL --config= --installdeps=PerlIO::via::dynamic,0.11,Compress::Zlib,0 Undefined subroutine &Compress::Zlib::gzopen called at /opt/local/lib/perl5/5.8.8/CPAN.pm line 5721. Compilation failed in require at inc/Module/Install/AutoInstall.pm line 37. *** Installing dependencies... *** Installing PerlIO::via::dynamic... CPAN: Storable loaded ok Going to read /Users/joe/.cpan/Metadata Database was generated on Thu, 17 Jan 2008 15:38:07 GMT Going to read /Users/joe/.cpan/sources/authors/01mailrc.txt.gz make: *** [installdeps] Error 2 Error: Status 1 encountered during processing. }}} I did the uninstall, clean --all, and install routine with both p5 -compress-zlib and p5-io-compress-zlib & then reran the clean & install for svk, but got the same result. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 07:30:56 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 07:33:27 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.a9182698cfa985a2b4dadd0ad17c77ec@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): --installdeps=PerlIO::via::dynamic,0.11,Compress::Zlib,0 These shouldn't be attempting to install via the svk installer (instead, macports should install the ports by themselves). Since you already uninstalled/cleaned/reinstalled the zlib ports, perhaps you need to do it with the p5-perlio-via-dynamic port too? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 07:51:08 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 07:53:39 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.14291ad27f13a4c2a55e8680d8af4ce1@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by joe@slagwerks.com): more progress. uninstalling, cleaning, and reinstalling p5-perlio-via- dynamic let svk actually install. When I run svk, though, I get: {{{ $ svk SVK requires the Scalar::Util module be built with support for the 'weaken' function. It is sometimes the case that operating system upgrades will replace a working Scalar::Util with a non-working one. If your system was working correctly up until now, this is likely the cause of the problem. Please reinstall Scalar::Util, being careful to let it build with your C compiler. Usually this is as simple as running the following command as root: perl -MCPAN -e'install Scalar::Util' BEGIN failed--compilation aborted at /opt/local/bin/svk line 81. }}} My guess was that this was from the p5-scalar-list-utils package, so I uninstalled svk & then it, cleaned, and reinstalled it: {{{ ---> Fetching p5-scalar-list-utils ---> Attempting to fetch Scalar-List-Utils-1.19.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Scalar ---> Verifying checksum(s) for p5-scalar-list-utils ---> Extracting p5-scalar-list-utils ---> Configuring p5-scalar-list-utils ---> Building p5-scalar-list-utils with target all ---> Staging p5-scalar-list-utils into destroot ---> Installing p5-scalar-list-utils 1.19_0 ---> Activating p5-scalar-list-utils 1.19_0 ---> Cleaning p5-scalar-list-utils }}} however, even after doing that, cleaning and reinstalling svk, I'm continuing to get the same 'weaken' error. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 07:56:43 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 07:59:14 2008 Subject: [MacPorts] #14127: Updated swi-prolog-lite portfile to version 5.6.500 Message-ID: <048.ef52c3f27a995f456019c68933bd0cf1@macosforge.org> #14127: Updated swi-prolog-lite portfile to version 5.6.500 --------------------------------+------------------------------------------- Reporter: pmoura@logtalk.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Updated swi-prolog-lite portfile to version 5.6.50. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 07:57:44 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 08:00:14 2008 Subject: [MacPorts] #14128: Updated swi-prolog portfile to version 5.6.50 Message-ID: <048.b82f188232fb7d192179a45fbbd2143d@macosforge.org> #14128: Updated swi-prolog portfile to version 5.6.50 --------------------------------+------------------------------------------- Reporter: pmoura@logtalk.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Updated swi-prolog portfile to version 5.6.50. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 09:07:52 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 09:10:52 2008 Subject: [MacPorts] #14129: /opt/local/lib directory doesn't contain tclConfig.sh Message-ID: <056.fffa658687170ad57f7439c7afd5de7e@macosforge.org> #14129: /opt/local/lib directory doesn't contain tclConfig.sh ----------------------------------------+----------------------------------- Reporter: saul.hazledine@bbsrc.ac.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: tk tcl | ----------------------------------------+----------------------------------- tk fails to install on OS X 10.4.11 Intel imac The error appears to be a missing tclConfig.sh file in /opt/local/lib {{{ > sudo port selfupdate MacPorts base version 1.600 installed Downloaded MacPorts base version 1.600 The MacPorts installation is not outdated and so was not updated selfupdate done! > port installed tcl The following ports are currently installed: tcl @8.5.0_0 > sudo port -d install py25-matplotlib *snip* ---> Configuring tk DEBUG: Executing org.macports.configure (tk) DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tcl8.5.0/generic -I/opt/local/include' CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.0/unix" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with- tcl=/opt/local/lib' checking for Tcl configuration... configure: error: /opt/local/lib directory doesn't contain tclConfig.sh 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_x11_tk/work/tk8.5.0/unix" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with- tcl=/opt/local/lib " returned error 1 Command output: checking for Tcl configuration... configure: error: /opt/local/lib directory doesn't contain tclConfig.sh Warning: the following items did not execute (for tk): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.archive org.macports.install Error: The following dependencies failed to build: py25-tkinter tk Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 09:49:09 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 09:51:16 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.59b994efbebe4f22e0e4ce52aab03593@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): That is pretty strange. On my working system: $/opt/local/bin/perl -e 'use Scalar::Util; print $Scalar::Util::VERSION."\n";' 1.19 $ What gets printed for you? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 10:07:01 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 10:10:02 2008 Subject: [MacPorts] #14130: vpnc-0.5.1: added variant for certificate support Message-ID: <058.b23a5afd5e8959ad5ae009dc27191807@macosforge.org> #14130: vpnc-0.5.1: added variant for certificate support ------------------------------------------+--------------------------------- Reporter: kiehn@stud.uni-heidelberg.de | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: | ------------------------------------------+--------------------------------- This patch adds a hybrid-cert variant to the vpnc Portfile. Via this variant the support for hybrid certificates can be enabled during compile- time. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 10:29:02 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 10:32:24 2008 Subject: [MacPorts] #14131: openssl +universal variant does not build on ppc Message-ID: <051.8b3546e24bc7e06738fc9204c9936142@macosforge.org> #14131: openssl +universal variant does not build on ppc -----------------------------------+---------------------------------------- Reporter: ryan@spacecoaster.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -----------------------------------+---------------------------------------- The build fails with: /usr/bin/ld: warning fat file: /usr/lib/gcc/i686-apple- darwin8/4.0.1/../../../libSystem.dylib does not contain an architecture that matches the specified -arch flag: i386 (file ignored) /usr/bin/ld: warning fat file: /usr/lib/libSystem.B.dylib does not contain an architecture that matches the specified -arch flag: i386 (file ignored) According to http://blogs.sun.com/dochez/entry/glassfish_in_universal, the -isysroot option is required. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 10:46:40 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 10:49:10 2008 Subject: [MacPorts] #14132: cyrus-sasl2 +universal does not build on i386 Tiger Message-ID: <051.0b90e843b8b3de24f9ea60dbce11141c@macosforge.org> #14132: cyrus-sasl2 +universal does not build on i386 Tiger -----------------------------------+---------------------------------------- Reporter: ryan@spacecoaster.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -----------------------------------+---------------------------------------- {{{ /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -Wall -W -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -L/opt/local/lib -arch i386 -arch ppc -o dbconverter-2 dbconverter-2.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lresolv -lresolv -lpam mkdir .libs /usr/bin/gcc-4.0 -Wall -W -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -L/opt/local/lib -arch i386 -arch ppc -o .libs/dbconverter-2 dbconverter-2.o ../sasldb/.libs/libsasldb.al -lresolv -lresolv -lpam -L../lib/.libs -lsasl2 -ldl -lresolv -lresolv -lpam -lresolv -lresolv -lpam /usr/bin/ld: for architecture ppc /usr/bin/ld: warning ../lib/.libs/libsasl2.dylib cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded) /usr/bin/ld: Undefined symbols: _sasl_dispose _sasl_done _sasl_global_utils _sasl_server_init _sasl_server_new collect2: ld returned 1 exit status lipo: can't open input file: /var/tmp//ccXswaSm.out (No such file or directory) make[2]: *** [dbconverter-2] Error 1 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_security_cyrus-sasl2/work/cyrus-sasl-2.1.21" && make all " returned error 2 Command output: (cd . && ln -s plugin_common.lo plugin_common.o) /usr/bin/gcc-4.0 -dynamiclib -undefined error -o .libs/libsasl2.2.0.21.dylib auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo -L/opt/local/lib -ldl -lresolv -lresolv -lpam -lc -install_name /opt/local/lib/libsasl2.2.dylib -compatibility_version 3 -current_version 3.21 (cd .libs && rm -f libsasl2.2.dylib && ln -s libsasl2.2.0.21.dylib libsasl2.2.dylib) (cd .libs && rm -f libsasl2.dylib && ln -s libsasl2.2.0.21.dylib libsasl2.dylib) creating libsasl2.la (cd .libs && rm -f libsasl2.la && ln -s ../libsasl2.la libsasl2.la) Making all in utils /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -I/opt/local/include -Wall -W -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c `test -f 'dbconverter-2.c' || echo './'`dbconverter-2.c dbconverter-2.c: In function 'good_getopt': dbconverter-2.c:365: warning: unused parameter 'context' dbconverter-2.c:366: warning: unused parameter 'plugin_name' dbconverter-2.c: In function 'good_getopt': dbconverter-2.c:365: warning: unused parameter 'context' dbconverter-2.c:366: warning: unused parameter 'plugin_name' /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -Wall -W -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -L/opt/local/lib -arch i386 -arch ppc -o dbconverter-2 dbconverter-2.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lresolv -lresolv -lpam mkdir .libs /usr/bin/gcc-4.0 -Wall -W -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -L/opt/local/lib -arch i386 -arch ppc -o .libs/dbconverter-2 dbconverter-2.o ../sasldb/.libs/libsasldb.al -lresolv -lresolv -lpam -L../lib/.libs -lsasl2 -ldl -lresolv -lresolv -lpam -lresolv -lresolv -lpam /usr/bin/ld: for architecture ppc /usr/bin/ld: warning ../lib/.libs/libsasl2.dylib cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded) /usr/bin/ld: Undefined symbols: _sasl_dispose _sasl_done _sasl_global_utils _sasl_server_init _sasl_server_new collect2: ld returned 1 exit status lipo: can't open input file: /var/tmp//ccXswaSm.out (No such file or directory) make[2]: *** [dbconverter-2] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for cyrus-sasl2): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: openldap cyrus-sasl2 db44 popt readline Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 10:49:45 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 10:52:44 2008 Subject: [MacPorts] #14133: Mouse problem after some time of playing Message-ID: <053.15d2097115c0f86720f4b11798336255@macosforge.org> #14133: Mouse problem after some time of playing -------------------------------------+-------------------------------------- Reporter: zabicki@th.if.uj.edu.pl | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: freeciv-x11 | -------------------------------------+-------------------------------------- While in game, mouse sometimes becomes inactive on menu - it's impossible to save or quit game by clicking. It is possible when done by keyboard shorctuts. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 11:22:51 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 11:24:50 2008 Subject: [MacPorts] #14127: Updated swi-prolog-lite portfile to version 5.6.500 In-Reply-To: <048.ef52c3f27a995f456019c68933bd0cf1@macosforge.org> References: <048.ef52c3f27a995f456019c68933bd0cf1@macosforge.org> Message-ID: <057.3b276a0c2ea6e5c968b804f3a0e80e91@macosforge.org> #14127: Updated swi-prolog-lite portfile to version 5.6.500 ---------------------------------+------------------------------------------ Reporter: pmoura@logtalk.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 11:23:00 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 11:25:59 2008 Subject: [MacPorts] #14128: Updated swi-prolog portfile to version 5.6.50 In-Reply-To: <048.b82f188232fb7d192179a45fbbd2143d@macosforge.org> References: <048.b82f188232fb7d192179a45fbbd2143d@macosforge.org> Message-ID: <057.92cd50a7e72a7ccad92b18546d04531b@macosforge.org> #14128: Updated swi-prolog portfile to version 5.6.50 ---------------------------------+------------------------------------------ Reporter: pmoura@logtalk.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 11:40:01 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 11:42:30 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.8677075d5b2c16c4a93b1eadd1fa3963@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by joe@slagwerks.com): Same here -- {{{ $ /opt/local/bin/perl -e 'use Scalar::Util; print $Scalar::Util::VERSION."\n";' 1.19 $ }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 11:50:52 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 11:53:22 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.b4c139c00c2d1aea7783af17dced7447@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): I'm about stumped then. Did you make sure to port clean -f --all p5-scalar-list-utils before reinstalling it (if you forgot the --all, the port could have been reinstalled from an archive instead of being rebuilt properly?) It also seems really strange that upgrading to MP 1.6 would have caused this problem, did you do anything else to the system? did you upgrade perl recently? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 11:51:33 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 11:54:02 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.158c80d4f3c3a26ebe12023360930891@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): ... also, maybe try running 'sudo port clean -f --all p5-scalar-list- utils' and then sudo port -dv test p5-scalar-list-utils before installing it again. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 12:31:14 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 12:33:16 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.f6e6b99a0d6c45f5c2455380fe90d3bf@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by joe@slagwerks.com): OK, just tried uninstalling, running clean -f --all, and testing p5 -scalar-list-utils as you suggest. The test output: {{{ t/00version.....ok t/blessed.......ok t/dualvar.......ok t/first.........ok 2/17 skipped: Poor man's MULTICALL can't cope t/isvstring.....ok t/lln...........ok t/max...........ok t/maxstr........ok t/min...........ok t/minstr........ok t/openhan.......ok t/p_blessed.....ok t/p_first.......ok t/p_lln.........ok t/p_max.........ok t/p_maxstr......ok t/p_min.........ok t/p_minstr......ok t/p_openhan.....ok t/p_readonly....ok t/p_reduce......ok t/p_refaddr.....ok t/p_reftype.....ok t/p_shuffle.....ok t/p_sum.........ok t/p_tainted.....ok t/proto.........ok t/readonly......ok t/reduce........ok 2/23 skipped: Poor man's MULTICALL can't cope t/refaddr.......ok t/reftype.......ok t/shuffle.......ok t/sum...........ok t/tainted.......ok t/weak..........ok All tests successful, 4 subtests skipped. Files=35, Tests=380, 2 wallclock secs ( 0.97 cusr + 0.42 csys = 1.39 CPU) }}} however, after reinstalling svk, same error. Upgrading to MP 1.6 is the only thing I can think of having done that could have affected this. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 13:32:30 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 13:36:59 2008 Subject: [MacPorts] #14134: gnome-utils: missing dependency for libgtop Message-ID: <045.9ce2987462c546ef2d83e18843731b79@macosforge.org> #14134: gnome-utils: missing dependency for libgtop -----------------------------+---------------------------------------------- Reporter: mrjozef@gmx.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: gnome-utils | -----------------------------+---------------------------------------------- {{{ ---> Fetching gnome-utils ---> gnome-utils-2.20.0.1.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/gnome-utils ---> Attempting to fetch gnome-utils-2.20.0.1.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/gnome- utils/2.20/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4485k 100 4485k 0 0 1026k 0 0:00:04 0:00:04 --:--:-- 1130k ---> Verifying checksum(s) for gnome-utils ---> Checksumming gnome-utils-2.20.0.1.tar.bz2 ---> Extracting gnome-utils ---> Extracting gnome-utils-2.20.0.1.tar.bz2 ---> Configuring gnome-utils checking for a BSD-compatible install... /usr/bin/install checking whether build environment is sane... yes checking for gawk... gawk ... snip ... 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_gnome_gnome-utils/work/gnome-utils-2.20.0.1" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --disable- scrollkeeper " returned error 1 Command output: checking for logf... yes checking for getpgid... yes checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GNOME_UTILS... yes checking for LIBGLADE... yes checking for LIBGNOMEPRINT... yes checking for LIBGDICT... yes checking X11/extensions/shape.h usability... yes checking X11/extensions/shape.h presence... yes checking for X11/extensions/shape.h... yes checking for SCREENSHOT... yes checking for HAL... no checking for GNOMEVFS... yes checking for GNOMEDESKTOP... yes checking for gconftool-2... /opt/local/bin/gconftool-2 Using config source xml:merged:/opt/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking for APPLET... yes checking for LIBGTOP... configure: error: Package requirements (libgtop-2.0 >= 2.12.0) were not met: No package 'libgtop-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBGTOP_CFLAGS and LIBGTOP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Warning: the following items did not execute (for gnome-utils): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 13:48:52 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 13:50:51 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.1dfcf02908aa9efa71cd89addf988bae@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): or more legibly: {{{ $ port installed | grep p5 | cut -f 3 -d " " > perl_ports.txt $ foreach i (`cat perl_ports.txt`) foreach -> sudo port -d -v -f uninstall $i foreach -> sudo port -d -v -f clean --archive $i foreach -> end ... $ foreach i (`cat perl_ports.txt`) foreach -> sudo port -d -v install $i foreach -> end }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 13:48:26 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 13:51:26 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.88630d291d48f804277fb0d92503436e@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by dluke@macports.org): That is really odd. If it were my machine, I would probably try removing all of the perl module ports, cleaning and then reinstalling them. Something like this (tcsh): $ port installed | grep p5 | cut -f 3 -d " " > perl_ports.txt $ foreach i (`cat perl_ports.txt`) foreach -> sudo port -d -v -f uninstall $i foreach -> sudo port -d -v -f clean --archive $i foreach -> end ... $ foreach i (`cat perl_ports.txt`) foreach -> sudo port -d -v install $i foreach -> end -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 17:27:28 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 17:29:28 2008 Subject: [MacPorts] #14127: Updated swi-prolog-lite portfile to version 5.6.50 In-Reply-To: <048.ef52c3f27a995f456019c68933bd0cf1@macosforge.org> References: <048.ef52c3f27a995f456019c68933bd0cf1@macosforge.org> Message-ID: <057.192c88d2f6bc5c5b5feb107675d5f63e@macosforge.org> #14127: Updated swi-prolog-lite portfile to version 5.6.50 ---------------------------------+------------------------------------------ Reporter: pmoura@logtalk.org | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * status: new => closed * type: defect => enhancement * resolution: => fixed * summary: Updated swi-prolog-lite portfile to version 5.6.500 => Updated swi-prolog-lite portfile to version 5.6.50 Comment: Committed in r33637. Thanks! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 17:27:15 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 17:29:45 2008 Subject: [MacPorts] #14128: Updated swi-prolog portfile to version 5.6.50 In-Reply-To: <048.b82f188232fb7d192179a45fbbd2143d@macosforge.org> References: <048.b82f188232fb7d192179a45fbbd2143d@macosforge.org> Message-ID: <057.f939c48eed5cc88f1f3b68c2ba844792@macosforge.org> #14128: Updated swi-prolog portfile to version 5.6.50 ---------------------------------+------------------------------------------ Reporter: pmoura@logtalk.org | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Committed in r33637. Thanks! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 17:27:38 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 17:30:07 2008 Subject: [MacPorts] #14128: Updated swi-prolog portfile to version 5.6.50 In-Reply-To: <048.b82f188232fb7d192179a45fbbd2143d@macosforge.org> References: <048.b82f188232fb7d192179a45fbbd2143d@macosforge.org> Message-ID: <057.bb8d9defca4da56e80126de9b05738a8@macosforge.org> #14128: Updated swi-prolog portfile to version 5.6.50 ---------------------------------+------------------------------------------ Reporter: pmoura@logtalk.org | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * type: defect => enhancement -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 19:55:11 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 19:57:41 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 Message-ID: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 -------------------------------+-------------------------------------------- Reporter: herouxb@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Keywords: ushare dyld | -------------------------------+-------------------------------------------- Hi, when i installed ushare i have this error: ----- bash-3.2# /opt/local/bin/ushare dyld: Library not loaded: libdlna.dylib.0.2.3 Referenced from: /opt/local/bin/ushare Reason: image not found Trace/BPT trap ------ So it won't run. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 1 20:51:46 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 1 20:54:46 2008 Subject: [MacPorts] #14136: slime 20070503 Enhancement to support Emacs.app Message-ID: <049.d1747c51b648fb4602149153f4fbcd1c@macosforge.org> #14136: slime 20070503 Enhancement to support Emacs.app ---------------------------------+------------------------------------------ Reporter: jrh@theptrgroup.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: slime emacs-app | ---------------------------------+------------------------------------------ Here is a Portfile patch to enable slime to use Emacs.app for compilation and as the installation destination (i.e. to use 'emacs-app' instead of 'emacs' as the depends_lib). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 04:29:28 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 04:32:31 2008 Subject: [MacPorts] #14137: UPDATE py-lxml, py25-lxml to 2.0 Message-ID: <047.efc866d2374dbf4a57a6b41431759454@macosforge.org> #14137: UPDATE py-lxml, py25-lxml to 2.0 -------------------------------+-------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: python lxml | -------------------------------+-------------------------------------------- lxml 2.0 is just released. will attach the Portfiles. tested on Tiger and works for me. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 04:55:36 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 04:58:39 2008 Subject: [MacPorts] #14138: https://trac.macports.org/ should not return a 403 error Message-ID: <049.7f0d48d79b108f3fb93bc4cf33605812@macosforge.org> #14138: https://trac.macports.org/ should not return a 403 error ---------------------------------+------------------------------------------ Reporter: rhwood@macports.org | Owner: wsiegrist@apple.com Type: defect | Status: new Priority: Normal | Milestone: Component: server/hosting | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ The URL https://trac.macports.org/ returns a 403 Forbidden error. It should redirect to the MacPorts project in Trac. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:01:22 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:03:53 2008 Subject: [MacPorts] #14139: xinstall needs to support recursion Message-ID: <049.e44fe3e3de24cce072d3cbc7804590cc@macosforge.org> #14139: xinstall needs to support recursion ---------------------------------+------------------------------------------ Reporter: rhwood@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.7.0 Keywords: | ---------------------------------+------------------------------------------ xinstall needs to support recursion so that the installation of Bundles (not a concept at the time install(1) was developed) can be done without resorting to "file mkdir ... ; file copy ..." -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:02:52 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:05:25 2008 Subject: [MacPorts] #14138: https://trac.macports.org/ should not return a 403 error In-Reply-To: <049.7f0d48d79b108f3fb93bc4cf33605812@macosforge.org> References: <049.7f0d48d79b108f3fb93bc4cf33605812@macosforge.org> Message-ID: <058.81107f45c1ce3c2b161ebcd92cd07583@macosforge.org> #14138: https://trac.macports.org/ should not return a 403 error ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: wsiegrist@apple.com Type: defect | Status: new Priority: Normal | Milestone: Website & Documentation Component: server/hosting | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by rhwood@macports.org): * milestone: => Website & Documentation -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:05:49 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:08:52 2008 Subject: [MacPorts] #13001: port file command returns the path to the portfile with \r at end In-Reply-To: <047.b156b403622771c60662facbec84f890@macosforge.org> References: <047.b156b403622771c60662facbec84f890@macosforge.org> Message-ID: <056.9c6722664d473d4654709c70a1532e51@macosforge.org> #13001: port file command returns the path to the portfile with \r at end --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.5.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): verified this problem was fixed in macports 1.600. Please close this ticket. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:08:01 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:11:02 2008 Subject: [MacPorts] #14133: freeciv-x11: Mouse problem after some time of playing In-Reply-To: <053.15d2097115c0f86720f4b11798336255@macosforge.org> References: <053.15d2097115c0f86720f4b11798336255@macosforge.org> Message-ID: <062.bf54bdd22248b9f429916aea08fe687b@macosforge.org> #14133: freeciv-x11: Mouse problem after some time of playing --------------------------------------+------------------------------------- Reporter: zabicki@th.if.uj.edu.pl | Owner: rhwood@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: freeciv-x11 --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => rhwood@macports.org * summary: Mouse problem after some time of playing => freeciv-x11: Mouse problem after some time of playing Comment: Assigning to maintainer of freeciv-x11. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:10:16 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:14:47 2008 Subject: [MacPorts] #13469: php5: Add mysql5-devel variant In-Reply-To: <047.ce03708b013a52abe80f7cbc4e0d1d63@macosforge.org> References: <047.ce03708b013a52abe80f7cbc4e0d1d63@macosforge.org> Message-ID: <056.4b8c4368d385ff7a0c0eaae500813f60@macosforge.org> #13469: php5: Add mysql5-devel variant --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: php mysql --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): Ryan, How's this cominig? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:13:04 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:16:05 2008 Subject: [MacPorts] #13431: Update: py25-django-devel, py-django-devel In-Reply-To: <047.13169d7dceff15c488df7c99615abc16@macosforge.org> References: <047.13169d7dceff15c488df7c99615abc16@macosforge.org> Message-ID: <056.8b223039b5c081089de280b47cfd6256@macosforge.org> #13431: Update: py25-django-devel, py-django-devel --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.5.2 Resolution: | Keywords: python django --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): Both django ports are now the latest release. Close this ticket please? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:21:25 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:24:28 2008 Subject: [MacPorts] #14131: openssl +universal variant does not build on ppc In-Reply-To: <051.8b3546e24bc7e06738fc9204c9936142@macosforge.org> References: <051.8b3546e24bc7e06738fc9204c9936142@macosforge.org> Message-ID: <060.9f79cbf49c54560b0fe01c839eab9d05@macosforge.org> #14131: openssl +universal variant does not build on ppc ------------------------------------+--------------------------------------- Reporter: ryan@spacecoaster.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------------+--------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => mww@macports.org Comment: Assigning to maintainer of openssl. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:22:17 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:25:18 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 In-Reply-To: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> References: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> Message-ID: <056.e3b0710e361819439e4ed747fd59be27@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 --------------------------------+------------------------------------------- Reporter: herouxb@gmail.com | Owner: sfiera@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ushare dyld --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => sfiera@macports.org * priority: High => Normal * milestone: => Port Bugs Comment: Assigning to maintainer of ushare. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:23:37 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:26:09 2008 Subject: [MacPorts] #14132: cyrus-sasl2 +universal does not build on i386 Tiger In-Reply-To: <051.0b90e843b8b3de24f9ea60dbce11141c@macosforge.org> References: <051.0b90e843b8b3de24f9ea60dbce11141c@macosforge.org> Message-ID: <060.0db62c660265766b367fd8f0ecf0e62c@macosforge.org> #14132: cyrus-sasl2 +universal does not build on i386 Tiger ------------------------------------+--------------------------------------- Reporter: ryan@spacecoaster.org | Owner: jmpp@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------------+--------------------------------------- Changes (by ryandesign@macports.org): * cc: landonf@macports.org (added) * owner: macports-tickets@lists.macosforge.org => jmpp@macports.org * milestone: => Port Bugs Comment: Assigning to / Cc'ing maintainers of cyrus-sasl2. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:25:00 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:28:02 2008 Subject: [MacPorts] #14125: Activating avr-gdb fails on 10.5 Leopard In-Reply-To: <054.c70e1ec51567c6f57febe25348770cff@macosforge.org> References: <054.c70e1ec51567c6f57febe25348770cff@macosforge.org> Message-ID: <063.f9ae085e46f51329963b5cbe9bd03d15@macosforge.org> #14125: Activating avr-gdb fails on 10.5 Leopard ---------------------------------------+------------------------------------ Reporter: devin.chalmers@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * cc: mmoll@cs.rice.edu (added) Comment: Cc'ing maintainer of avr-gdb. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:29:17 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:32:22 2008 Subject: [MacPorts] #14126: xfig crashes when accessing the menu bar In-Reply-To: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> References: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> Message-ID: <055.066a4e18956a6962173bdbe2d758fdfd@macosforge.org> #14126: xfig crashes when accessing the menu bar -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => pguyot@kallisys.net * milestone: => Port Bugs Comment: Is your ports tree up to date? This problem was bug #12044 which has been resolved a couple days ago. Try "`sudo port selfupdate`" and then "`sudo port clean --work xfig`" and finally "`sudo port install xfig`" Assigning to maintainer of xfig. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:30:41 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:33:41 2008 Subject: [MacPorts] #14122: Ghostscript fails to build. [obj/gsromfs.c] Segmentation fault In-Reply-To: <054.ba0fdadde4d4e1a64758171380bd9791@macosforge.org> References: <054.ba0fdadde4d4e1a64758171380bd9791@macosforge.org> Message-ID: <063.e6b800b35a877e73e6bac890d6235741@macosforge.org> #14122: Ghostscript fails to build. [obj/gsromfs.c] Segmentation fault ---------------------------------------+------------------------------------ Reporter: schroeder@nasendackel.de | Owner: digdog@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => digdog@macports.org * milestone: => Port Bugs Comment: Assigning to maintainer of ghostscript. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:33:46 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:36:18 2008 Subject: [MacPorts] #13001: port file command returns the path to the portfile with \r at end In-Reply-To: <047.b156b403622771c60662facbec84f890@macosforge.org> References: <047.b156b403622771c60662facbec84f890@macosforge.org> Message-ID: <056.96330769505545bd1acc7b3def952aa1@macosforge.org> #13001: port file command returns the path to the portfile with \r at end --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.5.0 Resolution: fixed | Keywords: --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * status: reopened => closed * resolution: => fixed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:42:46 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:45:23 2008 Subject: [MacPorts] #14140: UPDATE: apache 1.3.37 to 1.3.41 Message-ID: <047.0434861fe80c56b7daae80781a57fd92@macosforge.org> #14140: UPDATE: apache 1.3.37 to 1.3.41 -------------------------------+-------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: apache | -------------------------------+-------------------------------------------- MacPorts provides the latest apache2, but apache1 is a bit dated (1.3.37) Unfortunately, 1.3.37 has a minor security flaw. '' Cross-site scripting (XSS) vulnerability in mod_status in the Apache HTTP Server 2.2.0 through 2.2.6, 2.0.35 through 2.0.61, and 1.3.2 through 1.3.39, when the server-status page is enabled, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.'' http://secunia.com/cve_reference/CVE-2007-6388/ Please upgrade apache to the latest 1.3.41 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 05:43:27 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 05:46:09 2008 Subject: [MacPorts] #14130: vpnc-0.5.1: added variant for certificate support In-Reply-To: <058.b23a5afd5e8959ad5ae009dc27191807@macosforge.org> References: <058.b23a5afd5e8959ad5ae009dc27191807@macosforge.org> Message-ID: <067.ec15428f574928ba57907811c4d666bc@macosforge.org> #14130: vpnc-0.5.1: added variant for certificate support -------------------------------------------+-------------------------------- Reporter: kiehn@stud.uni-heidelberg.de | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 06:08:40 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 06:11:13 2008 Subject: [MacPorts] #14141: Variant names cannot contain hyphens; guide should mention this Message-ID: <053.2d3197326bebde4a7191876b1c2e3c36@macosforge.org> #14141: Variant names cannot contain hyphens; guide should mention this -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: markd@macports.org Type: defect | Status: new Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- Variant names may not contain a hyphen. (For example: "`variant no-x11`" would be wrong.) Underscores should be used instead (e.g. "`variant no_x11`"). The guide should mention this in the section on writing portfiles. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 06:12:15 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 06:15:19 2008 Subject: [MacPorts] #14130: vpnc-0.5.1: added variant for certificate support In-Reply-To: <058.b23a5afd5e8959ad5ae009dc27191807@macosforge.org> References: <058.b23a5afd5e8959ad5ae009dc27191807@macosforge.org> Message-ID: <067.ab312c6006bca22647cc073fb66140d3@macosforge.org> #14130: vpnc-0.5.1: added variant for certificate support -------------------------------------------+-------------------------------- Reporter: kiehn@stud.uni-heidelberg.de | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: -------------------------------------------+-------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Thanks for the update! I committed your changes in two revisions: * r33645: add openmaintainer and obfuscate maintainer email address * r33646: add hybrid_cert variant Note that I changed the name of the variant to hybrid_cert; variant names are not allowed to contain a hyphen. I didn't see this mentioned in the guide, so I filed #14141 about that. Note also that I did not increase the port revision, because there's no need to. Anyone who wants this variant will need to uninstall and reinstall the port with this variant. There's no reason to force everyone who has this port installed already to rebuild it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 06:56:57 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 06:59:28 2008 Subject: [MacPorts] #14140: UPDATE: apache 1.3.37 to 1.3.41 In-Reply-To: <047.0434861fe80c56b7daae80781a57fd92@macosforge.org> References: <047.0434861fe80c56b7daae80781a57fd92@macosforge.org> Message-ID: <056.1655e92414d86383425b2d4d8b7c847d@macosforge.org> #14140: UPDATE: apache 1.3.37 to 1.3.41 --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: apache --------------------------------+------------------------------------------- Changes (by raimue@macports.org): * status: new => closed * resolution: => fixed Comment: Updated in r33649. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 07:02:12 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 07:04:42 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 In-Reply-To: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> References: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> Message-ID: <056.b2123811ff6ee836515084db994672c2@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 --------------------------------+------------------------------------------- Reporter: herouxb@gmail.com | Owner: sfiera@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ushare dyld --------------------------------+------------------------------------------- Changes (by sfiera@macports.org): * status: new => assigned Comment: What is in your environment? Please post the result of: {{{ % env | grep DYLD }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 07:16:12 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 07:18:42 2008 Subject: [MacPorts] #14112: python25 on leopard doesn't build In-Reply-To: <041.b85b40ebf1e17a14df30cb527756be5f@macosforge.org> References: <041.b85b40ebf1e17a14df30cb527756be5f@macosforge.org> Message-ID: <050.5eabf0ec077948ec44eb6097b861ae35@macosforge.org> #14112: python25 on leopard doesn't build --------------------------+------------------------------------------------- Reporter: svnk@gmx.de | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: python leopard --------------------------+------------------------------------------------- Comment (by svnk@gmx.de): OK. The following fixed it for me: the first error during configure {{{ checking LDSHARED... ./configure: line 11026: test: >: unary operator expected }}} comes from the following line in configure: {{{ if test ${MACOSX_DEPLOYMENT_TARGET-${cur_target}} '>' 10.2 }}} it turns out that, although in my shell MACOSX_DEPLOYMENT_TARGET=10.4, this never makes it to the configure script. After tweaking the Portfile with a {{{ configure.env MACOSX_DEPLOYMENT_TARGET=10.4 }}} python25 builds and installs fine. for the context: Macosx 10.5.1 on a MacBookPro 2.33GHz Core 2 Duo. Hardcoding the MACOSX_DEPLOYMENT_TARGET is propably not TRD, but it worked for me. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 07:53:43 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 07:56:15 2008 Subject: [MacPorts] #14142: Make mysql5 and mysql5-devel as similar as possible Message-ID: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> #14142: Make mysql5 and mysql5-devel as similar as possible -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- The mysql5 and mysql5-devel portfiles currently differ in a number of ways: 1. The whitespace differs. Fix this so that it's easy to see at a glance how mysql5 and mysql5-devel differ functionally. 2. mysql5-devel installs to different directories than mysql5. Fix this so that ports that depend on mysql5 would also work if mysql5-devel were installed instead. 3. Possibly more? jwa, the other maintainer of mysql5-devel, [comment:ticket:13469:6 agrees with these changes]. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 07:56:33 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 07:59:34 2008 Subject: [MacPorts] #13469: php5: Add mysql5-devel variant In-Reply-To: <047.ce03708b013a52abe80f7cbc4e0d1d63@macosforge.org> References: <047.ce03708b013a52abe80f7cbc4e0d1d63@macosforge.org> Message-ID: <056.6ccf9a495f3bdb74a053fc7470d23067@macosforge.org> #13469: php5: Add mysql5-devel variant --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: php mysql --------------------------------+------------------------------------------- Comment (by ryandesign@macports.org): Replying to [comment:6 jwa@macports.org]: > I think it's ok for you to do the modifications you think are necessary. The whitespace differences must come from my using emacs and its tcl mode, that I'm very fond of. You could put yourself as a maintainer there also! I added myself as co-maintainer of mysql5-devel in r33652. I filed #14142 to handle fixing the inadvertent differences between mysql5 and mysql5-devel. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 08:34:16 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 08:38:47 2008 Subject: [MacPorts] #14142: Make mysql5 and mysql5-devel as similar as possible In-Reply-To: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> References: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> Message-ID: <062.27f3d2fa3879b288a60d66d5261df44e@macosforge.org> #14142: Make mysql5 and mysql5-devel as similar as possible --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): * r33655: whitespace and formatting changes only -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 08:58:21 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 09:01:22 2008 Subject: [MacPorts] #14143: UPDATE: gst (GNU Smalltalk) 3.0 -> 3.0.1 Message-ID: <053.c02c0414d3fcd360c2ecbe6239089273@macosforge.org> #14143: UPDATE: gst (GNU Smalltalk) 3.0 -> 3.0.1 -------------------------------------+-------------------------------------- Reporter: Damien.Pollet@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: smalltalk gst | -------------------------------------+-------------------------------------- -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 09:36:38 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 09:39:39 2008 Subject: [MacPorts] #14143: UPDATE: gst (GNU Smalltalk) 3.0 -> 3.0.1 In-Reply-To: <053.c02c0414d3fcd360c2ecbe6239089273@macosforge.org> References: <053.c02c0414d3fcd360c2ecbe6239089273@macosforge.org> Message-ID: <062.8c3cf4a0593a8301b85b138c3f7774e7@macosforge.org> #14143: UPDATE: gst (GNU Smalltalk) 3.0 -> 3.0.1 --------------------------------------+------------------------------------- Reporter: Damien.Pollet@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: smalltalk gst --------------------------------------+------------------------------------- Changes (by saispo@macports.org): * status: new => closed * resolution: => fixed Comment: done. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 10:42:20 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 10:45:21 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port Message-ID: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ---------------------------------+------------------------------------------ Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ {{{---> Building libidl 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_libidl/work/libIDL-0.8.10" && make all " returned error 2 Command output: make all-recursive Making all in include Making all in libIDL make all-am make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-cpp- precomp -version-info 0:0:0 -L/opt/local/lib -lglib-2.0 -lintl -liconv -no-undefined -L/opt/local/lib -o libIDL-2.la -rpath /opt/local/lib parser.lo lexer.lo ns.lo util.lo /usr/bin/gcc-4.0 -dynamiclib -o .libs/libIDL-2.0.0.0.dylib .libs/parser.o .libs/lexer.o .libs/ns.o .libs/util.o -L/opt/local/lib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -install_name /opt/local/lib/libIDL-2.0.dylib -compatibility_version 1 -current_version 1.0 ld: Undefined symbols: ___IDL_cur_token_line ___IDL_lex ___IDL_prev_token_line ___IDL_in ___IDL_lex_cleanup ___IDL_lex_init /usr/bin/libtool: internal link edit command failed make[2]: *** [libIDL-2.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2}}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 10:43:59 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 10:47:01 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.1c0b459c3c424416465bcbc61b5d8c48@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by paulbeard@gmail.com): Hmm, that should be: {{{ ---> Building libidl 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_libidl/work/libIDL-0.8.10" && make all " returned error 2 Command output: make all-recursive Making all in include Making all in libIDL make all-am make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-cpp- precomp -version-info 0:0:0 -L/opt/local/lib -lglib-2.0 -lintl -liconv -no-undefined -L/opt/local/lib -o libIDL-2.la -rpath /opt/local/lib parser.lo lexer.lo ns.lo util.lo /usr/bin/gcc-4.0 -dynamiclib -o .libs/libIDL-2.0.0.0.dylib .libs/parser.o .libs/lexer.o .libs/ns.o .libs/util.o -L/opt/local/lib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -install_name /opt/local/lib/libIDL-2.0.dylib -compatibility_version 1 -current_version 1.0 ld: Undefined symbols: ___IDL_cur_token_line ___IDL_lex ___IDL_prev_token_line ___IDL_in ___IDL_lex_cleanup ___IDL_lex_init /usr/bin/libtool: internal link edit command failed make[2]: *** [libIDL-2.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 10:45:43 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 10:48:42 2008 Subject: [MacPorts] #14145: apache2 uses wrong libtool (?) Message-ID: <049.129dd675160d34da397b3cd05e283d89@macosforge.org> #14145: apache2 uses wrong libtool (?) ---------------------------------+------------------------------------------ Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ {{{ ---> Building apache2 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_www_apache2/work/httpd-2.2.8" && make all " returned error 2 Command output: Making all in srclib Making all in os Making all in unix /opt/local/share/apr-1/build/libtool --silent --mode=compile /usr/bin/gcc-4.0 -I/opt/local/include -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/opt/local/include -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/os/unix -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/server/mpm/prefork -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/http -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/filters -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/proxy -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/generators -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/mappers -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/database -I/opt/local/include/apr-1 -I/opt/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/server -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/proxy/../generators -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/ssl -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work/httpd-2.2.8/modules/dav/main -prefer-non-pic -static -c unixd.c && touch unixd.lo libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[3]: *** [unixd.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Error: Unable to upgrade port: 1 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 11:52:36 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 11:55:35 2008 Subject: [MacPorts] #14013: Unable to install php5 In-Reply-To: <046.6394010775a9ca3a27e87e3df404864e@macosforge.org> References: <046.6394010775a9ca3a27e87e3df404864e@macosforge.org> Message-ID: <055.c7dd89cb292248534ca5f9faa5bed907@macosforge.org> #14013: Unable to install php5 -------------------------------+-------------------------------------------- Reporter: gmccague@mac.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by gmccague@mac.com): I used the +apache2 switch and it appears to have installed php5 but I get the following error when I try to load Apache: httpd: Syntax error on line 116 of /private/etc/apache2/httpd.conf: Cannot load /usr/modules/libphp5.so into server: dlopen(/usr/modules/libphp5.so, 10): no suitable image found. Did find:\n\t/usr/modules/libphp5.so: mach-o, but wrong architecture I have confirmed that the file exists. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 11:55:52 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 11:58:21 2008 Subject: [MacPorts] #14013: Unable to install php5 In-Reply-To: <046.6394010775a9ca3a27e87e3df404864e@macosforge.org> References: <046.6394010775a9ca3a27e87e3df404864e@macosforge.org> Message-ID: <055.89f7be7c5ce15aec320913bd987b05a0@macosforge.org> #14013: Unable to install php5 -------------------------------+-------------------------------------------- Reporter: gmccague@mac.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by gmccague@mac.com): I think I have it fixed. I went into my httpd.conf file and commented out one line and uncommented the other: LoadModule php5_module libexec/apache2/libphp5.so #LoadModule php5_module modules/libphp5.so The modules line is the one that is incorrect. I have not tested php yet but I'm sure this is fine. I now have to work on other httpd configuration issues. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 12:07:33 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 12:10:03 2008 Subject: [MacPorts] #14146: RFE: mysql5: configure --without-server by default Message-ID: <049.80b8525e67473112a8a1e10844d4eb1b@macosforge.org> #14146: RFE: mysql5: configure --without-server by default ---------------------------------+------------------------------------------ Reporter: raimue@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: mysql5 | ---------------------------------+------------------------------------------ At the moment, mysql5 is configured to be built with the whole server, even if you did not specify +server. I attached a patch which makes use of the --without-server configure flag. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 12:16:43 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 12:19:44 2008 Subject: [MacPorts] #14146: RFE: mysql5: configure --without-server by default In-Reply-To: <049.80b8525e67473112a8a1e10844d4eb1b@macosforge.org> References: <049.80b8525e67473112a8a1e10844d4eb1b@macosforge.org> Message-ID: <058.85610a08019c451573f97883e066c874@macosforge.org> #14146: RFE: mysql5: configure --without-server by default ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: mysql5 ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: jwa@macports.org (added) Comment: Thanks. I just noticed this option a couple hours ago actually. mysql5-devel already uses it. I'll add it to mysql5, and I'll have to remember to bump the port revision too. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 12:26:13 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 12:28:45 2008 Subject: [MacPorts] #14141: Variant names cannot contain hyphens; guide should mention this In-Reply-To: <053.2d3197326bebde4a7191876b1c2e3c36@macosforge.org> References: <053.2d3197326bebde4a7191876b1c2e3c36@macosforge.org> Message-ID: <062.f8b857616f7394720f0dc8852f042466@macosforge.org> #14141: Variant names cannot contain hyphens; guide should mention this --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: markd@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by markd@macports.org): * status: new => closed * resolution: => fixed Comment: I made modifications in #33664, #33665, and #33666. I'm closing the ticket, but feel free to critique the mods and reopen to make further suggestions if you like. There is always room for improvement. Thanks for catching this! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 12:29:54 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 12:32:25 2008 Subject: [MacPorts] #14146: RFE: mysql5: configure --without-server by default In-Reply-To: <049.80b8525e67473112a8a1e10844d4eb1b@macosforge.org> References: <049.80b8525e67473112a8a1e10844d4eb1b@macosforge.org> Message-ID: <058.2b3cecba4af7e7a2f102c4db76a9596f@macosforge.org> #14146: RFE: mysql5: configure --without-server by default ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: mysql5 ----------------------------------+----------------------------------------- Comment (by raimue@macports.org): Oh well, I always keep forgetting to increment the revision in patches... -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 13:06:29 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 13:08:29 2008 Subject: [MacPorts] #14147: port lint should warn on illegal variant names Message-ID: <053.4b145f8a8af98acab9f723253e3458f4@macosforge.org> #14147: port lint should warn on illegal variant names -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- `port lint` should warn when it encounters variants whose names are not composed entirely of legal characters. I'm not sure if the list of legal characters for variant names has ever been defined anywhere before, but looking through all variant names of all ports right now, I see that they are all composed of letters A-Z and a-z, numbers 0-9, underscore and hyphen/dash, and the hyphen/dash is the only one of those that causes problems. (A variant with a hyphen/dash in the name cannot be selected.) So `port lint` should warn if a variant name does not match the regular expression `^[A-Za-z0-9_]+$` Related: the guide should say something about valid variant names; see #14141. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 13:07:18 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 13:10:18 2008 Subject: [MacPorts] #13431: Update: py25-django-devel, py-django-devel In-Reply-To: <047.13169d7dceff15c488df7c99615abc16@macosforge.org> References: <047.13169d7dceff15c488df7c99615abc16@macosforge.org> Message-ID: <056.d715ac69c2fc4588876567023bd6809a@macosforge.org> #13431: Update: py25-django-devel, py-django-devel --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: python django --------------------------------+------------------------------------------- Changes (by erickt@macports.org): * status: new => closed * resolution: => fixed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 13:15:49 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 13:18:48 2008 Subject: [MacPorts] #14141: Guide should say what characters are valid in variant names In-Reply-To: <053.2d3197326bebde4a7191876b1c2e3c36@macosforge.org> References: <053.2d3197326bebde4a7191876b1c2e3c36@macosforge.org> Message-ID: <062.f4976a5c8666fe7b5eb4b3931e185225@macosforge.org> #14141: Guide should say what characters are valid in variant names --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: markd@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: closed => reopened * resolution: fixed => * summary: Variant names cannot contain hyphens; guide should mention this => Guide should say what characters are valid in variant names Comment: Thanks for your quick response! But actually, rather than just mention that the hyphen is invalid, let's mention what is valid. All our ports' variant names right now use just the letters A-Z and a-z, numbers 0-9 and the underscore, so I think that's the list of valid characters we should publish in the guide. It's still worth mentioning specifically that the hyphen is invalid, since people seem to want to use that, and a handful of ports' variant names still use the hyphen; I'll work with those port maintainers to remove those. Related: `port lint` should warn on illegal variant names; see #14147. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 13:40:11 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 13:43:11 2008 Subject: [MacPorts] #13990: RFE: sysutils/synergy: remove cd command In-Reply-To: <049.1da19ef834de57cc3d24589b7cd4d2a0@macosforge.org> References: <049.1da19ef834de57cc3d24589b7cd4d2a0@macosforge.org> Message-ID: <058.d3517141d7422999d431ac9de458c9d4@macosforge.org> #13990: RFE: sysutils/synergy: remove cd command ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: raimue@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: synergy ----------------------------------+----------------------------------------- Changes (by raimue@macports.org): * status: new => closed * resolution: => fixed Comment: Maintainer timeout, committed in r33672. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 13:42:40 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 13:45:40 2008 Subject: [MacPorts] #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 Message-ID: <041.0c19873e23f49da77350c2403c2861f5@macosforge.org> #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 -------------------------+-------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------+-------------------------------------------------- Just installed macports by following the instructions on the site. Then I updated it according to the installation guide. After that I did: sudo port install rtorrent and that resulted in the following error: Error: Target org.macports.activate returned: Image error: /opt/local/bin/ncurses5-config already exists and does not belong to a registered port. Unable to activate port ncurses. Any ideas? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 13:44:13 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 13:47:12 2008 Subject: [MacPorts] #14149: gecko-sharp variant macosx-framework Message-ID: <053.b86481d49851e0fd298a925915a88cb5@macosforge.org> #14149: gecko-sharp variant macosx-framework -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- gecko-sharp has a variant "macosx-framework". The hyphen isn't a valid character in variant names; see #14141 and #14147. May I change the variant name to "macosx_framework"? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:00:26 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:03:27 2008 Subject: [MacPorts] #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 In-Reply-To: <041.0c19873e23f49da77350c2403c2861f5@macosforge.org> References: <041.0c19873e23f49da77350c2403c2861f5@macosforge.org> Message-ID: <050.0d6abab8944495f2c621729e4cfcbab2@macosforge.org> #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:01:05 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:04:05 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.f0b53e61ccd8e9fc0545ee7b87fcfcb4@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Old description: > {{{---> Building libidl 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_libidl/work/libIDL-0.8.10" > && make all " returned error 2 > Command output: make all-recursive > Making all in include > Making all in libIDL > make all-am > make[4]: Nothing to be done for `all-am'. > make[3]: Nothing to be done for `all-am'. > /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-cpp- > precomp -version-info 0:0:0 -L/opt/local/lib -lglib-2.0 -lintl -liconv > -no-undefined -L/opt/local/lib -o libIDL-2.la -rpath /opt/local/lib > parser.lo lexer.lo ns.lo util.lo > /usr/bin/gcc-4.0 -dynamiclib -o .libs/libIDL-2.0.0.0.dylib > .libs/parser.o .libs/lexer.o .libs/ns.o .libs/util.o -L/opt/local/lib > /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib > /opt/local/lib/libiconv.dylib -install_name > /opt/local/lib/libIDL-2.0.dylib -compatibility_version 1 -current_version > 1.0 > ld: Undefined symbols: > ___IDL_cur_token_line > ___IDL_lex > ___IDL_prev_token_line > ___IDL_in > ___IDL_lex_cleanup > ___IDL_lex_init > /usr/bin/libtool: internal link edit command failed > make[2]: *** [libIDL-2.la] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2}}} New description: {{{ ---> Building libidl 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_libidl/work/libIDL-0.8.10" && make all " returned error 2 Command output: make all-recursive Making all in include Making all in libIDL make all-am make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-cpp- precomp -version-info 0:0:0 -L/opt/local/lib -lglib-2.0 -lintl -liconv -no-undefined -L/opt/local/lib -o libIDL-2.la -rpath /opt/local/lib parser.lo lexer.lo ns.lo util.lo /usr/bin/gcc-4.0 -dynamiclib -o .libs/libIDL-2.0.0.0.dylib .libs/parser.o .libs/lexer.o .libs/ns.o .libs/util.o -L/opt/local/lib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -install_name /opt/local/lib/libIDL-2.0.dylib -compatibility_version 1 -current_version 1.0 ld: Undefined symbols: ___IDL_cur_token_line ___IDL_lex ___IDL_prev_token_line ___IDL_in ___IDL_lex_cleanup ___IDL_lex_init /usr/bin/libtool: internal link edit command failed make[2]: *** [libIDL-2.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:02:42 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:05:13 2008 Subject: [MacPorts] #14150: libcompat invalid variant name macosx-framework Message-ID: <053.936fdbc24f5237756ae38ff274c323cd@macosforge.org> #14150: libcompat invalid variant name macosx-framework -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- libcompat contains this section: {{{ # Copy regexp.h on Tiger if {[variant_isset macosx-framework]} { file copy "${portpath}/${filesdir}/regexp.h" "${destroot}${prefix}/include/" } }}} There are two problems with this: 1. The port defines no variant named "macosx-framework" so this section can never be executed 2. "macosx-framework" is not a valid variant name (the hyphen is not a valid character in variant names; see #14141 and #14147) Paul, I'm assigning this to you since you added these lines in r13149 and I hope you will remember how this was meant to work so that you can fix it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:03:21 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:05:19 2008 Subject: [MacPorts] #14120: Error installing ghostview In-Reply-To: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> References: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> Message-ID: <059.50a444564e3a75449fa44e9e45cdb28c@macosforge.org> #14120: Error installing ghostview -----------------------------------+---------------------------------------- Reporter: ajf@afco.demon.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description: > The following error is reported attempting to install 'ghostview' on Mac > OS 10.5.1: > > Macintosh:~ alanfry$ sudo port -v install ghostview > Password: > ---> Activating ghostview 1.5_0 > Error: Target org.macports.activate returned: Image error: > /usr/X11/lib/X11/app-defaults already exists and does not belong to a > registered port. Unable to activate port ghostview. > Warning: the following items did not execute (for ghostview): > org.macports.activate > Error: Status 1 encountered during processing. > > I would be grateful to anyone who could suggest what to do next > > Regards, > > Alan Fry New description: The following error is reported attempting to install 'ghostview' on Mac OS 10.5.1: {{{ Macintosh:~ alanfry$ sudo port -v install ghostview Password: ---> Activating ghostview 1.5_0 Error: Target org.macports.activate returned: Image error: /usr/X11/lib/X11/app-defaults already exists and does not belong to a registered port. Unable to activate port ghostview. Warning: the following items did not execute (for ghostview): org.macports.activate Error: Status 1 encountered during processing. }}} I would be grateful to anyone who could suggest what to do next Regards, Alan Fry -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:06:47 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:09:16 2008 Subject: [MacPorts] #14151: gwydion-dylan invalid variant names mindy-bootstrap, mindy-only Message-ID: <053.69346bc97e2ba8a925d0030fa4fabc30@macosforge.org> #14151: gwydion-dylan invalid variant names mindy-bootstrap, mindy-only -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- gwydion-dylan has two variants with invalid names: "mindy-bootstrap" and "mindy-only". (The hyphen may not appear in variant names; see #14141 and #14147.) May I rename these variants to "mindy_bootstrap" and "mindy_only"? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 08:30:36 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:09:55 2008 Subject: [MacPorts] #13299: some ports still have references to opendarwin.org website In-Reply-To: <046.5fb64604d1914bf1833fdd0434848210@macosforge.org> References: <046.5fb64604d1914bf1833fdd0434848210@macosforge.org> Message-ID: <055.eade6c2e5a8d14c2c47dae6489a38418@macosforge.org> #13299: some ports still have references to opendarwin.org website -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by nox@macports.org): Status from r33646: {{{ ./games/blobwars/Portfile:master_sites http://www.opendarwin.org/~mww/files ./games/Gomoku/Portfile: http://www.opendarwin.org/~mww/files/:p ./games/Gridlock/Portfile:homepage opendarwin ./games/wump/Portfile:master_sites opendarwin ./gnome/oregano/Portfile:master_sites http://opendarwin.org/~olegb/ ./lang/odgcc40/Portfile:master_sites http://www.opendarwin.org/~danchr/distfiles/ ./mail/imap-uw/Portfile: opendarwin ./net/amsn/Portfile: http://www.opendarwin.org/~jmpp/miscellaneous/:plugins ./net/ns-2/Portfile:master_sites http://www.opendarwin.org/~ben/ ./python/py-geotypes/Portfile:master_sites opendarwin ./python/py-pipedream/Portfile:master_sites opendarwin ./ruby/rb-cvs/Portfile:master_sites http://opendarwin.org/~tristan/files/ ./sysutils/bdes/Portfile:master_sites opendarwin ./sysutils/RCng/Portfile:master_sites http://www.opendarwin.org/~landonf/snapshots/ ./x11/desklaunch/Portfile: opendarwin ./x11/fsv/Portfile:master_sites sourceforge http://distfiles.opendarwin.org/ }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:29:37 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:32:07 2008 Subject: [MacPorts] #13410: Add mysql5-devel variant to py25-mysql In-Reply-To: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> References: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> Message-ID: <056.e8e91253df2c53cfe9d66a8ee01c1747@macosforge.org> #13410: Add mysql5-devel variant to py25-mysql --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: python mysql --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * cc: stechert@macports.org (removed) * cc: ryandesign@macports.org (added) * status: closed => reopened * resolution: fixed => Comment: This was not a good change. First, hyphens are illegal in variant names (#14141, #14147). Second, there should not be variants that depend on *-devel versions of ports if the regular version would also work. Rather, the port should depend on the normal version of the port in such a way that if the corresponding *-devel version is already installed, it will be used instead. This is not yet documented because I'm bringing it up on macports-dev first. I am modifying mysql5-devel so that it installs files into the same place as mysql5; see #14142. Then (if it does not already) it should work as a drop-in replacement for mysql5. I will attach a new patch which makes the following changes: * Fixes patchfile names to match guidelines * Adds variant descriptions * Removes mysql5-devel variant and adds mysql5 variant which depends on ${prefix}/bin/mysql_config5 so that the mysql5-devel port would also satisfy the dependency * Makes mysql5 the default variant, if mysql3 or mysql4 have not been selected * Fixes mysql3 variant (was broken because it depended on mysql port which does not exist; port is called mysql3) * Issues a warning if none of mysql3, mysql4 or mysql5 are selected (user would have to go out of their way to make this happen) If you have any questions let me know. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:31:59 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:34:59 2008 Subject: [MacPorts] #13410: Add mysql5-devel variant to py25-mysql In-Reply-To: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> References: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> Message-ID: <056.b7a29a727a1d9ba213d89c529e5b0a41@macosforge.org> #13410: Add mysql5-devel variant to py25-mysql --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: python mysql --------------------------------+------------------------------------------- Comment (by ryandesign@macports.org): I knew I would forget one. The patch also: * marks mysql3, mysql4 and mysql5 as conflicting with one another -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:39:32 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:42:31 2008 Subject: [MacPorts] #13410: Add mysql5-devel variant to py25-mysql In-Reply-To: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> References: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> Message-ID: <056.1618a0cd9321aba41be7878f5426461b@macosforge.org> #13410: Add mysql5-devel variant to py25-mysql --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: python mysql --------------------------------+------------------------------------------- Comment (by ryandesign@macports.org): I should mention that I did not test my changes because I don't use Python, so please test before committing. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:45:19 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:48:19 2008 Subject: [MacPorts] #14152: No man pages on Swedish Mac OS X 10.5.1 Message-ID: <041.da01f895e39a96e72f4a9bafb566cdee@macosforge.org> #14152: No man pages on Swedish Mac OS X 10.5.1 -------------------------+-------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------+-------------------------------------------------- All I get when trying to access a man page from something installed with port is: "Cannot open the message catalog "man" for locale "sv_SE.UTF-8" (NLSPATH="") No manual entry for" whatever app I am trying to get the man page for -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 14:46:16 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 14:48:45 2008 Subject: [MacPorts] #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 In-Reply-To: <041.0c19873e23f49da77350c2403c2861f5@macosforge.org> References: <041.0c19873e23f49da77350c2403c2861f5@macosforge.org> Message-ID: <050.90a2efa5b466e9088361193ec9cdc9fa@macosforge.org> #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by mea@mac.com): This thing seemed to have solved itself after trying again after restarting it worked fine. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 15:01:47 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 15:04:48 2008 Subject: [MacPorts] #14153: Can not install libwww on Mac OS X 10.5.1 Message-ID: <041.23cd3410d720a589a59fe41a75dc799d@macosforge.org> #14153: Can not install libwww on Mac OS X 10.5.1 -------------------------+-------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------+-------------------------------------------------- sudo port install libwww results in: ---> Building libwww 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_www_libwww/work /w3c-libwww-5.4.0" && make all " returned error 2 Command output: make[2]: Nothing to be done for `all'. Making all in modules Making all in expat Making all in xmltok make[4]: Nothing to be done for `all'. Making all in xmlparse make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. Making all in md5 make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in Library Making all in src Making all in SSL Making all in windows make[5]: Nothing to be done for `all'. /bin/sh ../../../libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I../../../modules/md5 -I../../../modules/expat/xmlparse -I../../../Library/src -I/usr/include/openssl -I/opt/local/include -O2 -Wall -c HTSSL.c rm -f .libs/HTSSL.lo /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I../../../modules/md5 -I../../../modules/expat/xmlparse -I../../../Library/src -I/usr/include/openssl -I/opt/local/include -O2 -Wall -c HTSSL.c -fno-common -DPIC -o .libs/HTSSL.lo In file included from HTSSL.c:33: /usr/include/openssl/rand.h:86: error: redefinition of typedef 'RAND_METHOD' /opt/local/include/openssl/ossl_typ.h:131: error: previous declaration of 'RAND_METHOD' was here HTSSL.c: In function 'HTSSL_init': HTSSL.c:214: warning: assignment from incompatible pointer type make[5]: *** [HTSSL.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] 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. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 15:12:24 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 15:15:24 2008 Subject: [MacPorts] #14154: Possibility to add a version of rTorrent with xmlrpc support? Message-ID: <041.b7e7f702a995801294c2e60304c7606e@macosforge.org> #14154: Possibility to add a version of rTorrent with xmlrpc support? -------------------------+-------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------+-------------------------------------------------- Would it be possible to add a version of rtorrent with xmlrpc built in so that it can be used together with for example nTorrent? This is a feature request but I didn't know how to categorise it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 15:32:23 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 15:34:53 2008 Subject: [MacPorts] #12210: RFE: php5 PDO ODBC support In-Reply-To: <043.24d57326dab52dadfefdf30cc877977e@macosforge.org> References: <043.24d57326dab52dadfefdf30cc877977e@macosforge.org> Message-ID: <052.bcc05dbb2a47e00451eebe5672ceebb7@macosforge.org> #12210: RFE: php5 PDO ODBC support ----------------------------+----------------------------------------------- Reporter: mjscod@gmx.de | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: Resolution: | Keywords: ----------------------------+----------------------------------------------- Changes (by ryandesign@macports.org): * cc: jwa@macports.org (added) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org Comment: I never saw this ticket because it wasn't assigned to me. Assigning to myself now, though I don't have time to look into it at the moment. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 16:33:09 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 16:36:09 2008 Subject: [MacPorts] #14155: ethereal uses illegal variant name net-snmp Message-ID: <053.deeb3346120a1408fcb15d76f45938e5@macosforge.org> #14155: ethereal uses illegal variant name net-snmp -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- The ethereal port has a variant named "net-snmp" but the hyphen is not a legal character for variant names; see #14141 and #14147. I see that the port ifstat has a variant which depends on the net-snmp port but the variant is called "snmp" so I suggest the ethereal "net-snmp" variant be changed to "snmp" too. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 16:37:17 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 16:39:17 2008 Subject: [MacPorts] #14156: chicken uses illegal variant names no-hooks, no-symslot, no-symgc Message-ID: <053.8be91ae693778460e85413bb586eec1b@macosforge.org> #14156: chicken uses illegal variant names no-hooks, no-symslot, no-symgc -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: waqar@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- The chicken port has variants named "no-hooks", "no-symslot" and "no- symgc" but the hyphen is not a legal character in variant names; see #14141 and #14147. I suggest the variants be renamed "no_hooks", "no_symslot" and "no_symgc". -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 16:39:23 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 16:41:52 2008 Subject: [MacPorts] #14157: hyperestraier uses illegal variant name "no-zlib" Message-ID: <053.f76ed88047eee3ed12c80f86952636fd@macosforge.org> #14157: hyperestraier uses illegal variant name "no-zlib" -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- The hyperestraier port has a variant named "no-zlib" but the hyphen is not a valid character for variant names; see #14141 and #14147. May I change the variant name to "no_zlib"? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 16:45:29 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 16:48:28 2008 Subject: [MacPorts] #13516: gtkmm20 install fails In-Reply-To: <051.2a38729dec3f919fadcd54f448929f14@macosforge.org> References: <051.2a38729dec3f919fadcd54f448929f14@macosforge.org> Message-ID: <060.656e756e0340b36949d632ba90d5dfef@macosforge.org> #13516: gtkmm20 install fails ------------------------------------+--------------------------------------- Reporter: jeffk@jdkoftinoff.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: gtkmm20 ------------------------------------+--------------------------------------- Changes (by ryandesign@macports.org): * cc: toralf@procaptura.com (added) * milestone: => Port Bugs Comment: Have you tried the port "gtkmm" which looks like it installs a newer version of this software? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 16:50:32 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 16:53:32 2008 Subject: [MacPorts] #14158: gtkmm uses illegal variant name use-sys-deps Message-ID: <053.fa265a1a95a5e7c4d6c982ce50c89023@macosforge.org> #14158: gtkmm uses illegal variant name use-sys-deps -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: rhwood@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- The gtkmm port has a variant named "use-sys-deps" but the hyphen is not a legal character in variant names; see #14141 and #14147. This variant was added by rhwood in r16119, but I don't understand why such a variant should exist, since it seems to be in violation of MacPorts policy (see "Why is MacPorts using its own libraries?" in the [wiki:FAQ FAQ]). So I would suggest removing the variant. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 16:53:44 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 16:56:13 2008 Subject: [MacPorts] #14159: rdesktop uses illegal variant name w2k-license-hack Message-ID: <053.3404e1d1ea1b76e7895e085d93d3563b@macosforge.org> #14159: rdesktop uses illegal variant name w2k-license-hack -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- The rdesktop port has a variant named "w2k-license-hack" but the hyphen is not a valid character in variant names; see #14141 and #14147. May I rename the variant "w2k_license_hack"? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 16:59:23 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:02:23 2008 Subject: [MacPorts] #14160: stardict uses illegal variant name with-gnome Message-ID: <053.5b542e92edcdce8308868b08233c52e8@macosforge.org> #14160: stardict uses illegal variant name with-gnome -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- stardict has a variant named "with-gnome" but the hyphen is not a valid character in variant names; see #14141 and #14147. May I rename the variant to "with_gnome"? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 17:08:46 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:11:45 2008 Subject: [MacPorts] #14161: grisbi uses illegal variant name "without-libofx" Message-ID: <053.f98cb258c5495c8d4f94d33ccd7e5584@macosforge.org> #14161: grisbi uses illegal variant name "without-libofx" -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- The grisbi port has a variant named "without-libofx" but the hyphen is not a legal character in variant names; see #14141 and #14147. Also, variants usually don't have the prefix "without". A better name for this variant would be "no_libofx" or even "no_ofx". May I change the variant name? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 17:10:31 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:13:30 2008 Subject: [MacPorts] #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 In-Reply-To: <041.0c19873e23f49da77350c2403c2861f5@macosforge.org> References: <041.0c19873e23f49da77350c2403c2861f5@macosforge.org> Message-ID: <050.84f95bf0b40d30f0d36c40cbdeca59a6@macosforge.org> #14148: Clean installation of MacPorts cannot install rtorrent on Mac OS X 10.5.1 --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: --------------------------+------------------------------------------------- Changes (by jmpp@macports.org): * status: new => closed * resolution: => invalid -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 17:14:26 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:17:26 2008 Subject: [MacPorts] #14159: rdesktop uses illegal variant name w2k-license-hack In-Reply-To: <053.3404e1d1ea1b76e7895e085d93d3563b@macosforge.org> References: <053.3404e1d1ea1b76e7895e085d93d3563b@macosforge.org> Message-ID: <062.a2a10c9d9761d7c2154a40e231a39ea0@macosforge.org> #14159: rdesktop uses illegal variant name w2k-license-hack --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by cshbell@gmail.com): Certainly. Go ahead. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 17:16:38 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:19:37 2008 Subject: [MacPorts] #14153: Can not install libwww on Mac OS X 10.5.1 In-Reply-To: <041.23cd3410d720a589a59fe41a75dc799d@macosforge.org> References: <041.23cd3410d720a589a59fe41a75dc799d@macosforge.org> Message-ID: <050.9723e3be6e5bb7f6ab29e20137985f6b@macosforge.org> #14153: Can not install libwww on Mac OS X 10.5.1 --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description: > sudo port install libwww results in: > > ---> Building libwww 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_www_libwww/work > /w3c-libwww-5.4.0" && make all " returned error 2 > Command output: make[2]: Nothing to be done for `all'. > > Making all in modules > > Making all in expat > > Making all in xmltok > > make[4]: Nothing to be done for `all'. > > Making all in xmlparse > > make[4]: Nothing to be done for `all'. > > make[4]: Nothing to be done for `all-am'. > > Making all in md5 > > make[3]: Nothing to be done for `all'. > > make[3]: Nothing to be done for `all-am'. > > Making all in Library > > Making all in src > > Making all in SSL > > Making all in windows > > make[5]: Nothing to be done for `all'. > > /bin/sh ../../../libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H > -I. -I. -I../../.. -I/usr/local/include -I../../../modules/md5 > -I../../../modules/expat/xmlparse -I../../../Library/src > -I/usr/include/openssl -I/opt/local/include -O2 -Wall -c HTSSL.c > rm -f .libs/HTSSL.lo > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include > -I../../../modules/md5 -I../../../modules/expat/xmlparse > -I../../../Library/src -I/usr/include/openssl -I/opt/local/include -O2 > -Wall -c HTSSL.c -fno-common -DPIC -o .libs/HTSSL.lo > In file included from HTSSL.c:33: > > /usr/include/openssl/rand.h:86: error: redefinition of typedef > 'RAND_METHOD' > > /opt/local/include/openssl/ossl_typ.h:131: error: previous declaration of > 'RAND_METHOD' was here > > HTSSL.c: In function 'HTSSL_init': > > HTSSL.c:214: warning: assignment from incompatible pointer type > > make[5]: *** [HTSSL.lo] Error 1 > > make[4]: *** [all-recursive] Error 1 > > make[3]: *** [all-recursive] 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. New description: sudo port install libwww results in: {{{ ---> Building libwww 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_www_libwww/work /w3c-libwww-5.4.0" && make all " returned error 2 Command output: make[2]: Nothing to be done for `all'. Making all in modules Making all in expat Making all in xmltok make[4]: Nothing to be done for `all'. Making all in xmlparse make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. Making all in md5 make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in Library Making all in src Making all in SSL Making all in windows make[5]: Nothing to be done for `all'. /bin/sh ../../../libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I../../../modules/md5 -I../../../modules/expat/xmlparse -I../../../Library/src -I/usr/include/openssl -I/opt/local/include -O2 -Wall -c HTSSL.c rm -f .libs/HTSSL.lo /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I../../../modules/md5 -I../../../modules/expat/xmlparse -I../../../Library/src -I/usr/include/openssl -I/opt/local/include -O2 -Wall -c HTSSL.c -fno-common -DPIC -o .libs/HTSSL.lo In file included from HTSSL.c:33: /usr/include/openssl/rand.h:86: error: redefinition of typedef 'RAND_METHOD' /opt/local/include/openssl/ossl_typ.h:131: error: previous declaration of 'RAND_METHOD' was here HTSSL.c: In function 'HTSSL_init': HTSSL.c:214: warning: assignment from incompatible pointer type make[5]: *** [HTSSL.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] 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. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 17:17:18 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:20:16 2008 Subject: [MacPorts] #14154: Possibility to add a version of rTorrent with xmlrpc support? In-Reply-To: <041.b7e7f702a995801294c2e60304c7606e@macosforge.org> References: <041.b7e7f702a995801294c2e60304c7606e@macosforge.org> Message-ID: <050.de6e612c3015f1994ea4e6984c89a0e7@macosforge.org> #14154: Possibility to add a version of rTorrent with xmlrpc support? --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by jmpp@macports.org): * type: defect => enhancement * milestone: => Port Enhancements -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 17:40:50 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:43:20 2008 Subject: [MacPorts] #14159: rdesktop uses illegal variant name w2k-license-hack In-Reply-To: <053.3404e1d1ea1b76e7895e085d93d3563b@macosforge.org> References: <053.3404e1d1ea1b76e7895e085d93d3563b@macosforge.org> Message-ID: <062.00894275c3bfff6a86a64b8ab26f8193@macosforge.org> #14159: rdesktop uses illegal variant name w2k-license-hack --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Thanks! Fixed in r33678. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 17:53:50 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 17:56:48 2008 Subject: [MacPorts] #14147: port lint should warn on illegal variant names In-Reply-To: <053.4b145f8a8af98acab9f723253e3458f4@macosforge.org> References: <053.4b145f8a8af98acab9f723253e3458f4@macosforge.org> Message-ID: <062.27a193eb20745e69c285d593dd3b5236@macosforge.org> #14147: port lint should warn on illegal variant names --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts base enhancements Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by raimue@macports.org): * status: new => closed * resolution: => fixed Comment: Implemented in r33679. Even though you said "warn" I implemented it as an error, as such variants are not selectable. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 18:11:15 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 18:14:15 2008 Subject: [MacPorts] #14147: port lint should warn on illegal variant names In-Reply-To: <053.4b145f8a8af98acab9f723253e3458f4@macosforge.org> References: <053.4b145f8a8af98acab9f723253e3458f4@macosforge.org> Message-ID: <062.2768f987b1a8b0e7fb57709a83c81f70@macosforge.org> #14147: port lint should warn on illegal variant names --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts base enhancements Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): Thank you! That's what I meant. :) I changed the wording of the message slightly in r33680. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 18:26:32 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 18:29:01 2008 Subject: [MacPorts] #14158: gtkmm uses illegal variant name use-sys-deps In-Reply-To: <053.fa265a1a95a5e7c4d6c982ce50c89023@macosforge.org> References: <053.fa265a1a95a5e7c4d6c982ce50c89023@macosforge.org> Message-ID: <062.676c3407ab9daf8b4818f6fdcbc284ee@macosforge.org> #14158: gtkmm uses illegal variant name use-sys-deps --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: rhwood@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by rhwood@macports.org): * status: new => closed * resolution: => fixed Comment: Variant removed in changeset:33681 When I began working on the GNOME ports, most of the ports had lib:-style dependencies. When I changed these dependencies to port:-style dependencies, I left the lib:-style dependencies in use-sys-deps variants (some of which got corrected as use_sys_deps) in case someone had been rolling their own installs. I no longer see any value in providing the variant. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 18:37:54 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 18:40:55 2008 Subject: [MacPorts] #14162: neither python24 nor python25 is buildable Message-ID: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> #14162: neither python24 nor python25 is buildable ------------------------------+--------------------------------------------- Reporter: ray@ganymede.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- This must be some problem with my system. I have been unable to build python24 for over a year. This should be a problem, yes? But now I have a completely reconstructed Tiger system and the same thing is happening. Further, I cannot even build python25. Other ports work find. What the heck is wrong. Erg. Very frustrating. I will attach the logs of the builds. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 19:25:23 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 19:28:25 2008 Subject: [MacPorts] #14163: Endless Avahi system.log errors Message-ID: <048.789d990c5906e55edbe72b74012ce83c@macosforge.org> #14163: Endless Avahi system.log errors --------------------------------+------------------------------------------- Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: avahi | --------------------------------+------------------------------------------- Recently my system.log started containing the following, repeated every 10 seconds: Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: connect(): No such file or directory Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: Failed to connect to the daemon. This probably means that you Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: didn't start avahi-daemon before avahi-dnsconfd. Feb 2 14:16:35 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- dnsconfd[808]): Exited with exit code: 1 Feb 2 14:16:35 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- dnsconfd): Throttling respawn: Will start in 10 seconds Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: Found user 'avahi' (UID 502) and group 'avahi' (GID 502). Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: Successfully dropped root privileges. Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: avahi-daemon 0.6.22 starting up. Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: dbus_bus_get_private(): Failed to connect to socket /opt/local/var/run/dbus/system_bus_socket: No such file or directory Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: WARNING: Failed to contact D-Bus daemon. Feb 2 14:16:36 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- daemon[809]): Exited with exit code: 255 Feb 2 14:16:36 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- daemon): Throttling respawn: Will start in 10 seconds Avahi is installed as a dependent to something else. So I am not sure what actually will fail. But clearly the above means that Avahi is not working, and is generating a lot of data in my logs. I did try to restart, but that didn't change anything. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 19:38:25 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 19:41:26 2008 Subject: [MacPorts] #14062: Website does not render properly in IE7 In-Reply-To: <049.7f44c0301c5a6af4ee58eab943976560@macosforge.org> References: <049.7f44c0301c5a6af4ee58eab943976560@macosforge.org> Message-ID: <058.2c485a70deda341329b1e6c273b142e3@macosforge.org> #14062: Website does not render properly in IE7 ----------------------------------+----------------------------------------- Reporter: wsiegrist@apple.com | Owner: jmpp@macports.org Type: defect | Status: new Priority: Normal | Milestone: Website & Documentation Component: website | Version: Resolution: | Keywords: ie7 windows content-type ----------------------------------+----------------------------------------- Comment (by raimue@macports.org): Another patch, using Ryan's classes this time. I added all of them although currently we will only use AcceptMime, but that can be extended with AcceptLanguage to present our website automatically localized. Please review, it works for me with IE 7. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 19:49:15 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 19:52:14 2008 Subject: [MacPorts] #13295: Port maintainer is inactive; do not maintain his ports In-Reply-To: <065.4ac761720d126416580a2d0b1dd9a817@macosforge.org> References: <065.4ac761720d126416580a2d0b1dd9a817@macosforge.org> Message-ID: <074.fc48bbc144a5c8c0dde0b48325509ae8@macosforge.org> #13295: Port maintainer is inactive; do not maintain his ports --------------------------------------------------+------------------------- Reporter: alexander.zimmermann@rwth-aachen.de | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.5.0 Resolution: | Keywords: --------------------------------------------------+------------------------- Comment (by raimue@macports.org): As Paul is active again, can we close this? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 20:07:56 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 20:10:57 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 In-Reply-To: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> References: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> Message-ID: <056.4c0d00f5239c8b2d89936e4d92c3ff1d@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 --------------------------------+------------------------------------------- Reporter: herouxb@gmail.com | Owner: sfiera@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ushare dyld --------------------------------+------------------------------------------- Comment (by herouxb@gmail.com): hi, here's: bash-3.2# env | grep DYLD bash-3.2# echo $DYLD_LIBRARY_PATH /opt/local/lib:/opt/local/include -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 20:15:44 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 20:18:45 2008 Subject: [MacPorts] #14163: Endless Avahi system.log errors In-Reply-To: <048.789d990c5906e55edbe72b74012ce83c@macosforge.org> References: <048.789d990c5906e55edbe72b74012ce83c@macosforge.org> Message-ID: <057.cd45d2374d3171c388f9979a68c95e70@macosforge.org> #14163: Endless Avahi system.log errors ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: avahi ---------------------------------+------------------------------------------ Comment (by dersh@alum.mit.edu): I went through my system.log and realized that this started after my first reboot in a long time. So it seems that some port update, followed by a reboot, causes this problem. My understanding is that some launchd changes don't "take" until after a reboot. So my suspicion is that something about how launchd and avahi interact is not handled correctly. But that this change doesn't happen until there is a reboot. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 20:40:08 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 20:42:38 2008 Subject: [MacPorts] #13410: Add mysql5-devel variant to py25-mysql In-Reply-To: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> References: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> Message-ID: <056.b57343ba9bda4be4ad5e5e34b655a832@macosforge.org> #13410: Add mysql5-devel variant to py25-mysql --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: python mysql --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): oops {{{ $ sudo port install py25-mysql -snip- ---> Fetching py25-mysql ---> Attempting to fetch patch-_mysql.c.diff from http://svn.macports.org/repository/macports/distfiles/py25-mysql ---> Attempting to fetch patch-_mysql.c.diff from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch patch-_mysql.c.diff from http://svn.macports.org/repository/macports/downloads/py25-mysql Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 2 22:41:57 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 2 22:44:56 2008 Subject: [MacPorts] #14163: Endless Avahi system.log errors In-Reply-To: <048.789d990c5906e55edbe72b74012ce83c@macosforge.org> References: <048.789d990c5906e55edbe72b74012ce83c@macosforge.org> Message-ID: <057.30dcad86c984ce651eb0834924394c46@macosforge.org> #14163: Endless Avahi system.log errors ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: avahi ---------------------------------+------------------------------------------ Changes (by nox@macports.org): * owner: macports-tickets@lists.macosforge.org => nox@macports.org Comment: So this is likely caused by the recent gnome-vfs upgrade, which now depends on avahi instead of the howl dead project. I will look at this problem. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 03:02:27 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 03:05:28 2008 Subject: [MacPorts] #14120: Error installing ghostview In-Reply-To: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> References: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> Message-ID: <059.fd8aef98cb4f2977751d300976971ca6@macosforge.org> #14120: Error installing ghostview -----------------------------------+---------------------------------------- Reporter: ajf@afco.demon.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by ajf@afco.demon.co.uk): Since writing I have made a second attempt at getting gv installed using the (now unsupported) 'iInstaller.app'. This also failed with a strange error but iI seems nevertheless to have succeeded in successfully installing a properly functional 'ghostview'. The difficulty encountered using MacPorts remains unresolved. However it might be difficult to do any further experiments without uninstalling the 'iInstaller' installation and I am not sure how easy that might be. It seems 'iInstaller' is partially broken and it is not possible to pursue that matter since support has been discontinued. Apologies for a muddled situation. Alan Fry -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 03:08:40 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 03:11:40 2008 Subject: [MacPorts] #13942: emacs does not compile on leopard (with patch) In-Reply-To: <043.44eededbb0922b44a521cddc0899b468@macosforge.org> References: <043.44eededbb0922b44a521cddc0899b468@macosforge.org> Message-ID: <052.8470e281428b5488dd43ab0023ebd355@macosforge.org> #13942: emacs does not compile on leopard (with patch) ----------------------------+----------------------------------------------- Reporter: mail@lenzw.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: emacs ----------------------------+----------------------------------------------- Comment (by evenson@panix.com): Confirmed that the referenced patch allows one to build and run emacs on Mac OS X 10.5.1 (Leopard) Intel. Attaching (trivial) patch to Portfile. Can someone please promote this commit? The MacPort Emacs port has now been broken some two months since the release of Leopard. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 06:04:38 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 06:07:26 2008 Subject: [MacPorts] #13295: Port maintainer is inactive; do not maintain his ports In-Reply-To: <065.4ac761720d126416580a2d0b1dd9a817@macosforge.org> References: <065.4ac761720d126416580a2d0b1dd9a817@macosforge.org> Message-ID: <074.ee26bf148cb0ecbac591308c3d6beff5@macosforge.org> #13295: Port maintainer is inactive; do not maintain his ports --------------------------------------------------+------------------------- Reporter: alexander.zimmermann@rwth-aachen.de | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.5.0 Resolution: | Keywords: --------------------------------------------------+------------------------- Comment (by alexander.zimmermann@rwth-aachen.de): That's fine with me. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 07:35:05 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 07:38:08 2008 Subject: [MacPorts] #14134: gnome-utils: missing dependency for libgtop In-Reply-To: <045.9ce2987462c546ef2d83e18843731b79@macosforge.org> References: <045.9ce2987462c546ef2d83e18843731b79@macosforge.org> Message-ID: <054.ba19e1e9211d42d505bab109f14b6ee9@macosforge.org> #14134: gnome-utils: missing dependency for libgtop ------------------------------+--------------------------------------------- Reporter: mrjozef@gmx.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: gnome-utils ------------------------------+--------------------------------------------- Changes (by gui_dos@macports.org): * status: new => closed * resolution: => fixed Comment: r33692 adds the dependency. Please note that libgtop has some issues regarding missing symbols, therefore gnome-system-monitor doesn't work yet. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 08:25:33 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 08:28:34 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 In-Reply-To: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> References: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> Message-ID: <056.1299f3d923113c5f023159295ccb43f3@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 --------------------------------+------------------------------------------- Reporter: herouxb@gmail.com | Owner: sfiera@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ushare dyld --------------------------------+------------------------------------------- Comment (by sfiera@macports.org): Incidentally, I don't think `/opt/local/include` needs to be in there, but the important thing is that `/opt/local/lib` is. What about the following commands? {{{ % otool -L /opt/local/bin/ushare }}} {{{ % port contents libdlna }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 08:33:28 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 08:35:29 2008 Subject: [MacPorts] #14164: Describe macports.conf setting buildmakejobs in guide Message-ID: <053.20e38cfba77807639ab433f10c5191d3@macosforge.org> #14164: Describe macports.conf setting buildmakejobs in guide -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: markd@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- The guide should describe the macports.conf setting `buildmakejobs`. Currently it only says this: > '''use_parallel_build'''[[br]][[br]]This keyword is for specifying whether or not it is safe for a port to use multiple cpus or multiple cores in parallel during its build phase. If a port is declared to be builadble [sic] this way, the option -j N may be passed to the make command if parallel builds are enabled system-wide. This can be obtained by setting buildmakejobs in macports.conf. The integer N refers to the number of parallel build threads. But this is in the section on writing portfiles. `buildmakejobs` should also be mentioned in a section on the conf file. It should also mention that setting `buildmakejobs` to 0 will cause MacPorts to automatically figure out how many cores or CPUs are in your computer and use that value. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 08:42:18 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 08:45:23 2008 Subject: [MacPorts] #14142: Make mysql5 and mysql5-devel as similar as possible In-Reply-To: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> References: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> Message-ID: <062.821ddcb6ae4cc23ad8f5eaac3f903b8f@macosforge.org> #14142: Make mysql5 and mysql5-devel as similar as possible --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): * r33697: Changed mysql5-devel to install into the same locations as mysql5. Note that it already installed some files to the same locations before, such that it was never possible to install mysql5 and mysql5-devel at the same time: {{{ $ sudo port install mysql5-devel Password: Portfile changed since last build; discarding previous state. ---> Fetching mysql5-devel ---> Verifying checksum(s) for mysql5-devel ---> Extracting mysql5-devel ---> Configuring mysql5-devel ---> Building mysql5-devel with target all ---> Staging mysql5-devel into destroot Warning: mysql5-devel requests to install files outside the common directory structure! ---> Installing mysql5-devel 5.1.22-rc_0+darwin_8 ---> Activating mysql5-devel 5.1.22-rc_0+darwin_8 Error: Target org.macports.activate returned: Image error: /opt/local/bin/my_print_defaults5 is being used by the active mysql5 port. Please deactivate this port first, or use the -f flag to force the activation. Error: Status 1 encountered during processing. $ }}} This change will therefore just make it easier for other software to link with either mysql5 or mysql5-devel, whichever one the user may have installed. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 08:49:26 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 08:54:01 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 In-Reply-To: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> References: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> Message-ID: <056.74628818590e58dfd6eee70a474e46c4@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 --------------------------------+------------------------------------------- Reporter: herouxb@gmail.com | Owner: sfiera@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ushare dyld --------------------------------+------------------------------------------- Comment (by herouxb@gmail.com): Sure he it is: {{{ bash-3.2# otool -L /opt/local/bin/ushare /opt/local/bin/ushare: /opt/local/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0) /opt/local/lib/libixml.2.dylib (compatibility version 3.0.0, current version 3.4.0) /opt/local/lib/libthreadutil.2.dylib (compatibility version 5.0.0, current version 5.1.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.0.0) /opt/local/lib/libupnp.3.dylib (compatibility version 4.0.0, current version 4.2.0) libdlna.dylib.0.2.3 (compatibility version 0.0.0, current version 0.0.0) /opt/local/lib/libavformat.dylib (compatibility version 51.1.0, current version 51.1.0) /opt/local/lib/libavcodec.dylib (compatibility version 51.1.0, current version 51.1.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /opt/local/lib/libavutil.dylib (compatibility version 51.1.0, current version 51.1.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) }}} {{{ bash-3.2# /opt/local/bin/port contents libdlna Port libdlna contains: /opt/local/include/dlna.h /opt/local/lib/libdlna.a /opt/local/lib/libdlna.dylib /opt/local/lib/libdlna.dylib.0 /opt/local/lib/libdlna.dylib.0.2.3 /opt/local/lib/pkgconfig/libdlna.pc }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 08:57:16 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 08:59:46 2008 Subject: [MacPorts] #12604: mysql5 missing --with-federated-storage-engine In-Reply-To: <050.6bb70ba31b74085e23ceeab03a1993a8@macosforge.org> References: <050.6bb70ba31b74085e23ceeab03a1993a8@macosforge.org> Message-ID: <059.5328862d885f78c72994b58e3b2cb74d@macosforge.org> #12604: mysql5 missing --with-federated-storage-engine -----------------------------------+---------------------------------------- Reporter: face@centosprime.com | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: mysql5 -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (removed) * cc: jwa@macports.org (added) Comment: r28844 added this to the mysql5 portfile. In r33698 I've now added it to the mysql5-devel portfile too. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 09:09:34 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 09:12:03 2008 Subject: [MacPorts] #12604: mysql5 missing --with-federated-storage-engine In-Reply-To: <050.6bb70ba31b74085e23ceeab03a1993a8@macosforge.org> References: <050.6bb70ba31b74085e23ceeab03a1993a8@macosforge.org> Message-ID: <059.a700c7c0764c3127789ad246ad006f5b@macosforge.org> #12604: mysql5 missing --with-federated-storage-engine -----------------------------------+---------------------------------------- Reporter: face@centosprime.com | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: mysql5 -----------------------------------+---------------------------------------- Comment (by ryandesign@macports.org): And, whoops: Reverted r33698 in r33699. MySQL 5.1 doesn't use --with- federated-storage-engine; it uses --with-plugins, and the mysql5-devel portfile already uses --with-plugins=all. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 09:12:15 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 09:14:45 2008 Subject: [MacPorts] #14142: Make mysql5 and mysql5-devel as similar as possible In-Reply-To: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> References: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> Message-ID: <062.e8472637a176b60678a40ca1e2309964@macosforge.org> #14142: Make mysql5 and mysql5-devel as similar as possible --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): The mysql5 portfile uses --with-federated-storage-engine (added in #12604) and I thought I needed to add that to mysql5-devel (and did, in r33698). But it turns out MySQL 5.1 enables the federated storage engine not with that switch, but with the --with-plugins switch, and mysql5-devel already has --with-plugins=all (so I reverted my change in r33699). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 09:25:09 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 09:27:39 2008 Subject: [MacPorts] #14142: Make mysql5 and mysql5-devel as similar as possible In-Reply-To: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> References: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> Message-ID: <062.cdbae26300e501a9c9dff965d89db591@macosforge.org> #14142: Make mysql5 and mysql5-devel as similar as possible --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): * r33700: make the master_sites sections more similar by computing and using a variable for the branch version rather than repeating the number in each URL. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 10:29:22 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 10:31:53 2008 Subject: [MacPorts] #14163: Endless Avahi system.log errors In-Reply-To: <048.789d990c5906e55edbe72b74012ce83c@macosforge.org> References: <048.789d990c5906e55edbe72b74012ce83c@macosforge.org> Message-ID: <057.6eb6b231a35b242716ff2b9de7111ed4@macosforge.org> #14163: Endless Avahi system.log errors ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: avahi ---------------------------------+------------------------------------------ Old description: > Recently my system.log started containing the following, repeated every > 10 seconds: > > Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: connect(): > No such file or directory > Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: Failed to > connect to the daemon. This probably means that you > Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: didn't > start avahi-daemon before avahi-dnsconfd. > Feb 2 14:16:35 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- > dnsconfd[808]): Exited with exit code: 1 > Feb 2 14:16:35 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- > dnsconfd): Throttling respawn: Will start in 10 seconds > Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: Found user > 'avahi' (UID 502) and group 'avahi' (GID 502). > Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: Successfully > dropped root privileges. > Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: avahi-daemon > 0.6.22 starting up. > Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: WARNING: No > NSS support for mDNS detected, consider installing nss-mdns! > Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: > dbus_bus_get_private(): Failed to connect to socket > /opt/local/var/run/dbus/system_bus_socket: No such file or directory > Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: WARNING: > Failed to contact D-Bus daemon. > Feb 2 14:16:36 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- > daemon[809]): Exited with exit code: 255 > Feb 2 14:16:36 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- > daemon): Throttling respawn: Will start in 10 seconds > > Avahi is installed as a dependent to something else. So I am not sure > what actually will fail. But clearly the above means that Avahi is not > working, and is generating a lot of data in my logs. > I did try to restart, but that didn't change anything. New description: Recently my system.log started containing the following, repeated every 10 seconds: {{{ Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: connect(): No such file or directory Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: Failed to connect to the daemon. This probably means that you Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: didn't start avahi-daemon before avahi-dnsconfd. Feb 2 14:16:35 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- dnsconfd[808]): Exited with exit code: 1 Feb 2 14:16:35 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- dnsconfd): Throttling respawn: Will start in 10 seconds Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: Found user 'avahi' (UID 502) and group 'avahi' (GID 502). Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: Successfully dropped root privileges. Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: avahi-daemon 0.6.22 starting up. Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: dbus_bus_get_private(): Failed to connect to socket /opt/local/var/run/dbus/system_bus_socket: No such file or directory Feb 2 14:16:36 Macintosh org.freedesktop.avahi-daemon[809]: WARNING: Failed to contact D-Bus daemon. Feb 2 14:16:36 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- daemon[809]): Exited with exit code: 255 Feb 2 14:16:36 Macintosh com.apple.launchd[1] (org.freedesktop.avahi- daemon): Throttling respawn: Will start in 10 seconds }}} Avahi is installed as a dependent to something else. So I am not sure what actually will fail. But clearly the above means that Avahi is not working, and is generating a lot of data in my logs. I did try to restart, but that didn't change anything. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 10:30:20 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 10:32:18 2008 Subject: [MacPorts] #14162: neither python24 nor python25 is buildable In-Reply-To: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> References: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> Message-ID: <055.b7ed20747145fe14c39db45de8b4653c@macosforge.org> #14162: neither python24 nor python25 is buildable -------------------------------+-------------------------------------------- Reporter: ray@ganymede.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 10:43:07 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 10:46:10 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 In-Reply-To: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> References: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> Message-ID: <056.798e7d633262ce037e5588a3c0e778bd@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 --------------------------------+------------------------------------------- Reporter: herouxb@gmail.com | Owner: sfiera@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ushare dyld --------------------------------+------------------------------------------- Comment (by sfiera@macports.org): Again, that all matches up with my system (where ushare works). The last thing to try would be: {{{ % otool -L /opt/local/lib/libdlna.dylib.0.2.3 }}} I had to patch libdlna to get it to build at all on OS X, and I'm not sure what could be causing it to fail on your system but not on mine. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 10:47:15 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 10:50:17 2008 Subject: [MacPorts] #14162: neither python24 nor python25 is buildable In-Reply-To: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> References: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> Message-ID: <055.1e41912c1a1ec0fe2ff3ea00e956f6eb@macosforge.org> #14162: neither python24 nor python25 is buildable -------------------------------+-------------------------------------------- Reporter: ray@ganymede.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by sfiera@macports.org): * cc: sfiera@macports.org (added) Comment: There's not enough information in the logs. Could you build with `port install -d python25` and post the results of that? The information will be much more detailed. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 10:50:28 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 10:52:58 2008 Subject: [MacPorts] #13410: Add mysql5-devel variant to py25-mysql In-Reply-To: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> References: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> Message-ID: <056.135d1625a9686615304627b17efcd54f@macosforge.org> #13410: Add mysql5-devel variant to py25-mysql --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: python mysql --------------------------------+------------------------------------------- Comment (by ryandesign@macports.org): Yes, like I said, my patch fixes the patchfile names to match the guidelines. After you apply the patch to the portfile, you must rename the files patch-_mysql.c and patch-setup_posix.py to their correct names, patch-_mysql.c.diff and patch-setup_posix.py.diff. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:01:28 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:04:27 2008 Subject: [MacPorts] #14129: tk: configure error - /opt/local/lib directory doesn't contain tclConfig.sh In-Reply-To: <056.fffa658687170ad57f7439c7afd5de7e@macosforge.org> References: <056.fffa658687170ad57f7439c7afd5de7e@macosforge.org> Message-ID: <065.899892547c614a566a41a3ae47db43f9@macosforge.org> #14129: tk: configure error - /opt/local/lib directory doesn't contain tclConfig.sh -----------------------------------------+---------------------------------- Reporter: saul.hazledine@bbsrc.ac.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: tk tcl -----------------------------------------+---------------------------------- Changes (by afb@macports.org): * summary: /opt/local/lib directory doesn't contain tclConfig.sh => tk: configure error - /opt/local/lib directory doesn't contain tclConfig.sh -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:16:25 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:18:56 2008 Subject: [MacPorts] #14165: port lint complains about trailing spaces on blank lines Message-ID: <053.ebd2d9343121024fae71b6a9a631ac56@macosforge.org> #14165: port lint complains about trailing spaces on blank lines -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- When first implemented, `port lint` complained about trailing whitespace on blank lines. The code in portlint.tcl checked for this condition to decide whether to print the warning: {{{ [string match "* " $line] || [string match "*\t" $line] }}} afb committed r28568 which was supposed to fix it, by changing the check to this: {{{ [string match "* " $line] || [string match "*\t" $line] && [string trim $line] != "" }}} But in fact, this only fixed it if the trailing whitespace was a tab. If the trailing whitespace was a space, the erroneous warning is still printed. The check should have been: {{{ ([string match "* " $line] || [string match "*\t" $line]) && [string trim $line] != "" }}} But this can all be simplified to a single regular expression: {{{ [regexp {\S[ \t]+$} $line] }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:17:28 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:19:57 2008 Subject: [MacPorts] #14165: port lint complains about trailing spaces on blank lines In-Reply-To: <053.ebd2d9343121024fae71b6a9a631ac56@macosforge.org> References: <053.ebd2d9343121024fae71b6a9a631ac56@macosforge.org> Message-ID: <062.5cce2b4e8c85d197ab73e51d92ba1fda@macosforge.org> #14165: port lint complains about trailing spaces on blank lines --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed in r33705. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:19:42 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:22:41 2008 Subject: [MacPorts] #14152: No man pages on Swedish Mac OS X 10.5.1 In-Reply-To: <041.da01f895e39a96e72f4a9bafb566cdee@macosforge.org> References: <041.da01f895e39a96e72f4a9bafb566cdee@macosforge.org> Message-ID: <050.db9ae270df10dc47a4149e09ecd12614@macosforge.org> #14152: No man pages on Swedish Mac OS X 10.5.1 --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by jmpp@macports.org): * component: ports => base * milestone: => MacPorts base bugs Comment: Temporarily filing this as a base bug, where it should be if the problem is indeed ours and spans multiple ports. All in all, I'm not sure if there's something we can do about this problem: 1. The ports providing localized man pages or not is not something that is up to us is any way, we are just a sort of "distributor point" of the packaged software and not the vendor. 2. Maybe there's some `whatis(1)` or other type of magic that we could do from within `port(1)` to serve the installed man pages regardless of the locale...? I wouldn't bet on it, though... Suggestions welcomed! -jmpp -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:38:38 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:41:37 2008 Subject: [MacPorts] #14166: cracklib-words-2.8.12 Destroot inappropriate install path Message-ID: <048.8ac2742b6c687daa89530587e4d0ae3b@macosforge.org> #14166: cracklib-words-2.8.12 Destroot inappropriate install path --------------------------------+------------------------------------------- Reporter: june@theonelab.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- As mentioned by Ryan Schmidt, the destroot for cracklib-words inappropriately used an extra / between the ${destroot} and ${prefix}. The attached patch fixes this issue. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:39:03 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:42:03 2008 Subject: [MacPorts] #14165: port lint complains about trailing spaces on blank lines In-Reply-To: <053.ebd2d9343121024fae71b6a9a631ac56@macosforge.org> References: <053.ebd2d9343121024fae71b6a9a631ac56@macosforge.org> Message-ID: <062.7b7c89a0db93bebe427c05cf6103c2d6@macosforge.org> #14165: port lint complains about trailing spaces on blank lines --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Comment (by afb@macports.org): parentheses in Tcl always traps me up... -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:47:10 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:50:10 2008 Subject: [MacPorts] #14165: port lint complains about trailing spaces on blank lines In-Reply-To: <053.ebd2d9343121024fae71b6a9a631ac56@macosforge.org> References: <053.ebd2d9343121024fae71b6a9a631ac56@macosforge.org> Message-ID: <062.d0411925a9e0558540a0de504a0d125b@macosforge.org> #14165: port lint complains about trailing spaces on blank lines --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): Yeah, I was a little surprised too! I didn't expect to need parens there. In any case, I like the regular expression solution better. :) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:48:47 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:51:47 2008 Subject: [MacPorts] #14167: cracklib-2.8.12 Remove the use of default_variants and move dicts to /usr/share/dict Message-ID: <048.43b47a2d294d73de68b87671a6624da9@macosforge.org> #14167: cracklib-2.8.12 Remove the use of default_variants and move dicts to /usr/share/dict --------------------------------+------------------------------------------- Reporter: june@theonelab.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- As per conversation with Ryan Schmidt, the existing cracklib Portfile inappropriately uses the broken default_variants command. It should instead use a nolargedict to provide the same opt-out concept that was done before, but in a non-broken manner. Additionally, the dictionary files should be moved out into ${destroot}${prefix}/usr/share/dict as they are simple dictionaries. The patch attached fixes all of the above issues. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 11:56:15 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 11:59:13 2008 Subject: [MacPorts] #14167: cracklib-2.8.12 Remove the use of default_variants and move dicts to /usr/share/dict In-Reply-To: <048.43b47a2d294d73de68b87671a6624da9@macosforge.org> References: <048.43b47a2d294d73de68b87671a6624da9@macosforge.org> Message-ID: <057.2475cb6f26f64983917181345cbf333e@macosforge.org> #14167: cracklib-2.8.12 Remove the use of default_variants and move dicts to /usr/share/dict ---------------------------------+------------------------------------------ Reporter: june@theonelab.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by afb@macports.org): * milestone: Port Bugs => Port Enhancements -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 12:02:53 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 12:05:53 2008 Subject: [MacPorts] #14162: neither python24 nor python25 is buildable In-Reply-To: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> References: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> Message-ID: <055.a3a7bfb734c2fe0a6f88d35e6fb3b103@macosforge.org> #14162: neither python24 nor python25 is buildable -------------------------------+-------------------------------------------- Reporter: ray@ganymede.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by ray@ganymede.org): I assume you meant: port -d install python25 Adding longer log as attachment. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 12:11:55 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 12:14:54 2008 Subject: [MacPorts] #14162: neither python24 nor python25 is buildable In-Reply-To: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> References: <046.c9a95104a6ba3e25fa6a319465391e13@macosforge.org> Message-ID: <055.3d1c1bd161fd5fb7618364721daec040@macosforge.org> #14162: neither python24 nor python25 is buildable -------------------------------+-------------------------------------------- Reporter: ray@ganymede.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by sfiera@macports.org): * status: new => closed * resolution: => fixed Comment: Ah, yes. For some reason, the QuickTime SDK is required to install Python. This should be available on your Xcode install CDs (if you have them), or online on the Xcode dmg, available through [http://developer.apple.com/ Apple's developer site]. This fact is mentioned on the [wiki:FAQ#Pythonfailstobuild FAQ] (though the documentation of the issue is very poor). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 12:13:08 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 12:15:38 2008 Subject: [MacPorts] #14168: Missing dependency for bzr Message-ID: <045.fec0ed1be15e4ec145ada786b9e2904f@macosforge.org> #14168: Missing dependency for bzr --------------------------------+------------------------------------------- Reporter: mreid@pobox.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: bzr ssl dependency | --------------------------------+------------------------------------------- bzr crashes messily trying to handle https: URLs without py25-socket-ssl installed. This is somewhat non-obvious, at least to me; I found it by installing everything python-related with ssl in the name. I think it would be nice to at least have an ssl variant to pull that package in, if not an actual dependency on it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 12:28:38 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 12:31:38 2008 Subject: [MacPorts] #14168: Missing dependency for bzr In-Reply-To: <045.fec0ed1be15e4ec145ada786b9e2904f@macosforge.org> References: <045.fec0ed1be15e4ec145ada786b9e2904f@macosforge.org> Message-ID: <054.6f32e50e5212d09f17c7d37e8b7e4017@macosforge.org> #14168: Missing dependency for bzr ------------------------------+--------------------------------------------- Reporter: mreid@pobox.com | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: bzr ssl dependency ------------------------------+--------------------------------------------- Changes (by ram@macports.org): * cc: ram@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => ram@macports.org * status: new => assigned Comment: Could you attach the error message without py25-socket-ssl installed? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 13:46:36 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 13:48:36 2008 Subject: [MacPorts] #14168: Missing dependency for bzr In-Reply-To: <045.fec0ed1be15e4ec145ada786b9e2904f@macosforge.org> References: <045.fec0ed1be15e4ec145ada786b9e2904f@macosforge.org> Message-ID: <054.7e0baa702b7d7478f0acf801439751ad@macosforge.org> #14168: Missing dependency for bzr ------------------------------+--------------------------------------------- Reporter: mreid@pobox.com | Owner: ram@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: bzr ssl dependency ------------------------------+--------------------------------------------- Changes (by ram@macports.org): * status: assigned => closed * resolution: => fixed Comment: py25-socket-ssl added as a dependency in r33713, thanks -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 13:53:56 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 13:56:25 2008 Subject: [MacPorts] #13295: Port maintainer is inactive; do not maintain his ports In-Reply-To: <065.4ac761720d126416580a2d0b1dd9a817@macosforge.org> References: <065.4ac761720d126416580a2d0b1dd9a817@macosforge.org> Message-ID: <074.cc6ace7434893722e6f62a175853984a@macosforge.org> #13295: Port maintainer is inactive; do not maintain his ports --------------------------------------------------+------------------------- Reporter: alexander.zimmermann@rwth-aachen.de | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.5.0 Resolution: fixed | Keywords: --------------------------------------------------+------------------------- Changes (by raimue@macports.org): * status: new => closed * resolution: => fixed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 13:57:08 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 14:00:07 2008 Subject: [MacPorts] #14169: Updated Logtalk portfile to version 2.31.3 Message-ID: <048.a5f25932694aeb2cc07a4a59c9f9c96c@macosforge.org> #14169: Updated Logtalk portfile to version 2.31.3 --------------------------------+------------------------------------------- Reporter: pmoura@logtalk.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Updated Logtalk portfile to version 2.31.3. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 14:04:37 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 14:07:06 2008 Subject: [MacPorts] #14170: ftgl update to 2.1.2 Message-ID: <053.95c8c221be99212a43bf1d2ffc44a482@macosforge.org> #14170: ftgl update to 2.1.2 -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- The ftgl portfile is at version 2.0.8 but it looks like version 2.1.2 has been available for over 3 years. The port should probably be updated. The port's livecheck also doesn't function and should be fixed. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 14:55:35 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 14:58:04 2008 Subject: [MacPorts] #14089: configure --without-x doesn't work In-Reply-To: <046.28891bc22946a578d2788e6350383a18@macosforge.org> References: <046.28891bc22946a578d2788e6350383a18@macosforge.org> Message-ID: <055.34a37e0a972cd3354617872cab16cff5@macosforge.org> #14089: configure --without-x doesn't work -------------------------------+-------------------------------------------- Reporter: afb@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by afb@macports.org): The problem is the hardcoded lib path: `-L/usr/X11R6/lib` It makes has_x_runtime=yes, which confuses the rest of it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 15:10:53 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 15:13:24 2008 Subject: [MacPorts] #14089: configure --without-x doesn't work In-Reply-To: <046.28891bc22946a578d2788e6350383a18@macosforge.org> References: <046.28891bc22946a578d2788e6350383a18@macosforge.org> Message-ID: <055.9160b76954399077656fb082d9335911@macosforge.org> #14089: configure --without-x doesn't work -------------------------------+-------------------------------------------- Reporter: afb@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed, r33716. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 15:44:47 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 15:47:46 2008 Subject: [MacPorts] #14171: f2py error when compiling Fortran module block Message-ID: <049.1b596b05b1e3c8c9bcf1a6f2a094c2f1@macosforge.org> #14171: f2py error when compiling Fortran module block ---------------------------------+------------------------------------------ Reporter: luomo1138@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ Hello, While trying use f2py (py25-numpy) to compile some Fortran code containing a module block, I received this error message: Re: TypeError: cannot concatenate 'str' and 'list' I did a quick search and found this discussion: "http://cens.ioc.ee/pipermail/f2py-users/2007-November/001487.html" The suggested fix was to modify line 1222 of "/opt/local/lib/python2.5/site-packages/numpy/f2py/rules.py" OLD: > for l in '\n\n'.join(funcwrappers2)+'\n'.split('\n'): NEW: > for l in ('\n\n'.join(funcwrappers2)+'\n').split('\n'): I have made this modification, and it works for me. Jim -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 15:58:09 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 16:00:38 2008 Subject: [MacPorts] #14171: numpy: f2py error when compiling Fortran module block In-Reply-To: <049.1b596b05b1e3c8c9bcf1a6f2a094c2f1@macosforge.org> References: <049.1b596b05b1e3c8c9bcf1a6f2a094c2f1@macosforge.org> Message-ID: <058.f5eb63ddfc25d86ff5e523807999e659@macosforge.org> #14171: numpy: f2py error when compiling Fortran module block ----------------------------------+----------------------------------------- Reporter: luomo1138@yahoo.com | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * owner: macports-tickets@lists.macosforge.org => ram@macports.org * status: new => assigned * summary: f2py error when compiling Fortran module block => numpy: f2py error when compiling Fortran module block * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 16:02:16 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 16:03:46 2008 Subject: [MacPorts] #14172: unison upgrade removed unison-2.13 - synchronization with some machines fails Message-ID: <049.1917722d8ec7dda282feb451ffb20b16@macosforge.org> #14172: unison upgrade removed unison-2.13 - synchronization with some machines fails ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: eridius@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ 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. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 16:07:42 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 16:10:43 2008 Subject: [MacPorts] #14172: unison upgrade removed unison-2.13 - synchronization with some machines fails In-Reply-To: <049.1917722d8ec7dda282feb451ffb20b16@macosforge.org> References: <049.1917722d8ec7dda282feb451ffb20b16@macosforge.org> Message-ID: <058.438f11e2d49837a9c94b64b9f826fae0@macosforge.org> #14172: unison upgrade removed unison-2.13 - synchronization with some machines fails ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: eridius@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by vinc17@macports.org): The variants should also be removed since only the binary is useful. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 16:31:57 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 16:34:27 2008 Subject: [MacPorts] #2193: RFE: let me specify -mcpu for all ports In-Reply-To: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> References: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> Message-ID: <061.9e8d2ac9d3ae2bcc2d955bf6b549a12e@macosforge.org> #2193: RFE: let me specify -mcpu for all ports -------------------------------------+-------------------------------------- Reporter: joseph8s@earthlink.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Low | Milestone: MacPorts base enhancements Component: base | Version: Resolution: | Keywords: -------------------------------------+-------------------------------------- Comment (by afb@macports.org): `configure.march` and `configure.mtune` added in r33599... -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 16:41:57 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 16:44:27 2008 Subject: [MacPorts] #14172: unison upgrade removed unison-2.13 - synchronization with some machines fails In-Reply-To: <049.1917722d8ec7dda282feb451ffb20b16@macosforge.org> References: <049.1917722d8ec7dda282feb451ffb20b16@macosforge.org> Message-ID: <058.1132f7128f6565f8166ed2d9a86fdfbf@macosforge.org> #14172: unison upgrade removed unison-2.13 - synchronization with some machines fails ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: eridius@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 16:51:18 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 16:53:48 2008 Subject: [MacPorts] #14114: numpy: f2py does not work with g95 In-Reply-To: <049.309ce7829a3c86b16d72aa9fd3ddcad4@macosforge.org> References: <049.309ce7829a3c86b16d72aa9fd3ddcad4@macosforge.org> Message-ID: <058.285be6ad4cba6935821b568e905cb652@macosforge.org> #14114: numpy: f2py does not work with g95 ----------------------------------+----------------------------------------- Reporter: luomo1138@yahoo.com | Owner: ram@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * status: assigned => closed * resolution: => fixed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 17:00:33 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 17:03:32 2008 Subject: [MacPorts] #14171: numpy: f2py error when compiling Fortran module block In-Reply-To: <049.1b596b05b1e3c8c9bcf1a6f2a094c2f1@macosforge.org> References: <049.1b596b05b1e3c8c9bcf1a6f2a094c2f1@macosforge.org> Message-ID: <058.0d0e24181e1ad1bed3c8a0f5081a32ea@macosforge.org> #14171: numpy: f2py error when compiling Fortran module block ----------------------------------+----------------------------------------- Reporter: luomo1138@yahoo.com | Owner: ram@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * status: assigned => closed * resolution: => fixed Comment: patch applied in r33719, thanks -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 17:24:04 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 17:26:04 2008 Subject: [MacPorts] #14173: UPDATE: zsh-devel 4.3.5 Message-ID: <049.4cd642152c6c38b01cba10ee1f8df2fb@macosforge.org> #14173: UPDATE: zsh-devel 4.3.5 ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ zsh 4.3.5 has been released. The zsh-devel port should now depend on ncursesw (instead of ncurses). This new version fixes bug #13359. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 19:01:09 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 19:03:39 2008 Subject: [MacPorts] #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 In-Reply-To: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> References: <047.10c90b7692cc95f9123dff6601031819@macosforge.org> Message-ID: <056.a0bc3cd3a83f7beed87ceb73112e2705@macosforge.org> #14135: dyld: Library not loaded: libdlna.dylib.0.2.3 --------------------------------+------------------------------------------- Reporter: herouxb@gmail.com | Owner: sfiera@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ushare dyld --------------------------------+------------------------------------------- Comment (by herouxb@gmail.com): Hi, i hope it will help you: {{{ bash-3.2# otool -L /opt/local/lib/libdlna.dylib.0.2.3 /opt/local/lib/libdlna.dylib.0.2.3: libdlna.dylib.0.2.3 (compatibility version 0.0.0, current version 0.0.0) /opt/local/lib/libavformat.dylib (compatibility version 51.1.0, current version 51.1.0) /opt/local/lib/libavcodec.dylib (compatibility version 51.1.0, current version 51.1.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 111.0.0) }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 20:31:26 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 20:34:27 2008 Subject: [MacPorts] #14174: Universal builds of smpeg and libsdl_mixer broken Message-ID: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> #14174: Universal builds of smpeg and libsdl_mixer broken -------------------------------------+-------------------------------------- Reporter: jpenguin@clovermail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- I have 10.4.10 on Intel. I have installed universal versions of libsdl +quartz, freetype, zlib, libogg, libvorbis, pkgconfig, libpng, tiff, jpeg, libmikmod & libsdl_image. I nneed to install universal vesions of libsdl_mixer and smpeg which is a dependency of libsdl_mixer. {{{josh-dyes-computer:~ joshdye$ sudo port install smpeg +universal ---> Fetching smpeg ---> Verifying checksum(s) for smpeg ---> Extracting smpeg ---> Applying patches to smpeg ---> Configuring smpeg ---> Building smpeg 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_multimedia_smpeg/work/smpeg-0.4.4" && make all " returned error 2 Command output: echo timestamp > MPEG.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGring.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGring.cpp -o MPEGring.o echo timestamp > MPEGring.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGlist.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGlist.cpp -o MPEGlist.o echo timestamp > MPEGlist.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGstream.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGstream.cpp -o MPEGstream.o echo timestamp > MPEGstream.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGsystem.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGsystem.cpp -o MPEGsystem.o echo timestamp > MPEGsystem.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c -o MPEGfilter.o echo timestamp > MPEGfilter.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c smpeg.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c smpeg.cpp -o smpeg.o echo timestamp > smpeg.lo /bin/sh ./libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -L/opt/local/lib -arch i386 -arch ppc -o libsmpeg.la -rpath /opt/local/lib -release 0.4 -version-info 1:3:1 MPEG.lo MPEGring.lo MPEGlist.lo MPEGstream.lo MPEGsystem.lo MPEGfilter.lo smpeg.lo audio/libaudio.la video/libvideo.la -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs rm -fr .libs/libsmpeg.lax mkdir .libs/libsmpeg.lax rm -fr .libs/libsmpeg.lax/libaudio.a mkdir .libs/libsmpeg.lax/libaudio.a (cd .libs/libsmpeg.lax/libaudio.a && ar x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a: Inappropriate file type or format make[1]: *** [libsmpeg.la] Error 1 }}} make: *** [all-recursive] Error 1}}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 20:33:22 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 20:36:22 2008 Subject: [MacPorts] #14174: Universal builds of smpeg and libsdl_mixer broken In-Reply-To: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> References: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> Message-ID: <062.044be7809f1bbe5006a70c4ea6871ffe@macosforge.org> #14174: Universal builds of smpeg and libsdl_mixer broken --------------------------------------+------------------------------------- Reporter: jpenguin@clovermail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by jpenguin@clovermail.net): ((osh-dyes-computer:~ joshdye$ sudo port install smpeg +universal ---> Fetching smpeg ---> Verifying checksum(s) for smpeg ---> Extracting smpeg ---> Applying patches to smpeg ---> Configuring smpeg ---> Building smpeg 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_multimedia_smpeg/work/smpeg-0.4.4" && make all " returned error 2 Command output: echo timestamp > MPEG.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGring.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGring.cpp -o MPEGring.o echo timestamp > MPEGring.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGlist.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGlist.cpp -o MPEGlist.o echo timestamp > MPEGlist.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGstream.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGstream.cpp -o MPEGstream.o echo timestamp > MPEGstream.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGsystem.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGsystem.cpp -o MPEGsystem.o echo timestamp > MPEGsystem.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c -o MPEGfilter.o echo timestamp > MPEGfilter.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c smpeg.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c smpeg.cpp -o smpeg.o echo timestamp > smpeg.lo /bin/sh ./libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -L/opt/local/lib -arch i386 -arch ppc -o libsmpeg.la -rpath /opt/local/lib -release 0.4 -version-info 1:3:1 MPEG.lo MPEGring.lo MPEGlist.lo MPEGstream.lo MPEGsystem.lo MPEGfilter.lo smpeg.lo audio/libaudio.la video/libvideo.la -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs rm -fr .libs/libsmpeg.lax mkdir .libs/libsmpeg.lax rm -fr .libs/libsmpeg.lax/libaudio.a mkdir .libs/libsmpeg.lax/libaudio.a (cd .libs/libsmpeg.lax/libaudio.a && ar x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a: Inappropriate file type or format make[1]: *** [libsmpeg.la] Error 1))) make: *** [all-recursive] Error 1 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 20:37:04 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 20:40:04 2008 Subject: [MacPorts] #14174: Universal builds of smpeg and libsdl_mixer broken In-Reply-To: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> References: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> Message-ID: <062.68084132448bb8a4d05d9371f88b80ee@macosforge.org> #14174: Universal builds of smpeg and libsdl_mixer broken --------------------------------------+------------------------------------- Reporter: jpenguin@clovermail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by jpenguin@clovermail.net): {{{ josh-dyes-computer:~ joshdye$ sudo port install smpeg +universal ---> Fetching smpeg ---> Verifying checksum(s) for smpeg ---> Extracting smpeg ---> Applying patches to smpeg ---> Configuring smpeg ---> Building smpeg 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_multimedia_smpeg/work/smpeg-0.4.4" && make all " returned error 2 Command output: echo timestamp > MPEG.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGring.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGring.cpp -o MPEGring.o echo timestamp > MPEGring.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGlist.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGlist.cpp -o MPEGlist.o echo timestamp > MPEGlist.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGstream.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGstream.cpp -o MPEGstream.o echo timestamp > MPEGstream.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGsystem.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGsystem.cpp -o MPEGsystem.o echo timestamp > MPEGsystem.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c -o MPEGfilter.o echo timestamp > MPEGfilter.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c smpeg.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c smpeg.cpp -o smpeg.o echo timestamp > smpeg.lo /bin/sh ./libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -L/opt/local/lib -arch i386 -arch ppc -o libsmpeg.la -rpath /opt/local/lib -release 0.4 -version-info 1:3:1 MPEG.lo MPEGring.lo MPEGlist.lo MPEGstream.lo MPEGsystem.lo MPEGfilter.lo smpeg.lo audio/libaudio.la video/libvideo.la -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs rm -fr .libs/libsmpeg.lax mkdir .libs/libsmpeg.lax rm -fr .libs/libsmpeg.lax/libaudio.a mkdir .libs/libsmpeg.lax/libaudio.a (cd .libs/libsmpeg.lax/libaudio.a && ar x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a: Inappropriate file type or format make[1]: *** [libsmpeg.la] Error 1 make: *** [all-recursive] Error 1 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 20:51:11 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 20:54:11 2008 Subject: [MacPorts] #14174: Universal builds of smpeg and libsdl_mixer broken In-Reply-To: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> References: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> Message-ID: <062.62ba2fad3db8ed91e6eb9d86b8d8e97f@macosforge.org> #14174: Universal builds of smpeg and libsdl_mixer broken --------------------------------------+------------------------------------- Reporter: jpenguin@clovermail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * priority: High => Normal * milestone: => Port Bugs Old description: > I have 10.4.10 on Intel. I have installed universal versions of libsdl > +quartz, freetype, zlib, libogg, libvorbis, pkgconfig, libpng, tiff, > jpeg, libmikmod & libsdl_image. > > I nneed to install universal vesions of libsdl_mixer and smpeg which is a > dependency of libsdl_mixer. > > {{{josh-dyes-computer:~ joshdye$ sudo port install smpeg +universal > ---> Fetching smpeg > ---> Verifying checksum(s) for smpeg > ---> Extracting smpeg > ---> Applying patches to smpeg > ---> Configuring smpeg > ---> Building smpeg 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_multimedia_smpeg/work/smpeg-0.4.4" > && make all " returned error 2 > Command output: echo timestamp > MPEG.lo > /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" > -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO > -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- > rtti -c MPEGring.cpp > /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. > -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch > i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE > -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- > exceptions -fno-rtti -c MPEGring.cpp -o MPEGring.o > echo timestamp > MPEGring.lo > /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" > -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO > -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- > rtti -c MPEGlist.cpp > /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. > -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch > i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE > -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- > exceptions -fno-rtti -c MPEGlist.cpp -o MPEGlist.o > echo timestamp > MPEGlist.lo > /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" > -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO > -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- > rtti -c MPEGstream.cpp > /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. > -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch > i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE > -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- > exceptions -fno-rtti -c MPEGstream.cpp -o MPEGstream.o > echo timestamp > MPEGstream.lo > /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" > -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO > -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- > rtti -c MPEGsystem.cpp > /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. > -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch > i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE > -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- > exceptions -fno-rtti -c MPEGsystem.cpp -o MPEGsystem.o > echo timestamp > MPEGsystem.lo > /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" > -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO > -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c > /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. > -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch > i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE > -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c > MPEGfilter.c -o MPEGfilter.o > echo timestamp > MPEGfilter.lo > /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" > -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO > -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- > rtti -c smpeg.cpp > /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. > -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch > i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE > -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- > exceptions -fno-rtti -c smpeg.cpp -o smpeg.o > echo timestamp > smpeg.lo > /bin/sh ./libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO > -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- > rtti -L/opt/local/lib -arch i386 -arch ppc -o libsmpeg.la -rpath > /opt/local/lib -release 0.4 -version-info 1:3:1 MPEG.lo > MPEGring.lo MPEGlist.lo MPEGstream.lo MPEGsystem.lo MPEGfilter.lo > smpeg.lo audio/libaudio.la video/libvideo.la > -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa > mkdir .libs > rm -fr .libs/libsmpeg.lax > mkdir .libs/libsmpeg.lax > rm -fr .libs/libsmpeg.lax/libaudio.a > mkdir .libs/libsmpeg.lax/libaudio.a > (cd .libs/libsmpeg.lax/libaudio.a && ar x > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a) > ar: > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a > is a fat file (use libtool(1) or lipo(1) and ar(1) on it) > ar: > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a: > Inappropriate file type or format > make[1]: *** [libsmpeg.la] Error 1 > }}} > > make: *** [all-recursive] Error 1}}} New description: I have 10.4.10 on Intel. I have installed universal versions of libsdl +quartz, freetype, zlib, libogg, libvorbis, pkgconfig, libpng, tiff, jpeg, libmikmod & libsdl_image. I nneed to install universal vesions of libsdl_mixer and smpeg which is a dependency of libsdl_mixer. {{{ josh-dyes-computer:~ joshdye$ sudo port install smpeg +universal ---> Fetching smpeg ---> Verifying checksum(s) for smpeg ---> Extracting smpeg ---> Applying patches to smpeg ---> Configuring smpeg ---> Building smpeg 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_multimedia_smpeg/work/smpeg-0.4.4" && make all " returned error 2 Command output: echo timestamp > MPEG.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGring.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGring.cpp -o MPEGring.o echo timestamp > MPEGring.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGlist.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGlist.cpp -o MPEGlist.o echo timestamp > MPEGlist.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGstream.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGstream.cpp -o MPEGstream.o echo timestamp > MPEGstream.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGsystem.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGsystem.cpp -o MPEGsystem.o echo timestamp > MPEGsystem.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c -o MPEGfilter.o echo timestamp > MPEGfilter.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c smpeg.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c smpeg.cpp -o smpeg.o echo timestamp > smpeg.lo /bin/sh ./libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -L/opt/local/lib -arch i386 -arch ppc -o libsmpeg.la -rpath /opt/local/lib -release 0.4 -version-info 1:3:1 MPEG.lo MPEGring.lo MPEGlist.lo MPEGstream.lo MPEGsystem.lo MPEGfilter.lo smpeg.lo audio/libaudio.la video/libvideo.la -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs rm -fr .libs/libsmpeg.lax mkdir .libs/libsmpeg.lax rm -fr .libs/libsmpeg.lax/libaudio.a mkdir .libs/libsmpeg.lax/libaudio.a (cd .libs/libsmpeg.lax/libaudio.a && ar x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a: Inappropriate file type or format make[1]: *** [libsmpeg.la] Error 1 make: *** [all-recursive] Error 1 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 21:24:00 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 21:27:02 2008 Subject: [MacPorts] #14174: Universal builds of smpeg and libsdl_mixer broken In-Reply-To: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> References: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> Message-ID: <062.b9f763da3c8032f33c2a4915c0ec4b96@macosforge.org> #14174: Universal builds of smpeg and libsdl_mixer broken --------------------------------------+------------------------------------- Reporter: jpenguin@clovermail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by jpenguin@clovermail.net): {{{ sudo port -v install libsdl_mixer +universal ---> Fetching smpeg ---> Verifying checksum(s) for smpeg ---> Checksumming smpeg-0.4.4.tar.gz ---> Checksumming ltconfig13 ---> Checksumming ltmain13 ---> Extracting smpeg ---> Extracting smpeg-0.4.4.tar.gz ---> Applying patches to smpeg ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/smpeg/files /patch-smpeg.h patching file smpeg.h ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/smpeg/files /patch-glmovie-tile.c patching file glmovie-tile.c ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/smpeg/files /patch-glmovie.c patching file glmovie.c ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/smpeg/files /patch-Makefile.in patching file Makefile.in ---> Configuring smpeg creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... i386-apple-darwin8.10.1 checking target system type... i386-apple-darwin8.10.1 checking whether make sets ${MAKE}... (cached) yes checking for gcc... /usr/bin/g++-4.0 checking whether the C compiler (/usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -arch i386 -arch ppc) works... yes checking whether the C compiler (/usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -arch i386 -arch ppc) is a cross-compiler... no checking whether we are using GNU C... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking for c++... /usr/bin/g++-4.0 checking whether the C++ compiler (/usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -arch i386 -arch ppc) works... yes checking whether the C++ compiler (/usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -L/opt/local/lib -arch i386 -arch ppc) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking build system type... i386-apple-darwin8.10.1 checking for ranlib... ranlib checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes updating cache ./config.cache loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... no checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.0 supports -c -o file.o... yes checking if /usr/bin/g++-4.0 supports -c -o file.lo... yes checking if /usr/bin/g++-4.0 supports -fno-rtti -fno-exceptions ... yes checking if /usr/bin/g++-4.0 static flag -static works... none checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -p output... ok checking how to hardcode library paths into programs... unsupported checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... darwin8.10.1 dyld checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache ./config.cache loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install checking for socklen_t... yes checking for sdl-config... /opt/local/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking for sqrt in -lm... no checking for OpenGL support... no *** The OpenGL movie player will not be built (missing GL or GLU) checking if /usr/bin/g++-4.0 supports -fno-rtti -fno-exceptions... yes updating cache ./config.cache creating ./config.status creating Makefile creating audio/Makefile creating video/Makefile creating smpeg-config creating smpeg.spec ---> Building smpeg with target all Making all in audio /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c MPEGaudio.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c MPEGaudio.cpp -o MPEGaudio.o echo timestamp > MPEGaudio.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c bitwindow.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c bitwindow.cpp -o bitwindow.o echo timestamp > bitwindow.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c filter.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c filter.cpp -o filter.o echo timestamp > filter.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c filter_2.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c filter_2.cpp -o filter_2.o echo timestamp > filter_2.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c huffmantable.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c huffmantable.cpp -o huffmantable.o echo timestamp > huffmantable.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpeglayer1.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpeglayer1.cpp -o mpeglayer1.o echo timestamp > mpeglayer1.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpeglayer2.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpeglayer2.cpp -o mpeglayer2.o echo timestamp > mpeglayer2.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpeglayer3.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpeglayer3.cpp -o mpeglayer3.o echo timestamp > mpeglayer3.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpegtable.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpegtable.cpp -o mpegtable.o echo timestamp > mpegtable.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpegtoraw.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c mpegtoraw.cpp -o mpegtoraw.o echo timestamp > mpegtoraw.lo /bin/sh ../libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -L/opt/local/lib -arch i386 -arch ppc -o libaudio.la MPEGaudio.lo bitwindow.lo filter.lo filter_2.lo huffmantable.lo mpeglayer1.lo mpeglayer2.lo mpeglayer3.lo mpegtable.lo mpegtoraw.lo -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs ar cru .libs/libaudio.a MPEGaudio.o bitwindow.o filter.o filter_2.o huffmantable.o mpeglayer1.o mpeglayer2.o mpeglayer3.o mpegtable.o mpegtoraw.o ranlib .libs/libaudio.a creating libaudio.la (cd .libs && rm -f libaudio.la && ln -s ../libaudio.la libaudio.la) Making all in video /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c MPEGvideo.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c MPEGvideo.cpp -o MPEGvideo.o echo timestamp > MPEGvideo.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c decoders.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c decoders.cpp -o decoders.o echo timestamp > decoders.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c floatdct.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c floatdct.cpp -o floatdct.o echo timestamp > floatdct.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c gdith.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c gdith.cpp -o gdith.o echo timestamp > gdith.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c jrevdct.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c jrevdct.cpp -o jrevdct.o echo timestamp > jrevdct.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c motionvector.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c motionvector.cpp -o motionvector.o echo timestamp > motionvector.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c parseblock.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c parseblock.cpp -o parseblock.o echo timestamp > parseblock.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c readfile.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c readfile.cpp -o readfile.o echo timestamp > readfile.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c util.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c util.cpp -o util.o echo timestamp > util.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c video.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c video.cpp -o video.o echo timestamp > video.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c vhar128.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c vhar128.cpp -o vhar128.o echo timestamp > vhar128.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -c mmxflags_asm.S /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -c mmxflags_asm.S -o mmxflags_asm.o echo timestamp > mmxflags_asm.lo /bin/sh ../libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -c mmxidct_asm.S /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -c mmxidct_asm.S -o mmxidct_asm.o echo timestamp > mmxidct_asm.lo /bin/sh ../libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -L/opt/local/lib -arch i386 -arch ppc -o libvideo.la MPEGvideo.lo decoders.lo floatdct.lo gdith.lo jrevdct.lo motionvector.lo parseblock.lo readfile.lo util.lo video.lo vhar128.lo mmxflags_asm.lo mmxidct_asm.lo -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs ar cru .libs/libvideo.a MPEGvideo.o decoders.o floatdct.o gdith.o jrevdct.o motionvector.o parseblock.o readfile.o util.o video.o vhar128.o mmxflags_asm.o mmxidct_asm.o ranlib .libs/libvideo.a ranlib: for architecture: i386 file: .libs/libvideo.a(vhar128.o) has no symbols ranlib: for architecture: i386 file: .libs/libvideo.a(mmxflags_asm.o) has no symbols ranlib: for architecture: i386 file: .libs/libvideo.a(mmxidct_asm.o) has no symbols ranlib: for architecture: ppc file: .libs/libvideo.a(vhar128.o) has no symbols ranlib: for architecture: ppc file: .libs/libvideo.a(mmxflags_asm.o) has no symbols ranlib: for architecture: ppc file: .libs/libvideo.a(mmxidct_asm.o) has no symbols creating libvideo.la (cd .libs && rm -f libvideo.la && ln -s ../libvideo.la libvideo.la) /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEG.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEG.cpp -o MPEG.o echo timestamp > MPEG.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGring.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGring.cpp -o MPEGring.o echo timestamp > MPEGring.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGlist.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGlist.cpp -o MPEGlist.o echo timestamp > MPEGlist.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGstream.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGstream.cpp -o MPEGstream.o echo timestamp > MPEGstream.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGsystem.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGsystem.cpp -o MPEGsystem.o echo timestamp > MPEGsystem.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c -o MPEGfilter.o echo timestamp > MPEGfilter.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c smpeg.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c smpeg.cpp -o smpeg.o echo timestamp > smpeg.lo /bin/sh ./libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -L/opt/local/lib -arch i386 -arch ppc -o libsmpeg.la -rpath /opt/local/lib -release 0.4 -version-info 1:3:1 MPEG.lo MPEGring.lo MPEGlist.lo MPEGstream.lo MPEGsystem.lo MPEGfilter.lo smpeg.lo audio/libaudio.la video/libvideo.la -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs rm -fr .libs/libsmpeg.lax mkdir .libs/libsmpeg.lax rm -fr .libs/libsmpeg.lax/libaudio.a mkdir .libs/libsmpeg.lax/libaudio.a (cd .libs/libsmpeg.lax/libaudio.a && ar x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a: Inappropriate file type or format make[1]: *** [libsmpeg.la] Error 1 make: *** [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_multimedia_smpeg/work/smpeg-0.4.4" && make all " returned error 2 Command output: echo timestamp > MPEG.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGring.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGring.cpp -o MPEGring.o echo timestamp > MPEGring.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGlist.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGlist.cpp -o MPEGlist.o echo timestamp > MPEGlist.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGstream.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGstream.cpp -o MPEGstream.o echo timestamp > MPEGstream.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c MPEGsystem.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c MPEGsystem.cpp -o MPEGsystem.o echo timestamp > MPEGsystem.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -c MPEGfilter.c -o MPEGfilter.o echo timestamp > MPEGfilter.lo /bin/sh ./libtool --mode=compile /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -c smpeg.cpp /usr/bin/g++-4.0 -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.4\" -I. -I. -I/opt/local/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno- exceptions -fno-rtti -c smpeg.cpp -o smpeg.o echo timestamp > smpeg.lo /bin/sh ./libtool --mode=link /usr/bin/g++-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DTHREADED_AUDIO -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno- rtti -L/opt/local/lib -arch i386 -arch ppc -o libsmpeg.la -rpath /opt/local/lib -release 0.4 -version-info 1:3:1 MPEG.lo MPEGring.lo MPEGlist.lo MPEGstream.lo MPEGsystem.lo MPEGfilter.lo smpeg.lo audio/libaudio.la video/libvideo.la -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa mkdir .libs rm -fr .libs/libsmpeg.lax mkdir .libs/libsmpeg.lax rm -fr .libs/libsmpeg.lax/libaudio.a mkdir .libs/libsmpeg.lax/libaudio.a (cd .libs/libsmpeg.lax/libaudio.a && ar x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it) ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_smpeg/work/smpeg-0.4.4/audio/.libs/libaudio.a: Inappropriate file type or format make[1]: *** [libsmpeg.la] Error 1 make: *** [all-recursive] Error 1 Warning: the following items did not execute (for smpeg): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: smpeg Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 21:27:30 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 21:30:29 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.70b975b865dd1ccde5670fca5887237d@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by paulbeard@gmail.com): I don't know if this helps, but the Huntsville Mac User Groups has a ports system of their own and they seem to have this port in their archives. I'll enquire as to how they got it compiled. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 3 22:58:10 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 3 23:01:12 2008 Subject: [MacPorts] #14126: xfig crashes when accessing the menu bar In-Reply-To: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> References: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> Message-ID: <055.537056f38a884d5a07081b5dd5ccc581@macosforge.org> #14126: xfig crashes when accessing the menu bar -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: -------------------------------+-------------------------------------------- Changes (by pguyot@kallisys.net): * status: new => closed * resolution: => duplicate Comment: This clearly is #12044. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 00:14:00 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 00:16:30 2008 Subject: [MacPorts] #14136: slime 20070503 Enhancement to support Emacs.app In-Reply-To: <049.d1747c51b648fb4602149153f4fbcd1c@macosforge.org> References: <049.d1747c51b648fb4602149153f4fbcd1c@macosforge.org> Message-ID: <058.6befa072c87099de9a0d75533e0748ab@macosforge.org> #14136: slime 20070503 Enhancement to support Emacs.app ----------------------------------+----------------------------------------- Reporter: jrh@theptrgroup.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: slime emacs-app ----------------------------------+----------------------------------------- Comment (by evenson@panix.com): A very much reworked version of the MacPorts SLIME portfile that: * updates the sources to CVS HEAD of 20080203, which reflects the major refactoring into a 'contrib' subdirectory that occured in the last couple of months * now has an 'app' variant that will install with the 'emacs-app' port * removed the obsolescent 'devel' variant ('emacs-devel' is no longer in the MacPorts * updated style to comply with what is outlined in http://guide.macports.org/#development.practices (no tabs, 4 column indents, Emacs/vim initial modeline) * rewrote the sample '.emacs' initialization code message to conform with the new style enabling SLIME to more easily serve as the frontend to multiple Lisp (or with varying commandline options) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 00:54:51 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 00:57:22 2008 Subject: [MacPorts] #13956: git-core 1.5.3.8: new version of sources available (1.5.3.8) In-Reply-To: <048.6fc1d0d4d609ee9316a084f57c82a297@macosforge.org> References: <048.6fc1d0d4d609ee9316a084f57c82a297@macosforge.org> Message-ID: <057.b4249cf173be8f29d26117adab0304e5@macosforge.org> #13956: git-core 1.5.3.8: new version of sources available (1.5.3.8) ---------------------------------+------------------------------------------ Reporter: maccheck@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: git-core ---------------------------------+------------------------------------------ Comment (by maccheck@gmail.com): Since this weekend there is a git-core 1.5.4 out. I already have a Portfile patch for 1.5.4 locally. Should I attach this patch here or should I create a new ticket and provide the according ticket id here, so that this ticket can be closed? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 01:23:15 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 01:26:15 2008 Subject: [MacPorts] #14126: xfig crashes when accessing the menu bar In-Reply-To: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> References: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> Message-ID: <055.47e76adacd3841befe8bec62c578688a@macosforge.org> #14126: xfig crashes when accessing the menu bar -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: -------------------------------+-------------------------------------------- Comment (by kurtjaeke@gmx.de): Yeah, but I can't test it. Installing gives me this: {{{ $sudo port install xfig ---> Activating xfig 3.2.5_2 Error: Target org.macports.activate returned: Image error: /usr/X11R6/lib/X11/app-defaults already exists and does not belong to a registered port. Unable to activate port xfig. Error: Status 1 encountered during processing. }}} I'll file another one. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 01:27:02 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 01:30:02 2008 Subject: [MacPorts] #14175: Installing xfig fails: "Image error" Message-ID: <046.4b0e63effc198de2ea5b4ca1e6e5fd54@macosforge.org> #14175: Installing xfig fails: "Image error" ------------------------------+--------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: xfig | ------------------------------+--------------------------------------------- Installing xfig gives me this: {{{ $sudo port install xfig ---> Activating xfig 3.2.5_2 Error: Target org.macports.activate returned: Image error: /usr/X11R6/lib/X11/app-defaults already exists and does not belong to a registered port. Unable to activate port xfig. Error: Status 1 encountered during processing. }}} What's that related to? /usr/X11R6/lib/X11/app-defaults is a standard system path. What's xfig got to meddle with it?! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 01:28:25 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 01:30:55 2008 Subject: [MacPorts] #14167: cracklib-2.8.12 Remove the use of default_variants and move dicts to /usr/share/dict In-Reply-To: <048.43b47a2d294d73de68b87671a6624da9@macosforge.org> References: <048.43b47a2d294d73de68b87671a6624da9@macosforge.org> Message-ID: <057.29423e8899ae2c34de2e1520f9363b27@macosforge.org> #14167: cracklib-2.8.12 Remove the use of default_variants and move dicts to /usr/share/dict ---------------------------------+------------------------------------------ Reporter: june@theonelab.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed, r33730. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 01:29:09 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 01:32:08 2008 Subject: [MacPorts] #14126: xfig crashes when accessing the menu bar In-Reply-To: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> References: <046.e1cd675a3faefdc3064952f9f5586265@macosforge.org> Message-ID: <055.6c32c69cfafd7c0bfdfd01e88ca91823@macosforge.org> #14126: xfig crashes when accessing the menu bar -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: -------------------------------+-------------------------------------------- Comment (by kurtjaeke@gmx.de): See ticket #14175 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 01:33:27 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 01:35:55 2008 Subject: [MacPorts] #14166: cracklib-words-2.8.12 Destroot inappropriate install path In-Reply-To: <048.8ac2742b6c687daa89530587e4d0ae3b@macosforge.org> References: <048.8ac2742b6c687daa89530587e4d0ae3b@macosforge.org> Message-ID: <057.7491b675b32852b7e2afdb581d159355@macosforge.org> #14166: cracklib-words-2.8.12 Destroot inappropriate install path ---------------------------------+------------------------------------------ Reporter: june@theonelab.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed, r33731. BTW: patchfile was messed up (variables expanded?) and missing a port revision -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 01:45:12 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 01:47:41 2008 Subject: [MacPorts] #12943: macports1.0 tcl files should go in ${prefix} In-Reply-To: <046.7ec8ccd8eeea6f1a24260d8850604e39@macosforge.org> References: <046.7ec8ccd8eeea6f1a24260d8850604e39@macosforge.org> Message-ID: <055.cb0de5c09df50f2fa157cd15c6850d07@macosforge.org> #12943: macports1.0 tcl files should go in ${prefix} -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by afb@macports.org): Now installing in `~/Library/Tcl`, if not having privileges for `/Library/Tcl` -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 02:41:16 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 02:44:17 2008 Subject: [MacPorts] #14120: Error installing ghostview In-Reply-To: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> References: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> Message-ID: <059.57d13c9c2fc274573f46355aff0252f6@macosforge.org> #14120: Error installing ghostview -----------------------------------+---------------------------------------- Reporter: ajf@afco.demon.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by ajf@afco.demon.co.uk): The addition of the the line 'export DISPLAY=:0.0' to the '.profile' file (as instructed) messes up X11.app v 2.1.3. Specifically, when X11.app is double-clicked, two X11 Icons are installed in the dock. It then takes two goes of 'cmd-Q' to get X11 to quit. Removing that line from '.profile. resolves the X11 problem. This raises another question. There was 117MB of stuff in /opt/local/. Now is that from the installations of MacPorts, or left over from the failed installation of gv? I have removed the entire /opt directory for the time being in order to return to the original state of affairs. I trust this is clear and look forward to your comments. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 03:48:18 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 03:50:51 2008 Subject: [MacPorts] #13956: git-core should be updated to 1.5.4 (PATCH) In-Reply-To: <048.6fc1d0d4d609ee9316a084f57c82a297@macosforge.org> References: <048.6fc1d0d4d609ee9316a084f57c82a297@macosforge.org> Message-ID: <057.56d4b596fc2756aeb6ddfef1e304379e@macosforge.org> #13956: git-core should be updated to 1.5.4 (PATCH) ---------------------------------+------------------------------------------ Reporter: maccheck@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: git-core ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * summary: git-core 1.5.3.8: new version of sources available (1.5.3.8) => git-core should be updated to 1.5.4 (PATCH) Comment: Sure, you can attach it here. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:08:19 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:11:25 2008 Subject: [MacPorts] #13565: libidl: build failure when upgrading caused by old libidl1 IDL.h In-Reply-To: <043.4c65f4f78ffe2123bf254f64e27d3f8d@macosforge.org> References: <043.4c65f4f78ffe2123bf254f64e27d3f8d@macosforge.org> Message-ID: <052.f79fdcecfe7b03703de1341f44d093c0@macosforge.org> #13565: libidl: build failure when upgrading caused by old libidl1 IDL.h ----------------------------+----------------------------------------------- Reporter: piet@cs.uu.nl | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: worksforme | Keywords: ----------------------------+----------------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => worksforme * summary: libidl: build failure when upgrading => libidl: build failure when upgrading caused by old libidl1 IDL.h -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:08:33 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:11:46 2008 Subject: [MacPorts] #14058: libidl doesn't install on MacIntel Leopard 10.5 In-Reply-To: <047.f6ea2786bba3b8249c6fa889285d4678@macosforge.org> References: <047.f6ea2786bba3b8249c6fa889285d4678@macosforge.org> Message-ID: <056.203885493002b797c45e645e351548d2@macosforge.org> #14058: libidl doesn't install on MacIntel Leopard 10.5 --------------------------------+------------------------------------------- Reporter: aldo@armiento.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => duplicate Comment: I believe this is the same bug as #14144. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:11:03 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:14:08 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.23739ee8aa20f5e2cb9c50152b7b79b2@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: aldo@armiento.com (added) Comment: I closed #14058 as a duplicate of this one. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:12:53 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:16:10 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.10e0c59f8ef39f67ad269f8b795fc924@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by ryandesign@macports.org): paul beard also [http://lists.macosforge.org/pipermail/macports- users/2008-February/008706.html reported] this problem on macports-users. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:15:58 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:18:01 2008 Subject: [MacPorts] #13494: Error building libidl In-Reply-To: <047.4303c66a471d557a63df33695edef130@macosforge.org> References: <047.4303c66a471d557a63df33695edef130@macosforge.org> Message-ID: <056.2435c812f245650d3f9dbc72fd664e43@macosforge.org> #13494: Error building libidl --------------------------------+------------------------------------------- Reporter: agarren@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * milestone: => Port Bugs Comment: Do you still see this problem with libidl 0.8.10? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:24:42 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:27:14 2008 Subject: [MacPorts] #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration In-Reply-To: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> References: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> Message-ID: <061.e5f435b22e9398e66d38845e41cf3905@macosforge.org> #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration -------------------------------------+-------------------------------------- Reporter: jerry.jalava@gmail.com | Owner: dluke@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -------------------------------------+-------------------------------------- Changes (by ryandesign@macports.org): * cc: imajes@macports.org (added) * owner: imajes@macports.org => dluke@macports.org Comment: No patch to the apache2 portfile should be necessary. There has been a [http://lists.macosforge.org/pipermail/macports- users/2008-February/008671.html long discussion on macports-users] in which it seems the problem is that apr was installed with MacPorts < 1.6.0 and now users are trying to install apache2 with MacPorts >= 1.6.0. MacPorts 1.6.0 changed the name of the compiler from "gcc" to "/usr/bin/gcc-4.0" and even though these are the same compiler, the libtool in apr doesn't know this, and complains. The solution is to rebuild apr with MacPorts 1.6.0. Daniel, I'm reassigning this to you since apr is your port. I see the current apr portfile 1.2.12 was last modified 2007-12-04 and MacPorts 1.6.0 was released 2007-12-16 so it's entirely possible that someone built apr 1.2.12 with MacPorts < 1.6.0. I believe the solution is to simply bump the revision number of the apr portfile by one, making no other changes, to force everyone to rebuild it so that we know it was built with MacPorts >= 1.6.0. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:34:56 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:37:58 2008 Subject: [MacPorts] #13648: mjpegtools 1.6.2 build failure: unable to infer tagged configuration In-Reply-To: <054.a6ff2662e11f5ce29801370a00395eed@macosforge.org> References: <054.a6ff2662e11f5ce29801370a00395eed@macosforge.org> Message-ID: <063.18a22a912a34b8149b580d070a36ab61@macosforge.org> #13648: mjpegtools 1.6.2 build failure: unable to infer tagged configuration ---------------------------------------+------------------------------------ Reporter: dougvreid@embarqmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * cc: boeyms@macports.org (added) Comment: In #13653 we seem to have learned that if libtool is built with MacPorts < 1.6.0 but you're now trying to build software using that libtool with MacPorts >= 1.6.0, then the "unable to infer tagged configuration" error will occur. To fix this, I bumped the revision of the libtool port in r33739, so that everyone is forced to rebuild it, so that we can be sure that it was built with MacPorts 1.6.0. This should solve the problem. Please wait at least 12 hours from the time of this message, then: {{{ $ sudo port selfupdate $ sudo port upgrade libtool $ sudo port clean --work mjpegtools $ sudo port install mjpegtools }}} Does it work? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 05:44:42 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 05:47:24 2008 Subject: [MacPorts] #12961: mjpegtools package broken In-Reply-To: <046.69a0d3d7c0a0bf67a90459b3b96ea3ce@macosforge.org> References: <046.69a0d3d7c0a0bf67a90459b3b96ea3ce@macosforge.org> Message-ID: <055.462a03847d77d0cd8b6366df3b67511a@macosforge.org> #12961: mjpegtools package broken -------------------------------+-------------------------------------------- Reporter: adamore@email.it | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: mjpegtools bug build broken -------------------------------+-------------------------------------------- Comment (by ryandesign@macports.org): adamore only said that mjpegtools was broken but did not give any specifics. But the error "unable to infer tagged configuration" should be fixed now; see #13648. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 06:45:28 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 06:48:38 2008 Subject: [MacPorts] #14176: gnustep-gui compiling error - build failure Message-ID: <051.846c3ad5625ce79fa72b46a2bf2c7e3e@macosforge.org> #14176: gnustep-gui compiling error - build failure -----------------------------------+---------------------------------------- Reporter: bubble_dancer@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -----------------------------------+---------------------------------------- I've tried to build GWorkspace. But, when building gnustep-gui, gcc-mp-4.2 says, "I cannot recognize option '-weak_framework'.". My system is, PowerBook G4 and MacOS X 10.5 Leopard(fresh install). {{{ $ sudo port install gnustep Password: ---> Building gnustep-gui 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_gnustep_gnustep-gui/work/gnustep-gui-0.12.0" && gnumake all messages=yes GNUSTEP_MAKEFILES=/opt/local/GNUstep/System/Library/Makefiles " returned error 2 Command output: cp -fr $f ./NamedPicker.bundle/Resources/; \ else \ echo "Warning: $f not found - ignoring"; \ fi; \ done Making all for bundle WheelPicker... for f in GSWheelColorPicker.tiff; do \ if [ -f $f -o -d $f ]; then \ cp -fr $f ./WheelPicker.bundle/Resources/; \ else \ echo "Warning: $f not found - ignoring"; \ fi; \ done Making all in KeyBindings... gnumake[1]: Nothing to be done for `all'. Making all in Resources... gnumake[1]: Nothing to be done for `all'. Making all in Printing... Making all in GSLPR... Making all for bundle GSLPR... gnumake[3]: Nothing to be done for `internal-bundle-all'. Making all in GSCUPS... Making all for bundle GSCUPS... gcc-mp-4.2 -fgnu-runtime -bundle -L/opt/local/lib -flat_namespace -undefined warning -o ./GSCUPS.bundle/./GSCUPS ./obj/GSCUPSPrincipalClass.o ./obj/GSCUPSPageLayout.o ./obj/GSCUPSPrintInfo.o ./obj/GSCUPSPrintOperation.o ./obj/GSCUPSPrintPanel.o ./obj/GSCUPSPrinter.o -L/opt/local/lib -L../../Source/./obj -L/opt/local/GNUstep/System/Library/Libraries/ -lcups -weak_framework Kerberos -framework CoreFoundation -framework Security -lz -lpthread -framework CoreFoundation -lgnustep-gui -lgnustep-base -lobjc -lm gcc-mp-4.2: Kerberos: No such file or directory gcc-mp-4.2: unrecognized option '-weak_framework' gnumake[3]: *** [GSCUPS.bundle/./GSCUPS] Error 1 gnumake[2]: *** [GSCUPS.all.bundle.variables] Error 2 gnumake[1]: *** [internal-all] Error 2 gnumake: *** [internal-all] Error 2 Error: The following dependencies failed to build: ArtResources gnustep- core gnustep-back gnustep-gui libart_lgpl GMastermind GMines GNUMail Etoile SQLClient Performance sqlite3 gawk dbus docbook-xml-4.1.2 xmlcatmgr xmlto docbook-xml-4.2 docbook-xsl getopt oniguruma5 poppler cairo gtk2 atk glib2 gtk-doc perl5.8 scrollkeeper docbook-xml docbook-xml-4.3 docbook- xml-4.4 docbook-xml-4.5 p5-xml-parser pango poppler-data Pantomime PRICE TalkSoup netclasses Yap.app ImageMagick bzip2 a2ps libtool psutils gworkspace system-preferences PreferencePanes windowmaker Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 07:49:37 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 07:52:43 2008 Subject: [MacPorts] #2193: RFE: let me specify -mcpu for all ports In-Reply-To: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> References: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> Message-ID: <061.84594282c44474f1b5f6cdc8b8e65682@macosforge.org> #2193: RFE: let me specify -mcpu for all ports -------------------------------------+-------------------------------------- Reporter: joseph8s@earthlink.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Low | Milestone: MacPorts base enhancements Component: base | Version: Resolution: | Keywords: -------------------------------------+-------------------------------------- Changes (by jmpp@macports.org): * cc: afb@macports.org (added) Comment: Anders, are those new settings hackable from Portfiles, macports.conf or both? -jmpp -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 07:49:50 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 07:53:03 2008 Subject: [MacPorts] #14175: Installing xfig fails: "Image error" In-Reply-To: <046.4b0e63effc198de2ea5b4ca1e6e5fd54@macosforge.org> References: <046.4b0e63effc198de2ea5b4ca1e6e5fd54@macosforge.org> Message-ID: <055.141ae1781181c5399bce75ea1aa6f09c@macosforge.org> #14175: Installing xfig fails: "Image error" -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: xfig -------------------------------+-------------------------------------------- Changes (by jmpp@macports.org): * priority: High => Normal -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:05:37 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:07:50 2008 Subject: [MacPorts] #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration In-Reply-To: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> References: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> Message-ID: <061.239280d80b038666129aa48bc07a5038@macosforge.org> #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration -------------------------------------+-------------------------------------- Reporter: jerry.jalava@gmail.com | Owner: dluke@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Changes (by dluke@macports.org): * status: new => closed * resolution: => fixed Comment: apr's revision bumped in r33741 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:20:27 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:23:29 2008 Subject: [MacPorts] #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration In-Reply-To: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> References: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> Message-ID: <061.8a333f1201889e9cf02b1175f89233cd@macosforge.org> #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration -------------------------------------+-------------------------------------- Reporter: jerry.jalava@gmail.com | Owner: dluke@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Comment (by ryandesign@macports.org): Thanks. And in case anyone was wondering, apr0 should not be affected since its version was already bumped on 2008-01-12. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:21:33 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:24:34 2008 Subject: [MacPorts] #13648: mjpegtools 1.6.2 build failure: unable to infer tagged configuration In-Reply-To: <054.a6ff2662e11f5ce29801370a00395eed@macosforge.org> References: <054.a6ff2662e11f5ce29801370a00395eed@macosforge.org> Message-ID: <063.5e74b3e8373137e48deadecb48b7a36b@macosforge.org> #13648: mjpegtools 1.6.2 build failure: unable to infer tagged configuration ---------------------------------------+------------------------------------ Reporter: dougvreid@embarqmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: I'm going to assume this fixes the issue. If it does not, please reopen this ticket. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:24:27 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:26:57 2008 Subject: [MacPorts] #12941: ImageMagick 6.3.6-2 build fails In-Reply-To: <064.6e75aaa87366bab4c0936db5b4286810@macosforge.org> References: <064.6e75aaa87366bab4c0936db5b4286810@macosforge.org> Message-ID: <073.9b17914da3828795a96ba46c1faab489@macosforge.org> #12941: ImageMagick 6.3.6-2 build fails -------------------------------------------------+-------------------------- Reporter: tracysflynn.combs33918@zoemail.net | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: worksforme | Keywords: -------------------------------------------------+-------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => worksforme Comment: Please re-open if you still see the issue with current versions of these ports. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:28:49 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:32:09 2008 Subject: [MacPorts] #11994: BUG: pysvn-1.5.1 not correctly installed In-Reply-To: <046.b0b2c2e112928198e7187341b573943e@macosforge.org> References: <046.b0b2c2e112928198e7187341b573943e@macosforge.org> Message-ID: <055.4e20f3045231f851aec6d1bc628fb242@macosforge.org> #11994: BUG: pysvn-1.5.1 not correctly installed -------------------------------+-------------------------------------------- Reporter: cunger@apple.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.4.42 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by yunzheng.hu@gmail.com): Did a clean install of Leopard with XCode tools, installed MacPorts 1.6 then installed 'py-svn' via ports. The only thing ports was failing on was SQLite3, but this was fixed by installing 'gmake' first and then do a clean+install of SQLite. {{{ [yun@magneto tmp]$ port installed The following ports are currently installed: apr @1.2.12_0+darwin_9 (active) apr-util @1.2.12_0 (active) db44 @4.4.20_1 (active) expat @2.0.1_0 (active) gawk @3.1.6_0 (active) gettext @0.17_3 (active) gmake @3.81_0 (active) libiconv @1.12_0 (active) ncurses @5.6_0 (active) ncursesw @5.6_1 (active) neon @0.26.4_0 (active) openssl @0.9.8g_0 (active) py-svn @1.5.1_0 (active) python24 @2.4.4_2+darwin_9 (active) readline @5.2.007_0+darwin_9 (active) sqlite3 @3.5.5_0 (active) subversion @1.4.6_0 (active) zlib @1.2.3_1 (active) }}} {{{ [yun@magneto tmp]$ cat test.py import pysvn client = pysvn.Client() client.checkout('http://macfuse.googlecode.com/svn/trunk/','/tmp/mac- fuse') }}} {{{ [yun@magneto tmp]$ /opt/local/bin/python2.4 test.py [yun@magneto tmp]$ ls /tmp/mac-fuse/ CHANGELOG.txt README.txt filesystems tools COPYING.txt core filesystems-objc HOWTO.txt doc meta }}} I can't seem to reproduce your problem, it is working fine here in Leopard and I know it also worked in Tiger. Must be something wrong in ports when you currently installed it. Maybe try reinstalling/upgrading the dependencies. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:35:50 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:38:50 2008 Subject: [MacPorts] #13941: dcraw tarball checksums failed In-Reply-To: <050.6c382afcaa7a0540cb75bc3db0316230@macosforge.org> References: <050.6c382afcaa7a0540cb75bc3db0316230@macosforge.org> Message-ID: <059.490756798c4646825107e8bbfdb8972e@macosforge.org> #13941: dcraw tarball checksums failed -----------------------------------+---------------------------------------- Reporter: swordangel@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: dcraw checksum -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org Comment: Looks like the developer did another stealth upgrade, as has already happened once before; see r32125. I was unable to find the old distfile online anywhere, so I [http://lists.macosforge.org/pipermail/macports- users/2008-February/008641.html asked on macports-users] and Harry Parker was kind enough to send it to me. diffing the old file with the new one currently available on the site, the only difference is in the way a manpage is installed: {{{ $ diff -ru 8.81_{1,2}/dcraw diff -ru 8.81_1/dcraw/install 8.81_2/dcraw/install --- 8.81_1/dcraw/install 2007-12-10 02:25:18.000000000 -0600 +++ 8.81_2/dcraw/install 2008-01-05 21:44:26.000000000 -0600 @@ -19,7 +19,7 @@ lang=`echo $langchar | cut -d. -f1` char=`echo $langchar | cut -d. -f2-` mkdir -p -m 755 $prefix/share/man/$lang/man1 - iconv -f utf-8 -t $char -o $prefix/share/man/$lang/man1/dcraw.1 dcraw_$lang.1 + iconv -f utf-8 -t $char dcraw_$lang.1 > $prefix/share/man/$lang/man1/dcraw.1 mkdir -p -m 755 $prefix/share/man/$lang.UTF-8/man1 cp dcraw_$lang.1 $prefix/share/man/$lang.UTF-8/man1/dcraw.1 mkdir -p -m 755 $prefix/share/locale/$lang/LC_MESSAGES $ }}} So this looks harmless, and in fact we probably don't need to increase the port revision. Just change the checksums and the dist_subdir. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:41:25 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:43:57 2008 Subject: [MacPorts] #13941: dcraw 8.81 tarball checksums failed In-Reply-To: <050.6c382afcaa7a0540cb75bc3db0316230@macosforge.org> References: <050.6c382afcaa7a0540cb75bc3db0316230@macosforge.org> Message-ID: <059.fe4c768f0cd9b268af0cec6c05c2b380@macosforge.org> #13941: dcraw 8.81 tarball checksums failed -----------------------------------+---------------------------------------- Reporter: swordangel@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: dcraw checksum -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed * summary: dcraw tarball checksums failed => dcraw 8.81 tarball checksums failed Comment: Fixed in r33745. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 08:49:50 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 08:52:53 2008 Subject: [MacPorts] #14178: Feature Request: show default_variants in "port variants foobar" Message-ID: <048.bb2e35ac771ae67b9d76bab86f526b8a@macosforge.org> #14178: Feature Request: show default_variants in "port variants foobar" --------------------------------+------------------------------------------- Reporter: themolok@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: base | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- I tried to write a patch for it, but I failed (I never wrote a single line of tcl, and I'm a pretty lame programmer), anyway, I think it's really trivial for who knows the port (the tcl script) codebase. Now, for example, "port variants git-core" returns (note that doc is in default_variants): {{{ git-core has the variants: universal doc: Install HTML and plaintext documentation svn: Bi-directional subversion repository support }}} I'd like to have something like: {{{ git-core has the variants: universal doc: Install HTML and plaintext documentation (default) svn: Bi-directional subversion repository support }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:11:38 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:14:12 2008 Subject: [MacPorts] #13359: BUG: zsh-devel is built against /usr/include/curses.h and linked with MacPorts ncurses In-Reply-To: <049.d4e32886cc284e34c106e827cbc5cd02@macosforge.org> References: <049.d4e32886cc284e34c106e827cbc5cd02@macosforge.org> Message-ID: <058.4e9cf786920e5b1d39e5a78085cc5927@macosforge.org> #13359: BUG: zsh-devel is built against /usr/include/curses.h and linked with MacPorts ncurses ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: nox@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * status: reopened => closed * resolution: => fixed Comment: r33751. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:11:13 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:14:23 2008 Subject: [MacPorts] #14173: UPDATE: zsh-devel 4.3.5 In-Reply-To: <049.4cd642152c6c38b01cba10ee1f8df2fb@macosforge.org> References: <049.4cd642152c6c38b01cba10ee1f8df2fb@macosforge.org> Message-ID: <058.de27556aa8c5ce39cf976235e2e31463@macosforge.org> #14173: UPDATE: zsh-devel 4.3.5 ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: nox@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => fixed Comment: r33751. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:15:42 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:18:14 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.7781342765103718c705e4e0e88e47e5@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Changes (by nox@macports.org): * owner: macports-tickets@lists.macosforge.org => nox@macports.org * summary: Gnucash install compilation fails => avahi fails to find Python gtk module Comment: Please attach the config.log file located in {{{$(port dir avahi)/work}}} to the ticket and paste the output of "port installed py25-gtk" -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:16:19 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:18:49 2008 Subject: [MacPorts] #2193: RFE: let me specify -mcpu for all ports In-Reply-To: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> References: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> Message-ID: <061.3e095d804c204dc1a105c0fd4bc7d49b@macosforge.org> #2193: RFE: let me specify -mcpu for all ports -------------------------------------+-------------------------------------- Reporter: joseph8s@earthlink.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Low | Milestone: MacPorts base enhancements Component: base | Version: Resolution: | Keywords: -------------------------------------+-------------------------------------- Comment (by afb@macports.org): Not yet. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:30:05 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:33:06 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.bb96886e29dac13f34ff28a7dec466e8@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by asmarin@us.es): And py25-gtk sh-3.2# port -d installed py25-gtk The following ports are currently installed: py25-gtk @2.12.1_0+darwin_9 (active) sh-3.2# -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:33:43 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:36:43 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.733af679d02b972e97ca775fc3518b4e@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by nox@macports.org): Then, what does "port contents py25-gtk | grep /lib/python2.5/site- packages" output? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:38:14 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:40:44 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.0738865dca4e46ac69c2f7a8e3786ecc@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by asmarin@us.es): sh-3.2# port contents py25-gtk | grep /lib/python2.5/site- /opt/local/lib/python2.5/site-packages/gtk-2.0/atk.la /opt/local/lib/python2.5/site-packages/gtk-2.0/atk.so /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.pyc /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.pyo /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.la /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.so /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_lazyutils.py /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_lazyutils.pyc /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_lazyutils.pyo /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/compat.py /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/compat.pyc /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/compat.pyo /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/deprecation.py /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/deprecation.pyc /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/deprecation.pyo /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/glade.la /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/glade.so /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/keysyms.py /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/keysyms.pyc /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/keysyms.pyo /opt/local/lib/python2.5/site-packages/gtk-2.0/gtkunixprint.la /opt/local/lib/python2.5/site-packages/gtk-2.0/gtkunixprint.so /opt/local/lib/python2.5/site-packages/gtk-2.0/pango.la /opt/local/lib/python2.5/site-packages/gtk-2.0/pango.so /opt/local/lib/python2.5/site-packages/gtk-2.0/pangocairo.la /opt/local/lib/python2.5/site-packages/gtk-2.0/pangocairo.so -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 09:42:35 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 09:45:38 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.a749c6c8a186dc92dee703d728cd2db9@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by nox@macports.org): run: {{{ sudo port clean avahi sudo port install avahi }}} and tell us if it solved the problem itself. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 10:02:43 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 10:04:46 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.ab607d4481fdd034c989458d38c9845e@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by asmarin@us.es): Has same problem... Any tip more? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 10:16:41 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 10:18:45 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.31aeb463261f9ff7baf59bd8b73a438e@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by jmpp@macports.org): To the original poster: that original paste was unnecessarily large and badly formatted. Next time please read our [http://guide.macports.org/#project.tickets ticketing guidelines] (also linked off the top, right corner in every newticket page) before filing tickets and try trimming whatever terminal output you're including to the relevant parts, even if submitting it as an attachment (there was an incredible lot of redundant information in the paste). I've tried trimming it myself; sorry if I ripped out something important, but the ticket was simply unmanageable (posts to the tickets list even got rejected). Thanks! -jmpp -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 10:19:00 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 10:22:12 2008 Subject: [MacPorts] #11994: BUG: pysvn-1.5.1 not correctly installed In-Reply-To: <046.b0b2c2e112928198e7187341b573943e@macosforge.org> References: <046.b0b2c2e112928198e7187341b573943e@macosforge.org> Message-ID: <055.f4f885f81a308c500cf3a8e5fe83840d@macosforge.org> #11994: BUG: pysvn-1.5.1 not correctly installed -------------------------------+-------------------------------------------- Reporter: cunger@apple.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.4.42 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by jmpp@macports.org): * priority: High => Normal Old description: > Traceback (most recent call last): > File "/Users/christian/Desktop/test_py_svn.py", line 5, in __main__ > import pysvn > File "/opt/local/lib/python2.4/site-packages/pysvn/__init__.py", line > 101, in ? > import _pysvn_2_4 > ImportError: Failure linking new module: /opt/local/lib/python2.4/site- > packages/pysvn/_pysvn_2_4.so: Library not loaded: > @executable_path/../Frameworks/Python.framework/Versions/2.4/Python > Referenced from: /opt/local/lib/python2.4/site- > packages/pysvn/_pysvn_2_4.so > Reason: image not found > > MacBookPro@2.16GHz CoreDuo, 2GB RAM New description: {{{ Traceback (most recent call last): File "/Users/christian/Desktop/test_py_svn.py", line 5, in __main__ import pysvn File "/opt/local/lib/python2.4/site-packages/pysvn/__init__.py", line 101, in ? import _pysvn_2_4 ImportError: Failure linking new module: /opt/local/lib/python2.4/site- packages/pysvn/_pysvn_2_4.so: Library not loaded: @executable_path/../Frameworks/Python.framework/Versions/2.4/Python Referenced from: /opt/local/lib/python2.4/site- packages/pysvn/_pysvn_2_4.so Reason: image not found }}} MacBookPro@2.16GHz CoreDuo, 2GB RAM -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 10:22:29 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 10:25:31 2008 Subject: [MacPorts] #14178: Feature Request: show default_variants in "port variants foobar" In-Reply-To: <048.bb2e35ac771ae67b9d76bab86f526b8a@macosforge.org> References: <048.bb2e35ac771ae67b9d76bab86f526b8a@macosforge.org> Message-ID: <057.9ece3f7e0ef1ba3a109b9978c8ca63a0@macosforge.org> #14178: Feature Request: show default_variants in "port variants foobar" ---------------------------------+------------------------------------------ Reporter: themolok@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by jmpp@macports.org): * milestone: => MacPorts base bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 12:06:34 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 12:09:42 2008 Subject: [MacPorts] #14179: gtk2: cannot open display: (RuntimeError) Message-ID: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> #14179: gtk2: cannot open display: (RuntimeError) --------------------------------+------------------------------------------- Reporter: gjznituv@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- After installing gtk2 for ruby (rb-gnome), I'm trying to run a script that tries to open the display - e.g. rsqlitegui.rb ([http://rsqlitegui.rubyforge.org/]) or simply run: {{{ [~] ruby -e "require 'gtk2'" }}} I then get the same error every time: {{{ /opt/local/lib/ruby/vendor_ruby/1.8/gtk2.rb:13:in `init': cannot open display: (RuntimeError) }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 12:12:39 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 12:15:40 2008 Subject: [MacPorts] #14179: gtk2: cannot open display: (RuntimeError) In-Reply-To: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> References: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> Message-ID: <057.b67b0d186b4b5869f151b67187436a57@macosforge.org> #14179: gtk2: cannot open display: (RuntimeError) ---------------------------------+------------------------------------------ Reporter: gjznituv@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 12:16:27 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 12:19:30 2008 Subject: [MacPorts] #14179: gtk2: cannot open display: (RuntimeError) In-Reply-To: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> References: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> Message-ID: <057.286127874ef6339a9dbe5091f72a9c80@macosforge.org> #14179: gtk2: cannot open display: (RuntimeError) ---------------------------------+------------------------------------------ Reporter: gjznituv@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by ram@macports.org): What platform is this on? If it's Leopard have you installed the X11 update from http://xquartz.macosforge.org? Also what is your ```$DISPLAY``` variable set to? It should be of the form ```/tmp/launch-rgfV7K/:0``` on Leopard. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 12:20:01 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 12:22:02 2008 Subject: [MacPorts] #12851: libwww fails to build In-Reply-To: <046.db1ec2503fdeb9e17d940a685ecd5c00@macosforge.org> References: <046.db1ec2503fdeb9e17d940a685ecd5c00@macosforge.org> Message-ID: <055.eb7c340835fc057226b3d5e9953b60fd@macosforge.org> #12851: libwww fails to build -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: libwww -------------------------------+-------------------------------------------- Comment (by 49pq6g2xc7hbfzw@mail.svenz.eu): libwww fails to build on Macports 1.6 too. Run it on 10.4.11 PPC. Error occurs during make, seems to be the one stated in initial post. Full error message/building log can be found here: http://pastebin.ca/891632 Installed ports can be found here: http://pastebin.ca/891627 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 12:50:08 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 12:52:39 2008 Subject: [MacPorts] #14180: boost-jam update Message-ID: <050.fabcf1bb99386dccd8d9d9b0c9c1f799@macosforge.org> #14180: boost-jam update ----------------------------------+----------------------------------------- Reporter: jon.olsson@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | ----------------------------------+----------------------------------------- See attached patch -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 12:54:05 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 12:57:07 2008 Subject: [MacPorts] #14180: boost-jam update In-Reply-To: <050.fabcf1bb99386dccd8d9d9b0c9c1f799@macosforge.org> References: <050.fabcf1bb99386dccd8d9d9b0c9c1f799@macosforge.org> Message-ID: <059.df89541b6740f0697df51dd7ea6ad5b3@macosforge.org> #14180: boost-jam update -----------------------------------+---------------------------------------- Reporter: jon.olsson@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by jon.olsson@gmail.com): Also includes update to boost-build. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 12:59:37 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 13:02:07 2008 Subject: [MacPorts] #2193: RFE: let me specify -mcpu for all ports In-Reply-To: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> References: <052.dd0d69345892424ee02e133e85b8c436@macosforge.org> Message-ID: <061.f1b9335d22e85c3512e23add3e0c159f@macosforge.org> #2193: RFE: let me specify -mcpu for all ports -------------------------------------+-------------------------------------- Reporter: joseph8s@earthlink.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Low | Milestone: MacPorts base enhancements Component: base | Version: Resolution: | Keywords: -------------------------------------+-------------------------------------- Changes (by pipping@macports.org): * cc: pipping@macports.org (removed) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 13:23:48 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 13:26:50 2008 Subject: [MacPorts] #14181: Option to not write state for simple operations Message-ID: <049.829c70abc2f8d5ccf5f836796b9e982d@macosforge.org> #14181: Option to not write state for simple operations ---------------------------------+------------------------------------------ Reporter: wsiegrist@apple.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Keywords: port options state | ---------------------------------+------------------------------------------ Some operations, like lint, who perform a simple read-only operation do not really need a lot of state tracking. It would be nice to have an option that prevents writing to the state file during this operation. This can help do some things with the port command without root (write) privileges. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 13:27:34 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 13:30:04 2008 Subject: [MacPorts] #13063: kdepim3 3.5.8_0 won't build In-Reply-To: <049.41c7d3c69ad0f285ae9336ecd57a9801@macosforge.org> References: <049.41c7d3c69ad0f285ae9336ecd57a9801@macosforge.org> Message-ID: <058.7315de3f73f1c9c5a721372ed4b8e540@macosforge.org> #13063: kdepim3 3.5.8_0 won't build ----------------------------------+----------------------------------------- Reporter: breacher@telenet.be | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: kde kdepim 3.5.8 ----------------------------------+----------------------------------------- Comment (by syrabo@wurzelstein.de): A solution found on: http://grey.colorado.edu/oreilly/index.php/KDE_on_Mac quote: {{{ cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepim3/work/kdepim-3.5.8/kresources/featureplan/kresources/featureplan/ ../../kode/kxml_compiler/kxml_compiler --custom-parser /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepim3/work/kdepim-3.5.8/kresources/featureplan /kde-features.rng }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 13:42:14 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 13:44:57 2008 Subject: [MacPorts] #14179: gtk2: cannot open display: (RuntimeError) In-Reply-To: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> References: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> Message-ID: <057.60cd1affd733a65ffcd710d63e11cea7@macosforge.org> #14179: gtk2: cannot open display: (RuntimeError) ---------------------------------+------------------------------------------ Reporter: gjznituv@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by gjznituv@gmail.com): I'm on Leopard, 10.5.1. I haven't installed the X11 update. Should I? Or is that something that breaks gtk2? My $DISPLAY may have gone awry: {{{ [~] echo $DISPLAY :0.0 [~] /tmp/launch launch-1kcZ0I/ launch-Zf7Gla/ launchd-213.s2eVAU/ launchd-59.kte9k3/ launch-5QOTXc/ launchd-129.Duln8W/ launchd-216.PGV2fl/ launchd-6782.JEBM94/ }}} What should I do about it? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 14:20:05 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 14:22:42 2008 Subject: [MacPorts] #14182: yelp cannot be installed due to its dependency on firefox-x11 Message-ID: <049.64d81305dfa3079f15dc093430190202@macosforge.org> #14182: yelp cannot be installed due to its dependency on firefox-x11 ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ yelp depends on the obsolete port firefox-x11, which cannot be built. This dependency is unnecessary (a libxul port should be created instead). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 14:26:25 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 14:29:29 2008 Subject: [MacPorts] #14181: Option to not write state for simple operations In-Reply-To: <049.829c70abc2f8d5ccf5f836796b9e982d@macosforge.org> References: <049.829c70abc2f8d5ccf5f836796b9e982d@macosforge.org> Message-ID: <058.46a5d7dc8e59b33c870c79ee975a6c6c@macosforge.org> #14181: Option to not write state for simple operations ----------------------------------+----------------------------------------- Reporter: wsiegrist@apple.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: duplicate | Keywords: port options state ----------------------------------+----------------------------------------- Changes (by afb@macports.org): * status: new => closed * resolution: => duplicate Comment: Sounds just like #13458 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 14:29:13 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 14:32:16 2008 Subject: [MacPorts] #14179: gtk2: cannot open display: (RuntimeError) In-Reply-To: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> References: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> Message-ID: <057.3c163ced851fdeadb34ad4f2f217ada1@macosforge.org> #14179: gtk2: cannot open display: (RuntimeError) ---------------------------------+------------------------------------------ Reporter: gjznituv@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by ram@macports.org): There's a bug in Leopard's libX11 that causes it to crash on most gtk apps so I'd definitely advise installing the update. Regarding ```$DISPLAY```: you're setting ```$DISPLAY``` somewhere in your setup scripts and need to remove it, running the following should indicate where: {{{ $ grep DISPLAY ~/.*rc ~/.login ~/.*profile ~/.MacOSX/ environment.plist 2>/dev/null }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 14:54:00 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 14:56:00 2008 Subject: [MacPorts] #14183: Updated rb-plruby for Postgres 8.3 Message-ID: <046.832ae24057db45a00e02de3641e6a995@macosforge.org> #14183: Updated rb-plruby for Postgres 8.3 ------------------------------+--------------------------------------------- Reporter: sixtus@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- Just works as advertised. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 15:22:28 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 15:25:29 2008 Subject: [MacPorts] #14183: Updated rb-plruby for Postgres 8.3 In-Reply-To: <046.832ae24057db45a00e02de3641e6a995@macosforge.org> References: <046.832ae24057db45a00e02de3641e6a995@macosforge.org> Message-ID: <055.218e62ee537f68949d94334a5c2d8cc3@macosforge.org> #14183: Updated rb-plruby for Postgres 8.3 -------------------------------+-------------------------------------------- Reporter: sixtus@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Enhancements -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 15:51:49 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 15:54:22 2008 Subject: [MacPorts] #4559: BUG: compile error when installing postgresql8 after unixODBC In-Reply-To: <051.e40d1dd98e40760583164bcc68f0cd5d@macosforge.org> References: <051.e40d1dd98e40760583164bcc68f0cd5d@macosforge.org> Message-ID: <060.3fac04d6bd0cd502b0d2cca451d47588@macosforge.org> #4559: BUG: compile error when installing postgresql8 after unixODBC ------------------------------------+--------------------------------------- Reporter: erickt@dslextreme.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: ------------------------------------+--------------------------------------- Comment (by nerdrew@gmail.com): I'm having this same problem with postgesql83 as well. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 15:53:07 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 15:55:10 2008 Subject: [MacPorts] #13458: Lint and Livecheck targets should not require root access In-Reply-To: <049.5140c7d2aeba19dc22854d8fa1d77080@macosforge.org> References: <049.5140c7d2aeba19dc22854d8fa1d77080@macosforge.org> Message-ID: <058.e00e1390223ff5eac926ea17ef25a4a1@macosforge.org> #13458: Lint and Livecheck targets should not require root access ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: lint livecheck ----------------------------------+----------------------------------------- Comment (by wsiegrist@apple.com): The problem with lint at least seems to be the need to write to the state file which is in the build area and requires root privileges to write to. These sort of operations dont affect the state of the port so the file shouldnt be written to, IMO. Sorry if this is already obvious to the devs but I wanted to comment here since I ran into the issue and my ticket was marked a dup of this one. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 16:20:37 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 16:26:46 2008 Subject: [MacPorts] #14184: cabextract-1.2 website change Message-ID: <049.986a139c25f1e16a41f83a43c974f073@macosforge.org> #14184: cabextract-1.2 website change ---------------------------------+------------------------------------------ Reporter: edbarnard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ Hi I tried installing the cabextract port recently. ports could not download the tarball because the website seems to be gone (403 error). The new site for the project looks to be http://www.cabextract.org.uk/. I have attached a diff for the cabextract Portfile which fixes the problem. -Ed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 16:38:46 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 16:41:55 2008 Subject: [MacPorts] #14184: cabextract-1.2 website change In-Reply-To: <049.986a139c25f1e16a41f83a43c974f073@macosforge.org> References: <049.986a139c25f1e16a41f83a43c974f073@macosforge.org> Message-ID: <058.8928c0748a38299d2cdf7f0d59b47bd2@macosforge.org> #14184: cabextract-1.2 website change ----------------------------------+----------------------------------------- Reporter: edbarnard@gmail.com | Owner: boeyms@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * owner: macports-tickets@lists.macosforge.org => boeyms@macports.org Comment: assign to maintainer -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 18:12:15 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 18:14:45 2008 Subject: [MacPorts] #14141: Guide should say what characters are valid in variant names In-Reply-To: <053.2d3197326bebde4a7191876b1c2e3c36@macosforge.org> References: <053.2d3197326bebde4a7191876b1c2e3c36@macosforge.org> Message-ID: <062.29578df0c62d7cf701ea2bbb4538f489@macosforge.org> #14141: Guide should say what characters are valid in variant names --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: markd@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by markd@macports.org): Okay, take a look at r33774 and r33775 and see how that looks. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 19:24:21 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 19:27:22 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build Message-ID: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> #14185: teTeX 3.0_5 fails to build --------------------------------+------------------------------------------- Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: teTeX;gnuplot;link | --------------------------------+------------------------------------------- I have teTeX installed 3.0_4 installed and I have tried to upgrade to 3.0_5 but I get the follow error: /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o 1/lib -L/opt/local/lib ./gui/libgui.a ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a -L/usr/X11R6 -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -liconv -lXpm -lX11 -lXau -lXdmcp ../kpathsea/.libs/libkpathsea.a -lm i686-apple-darwin9-gcc-4.0.1: 1/lib: No such file or directory make[2]: *** [xdvi-xaw.bin] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: Unable to upgrade port: 1 Frankly I am a little confused about what is installing teTeX at the moment. If I do: >port dependents teTeX gnuplot depends on teTeX but if I do: >port info gnuplot I see texlive_base but not teTeX. And I don't currently have texlive installed. For what it is worth, I see this ticket has discussions of changing over from teTeX to texlive: http://trac.macports.org/projects/macports/ticket/12913 So could this problem have something to do with the transition? and my error is the same as this: http://www.nabble.com/tetex-won't -build-on-my-mbp-c2d-running-Leopard-td14851060.html but it seems that he didn't file a ticket. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 19:36:36 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 19:39:36 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.c86683b74817eb3661dd00f1964879c5@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Old description: > I have teTeX installed 3.0_4 installed and I have tried to upgrade to > 3.0_5 but I get the follow error: > > /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o > encodings.o events.o filehist.o font-open.o gf.o hypertex.o image- > magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print- > internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search- > internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver- > info.o x_util.o 1/lib -L/opt/local/lib ./gui/libgui.a > ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a > -L/usr/X11R6 -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext > -liconv -lXpm -lX11 -lXau -lXdmcp ../kpathsea/.libs/libkpathsea.a -lm > i686-apple-darwin9-gcc-4.0.1: 1/lib: No such file or directory > make[2]: *** [xdvi-xaw.bin] Error 1 > make[1]: *** [all] Error 1 > make: *** [all] Error 1 > > Error: Unable to upgrade port: 1 > > Frankly I am a little confused about what is installing teTeX at the > moment. > If I do: > >port dependents teTeX > gnuplot depends on teTeX > > but if I do: > >port info gnuplot > I see texlive_base but not teTeX. And I don't currently have texlive > installed. > > For what it is worth, I see this ticket has discussions of changing over > from teTeX to texlive: > http://trac.macports.org/projects/macports/ticket/12913 > So could this problem have something to do with the transition? > and my error is the same as this: http://www.nabble.com/tetex-won't > -build-on-my-mbp-c2d-running-Leopard-td14851060.html but it seems that he > didn't file a ticket. New description: I have teTeX installed 3.0_4 installed and I have tried to upgrade to 3.0_5 but I get the follow error: {{{ /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o 1/lib -L/opt/local/lib ./gui/libgui.a ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a -L/usr/X11R6 -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -liconv -lXpm -lX11 -lXau -lXdmcp ../kpathsea/.libs/libkpathsea.a -lm i686-apple-darwin9-gcc-4.0.1: 1/lib: No such file or directory make[2]: *** [xdvi-xaw.bin] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: Unable to upgrade port: 1 }}} Frankly I am a little confused about what is installing teTeX at the moment. If I do: {{{ port dependents teTeX gnuplot depends on teTeX }}} but if I do: {{{ port info gnuplot }}} I see texlive_base but not teTeX. And I don't currently have texlive installed. For what it is worth, I see this ticket has discussions of changing over from teTeX to texlive: #12913. So could this problem have something to do with the transition? and my error is the same as this: http://www.nabble.com/tetex-won't -build-on-my-mbp-c2d-running-Leopard-td14851060.html but it seems that he didn't file a ticket. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 20:41:57 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 20:44:59 2008 Subject: [MacPorts] #14186: gimp_wire_read() error Message-ID: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> #14186: gimp_wire_read() error ------------------------------+--------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: gimp | ------------------------------+--------------------------------------------- Running port on a g4 powerbook 15" Does not prevent Gimp from performing regular manipulations Full error messages: Bagheera-Resurrected:opt wyattbordewyk$ gimp Skipping duplicate plug-in: '/opt/local/lib/gimp/2.0/plug-ins/fourier' Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/py-slice.py", line 31, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line 17, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/palette-sort.py", line 17, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/palette-offset.py", line 17, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/happy-valley-relief.py", line 20, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/gimpcons.py", line 20, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/foggify.py", line 20, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/colorxhtml.py", line 25, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 20:47:57 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 20:50:58 2008 Subject: [MacPorts] #14164: Describe macports.conf setting buildmakejobs in guide In-Reply-To: <053.20e38cfba77807639ab433f10c5191d3@macosforge.org> References: <053.20e38cfba77807639ab433f10c5191d3@macosforge.org> Message-ID: <062.95e5a703921b9392a7b0bc22ea48677b@macosforge.org> #14164: Describe macports.conf setting buildmakejobs in guide --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: markd@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by markd@macports.org): I clarified it in r33778, and updated macport.conf.in comments referring to buildmakejobs variable in r33776. But the macport.conf section (to become the new macports.conf.5) has not been written yet. The .conf file sections in the "MP internals" section is only intended as a summary of the configuration files present. When the macports.conf.5 file is written, the comments (or something similar) will be incorporated into the man page section and hopefully fulfill your request. Does that sound reasonable? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 20:50:24 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 20:53:25 2008 Subject: [MacPorts] #14186: gimp_wire_read() error In-Reply-To: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> References: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> Message-ID: <055.b66a6f2681e25c1ed3e1969d05c66296@macosforge.org> #14186: gimp_wire_read() error -------------------------------+-------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gimp -------------------------------+-------------------------------------------- Old description: > Running port on a g4 powerbook 15" Does not prevent Gimp from performing > regular manipulations > Full error messages: > Bagheera-Resurrected:opt wyattbordewyk$ gimp > Skipping duplicate plug-in: '/opt/local/lib/gimp/2.0/plug-ins/fourier' > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/py-slice.py", line 31, in > > from gimpfu import * > File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line > 17, in > from gimpfu import * > File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/palette-sort.py", line 17, in > > from gimpfu import * > File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/palette-offset.py", line 17, in > > from gimpfu import * > File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/happy-valley-relief.py", line > 20, in > from gimpfu import * > File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/gimpcons.py", line 20, in > > from gimpfu import * > File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/foggify.py", line 20, in > > from gimpfu import * > File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error > Traceback (most recent call last): > File "/opt/local/lib/gimp/2.0/plug-ins/colorxhtml.py", line 25, in > > import gimp > ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol > not found: _PyGimpChannel_Type > Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so > Expected in: flat namespace > > (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error New description: Running port on a g4 powerbook 15" Does not prevent Gimp from performing regular manipulations Full error messages: {{{ Bagheera-Resurrected:opt wyattbordewyk$ gimp Skipping duplicate plug-in: '/opt/local/lib/gimp/2.0/plug-ins/fourier' Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/py-slice.py", line 31, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line 17, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/palette-sort.py", line 17, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/palette-offset.py", line 17, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/happy-valley-relief.py", line 20, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/gimpcons.py", line 20, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/foggify.py", line 20, in from gimpfu import * File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/opt/local/lib/gimp/2.0/plug-ins/colorxhtml.py", line 25, in import gimp ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace (gimp:81717): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 20:53:12 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 20:55:41 2008 Subject: [MacPorts] #14094: update parrot to release 0.5.2 In-Reply-To: <045.2761e5ab4e2e0f7b555d21bfa880e425@macosforge.org> References: <045.2761e5ab4e2e0f7b555d21bfa880e425@macosforge.org> Message-ID: <054.e4084e2f128cda5b6d80fe1e33fd5971@macosforge.org> #14094: update parrot to release 0.5.2 ------------------------------+--------------------------------------------- Reporter: will@coleda.com | Owner: bfulgham@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------+--------------------------------------------- Comment (by will@coleda.com): This was assigned to the maintainer more than 72 hours ago but has yet to be applied. Can someone else with commit bits look at the patch? Thanks in advance. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 22:42:48 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 22:45:51 2008 Subject: [MacPorts] #14187: py-sip 4.7.3 for Python 2.5 Message-ID: <056.0ee15c61292346b80a478885ad41befe@macosforge.org> #14187: py-sip 4.7.3 for Python 2.5 ----------------------------------------+----------------------------------- Reporter: endlesscake-code@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ----------------------------------------+----------------------------------- The attached Portfile updates the current py-sip port to use Python 2.5 and py-sip 4.7.3. The patch file is the same. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 23:11:14 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 23:14:14 2008 Subject: [MacPorts] #14188: wish coredumps when provided arguments Message-ID: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> #14188: wish coredumps when provided arguments ---------------------------------+------------------------------------------ Reporter: mightyd@jetcafe.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ When provided arguments, wish will give a bus error: {{{ > wish -v Bus error > gdb wish GNU gdb 6.1-20040303 (Apple version gdb-437) (Sun Dec 25 08:26:53 GMT 2005) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries .............. done (gdb) set args -v (gdb) run Starting program: /opt/local/bin/wish -v Reading symbols for shared libraries ......+++++++++ done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000002 0x0b004c07 in Tk_ParseArgv () (gdb) bt #0 0x0b004c07 in Tk_ParseArgv () #1 0x0b031eab in Initialize () #2 0x00004c76 in Tcl_AppInit () #3 0x0b022b71 in Tk_MainEx () #4 0x00004c53 in main () > otool -L `which wish` /opt/local/bin/wish: /opt/local/lib/libtk8.5.dylib (compatibility version 8.5.0, current version 8.5.0) /opt/local/lib/libtcl8.5.dylib (compatibility version 8.5.0, current version 8.5.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 368.32.0) /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current version 6.2.0) /usr/X11R6/lib/libXss.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0, current version 6.4.0) /opt/local/lib/libXft.2.dylib (compatibility version 4.0.0, current version 4.2.0) /opt/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.16.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /opt/local/lib/libfontconfig.1.dylib (compatibility version 4.0.0, current version 4.0.0) /opt/local/lib/libexpat.1.dylib (compatibility version 7.0.0, current version 7.2.0) /opt/local/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.9) }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 23:11:20 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 23:14:18 2008 Subject: [MacPorts] #14187: py-sip 4.7.3 for Python 2.5 In-Reply-To: <056.0ee15c61292346b80a478885ad41befe@macosforge.org> References: <056.0ee15c61292346b80a478885ad41befe@macosforge.org> Message-ID: <065.064cd2eea714731e6319f4ac02ba27dc@macosforge.org> #14187: py-sip 4.7.3 for Python 2.5 -----------------------------------------+---------------------------------- Reporter: endlesscake-code@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------------+---------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Updates -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 23:25:30 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 23:27:29 2008 Subject: [MacPorts] #14188: wish coredumps when provided arguments In-Reply-To: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> References: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> Message-ID: <058.060934e0221479bc029cfbf1da406e55@macosforge.org> #14188: wish coredumps when provided arguments ----------------------------------+----------------------------------------- Reporter: mightyd@jetcafe.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by jmpp@macports.org): * priority: High => Normal * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Mon Feb 4 23:36:18 2008 From: trac at macosforge.org (MacPorts) Date: Mon Feb 4 23:39:18 2008 Subject: [MacPorts] #14186: gimp_wire_read() error In-Reply-To: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> References: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> Message-ID: <055.9a069709e031da3eaa815e47901cc384@macosforge.org> #14186: gimp_wire_read() error -------------------------------+-------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gimp -------------------------------+-------------------------------------------- Comment (by gui_dos@macports.org): What's the output of 'port installed py*' ? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 00:22:30 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 00:25:31 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.3ef1a0fda44b5b1caa732f9e726f767b@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by todmorrison@gmail.com): The problem is that lexer.c is not being properly created from lexer.l by the macports version of flex. I hacked around the problem by manually generating lexer.c using the system version of lex (/usr/bin/lex), but this is not really a solution. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 00:47:15 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 00:50:15 2008 Subject: [MacPorts] #14179: gtk2: cannot open display: (RuntimeError) In-Reply-To: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> References: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> Message-ID: <057.51f383c65dbf4c230687261e498c0f49@macosforge.org> #14179: gtk2: cannot open display: (RuntimeError) ---------------------------------+------------------------------------------ Reporter: gjznituv@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by gjznituv@gmail.com): Thanks. "export DISPLAY=:0.0" somehow found its way into my .profile, not sure how. I removed it and it works now. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 01:53:19 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 01:56:19 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.601e6ba40be4c60c1d9bbe2a43f8cef3@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by josh+macports@root.id.au): You have a library directory somewhere that ends in " 1", i.e. it has a space in its name, like "/usr/lib/ruby 1" or "/usr/X11R6 1". I suspect it's a backup copy created by the Leopard or XCode 3 installer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 01:55:54 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 01:58:53 2008 Subject: [MacPorts] #14189: [PATCH] Add support for the Mac OS X keychain to msmtp Message-ID: <050.33bbf1792e694300eb4daa70dd986d67@macosforge.org> #14189: [PATCH] Add support for the Mac OS X keychain to msmtp ----------------------------------+----------------------------------------- Reporter: jaysoffian@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: msmtp | ----------------------------------+----------------------------------------- The attached patch adds support for the Mac OS X keychain to msmtp-1.4.13. I've sent the patch upstream so it hopefully gets added to the official source at some point. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 01:58:14 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 02:01:15 2008 Subject: [MacPorts] #14189: [PATCH] Add support for the Mac OS X keychain to msmtp In-Reply-To: <050.33bbf1792e694300eb4daa70dd986d67@macosforge.org> References: <050.33bbf1792e694300eb4daa70dd986d67@macosforge.org> Message-ID: <059.1c09b414b213d852cca4100ecee202ec@macosforge.org> #14189: [PATCH] Add support for the Mac OS X keychain to msmtp -----------------------------------+---------------------------------------- Reporter: jaysoffian@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: msmtp -----------------------------------+---------------------------------------- Comment (by jaysoffian@gmail.com): BTW, not sure how MacPorts likes to handle configure.ac changes. Obviously after applying the patch autoconf/autoheader need to be run. Tested on 10.5.1 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 02:18:20 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 02:21:20 2008 Subject: [MacPorts] #14179: gtk2: cannot open display: (RuntimeError) In-Reply-To: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> References: <048.c9fd70cc4d3df1d6365727b4dbe37eeb@macosforge.org> Message-ID: <057.3ae4b9dc72d2887ddd9e1a51a99785ae@macosforge.org> #14179: gtk2: cannot open display: (RuntimeError) ---------------------------------+------------------------------------------ Reporter: gjznituv@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: ---------------------------------+------------------------------------------ Changes (by raimue@macports.org): * status: new => closed * resolution: => invalid -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 03:10:08 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 03:13:09 2008 Subject: [MacPorts] #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes Message-ID: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ---------------------------------------+------------------------------------ Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ---------------------------------------+------------------------------------ with git-core @1.5.3.7_0+doc launching git-gui causes a malloc error on start: $ git-gui wish(76152) malloc: *** error for object 0x5adeb8: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 152 (RENDER) Minor opcode of failed request: 4 (RenderCreatePicture) Serial number of failed request: 426 Current serial number in output stream: 450 --- As a test case try: git clone git://springlobby.info/git/koshi/springlobby.git cd springlobby git-gui Description: When launching git-gui program fails noisily. Other git components appear to function normally. Comments: Verified that git-gui on ubuntu launches without error. Ubuntu version is 1.5.2.5 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 04:22:19 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 04:25:23 2008 Subject: [MacPorts] #14191: gnome/planner updated to 0.14.2 Message-ID: <048.23734e1d35a38cd520ed21e4fc61e310@macosforge.org> #14191: gnome/planner updated to 0.14.2 --------------------------------+------------------------------------------- Reporter: billitch@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Low | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Hi, I updated the portfile for '''gnome/planner'''. It now installs the latest version, refers to the new homepage and I included a debug variant. The calendar widget crashes it but it was also the case with the previous version and I believe it's a GTK bug. I also set my e-mail as maintainer, but I don't really know if that's appropriate. This is my first contribution, please flame =) -- Thomas de Grivel -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 06:04:16 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 06:06:53 2008 Subject: [MacPorts] #14177: avahi fails to find Python gtk module In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.37773195707189a2ad293e4542fc6a47@macosforge.org> #14177: avahi fails to find Python gtk module ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by nox@macports.org): Please paste the output of the following command: {{{ /opt/local/bin/python2.5 -c "import gtk" }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 06:24:07 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 06:27:40 2008 Subject: [MacPorts] #14192: postgre83 port trying to fetch from incorrect url. Message-ID: <046.828810555d7eef999a3d258544590463@macosforge.org> #14192: postgre83 port trying to fetch from incorrect url. ------------------------------+--------------------------------------------- Reporter: ted.han@skein.us | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- {{{ $ sudo port install postgresql83 Password: ---> Fetching postgresql83 ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from ftp://ftp2.ch.postgresql.org/mirror/postgresql/source/v8.3beta/ ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from ftp://ftp.postgresql.org/pub/source/v8.3beta/ ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from ftp://ftp.de.postgresql.org/mirror/postgresql/source/v8.3beta/ ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from ftp://ftp.fr.postgresql.org/source/v8.3beta/ ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from ftp://ftp2.uk.postgresql.org/source/v8.3beta/ ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from http://svn.macports.org/repository/macports/distfiles/postgresql83 ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch postgresql-base-8.3beta2.tar.bz2 from http://svn.macports.org/repository/macports/downloads/postgresql83 Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing. }}} Because: ftp://ftp.postgresql.org/pub/source/ (and the other urls) does not containe a v8.3beta/ and the macports links don't have any links in their directory tree to a copy of postgresql83. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 06:32:40 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 06:35:13 2008 Subject: [MacPorts] #14177: python gtk module is not detected by python25 on Mac OS X 10.5 Leopard In-Reply-To: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> References: <043.c50ed2e0f3890407ab57e45cac39d633@macosforge.org> Message-ID: <052.66c51b39d122846a8a8dd8917be046f1@macosforge.org> #14177: python gtk module is not detected by python25 on Mac OS X 10.5 Leopard ----------------------------+----------------------------------------------- Reporter: asmarin@us.es | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Changes (by nox@macports.org): * cc: nox@macports.org (added) * owner: nox@macports.org => mww@macports.org * summary: avahi fails to find Python gtk module => python gtk module is not detected by python25 on Mac OS X 10.5 Leopard Comment: '''asmarin pasted it on IRC:''' {{{ sh-3.2# python2.5 -c "import gtk" Traceback (most recent call last): File "", line 1, in ImportError: No module named gtk }}} So that's not an avahi-related issue, seems like either py25-gtk or python25 is broken -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 07:05:37 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 07:08:40 2008 Subject: [MacPorts] #13745: p5-archive-tar: dependency on p5-test-harness should be removed In-Reply-To: <049.17f7a797e8b51ab90dcec534ee6cd626@macosforge.org> References: <049.17f7a797e8b51ab90dcec534ee6cd626@macosforge.org> Message-ID: <058.d5594596735bae2789c4b6d0355c49dd@macosforge.org> #13745: p5-archive-tar: dependency on p5-test-harness should be removed ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: narf_tm@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by narf_tm@macports.org): * status: new => closed * resolution: => fixed Comment: Dependancy for p5-test-harness was removed in change set [33801]. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 07:30:08 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 07:33:12 2008 Subject: [MacPorts] #14184: cabextract-1.2 website change In-Reply-To: <049.986a139c25f1e16a41f83a43c974f073@macosforge.org> References: <049.986a139c25f1e16a41f83a43c974f073@macosforge.org> Message-ID: <058.c15dcb17aa69e3feb49df474c7d4b84b@macosforge.org> #14184: cabextract-1.2 website change ----------------------------------+----------------------------------------- Reporter: edbarnard@gmail.com | Owner: boeyms@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by boeyms@macports.org): * status: new => closed * resolution: => fixed Comment: Applied with minor adjustments in r33803. Thanks! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 07:35:19 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 07:37:54 2008 Subject: [MacPorts] #13443: libxslt-1.1.22.tar.gz checksum error In-Reply-To: <049.b8550ce2c8380a0da8b9cb8c9a158d6a@macosforge.org> References: <049.b8550ce2c8380a0da8b9cb8c9a158d6a@macosforge.org> Message-ID: <058.b97ca83b4859e603a468d1d9e7d01146@macosforge.org> #13443: libxslt-1.1.22.tar.gz checksum error ----------------------------------+----------------------------------------- Reporter: xelldran1@gmail.com | Owner: boeyms@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: invalid | Keywords: libxslt checksum ----------------------------------+----------------------------------------- Changes (by boeyms@macports.org): * status: new => closed * resolution: => invalid Comment: No reply received from reporter in a month; closing as invalid unless I receive further information. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 07:41:54 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 07:44:59 2008 Subject: [MacPorts] #13748: zlib is broken In-Reply-To: <048.e0cb62db8629ef7f46cd678ac934a8fc@macosforge.org> References: <048.e0cb62db8629ef7f46cd678ac934a8fc@macosforge.org> Message-ID: <057.b7ece758c50313958c97d53e385f48b3@macosforge.org> #13748: zlib is broken ---------------------------------+------------------------------------------ Reporter: baldvin@cs.elte.hu | Owner: boeyms@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by boeyms@macports.org): * status: new => closed * resolution: => fixed Comment: Replying to [comment:2 baldvin@cs.elte.hu]: > Thanks, the issue has been resolved. Closing accordingly. The subsequent transient "cannot open file" problem reported in the remainder of comment:2 is curious, but I suspect it's more likely to be a bad sector on the disk or some software problem outside the control of MacPorts. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 07:47:49 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 07:50:24 2008 Subject: [MacPorts] #14192: postgre83 port trying to fetch from incorrect url. In-Reply-To: <046.828810555d7eef999a3d258544590463@macosforge.org> References: <046.828810555d7eef999a3d258544590463@macosforge.org> Message-ID: <055.6c945fbc401858d926a4b7cd3e679d94@macosforge.org> #14192: postgre83 port trying to fetch from incorrect url. -------------------------------+-------------------------------------------- Reporter: ted.han@skein.us | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by ted.han@skein.us): Okay, sorry guys, jumped the gun on this one. Was using 1.520. Upgraded to 1.6 which must have included the new dist, and it works fine. My apologies! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 07:48:17 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 07:50:50 2008 Subject: [MacPorts] #14191: gnome/planner updated to 0.14.2 In-Reply-To: <048.23734e1d35a38cd520ed21e4fc61e310@macosforge.org> References: <048.23734e1d35a38cd520ed21e4fc61e310@macosforge.org> Message-ID: <057.570973fde1c161b19ade641a8bc9e34c@macosforge.org> #14191: gnome/planner updated to 0.14.2 ---------------------------------+------------------------------------------ Reporter: billitch@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Low | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by gui_dos@macports.org): * status: new => closed * resolution: => fixed Comment: Committed in r33805, thanks! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 08:06:28 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 08:09:34 2008 Subject: [MacPorts] #14183: Updated rb-plruby for Postgres 8.3 In-Reply-To: <046.832ae24057db45a00e02de3641e6a995@macosforge.org> References: <046.832ae24057db45a00e02de3641e6a995@macosforge.org> Message-ID: <055.d4f1856278dcd74e7e51d6d91477baf3@macosforge.org> #14183: Updated rb-plruby for Postgres 8.3 -------------------------------+-------------------------------------------- Reporter: sixtus@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by gui_dos@macports.org): * status: new => closed * resolution: => fixed Comment: Committed in r33807, thanks! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 09:46:32 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 09:49:11 2008 Subject: [MacPorts] #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes In-Reply-To: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> References: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> Message-ID: <064.2590063a9a6afd79e5db68123488b31a@macosforge.org> #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description: > with git-core @1.5.3.7_0+doc launching git-gui causes a malloc error on > start: > > $ git-gui > wish(76152) malloc: *** error for object 0x5adeb8: Non-aligned pointer > being freed > *** set a breakpoint in malloc_error_break to debug > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 152 (RENDER) > Minor opcode of failed request: 4 (RenderCreatePicture) > Serial number of failed request: 426 > Current serial number in output stream: 450 > > --- > > As a test case try: > > git clone git://springlobby.info/git/koshi/springlobby.git > cd springlobby > git-gui > > Description: > > When launching git-gui program fails noisily. Other git components appear > to function normally. > > Comments: > Verified that git-gui on ubuntu launches without error. Ubuntu version is > 1.5.2.5 New description: with git-core @1.5.3.7_0+doc launching git-gui causes a malloc error on start: {{{ $ git-gui wish(76152) malloc: *** error for object 0x5adeb8: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 152 (RENDER) Minor opcode of failed request: 4 (RenderCreatePicture) Serial number of failed request: 426 Current serial number in output stream: 450 }}} As a test case try: {{{ git clone git://springlobby.info/git/koshi/springlobby.git cd springlobby git-gui }}} Description: When launching git-gui program fails noisily. Other git components appear to function normally. Comments: Verified that git-gui on ubuntu launches without error. Ubuntu version is 1.5.2.5 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 09:49:06 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 09:51:41 2008 Subject: [MacPorts] #14192: postgre83 port trying to fetch from incorrect url. In-Reply-To: <046.828810555d7eef999a3d258544590463@macosforge.org> References: <046.828810555d7eef999a3d258544590463@macosforge.org> Message-ID: <055.770c6b8fb2c158176187b1be16023f75@macosforge.org> #14192: postgre83 port trying to fetch from incorrect url. -------------------------------+-------------------------------------------- Reporter: ted.han@skein.us | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 09:49:41 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 09:51:48 2008 Subject: [MacPorts] #14192: postgre83 port trying to fetch from incorrect url. In-Reply-To: <046.828810555d7eef999a3d258544590463@macosforge.org> References: <046.828810555d7eef999a3d258544590463@macosforge.org> Message-ID: <055.53ff2e5540dff42abc6529ee245f773e@macosforge.org> #14192: postgre83 port trying to fetch from incorrect url. -------------------------------+-------------------------------------------- Reporter: ted.han@skein.us | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: -------------------------------+-------------------------------------------- Changes (by jmpp@macports.org): * status: new => closed * resolution: => invalid -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 09:50:14 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 09:52:48 2008 Subject: [MacPorts] #14193: The port ode do not compile on Leopard Message-ID: <050.974494821743a47e9299b58ad6c30e2c@macosforge.org> #14193: The port ode do not compile on Leopard ----------------------------------+----------------------------------------- Reporter: mathieusuen@yahoo.fr | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: ode compilation bug | ----------------------------------+----------------------------------------- Hi, I have gcc install 4.0 from XCode and I am running MocOSX 10.5.1. When I install the ode port I get a compilation bug. Here the output: {{{ ---> Attempting to fetch ode-src-0.8.zip from http://downloads.sourceforge.net/opende ---> Verifying checksum(s) for ode ---> Extracting ode ---> Applying patches to ode ---> Configuring ode ---> Building ode 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_ode/work/ode-0.8" && gnumake all " returned error 2 Command output: gnumake all-am gnumake[3]: Nothing to be done for `all-am'. gnumake[2]: Nothing to be done for `all-am'. Making all in drawstuff Making all in src if /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I. -I../../include/ode -I/opt/local/include -I../../include -I../../include -O2 -I/usr/X11/include -L/usr/X11/lib -MT libdrawstuff_a-drawstuff.o -MD -MP -MF ".deps/libdrawstuff_a-drawstuff.Tpo" -c -o libdrawstuff_a-drawstuff.o `test -f 'drawstuff.cpp' || echo './'`drawstuff.cpp; \ then mv -f ".deps/libdrawstuff_a-drawstuff.Tpo" ".deps /libdrawstuff_a-drawstuff.Po"; else rm -f ".deps/libdrawstuff_a- drawstuff.Tpo"; exit 1; fi if /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I. -I../../include/ode -I/opt/local/include -I../../include -I../../include -O2 -I/usr/X11/include -L/usr/X11/lib -MT libdrawstuff_a-osx.o -MD -MP -MF ".deps/libdrawstuff_a-osx.Tpo" -c -o libdrawstuff_a-osx.o `test -f 'osx.cpp' || echo './'`osx.cpp; \ then mv -f ".deps/libdrawstuff_a-osx.Tpo" ".deps/libdrawstuff_a- osx.Po"; else rm -f ".deps/libdrawstuff_a-osx.Tpo"; exit 1; fi /System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: conflicting declaration 'typedef uint32_t uint32' ../../include/ode/config.h:348: error: 'uint32' has a previous declaration as 'typedef short unsigned int uint32' osx.cpp: In function 'OSStatus osxKeyEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)': osx.cpp:183: warning: 'GetScriptVariable' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:1174) osx.cpp:183: warning: 'GetScriptVariable' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:1174) osx.cpp:186: warning: 'UppercaseText' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextUtils.h:323) osx.cpp:186: warning: 'UppercaseText' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextUtils.h:323) osx.cpp: In function 'void osxCloseMainWindow()': osx.cpp:318: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:322) osx.cpp:318: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:322) osx.cpp:324: warning: 'ReleaseWindow' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/MacWindows.h:11118) osx.cpp:324: warning: 'ReleaseWindow' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/MacWindows.h:11118) osx.cpp: In function 'void osxCreateMainWindow(int, int)': osx.cpp:387: warning: 'AGLDevice' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:53) osx.cpp:387: warning: 'GetMainDevice' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3314) osx.cpp:387: warning: 'GetMainDevice' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3314) osx.cpp:442: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:322) osx.cpp:442: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:322) gnumake[2]: *** [libdrawstuff_a-osx.o] Error 1 gnumake[1]: *** [all-recursive] Error 1 gnumake: *** [all-recursive] Error 1 Error: Status 1 encountered during processing. }}} I then modify the source code and comment the line 348 of the config.h file. I still get an error: Here again the output: {{{ ---> Building ode 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_ode/work/ode-0.8" && gnumake all " returned error 2 Command output: Making all in include Making all in ode gnumake all-am gnumake[3]: Nothing to be done for `all-am'. gnumake[2]: Nothing to be done for `all-am'. Making all in drawstuff Making all in src gnumake[2]: Nothing to be done for `all'. Making all in dstest /usr/bin/g++-4.0 -O2 -I/usr/X11/include -L/usr/X11/lib -L/opt/local/lib -o dstest -L../../drawstuff/src dstest-dstest.o -ldrawstuff -L/opt/local/lib -framework OpenGL -framework Carbon -framework AGL -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib collect2: ld returned 1 exit status gnumake[2]: *** [dstest] Error 1 gnumake[1]: *** [all-recursive] Error 1 gnumake: *** [all-recursive] Error 1 Error: Status 1 encountered during processing. }}} Thanks -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 10:36:29 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 10:39:31 2008 Subject: [MacPorts] #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes In-Reply-To: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> References: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> Message-ID: <064.e2cddf4875b93db9182bcbdc117bca3e@macosforge.org> #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Comment (by ram@macports.org): I can't reproduce this on Intel Leopard: {{{ [ram@skymoo ~]$ port installed | grep git-core git-core @1.5.3.7_0+doc+svn (active) [ram@skymoo ~]$ git clone git://springlobby.info/git/koshi/springlobby.git Initialized empty Git repository in /Users/ram/springlobby/.git/ remote: Counting objects: 12330, done. remote: Compressing objects: 100% (5272/5272), done. Indexing 12330 objects... remote: Total 12330 (delta 9302), reused 9438 (delta 6975) 100% (12330/12330) done Resolving 9302 deltas... 100% (9302/9302) done [ram@skymoo ~]$ cd springlobby/ [ram@skymoo springlobby]$ git-gui X Error of failed request: RenderBadPicture (invalid Picture parameter) Major opcode of failed request: 153 (RENDER) Minor opcode of failed request: 7 (RenderFreePicture) Picture id in failed request: 0x200104 Serial number of failed request: 2241 Current serial number in output stream: 2256 [ram@skymoo springlobby]$ }}} git-gui displays and works without issue. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 11:08:20 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 11:11:22 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.1060fa3d879681b1a14d789d6a1789a5@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by dersh@alum.mit.edu): Yes. I can see that. In fact the prior command in the build includes: -L/usr/X11R6 1/lib So that leads to the next questions of why that is there, and what to do about it? Is "X11R6 1" not a typical X11 path? Can Macports not deal with a space in the path name? The contents of /usr/X11R6 1/lib are all static libraries (.a) while /usr/X11/lib and /usr/X11R6/lib are all dynamic libraries (.dylib and .la). What could be related is that I upgraded from the standard Apple X11 to version 2.1.3 (from http://trac.macosforge.org/projects/xquartz) because otherwise the Gimp port would crash. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 11:38:58 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 11:41:59 2008 Subject: [MacPorts] #14194: dd_rescue is outdated. Version 1.10 in ports, Version 1.14 was released August 28th 2007 Message-ID: <043.8189834270320c0e6c28994865bbc92c@macosforge.org> #14194: dd_rescue is outdated. Version 1.10 in ports, Version 1.14 was released August 28th 2007 ---------------------------+------------------------------------------------ Reporter: sck@nogas.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: dd_rescue | ---------------------------+------------------------------------------------ It's a simple install. I have already compiled it locally on my 10.5 host. The website for dd_rescue http://www.garloff.de/kurt/linux/ddrescue/ says... The current version is 1.14, released 2007-08-28. In version 1.14, a bug is fixed that could lead to a target file not having the correct size when copied in sparse (-a) mode. In version 1.13, a bug with read-errors and non-seekable output has been fixed. In version 1.12, the ability to log bad blocks to a ASCII file has been added. The option -y can be used to set the fsync frequency which can speed up the copy significantly. Since 1.10, it has support for non-seekable input and output (so you can write to pipes, e.g. stdout). Since 1.04, dd_rescue uses a larger default soft block size (64k instead of 16k), has support for O_DIRECT, for copying the permissions, and some minor issues fixed. RPMs since 1.04 also include dd_rhelp. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 11:40:58 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 11:44:04 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.17ca3616793354bbeb43f72f9ba1459f@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by dluke@macports.org): On the two machines where I've upgraded from 10.4 to 10.5 the installer moved the 10.4 X11 stuff to /usr/X11R6 1/ while installing the new stuff into /usr/X11/ -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 11:53:33 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 11:56:14 2008 Subject: [MacPorts] #14194: dd_rescue is outdated. Version 1.10 in ports, Version 1.14 was released August 28th 2007 In-Reply-To: <043.8189834270320c0e6c28994865bbc92c@macosforge.org> References: <043.8189834270320c0e6c28994865bbc92c@macosforge.org> Message-ID: <052.c4bcceb1f8b07abe089eba569a6af1d9@macosforge.org> #14194: dd_rescue is outdated. Version 1.10 in ports, Version 1.14 was released August 28th 2007 ----------------------------+----------------------------------------------- Reporter: sck@nogas.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: dd_rescue ----------------------------+----------------------------------------------- Changes (by ram@macports.org): * cc: md@hudora.de (added) Comment: cc'ing maintainer -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 11:57:33 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 12:00:34 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.d54aa90091c542e14dddb5d8edd2f642@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by dersh@alum.mit.edu): In your case did it put any static libraries into the /usr/X11? The only static libraries at all (I did a search for .a) in /usr/X11* are the ones that are in "/usr/X11R6 1/lib/" Meanwhile "/usr/X11R6 1/" just contains: "include","lib" and "man," directories. So it is not just the stuff left over from 10.4. And, it seems like it might be useful, if anything needs to link static? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 12:17:31 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 12:20:41 2008 Subject: [MacPorts] #14194: dd_rescue is outdated. Version 1.10 in ports, Version 1.14 was released August 28th 2007 In-Reply-To: <043.8189834270320c0e6c28994865bbc92c@macosforge.org> References: <043.8189834270320c0e6c28994865bbc92c@macosforge.org> Message-ID: <052.73a5a8068af61dc20534f9ae0c195445@macosforge.org> #14194: dd_rescue is outdated. Version 1.10 in ports, Version 1.14 was released August 28th 2007 ----------------------------+----------------------------------------------- Reporter: sck@nogas.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: dd_rescue ----------------------------+----------------------------------------------- Changes (by raimue@macports.org): * cc: raimue@macports.org (added) Comment: I added a patch, patch-dd_rescue.c does not seem to be needed anymore. It will need acknowledge from maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 12:20:21 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 12:23:27 2008 Subject: [MacPorts] #14187: py-sip 4.7.3 for Python 2.5 In-Reply-To: <056.0ee15c61292346b80a478885ad41befe@macosforge.org> References: <056.0ee15c61292346b80a478885ad41befe@macosforge.org> Message-ID: <065.bfb27b2a25581da1a6bcfad525328dc0@macosforge.org> #14187: py-sip 4.7.3 for Python 2.5 -----------------------------------------+---------------------------------- Reporter: endlesscake-code@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------------+---------------------------------- Comment (by gui_dos@macports.org): The test is failing here. Are you sure that SIP can be compiled even if Python 2.5 isn't built as a framework? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 12:26:55 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 12:30:18 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.da54bc5552fe861ca3056aa764892b1c@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by dluke@macports.org): Linking with static libraries is discouraged on Mac OS X (and in fact, it's totally unsupported to completely statically link an application). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 13:24:59 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 13:27:17 2008 Subject: [MacPorts] #13332: octave: update to 2.9.17 In-Reply-To: <053.5142b174dc4d2b2143c9e2650d76553a@macosforge.org> References: <053.5142b174dc4d2b2143c9e2650d76553a@macosforge.org> Message-ID: <062.127cba6ee86fe608fd27a35b65114092@macosforge.org> #13332: octave: update to 2.9.17 --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: stechert@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.5.2 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by bcbarnes@gmail.com): any news? Octave 2.9.18, 2.9.19, and 3.0.0 are now available. I would also like it if Texlive was a dependency (instead of Tetex), but do not know if the newer versions help this or not. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 13:38:49 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 13:41:55 2008 Subject: [MacPorts] #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries Message-ID: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries ----------------------------------+----------------------------------------- Reporter: joh@gmx.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: ImageMagick, libtool | ----------------------------------+----------------------------------------- Trying to install ImageMagick results in all ImageMagick tools ending up as libtool-wrappers instead of the actual binaries: {{{ $ convert /opt/local/bin/convert: error: `/opt/local/bin/.libs/convert' does not exist This script is just a wrapper for convert. See the libtool documentation for more information. }}} The content of the files looks like this: {{{ #! /bin/sh # utilities/convert - temporary wrapper script for .libs/convert # Generated by ltmain.sh (GNU libtool 1.2569 2008/01/24 16:16:26) 2.1a # # The utilities/convert program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. }}} Some lines from the build/destroot/install phases: {{{ libtool: install: warning: remember to run `libtool --finish /opt/local/lib' /bin/sh ./libtool --silent --mode=install /usr/bin/install 'utilities/convert' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_graphics_ImageMagick/work/destroot/opt/local/bin/convert' libtool: install: warning: `magick/libMagick.la' has not been installed in `/opt /local/lib' libtool: install: warning: `wand/libWand.la' has not been installed in `/opt/loc al/lib' libtool: install: warning: `/opt/local/var/macports/build/_opt_local_var_macport s_sources_rsync.macports.org_release_ports_graphics_ImageMagick/work/ImageMagick -6.3.8/magick/libMagick.la' has not been installed in `/opt/local/lib' libtool: install: warning: cannot relink `utilities/convert' }}} Installing libtool from MacPorts and rebuilding makes no difference. Symlinking the resulting /opt/local/bin/glibtool to /opt/local/bin/libtool then (and rebuilding) results in working ImageMagick binaries, though. I've additionally attached the output of {{{ ./libtool --debug --mode=install /usr/bin/install 'utilities/convert' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_ImageMagick/work/destroot/opt/local/bin/convert' }}} run from the build directory. Cc'd the upstream libtool maintainer Peter O'Gorman -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 13:56:46 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 13:59:17 2008 Subject: [MacPorts] #14187: py-sip 4.7.3 for Python 2.5 In-Reply-To: <056.0ee15c61292346b80a478885ad41befe@macosforge.org> References: <056.0ee15c61292346b80a478885ad41befe@macosforge.org> Message-ID: <065.65eb15ac34b533f565fbf3d9a938b17e@macosforge.org> #14187: py-sip 4.7.3 for Python 2.5 -----------------------------------------+---------------------------------- Reporter: endlesscake-code@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------------+---------------------------------- Comment (by endlesscake-code@yahoo.com): Good question. The port builds fine for me on 10.5, but it was likely using Apple's version of Python. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 14:03:31 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 14:06:01 2008 Subject: [MacPorts] #12913: tetex is dead In-Reply-To: <050.e3576c821041dc49d33fbd09ba321a9c@macosforge.org> References: <050.e3576c821041dc49d33fbd09ba321a9c@macosforge.org> Message-ID: <059.a3217a9eac94c57e854da7cfa6bc5f50@macosforge.org> #12913: tetex is dead -----------------------------------+---------------------------------------- Reporter: zach@tu-clausthal.de | Owner: gwright@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by bcbarnes@gmail.com): in regards to the teTex-texlive.patch , there is another port which needs listing now: py25-pyx depends on tetex. this is a recently added port, and essentially is an update of py-pyx to a new version of pyx. it also depends on a different version of python and has a zlib dependency (I do not know if those two differences are actually required, but I defer to the portfile author). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 14:23:05 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 14:25:05 2008 Subject: [MacPorts] #13170: libsdl 1.2.12 +darwin_7 Quicktime 7.3/Panther 10.3.9 missing _HIPointConvert In-Reply-To: <061.92c4c3df5ba0947990f37bfbf0cfb710@macosforge.org> References: <061.92c4c3df5ba0947990f37bfbf0cfb710@macosforge.org> Message-ID: <070.75ac590354f343b8f425328421eae0a9@macosforge.org> #13170: libsdl 1.2.12 +darwin_7 Quicktime 7.3/Panther 10.3.9 missing _HIPointConvert ----------------------------------------------+----------------------------- Reporter: william.allen.simpson@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: ----------------------------------------------+----------------------------- Comment (by dbonde@gmail.com): I have this problem on one PPC-Mac I have but not on my Intel. Both run the latest version of 10.4. and QT 7.3.1. Sorry for this not so interesting post; I wanted to be included on the send list and was unable to find a way without adding a comment (which I hope will add me to CC). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 14:22:38 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 14:25:37 2008 Subject: [MacPorts] #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries In-Reply-To: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> References: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> Message-ID: <050.dc5cd32d20303f52f7aed43c8f6d0d73@macosforge.org> #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries --------------------------+------------------------------------------------- Reporter: joh@gmx.net | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ImageMagick, libtool --------------------------+------------------------------------------------- Changes (by ram@macports.org): * cc: ram@macports.org (added) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * milestone: => Port Bugs Comment: assigning to maintainer -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 14:27:50 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 14:30:49 2008 Subject: [MacPorts] #14189: [PATCH] Add support for the Mac OS X keychain to msmtp In-Reply-To: <050.33bbf1792e694300eb4daa70dd986d67@macosforge.org> References: <050.33bbf1792e694300eb4daa70dd986d67@macosforge.org> Message-ID: <059.464bc800f8665492aee634c36c63c676@macosforge.org> #14189: [PATCH] Add support for the Mac OS X keychain to msmtp -----------------------------------+---------------------------------------- Reporter: jaysoffian@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: msmtp -----------------------------------+---------------------------------------- Comment (by jaysoffian@gmail.com): FYI, the patch is now in upstream CVS. Guess this can be closed. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 14:33:50 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 14:36:19 2008 Subject: [MacPorts] #14196: Let ImageMagick +perl work with perl5.10 Message-ID: <048.acd556e26e87cfdc0461e7cbb388ef11@macosforge.org> #14196: Let ImageMagick +perl work with perl5.10 --------------------------------+------------------------------------------- Reporter: dluke@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- The ImageMagick +perl variant depends on the perl5.8 port. It would be nice if it could be updated to depend on perl the same way the perl5 portgroup does (path:${prefix}/bin/perl:perl5.8) so that one can use perl5.10 if desired. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 14:41:36 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 14:43:43 2008 Subject: [MacPorts] #13491: teTeX fails to build on 10.5.1 In-Reply-To: <050.3015391de455776204828f3e4e6df4d5@macosforge.org> References: <050.3015391de455776204828f3e4e6df4d5@macosforge.org> Message-ID: <059.0df166640fe3fd13834f5811c826a208@macosforge.org> #13491: teTeX fails to build on 10.5.1 -----------------------------------+---------------------------------------- Reporter: liontooth@cogweb.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by bcbarnes@gmail.com): I'm guessing this is still broken? If the packages listed in ticket#12913 are modified to use texlive, then possibly people can just migrate away from tetex. http://trac.macports.org/projects/macports/ticket/12913 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 14:58:20 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 15:00:51 2008 Subject: [MacPorts] #14196: Let ImageMagick +perl work with perl5.10 In-Reply-To: <048.acd556e26e87cfdc0461e7cbb388ef11@macosforge.org> References: <048.acd556e26e87cfdc0461e7cbb388ef11@macosforge.org> Message-ID: <057.f62d5c9295b7dd5a602788d2e2b0bdf6@macosforge.org> #14196: Let ImageMagick +perl work with perl5.10 ---------------------------------+------------------------------------------ Reporter: dluke@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * status: new => assigned * milestone: => Port Enhancements Comment: Yes! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 15:07:50 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 15:10:19 2008 Subject: [MacPorts] #14196: Let ImageMagick +perl work with perl5.10 In-Reply-To: <048.acd556e26e87cfdc0461e7cbb388ef11@macosforge.org> References: <048.acd556e26e87cfdc0461e7cbb388ef11@macosforge.org> Message-ID: <057.2591e0e778d0b153c9b580b2fc68da53@macosforge.org> #14196: Let ImageMagick +perl work with perl5.10 ---------------------------------+------------------------------------------ Reporter: dluke@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * status: assigned => closed * resolution: => fixed Comment: Done in r33818. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 15:59:04 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 16:02:04 2008 Subject: [MacPorts] #14197: Docbook-xsl-1.72.0 checksum mismatch Message-ID: <050.c295ec18689e6b16f16c1a8218fb69ad@macosforge.org> #14197: Docbook-xsl-1.72.0 checksum mismatch ----------------------------------+----------------------------------------- Reporter: apple@geographic.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ----------------------------------+----------------------------------------- I'm new to MacPorts, but it looks like this is a problem with the checksum for docbook-xsl... {{{ $ sudo port -d install docbook-xsl DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc /docbook-xsl DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc /docbook-xsl DEBUG: Requested variant darwin is not provided by port docbook-xsl. DEBUG: Requested variant i386 is not provided by port docbook-xsl. DEBUG: Requested variant macosx is not provided by port docbook-xsl. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/xmlcatmgr DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/xmlcatmgr DEBUG: Requested variant darwin is not provided by port xmlcatmgr. DEBUG: Requested variant i386 is not provided by port xmlcatmgr. DEBUG: Requested variant macosx is not provided by port xmlcatmgr. DEBUG: Searching for dependency: xmlcatmgr DEBUG: Found Dependency: receipt exists for xmlcatmgr DEBUG: Skipping completed org.macports.main (docbook-xsl) DEBUG: Skipping completed org.macports.fetch (docbook-xsl) ---> Verifying checksum(s) for docbook-xsl DEBUG: Executing org.macports.checksum (docbook-xsl) ---> Checksumming docbook-xsl-1.72.0.tar.bz2 Error: Checksum (md5) mismatch for docbook-xsl-1.72.0.tar.bz2 Portfile checksum: docbook-xsl-1.72.0.tar.bz2 md5 b38b895d47ef7058e4d42b52fdae23f4 Distfile checksum: docbook-xsl-1.72.0.tar.bz2 md5 d41d8cd98f00b204e9800998ecf8427e Error: Checksum (sha1) mismatch for docbook-xsl-1.72.0.tar.bz2 Portfile checksum: docbook-xsl-1.72.0.tar.bz2 sha1 d2b4411652b14842ff77fc51fd675408f76e8147 Distfile checksum: docbook-xsl-1.72.0.tar.bz2 sha1 da39a3ee5e6b4b0d3255bfef95601890afd80709 Error: Checksum (rmd160) mismatch for docbook-xsl-1.72.0.tar.bz2 Portfile checksum: docbook-xsl-1.72.0.tar.bz2 rmd160 4df75842c4cda825ba5f36f5e5235e796e49b1bb Distfile checksum: docbook-xsl-1.72.0.tar.bz2 rmd160 9c1185a5c5e9fc54612808977ee8f548b2258d31 Error: Target org.macports.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for docbook-xsl): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 16:19:24 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 16:22:24 2008 Subject: [MacPorts] #14198: Request for Update: sbcl-1.0.14 Message-ID: <053.afa28c2c8812e42d4c99ec0eeb61d217@macosforge.org> #14198: Request for Update: sbcl-1.0.14 -------------------------------------+-------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: sbcl update | -------------------------------------+-------------------------------------- SBCL has been updated to 1.0.14; please update the Portfile? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 16:23:04 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 16:25:03 2008 Subject: [MacPorts] #14199: Request for Update: git-core-1.5.3.8 Message-ID: <053.9d0ae09caf6e1b7744cbe5be60094155@macosforge.org> #14199: Request for Update: git-core-1.5.3.8 -------------------------------------+-------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: git-core update | -------------------------------------+-------------------------------------- git-core has been updated to 1.5.3.8, please update Portfile -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 16:23:17 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 16:26:18 2008 Subject: [MacPorts] #14200: UPDATE: getmail 4.7.8 Message-ID: <049.0deaabe18ba02d9ac8a0d2cffd2802ee@macosforge.org> #14200: UPDATE: getmail 4.7.8 ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ getmail 4.7.8 is available. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 23:14:20 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 23:16:19 2008 Subject: [MacPorts] #14197: Docbook-xsl-1.72.0 checksum mismatch In-Reply-To: <050.c295ec18689e6b16f16c1a8218fb69ad@macosforge.org> References: <050.c295ec18689e6b16f16c1a8218fb69ad@macosforge.org> Message-ID: <059.18ee2422e535f3900feea3ece38841e6@macosforge.org> #14197: Docbook-xsl-1.72.0 checksum mismatch -----------------------------------+---------------------------------------- Reporter: apple@geographic.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 23:15:07 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 23:18:06 2008 Subject: [MacPorts] #14198: Request for Update: sbcl-1.0.14 In-Reply-To: <053.afa28c2c8812e42d4c99ec0eeb61d217@macosforge.org> References: <053.afa28c2c8812e42d4c99ec0eeb61d217@macosforge.org> Message-ID: <062.2af34895faa7f913c7b0f41561f04b2d@macosforge.org> #14198: Request for Update: sbcl-1.0.14 --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl update --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Updates -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 23:15:42 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 23:18:41 2008 Subject: [MacPorts] #14199: Request for Update: git-core-1.5.3.8 In-Reply-To: <053.9d0ae09caf6e1b7744cbe5be60094155@macosforge.org> References: <053.9d0ae09caf6e1b7744cbe5be60094155@macosforge.org> Message-ID: <062.47d8730409128caae9be650fa9eb6536@macosforge.org> #14199: Request for Update: git-core-1.5.3.8 --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: git-core update --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Updates -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Tue Feb 5 23:16:12 2008 From: trac at macosforge.org (MacPorts) Date: Tue Feb 5 23:19:12 2008 Subject: [MacPorts] #14200: UPDATE: getmail 4.7.8 In-Reply-To: <049.0deaabe18ba02d9ac8a0d2cffd2802ee@macosforge.org> References: <049.0deaabe18ba02d9ac8a0d2cffd2802ee@macosforge.org> Message-ID: <058.9a9b75c1ef82f78eafb851fd8d2d0e9a@macosforge.org> #14200: UPDATE: getmail 4.7.8 ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: mww@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by jmpp@macports.org): * type: defect => enhancement -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 01:03:42 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 01:06:41 2008 Subject: [MacPorts] #14201: inkscape 0.45.1 - dependencies failed to build Message-ID: <053.bb965c1dd0714495b4fa35893fb652f1@macosforge.org> #14201: inkscape 0.45.1 - dependencies failed to build -------------------------------------+-------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Keywords: Inkscape failed build | -------------------------------------+-------------------------------------- System: 2.2GHz MacBook running OS X Leopard (10.5.1). MacPorts-1.6.0 xcode_3.0 Problem: Inkscape fails to build. Terminal output on trying to build again: See attached file inkscape_errors.txt. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 01:31:34 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 01:34:34 2008 Subject: [MacPorts] #14201: inkscape 0.45.1 - dependencies failed to build In-Reply-To: <053.bb965c1dd0714495b4fa35893fb652f1@macosforge.org> References: <053.bb965c1dd0714495b4fa35893fb652f1@macosforge.org> Message-ID: <062.e744939dc4290f7428b8af1264dc78af@macosforge.org> #14201: inkscape 0.45.1 - dependencies failed to build --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Inkscape failed build --------------------------------------+------------------------------------- Comment (by gui_dos@macports.org): When similar error messages are reported, you have to force the activation of the conflicting Perl port. In this case: {{{ sudo port -f activate p5-test-simple }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 01:32:51 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 01:35:50 2008 Subject: [MacPorts] #14202: stellarium 0.9.1 fails to build on OS X Leopard (10.5.1) Message-ID: <053.5d27e8c46ef1d2bb78235d9e80a0c78d@macosforge.org> #14202: stellarium 0.9.1 fails to build on OS X Leopard (10.5.1) --------------------------------------------+------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Keywords: stellarium fails build leopard | --------------------------------------------+------------------------------- System: 2.2GHz MacBook running OS X Leopard (10.5.1), MacPorts-1.6.0, xcode_3.0. Problem: Stellarium fails to build. See attached file stellarium_errors.txt. Any help much appreciated! Chris -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 01:38:45 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 01:41:46 2008 Subject: [MacPorts] #14201: inkscape 0.45.1 - dependencies failed to build In-Reply-To: <053.bb965c1dd0714495b4fa35893fb652f1@macosforge.org> References: <053.bb965c1dd0714495b4fa35893fb652f1@macosforge.org> Message-ID: <062.4701dc405007a12932b7bf901d98ce8d@macosforge.org> #14201: inkscape 0.45.1 - dependencies failed to build --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: Inkscape failed build --------------------------------------+------------------------------------- Changes (by gui_dos@macports.org): * status: new => closed * resolution: => invalid Comment: From p5-test-simple's Portfile: post-destroot { ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port" } -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 01:55:20 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 01:57:49 2008 Subject: [MacPorts] #14203: apr fails to build if postgresql83 is activated Message-ID: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> #14203: apr fails to build if postgresql83 is activated ------------------------------+--------------------------------------------- Reporter: nox@macports.org | Owner: dluke@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- [http://lists.macosforge.org/pipermail/macports- users/2008-February/008780.html Conflicting uuid_t types error building apr][[BR]] I know Daniel noticed the bug on the ml, but let's keep a trace of it here. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:02:13 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:04:13 2008 Subject: [MacPorts] #10978: BUG: p5-test-harness can't be installed (conflict with perl5.8 port) In-Reply-To: <049.aaa14f66c676803bbe513ece27e9569e@macosforge.org> References: <049.aaa14f66c676803bbe513ece27e9569e@macosforge.org> Message-ID: <058.8d3a14411c78a2d7779538b93e5ec872@macosforge.org> #10978: BUG: p5-test-harness can't be installed (conflict with perl5.8 port) ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: yeled@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: duplicate | Keywords: ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * status: reopened => closed * resolution: => duplicate Comment: see #12710 and #12950. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:02:29 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:04:27 2008 Subject: [MacPorts] #10978: BUG: p5-test-harness can't be installed (conflict with perl5.8 port) In-Reply-To: <049.aaa14f66c676803bbe513ece27e9569e@macosforge.org> References: <049.aaa14f66c676803bbe513ece27e9569e@macosforge.org> Message-ID: <058.a81da4089bba473ba1a2a57845bc356b@macosforge.org> #10978: BUG: p5-test-harness can't be installed (conflict with perl5.8 port) ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: yeled@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: duplicate | Keywords: ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * cc: vinc17@macports.org (removed) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:08:22 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:10:51 2008 Subject: [MacPorts] #12964: BUG: Version regression in libgnome 2.20.1.1 In-Reply-To: <048.e5a6f135ad8a17e8bdcfd1c94130a8c2@macosforge.org> References: <048.e5a6f135ad8a17e8bdcfd1c94130a8c2@macosforge.org> Message-ID: <057.da0f5fce8db5d2c79455ec454ee44e67@macosforge.org> #12964: BUG: Version regression in libgnome 2.20.1.1 ---------------------------------+------------------------------------------ Reporter: db.evans@gmail.com | Owner: rhwood@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by nox@macports.org): * status: assigned => closed * resolution: => fixed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:10:34 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:13:34 2008 Subject: [MacPorts] #13228: delete command does not behave as expected In-Reply-To: <049.aa69a5d65bbaf9a0a972e120422f24dd@macosforge.org> References: <049.aa69a5d65bbaf9a0a972e120422f24dd@macosforge.org> Message-ID: <058.df2e4993e5286dddcc9165e83e2b13dc@macosforge.org> #13228: delete command does not behave as expected ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.5.2 Resolution: wontfix | Keywords: delete ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => wontfix Comment: Closing this one. I think this 3-months-long silence means we'll keep the current behaviour? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:15:06 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:18:06 2008 Subject: [MacPorts] #13804: osxvnc: -universal variant In-Reply-To: <050.bdd6f49cc7cf70663eabb5b174886d09@macosforge.org> References: <050.bdd6f49cc7cf70663eabb5b174886d09@macosforge.org> Message-ID: <059.f821f31b4a253e3e4f4942ae9c6456be@macosforge.org> #13804: osxvnc: -universal variant -----------------------------------+---------------------------------------- Reporter: anton@bladehawke.com | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by nox@macports.org): You don't need to use {{{uname -m}}} here, just use {{{$(NATIVE_ARCH)}}} and [http://developer.apple.com/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/build_setting_ref/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW59 xcodebuild will be happy]. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:33:10 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:36:10 2008 Subject: [MacPorts] #13313: variants and platforms should never return an error In-Reply-To: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> References: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> Message-ID: <054.8f23d437ad311b13aee6e08fc0c97c99@macosforge.org> #13313: variants and platforms should never return an error ------------------------------+--------------------------------------------- Reporter: edewitt@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: parsing variant ------------------------------+--------------------------------------------- Changes (by nox@macports.org): * cc: gwright@macports.org, compconsultant@yahoo.com (added) * summary: 'port clean' depends on variant of uninstalled ports! => variants and platforms should never return an error * component: base => ports * version: 1.5.0 => * milestone: MacPorts base bugs => Port Bugs Comment: Adding the maintainers of the broken ports: * gwright (GiNaC, cln, ghc, nestedsums) * compconsultant (qmail-spamcontrol) xloops is also broken, but unmaintained. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:33:52 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:36:23 2008 Subject: [MacPorts] #13292: vim fails to configure, tgetent() not found In-Reply-To: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> References: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> Message-ID: <059.e489d534c9d29eabc2b1265005492f59@macosforge.org> #13292: vim fails to configure, tgetent() not found -----------------------------------+---------------------------------------- Reporter: griff.rees@gmail.com | Owner: raimue@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by themolok@gmail.com): I can reproduce this if python is not installed from macports. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:35:18 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:37:49 2008 Subject: [MacPorts] #13313: variants and platforms should never return an error In-Reply-To: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> References: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> Message-ID: <054.5688197cb115649fa14f937e2a1c365a@macosforge.org> #13313: variants and platforms should never return an error ------------------------------+--------------------------------------------- Reporter: edewitt@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: parsing variant ------------------------------+--------------------------------------------- Changes (by nox@macports.org): * priority: Normal => High -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:36:37 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:39:38 2008 Subject: [MacPorts] #13356: XMMS2 Portfile In-Reply-To: <042.02064048b3fca69e89a800feb118bb6c@macosforge.org> References: <042.02064048b3fca69e89a800feb118bb6c@macosforge.org> Message-ID: <051.9f170d0ce697629f59a64aff9931a241@macosforge.org> #13356: XMMS2 Portfile ---------------------------+------------------------------------------------ Reporter: tru@xmms.org | Owner: nox@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.5.2 Resolution: | Keywords: ---------------------------+------------------------------------------------ Changes (by nox@macports.org): * owner: macports-tickets@lists.macosforge.org => nox@macports.org Comment: Is the python24 build dependency mandatory, or does it only need a python interpreter, whatever the version? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:38:24 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:41:23 2008 Subject: [MacPorts] #13292: vim fails to configure, tgetent() not found In-Reply-To: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> References: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> Message-ID: <059.4994065047513021ce502e6e1ebdd36c@macosforge.org> #13292: vim fails to configure, tgetent() not found -----------------------------------+---------------------------------------- Reporter: griff.rees@gmail.com | Owner: raimue@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by nox@macports.org): * cc: themolok@gmail.com (added) Comment: themolok: Relying on software outside of MacPorts tree is unsupported. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:40:30 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:43:31 2008 Subject: [MacPorts] #13273: BUG: guile16 - [30860] breaks my slib-guile16 In-Reply-To: <049.42f7c0b7ceef224d6e957127ac30c8a1@macosforge.org> References: <049.42f7c0b7ceef224d6e957127ac30c8a1@macosforge.org> Message-ID: <058.795c07593219401ace0b2411da8dae8a@macosforge.org> #13273: BUG: guile16 - [30860] breaks my slib-guile16 ----------------------------------+----------------------------------------- Reporter: sebastian@arming.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * cc: sebastian@arming.de (removed) Comment: Fixed? Not fixed? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 02:53:17 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 02:55:46 2008 Subject: [MacPorts] #13259: lftp crashes on Mac OS X 10.5 Leopard: 99% CPU usage due to bad poll() In-Reply-To: <046.dcb05029c4847f3d52db92ab0d196f83@macosforge.org> References: <046.dcb05029c4847f3d52db92ab0d196f83@macosforge.org> Message-ID: <055.a42f11889289169d04d59c5f3462631d@macosforge.org> #13259: lftp crashes on Mac OS X 10.5 Leopard: 99% CPU usage due to bad poll() -------------------------------+-------------------------------------------- Reporter: dackze@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: lftp -------------------------------+-------------------------------------------- Changes (by nox@macports.org): * cc: mjhsieh@gmail.com (added) * owner: macports-tickets@lists.macosforge.org => nox@macports.org Comment: Could you please try the following command? {{{ sudo port -d build lftp configure.post_args="lftp_cv_func_poll_works=no" }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 03:02:37 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 03:05:07 2008 Subject: [MacPorts] #13239: irssi fails to build on Mac OS X 10.5 Leopard In-Reply-To: <057.43e16e996952ba1137d275e08026e127@macosforge.org> References: <057.43e16e996952ba1137d275e08026e127@macosforge.org> Message-ID: <066.dce7cfc39a0cdad8cc2b03f89fe9e301@macosforge.org> #13239: irssi fails to build on Mac OS X 10.5 Leopard ------------------------------------------+--------------------------------- Reporter: psychotic.anomaly@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: irssi leopard ------------------------------------------+--------------------------------- Comment (by nox@macports.org): Seems like irssi includes its own perl which it tries to build universally. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 03:06:37 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 03:09:37 2008 Subject: [MacPorts] #13292: vim fails to configure, tgetent() not found In-Reply-To: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> References: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> Message-ID: <059.05e020f90fdf94b17797aa907af8e4e0@macosforge.org> #13292: vim fails to configure, tgetent() not found -----------------------------------+---------------------------------------- Reporter: griff.rees@gmail.com | Owner: raimue@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by themolok@gmail.com): I meant that if you don't install python and try to install vim +python , then that error comes out. Probably the variants +python should depend on python25 or something like that. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 03:33:11 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 03:35:42 2008 Subject: [MacPorts] #13307: odgcc40 should be removed from dports tree In-Reply-To: <046.ee6713670034bc52b924accf214f119c@macosforge.org> References: <046.ee6713670034bc52b924accf214f119c@macosforge.org> Message-ID: <055.1ee49f7d50e261b97732652649c2d9b7@macosforge.org> #13307: odgcc40 should be removed from dports tree -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: nox@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => fixed Comment: Port nuked in r33823. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 03:54:48 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 03:57:18 2008 Subject: [MacPorts] #13150: firefox-x11 doesn't build on OS X 10.5 Leopard In-Reply-To: <046.3f8fa12fd785e537024ffd48fa4ae0bb@macosforge.org> References: <046.3f8fa12fd785e537024ffd48fa4ae0bb@macosforge.org> Message-ID: <055.5f1e20284f3c0ad3f65a205fea14178e@macosforge.org> #13150: firefox-x11 doesn't build on OS X 10.5 Leopard -------------------------------+-------------------------------------------- Reporter: afb@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed, r33824. (only three months later :-) ) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 04:38:55 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 04:41:57 2008 Subject: [MacPorts] #13238: py-pil crashes on Mac OS X 10.5 Leopard In-Reply-To: <049.232d2cc94f96580bb1c925cf26080c7e@macosforge.org> References: <049.232d2cc94f96580bb1c925cf26080c7e@macosforge.org> Message-ID: <058.e9f087403495827aff2e073e6f3ce76c@macosforge.org> #13238: py-pil crashes on Mac OS X 10.5 Leopard ----------------------------------+----------------------------------------- Reporter: tukikage386@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: py-pil ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * cc: tukikage386@mac.com, nox@macports.org (removed) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 05:03:42 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 05:05:44 2008 Subject: [MacPorts] #13243: liboobs fails to configure on Mac OS X 10.5 Leopard: missing crypt lib In-Reply-To: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> References: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> Message-ID: <059.4d84b7581d8137e3dd81241c79621293@macosforge.org> #13243: liboobs fails to configure on Mac OS X 10.5 Leopard: missing crypt lib -----------------------------------+---------------------------------------- Reporter: frstan@bellsouth.net | Owner: rhwood@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: liboobs crypt -----------------------------------+---------------------------------------- Comment (by nox@macports.org): frstan: Could you try this? {{{ sudo port -d configure liboobs configure.post_args="ac_cv_lib_crypt_crypt=no" }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 05:14:03 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 05:17:05 2008 Subject: [MacPorts] #13069: Sudo port install gimp hang In-Reply-To: <048.028f7504de62de89df07f7a80f04900c@macosforge.org> References: <048.028f7504de62de89df07f7a80f04900c@macosforge.org> Message-ID: <057.320e2bdd893b621aa521e359ecb79e2d@macosforge.org> #13069: Sudo port install gimp hang ---------------------------------+------------------------------------------ Reporter: lacoste@enseirb.fr | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.5.2 Resolution: invalid | Keywords: ---------------------------------+------------------------------------------ Changes (by nox@macports.org): * cc: lacoste@enseirb.fr (removed) * status: new => closed * resolution: => invalid * milestone: Port Bugs => -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 05:18:49 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 05:20:50 2008 Subject: [MacPorts] #13201: dpkg fails to build on Mac OS X 10.5 Leopard In-Reply-To: <047.672ff45e0737a40f55d2477d65ff044a@macosforge.org> References: <047.672ff45e0737a40f55d2477d65ff044a@macosforge.org> Message-ID: <056.6ec196595120ec2ca579bd135e64a0a7@macosforge.org> #13201: dpkg fails to build on Mac OS X 10.5 Leopard --------------------------------+------------------------------------------- Reporter: terry@shebiki.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: fixed | Keywords: --------------------------------+------------------------------------------- Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed, r33826. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 05:28:57 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 05:31:31 2008 Subject: [MacPorts] #14203: apr fails to build if postgresql83 is activated In-Reply-To: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> References: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> Message-ID: <055.77a87ecc132f6f68e73449f5b04c4e56@macosforge.org> #14203: apr fails to build if postgresql83 is activated -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: dluke@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by afb@macports.org): Upstream bug is http://cvs.ossp.org/tktview?tn=164,4 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 05:31:37 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 05:34:08 2008 Subject: [MacPorts] #13070: postgresql81 fails to build on Mac OS X 10.5 Leopard In-Reply-To: <049.854ab9dc0911dc929c856c67118a175f@macosforge.org> References: <049.854ab9dc0911dc929c856c67118a175f@macosforge.org> Message-ID: <058.0fcc52f557b08cde63a154ad6957e750@macosforge.org> #13070: postgresql81 fails to build on Mac OS X 10.5 Leopard ----------------------------------+----------------------------------------- Reporter: rsalvado@gnuine.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * summary: BUG: postgresql81 fails to compile on Leopard => postgresql81 fails to build on Mac OS X 10.5 Leopard Comment: Any progress here? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 06:18:19 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 06:20:53 2008 Subject: [MacPorts] #7277: Protect .ht* files case insensitively by default (apache2 port) In-Reply-To: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> References: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> Message-ID: <069.975c46173b87f74bdf315e3a4a938173@macosforge.org> #7277: Protect .ht* files case insensitively by default (apache2 port) ---------------------------------------------+------------------------------ Reporter: opendarwin-2006@ryandesign.com | Owner: imajes@macports.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: ---------------------------------------------+------------------------------ Changes (by nox@macports.org): * cc: ryandesign@macports.org (added) * owner: james@imajes.info => imajes@macports.org Comment: Maybe we should fix it without James approval? That's a security issue. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 07:13:03 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 07:16:07 2008 Subject: [MacPorts] #14204: Libnet fails to build on OSX 10.5.1 Message-ID: <045.76dee2fcbbb983df80e9ab8aa2271573@macosforge.org> #14204: Libnet fails to build on OSX 10.5.1 -----------------------------+---------------------------------------------- Reporter: kung.foo@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -----------------------------+---------------------------------------------- System: Model Name: MacBook Model Identifier: MacBook3,1 Processor Name: Intel Core 2 Duo ---> Building libnet 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_net_libnet/work/Libnet-1.0.2a" && make all " returned error 2 Command output: /usr/bin/gcc-4.0 -O2 -funroll-loops -fomit-frame-pointer -Wall -I/opt/local/include -DHAVE_CONFIG_H -c src/libnet_insert_ipo.c -o src/libnet_insert_ipo.o In file included from src/../include/libnet.h:81, from src/libnet_insert_ipo.c:36: src/../include/./libnet/libnet-functions.h:500: warning: 'struct ipoption' declared inside parameter list src/../include/./libnet/libnet-functions.h:500: warning: its scope is only this definition or declaration, which is probably not what you want src/libnet_insert_ipo.c:39: warning: 'struct ipoption' declared inside parameter list src/libnet_insert_ipo.c:40: error: conflicting types for 'libnet_insert_ipo' src/../include/./libnet/libnet-functions.h:500: error: previous declaration of 'libnet_insert_ipo' was here src/libnet_insert_ipo.c: In function 'libnet_insert_ipo': src/libnet_insert_ipo.c:83: error: dereferencing pointer to incomplete type make: *** [src/libnet_insert_ipo.o] Error 1 Error: The following dependencies failed to build: libnet libnids Error: Status 1 encountered during processing. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 07:27:12 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 07:30:14 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.68515ae7fafd1b00d5b5c3f95cc4bdc7@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by dluke@macports.org): So, we can force the configure script to use the system installed flex instead of the macports provided one with: configure.env LEX=/usr/bin/lex -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 07:31:03 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 07:34:03 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.8df9dd1364227e24a1b5b653fc4e14a5@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by dluke@macports.org): I mean configure.env LEX=/usr/bin/flex And it also looks like the configure script needs a little patch since it will error out if $LEX != 'flex' -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 07:42:50 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 07:44:56 2008 Subject: [MacPorts] #14144: libidl uses system libtool: fails to upgrade port In-Reply-To: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> References: <049.8bd9dcddccb056ecdf3119e52147475d@macosforge.org> Message-ID: <058.cab4dd6c78f11cd01a35c9695592e149@macosforge.org> #14144: libidl uses system libtool: fails to upgrade port ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by dluke@macports.org): * status: new => closed * resolution: => fixed Comment: Committed in r33828 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 07:47:36 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 07:49:43 2008 Subject: [MacPorts] #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) In-Reply-To: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> References: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> Message-ID: <055.be5232e179941ed353602a198e327511@macosforge.org> #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: dluke@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by dluke@macports.org): * summary: apr fails to build if postgresql83 is activated => apr fails to build if ossp-uuid is activated (dependency of postgresql83) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 07:50:11 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 07:56:01 2008 Subject: [MacPorts] #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) In-Reply-To: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> References: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> Message-ID: <055.d54c4ec66c6632ba9166b52633155514@macosforge.org> #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by dluke@macports.org): * cc: mww@macports.org, jwa@macports.org (added) * status: new => assigned Comment: ossp-uuid is nomaintainer, and it looks like only postgresql83 uses it. Perhaps we can move the ossp-uuid include files (so that apr doesn't pull them in) and modify the postgresql83 port to still be able to find them? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:05:54 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:08:58 2008 Subject: [MacPorts] #14199: Request for Update: git-core-1.5.3.8 In-Reply-To: <053.9d0ae09caf6e1b7744cbe5be60094155@macosforge.org> References: <053.9d0ae09caf6e1b7744cbe5be60094155@macosforge.org> Message-ID: <062.250e177bfe72ba2145ee2d22cb205949@macosforge.org> #14199: Request for Update: git-core-1.5.3.8 --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: git-core update --------------------------------------+------------------------------------- Comment (by maccheck@gmail.com): Please have a look at ticket #13956 and decide if this is a duplicate. ;-) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:10:51 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:13:37 2008 Subject: [MacPorts] #14205: djvu2pdf Message-ID: <046.fa7e35e5be67d99573b1a3c138c16615@macosforge.org> #14205: djvu2pdf ------------------------------+--------------------------------------------- Reporter: adamore@email.it | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Requests Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- djvu2pdf is a small utility that converts djvu to pdf, as its name suggests. Homepage is located at http://0x2a.at/projects/djvu2pdf/ -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:11:32 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:14:34 2008 Subject: [MacPorts] #14204: Libnet fails to build on OSX 10.5.1 In-Reply-To: <045.76dee2fcbbb983df80e9ab8aa2271573@macosforge.org> References: <045.76dee2fcbbb983df80e9ab8aa2271573@macosforge.org> Message-ID: <054.056714245ba6cbb8c747051c02a46dd4@macosforge.org> #14204: Libnet fails to build on OSX 10.5.1 ------------------------------+--------------------------------------------- Reporter: kung.foo@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: ------------------------------+--------------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => duplicate Comment: #13073. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:14:44 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:17:45 2008 Subject: [MacPorts] #14206: bitpim Message-ID: <046.3f41a6b217d399e37b64e3cce4bc1632@macosforge.org> #14206: bitpim ------------------------------+--------------------------------------------- Reporter: adamore@email.it | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- Bitpim is an application to manipulate data on different CDMA phones like LG, Samsung, Sanyo and others. Homepage is http://bitpim.sourceforge.net/ there's a OS X build too. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:18:17 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:21:19 2008 Subject: [MacPorts] #14206: bitpim In-Reply-To: <046.3f41a6b217d399e37b64e3cce4bc1632@macosforge.org> References: <046.3f41a6b217d399e37b64e3cce4bc1632@macosforge.org> Message-ID: <055.3f2a6fd84f80d1255d93538928a5502b@macosforge.org> #14206: bitpim -------------------------------+-------------------------------------------- Reporter: adamore@email.it | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Requests Component: ports | Version: Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by nox@macports.org): * version: 1.6.0 => * type: defect => enhancement * milestone: => Port Requests Comment: Please correctly fill the tickets you open. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:22:53 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:25:23 2008 Subject: [MacPorts] #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) In-Reply-To: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> References: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> Message-ID: <055.e5aece53ba1fa78e6d152adad560b112@macosforge.org> #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by nox@macports.org): I'd rather modify apr to not use uuid.h or fix ossp-uuid itself -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:29:42 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:32:45 2008 Subject: [MacPorts] #14207: New libidl (0.8.10) doesn't compile on 10.5 Intel Message-ID: <050.cf836c0f399edfb46e21b05885c82bb0@macosforge.org> #14207: New libidl (0.8.10) doesn't compile on 10.5 Intel ----------------------------------+----------------------------------------- Reporter: luca@lucapagliero.it | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ----------------------------------+----------------------------------------- Here's the log, I had this error for weeks even with the previous version of libidl. I've seen many of these marked as duplicate but I can't find a precise duplicate of this particular error. {{{ iMac:~ luca$ sudo port install libidl ---> Fetching libidl ---> Attempting to fetch libIDL-0.8.10.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/libIDL/0.8/ ---> Verifying checksum(s) for libidl ---> Extracting libidl ---> Configuring libidl ---> Building libidl 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_libidl/work/libIDL-0.8.10" && make all " returned error 2 Command output: /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"libIDL\" -DPACKAGE_TARNAME=\"libIDL\" -DPACKAGE_VERSION=\"0.8.10\" "-DPACKAGE_STRING=\"libIDL 0.8.10\"" "-DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL\"" -DLIBIDL_VERSION=\"0.8.10\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_NOSTDINC=\"-I-\" -DCPP_PROGRAM=\"/usr/bin/cpp-4.0\" -DYYTEXT_POINTER=1 -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 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8 -I. -DYYDEBUG=1 -DYYERROR_VERBOSE=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I./include -DG_LOG_DOMAIN=\"libIDL\" -Wall -Wunused -Wmissing-prototypes -Wmissing- declarations -I/opt/local/include -O2 -no-cpp-precomp -MT ns.lo -MD -MP -MF .deps/ns.Tpo -c ns.c -fno-common -DPIC -o .libs/ns.o /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"libIDL\" -DPACKAGE_TARNAME=\"libIDL\" -DPACKAGE_VERSION=\"0.8.10\" "-DPACKAGE_STRING=\"libIDL 0.8.10\"" "-DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL\"" -DLIBIDL_VERSION=\"0.8.10\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_NOSTDINC=\"-I-\" -DCPP_PROGRAM=\"/usr/bin/cpp-4.0\" -DYYTEXT_POINTER=1 -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 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8 -I. -DYYDEBUG=1 -DYYERROR_VERBOSE=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I./include -DG_LOG_DOMAIN=\"libIDL\" -Wall -Wunused -Wmissing-prototypes -Wmissing- declarations -I/opt/local/include -O2 -no-cpp-precomp -MT ns.lo -MD -MP -MF .deps/ns.Tpo -c ns.c -o ns.o >/dev/null 2>&1 mv -f .deps/ns.Tpo .deps/ns.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"libIDL\" -DPACKAGE_TARNAME=\"libIDL\" -DPACKAGE_VERSION=\"0.8.10\" -DPACKAGE_STRING=\"libIDL\ 0.8.10\" -DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=libIDL\" -DLIBIDL_VERSION=\"0.8.10\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_NOSTDINC=\"-I-\" -DCPP_PROGRAM=\"/usr/bin/cpp-4.0\" -DYYTEXT_POINTER=1 -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 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8 -I. -DYYDEBUG=1 -DYYERROR_VERBOSE=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I./include -DG_LOG_DOMAIN=\"libIDL\" -Wall -Wunused -Wmissing-prototypes -Wmissing- declarations -I/opt/local/include -O2 -no-cpp-precomp -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"libIDL\" -DPACKAGE_TARNAME=\"libIDL\" -DPACKAGE_VERSION=\"0.8.10\" "-DPACKAGE_STRING=\"libIDL 0.8.10\"" "-DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL\"" -DLIBIDL_VERSION=\"0.8.10\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_NOSTDINC=\"-I-\" -DCPP_PROGRAM=\"/usr/bin/cpp-4.0\" -DYYTEXT_POINTER=1 -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 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8 -I. -DYYDEBUG=1 -DYYERROR_VERBOSE=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I./include -DG_LOG_DOMAIN=\"libIDL\" -Wall -Wunused -Wmissing-prototypes -Wmissing- declarations -I/opt/local/include -O2 -no-cpp-precomp -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fno-common -DPIC -o .libs/util.o /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"libIDL\" -DPACKAGE_TARNAME=\"libIDL\" -DPACKAGE_VERSION=\"0.8.10\" "-DPACKAGE_STRING=\"libIDL 0.8.10\"" "-DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL\"" -DLIBIDL_VERSION=\"0.8.10\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_NOSTDINC=\"-I-\" -DCPP_PROGRAM=\"/usr/bin/cpp-4.0\" -DYYTEXT_POINTER=1 -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 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8 -I. -DYYDEBUG=1 -DYYERROR_VERBOSE=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I./include -DG_LOG_DOMAIN=\"libIDL\" -Wall -Wunused -Wmissing-prototypes -Wmissing- declarations -I/opt/local/include -O2 -no-cpp-precomp -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1 mv -f .deps/util.Tpo .deps/util.Plo /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-cpp- precomp -version-info 0:0:0 -L/opt/local/lib -lglib-2.0 -lintl -liconv -no-undefined -L/opt/local/lib -o libIDL-2.la -rpath /opt/local/lib parser.lo lexer.lo ns.lo util.lo /usr/bin/gcc-4.0 -dynamiclib -o .libs/libIDL-2.0.0.0.dylib .libs/parser.o .libs/lexer.o .libs/ns.o .libs/util.o -L/opt/local/lib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -install_name /opt/local/lib/libIDL-2.0.dylib -compatibility_version 1 -current_version 1.0 Undefined symbols: "___IDL_lex", referenced from: ___IDL_parse in parser.o "___IDL_lex_init", referenced from: _IDL_parse_filename_with_input in util.o _IDL_parse_filename in util.o "___IDL_cur_token_line", referenced from: ___IDL_cur_token_line$non_lazy_ptr in parser.o "___IDL_in", referenced from: ___IDL_in$non_lazy_ptr in util.o "___IDL_lex_cleanup", referenced from: _IDL_parse_filename_with_input in util.o _IDL_parse_filename_with_input in util.o _IDL_parse_filename in util.o "___IDL_prev_token_line", referenced from: ___IDL_prev_token_line$non_lazy_ptr in parser.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [libIDL-2.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:33:16 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:36:16 2008 Subject: [MacPorts] #14197: Docbook-xsl-1.72.0 checksum mismatch In-Reply-To: <050.c295ec18689e6b16f16c1a8218fb69ad@macosforge.org> References: <050.c295ec18689e6b16f16c1a8218fb69ad@macosforge.org> Message-ID: <059.0d60a9197cbe2f473fce6074913149c8@macosforge.org> #14197: Docbook-xsl-1.72.0 checksum mismatch -----------------------------------+---------------------------------------- Reporter: apple@geographic.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: -----------------------------------+---------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => worksforme Comment: Please run: {{{ sudo port clean --all docbook-xsl sudo port -d install docbook-xsl }}} and read [http://trac.macosforge.org/projects/macports/wiki/FAQ#IgetError:checksummd5sha1rmd160mismatchforport.WhatcanIdoaboutit this]. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:35:15 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:38:15 2008 Subject: [MacPorts] #14206: bitpim In-Reply-To: <046.3f41a6b217d399e37b64e3cce4bc1632@macosforge.org> References: <046.3f41a6b217d399e37b64e3cce4bc1632@macosforge.org> Message-ID: <055.29922314d81a964f937f3ad17fb97937@macosforge.org> #14206: bitpim -------------------------------+-------------------------------------------- Reporter: adamore@email.it | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Requests Component: ports | Version: Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by adamore@email.it): Replying to [comment:1 nox@macports.org]: > Please correctly fill the tickets you open. I'm sorry, I noticed I hadn't set up popup menus but I couldn't find how to edit the ticket I had just sent. I'll make better use of preview next time. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:44:35 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:47:18 2008 Subject: [MacPorts] #7277: Protect .ht* files case insensitively by default (apache2 port) In-Reply-To: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> References: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> Message-ID: <069.4dd031df319d6c551be79f5ee337404f@macosforge.org> #7277: Protect .ht* files case insensitively by default (apache2 port) ---------------------------------------------+------------------------------ Reporter: opendarwin-2006@ryandesign.com | Owner: imajes@macports.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: ---------------------------------------------+------------------------------ Old description: > By default the apache2 port installs an httpd.conf containing this > section which is supposed to prevent malicious users from reading the > contents of .htaccess or .htpasswd files: > > # The following lines prevent .htaccess and .htpasswd files from being > # viewed by Web clients. > # > > Order allow,deny > Deny from all > > > This is insufficient on file systems which are case insensitive, such as > Mac OS X's default HFS+ file system. Mac OS X also has other files and > directories inside each directory which must not be made accessible to > web visitors. See Apple's knowledge base article: > > http://docs.info.apple.com/article.html?artnum=300422 > > The updated rules provided in that knowledge base article should be > patched into the default httpd.conf file provided through darwinports so > that users are by default protected from this problem. > > Someone should also examine the apache 1 port to see if it suffers from > the same problem, and patch it too if necessary (possibly creating a > separate bug report if necessary). > > This issue is related a bit to bug #803. New description: By default the apache2 port installs an httpd.conf containing this section which is supposed to prevent malicious users from reading the contents of .htaccess or .htpasswd files: {{{ # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # Order allow,deny Deny from all }}} This is insufficient on file systems which are case insensitive, such as Mac OS X's default HFS+ file system. Mac OS X also has other files and directories inside each directory which must not be made accessible to web visitors. See Apple's knowledge base article: http://docs.info.apple.com/article.html?artnum=300422 The updated rules provided in that knowledge base article should be patched into the default httpd.conf file provided through darwinports so that users are by default protected from this problem. Someone should also examine the apache 1 port to see if it suffers from the same problem, and patch it too if necessary (possibly creating a separate bug report if necessary). This issue is related a bit to bug #803. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:50:04 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:53:04 2008 Subject: [MacPorts] #7277: Protect .ht* files case insensitively by default (apache2 port) In-Reply-To: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> References: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> Message-ID: <069.c91fcc554cfa279412c06c537ef723c8@macosforge.org> #7277: Protect .ht* files case insensitively by default (apache2 port) ---------------------------------------------+------------------------------ Reporter: opendarwin-2006@ryandesign.com | Owner: imajes@macports.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: ---------------------------------------------+------------------------------ Comment (by imajes@macports.org): now that this has been bumped up a bit it's on my radar... i'll try attack it this weekend. anyone who wants to submit a patch is welcome- i'll apply if i get one. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:53:31 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 08:56:02 2008 Subject: [MacPorts] #13243: liboobs fails to configure on Mac OS X 10.5 Leopard: missing crypt lib In-Reply-To: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> References: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> Message-ID: <059.4e9543ef4f97f67036a2418a4edf65f5@macosforge.org> #13243: liboobs fails to configure on Mac OS X 10.5 Leopard: missing crypt lib -----------------------------------+---------------------------------------- Reporter: frstan@bellsouth.net | Owner: rhwood@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: liboobs crypt -----------------------------------+---------------------------------------- Comment (by frstan@bellsouth.net): macintosh:~ frstan$ sudo port -d configure liboobs configure.post_args="ac_cv_lib_crypt_crypt=no" DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/liboobs DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/liboobs DEBUG: Requested variant darwin is not provided by port liboobs. DEBUG: Requested variant i386 is not provided by port liboobs. DEBUG: Requested variant macosx is not provided by port liboobs. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/dbus DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/dbus DEBUG: Requested variant darwin is not provided by port dbus. DEBUG: Requested variant i386 is not provided by port dbus. DEBUG: Requested variant macosx is not provided by port dbus. DEBUG: Searching for dependency: dbus DEBUG: Found Dependency: receipt exists for dbus DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel /dbus-glib DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel /dbus-glib DEBUG: Requested variant darwin is not provided by port dbus-glib. DEBUG: Requested variant i386 is not provided by port dbus-glib. DEBUG: Requested variant macosx is not provided by port dbus-glib. DEBUG: Searching for dependency: dbus-glib DEBUG: Found Dependency: receipt exists for dbus-glib DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome /system-tools-backends DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome /system-tools-backends DEBUG: Requested variant darwin is not provided by port system-tools- backends. DEBUG: Requested variant i386 is not provided by port system-tools- backends. DEBUG: Requested variant macosx is not provided by port system-tools- backends. DEBUG: Searching for dependency: system-tools-backends DEBUG: Found Dependency: receipt exists for system-tools-backends DEBUG: Executing org.macports.main (liboobs) ---> Fetching liboobs DEBUG: Executing org.macports.fetch (liboobs) ---> Verifying checksum(s) for liboobs DEBUG: Executing org.macports.checksum (liboobs) ---> Checksumming liboobs-2.20.0.tar.bz2 DEBUG: Correct (md5) checksum for liboobs-2.20.0.tar.bz2 DEBUG: Correct (sha1) checksum for liboobs-2.20.0.tar.bz2 DEBUG: setting option extract.cmd to /opt/local/bin/bzip2 ---> Extracting liboobs DEBUG: Executing org.macports.extract (liboobs) ---> Extracting liboobs-2.20.0.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/liboobs/liboobs-2.20.0.tar.bz2 DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_liboobs/work" && /opt/local/bin/bzip2 -dc /opt/local/var/macports/distfiles/liboobs/liboobs-2.20.0.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing org.macports.patch (liboobs) ---> Configuring liboobs DEBUG: Executing org.macports.configure (liboobs) DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_liboobs/work/liboobs-2.20.0" && ./configure --prefix=/opt/local --disable-scrollkeeper ac_cv_lib_crypt_crypt=no' checking for a BSD-compatible install... /usr/bin/install checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.1.0 checking host system type... i386-apple-darwin9.1.0 checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc-4.0 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.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc-4.0... gcc3 checking for a sed that does not truncate output... /opt/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple- darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /usr/bin/cpp-4.0 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes 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 how to run the C++ preprocessor... /usr/bin/g++-4.0 -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... g95 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g95 accepts -g... yes checking the maximum length of command line arguments... 196608 checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.0 static flag -static works... no checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple- darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.1.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 /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple- darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple- darwin9/4.0.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.0 static flag -static works... no checking if /usr/bin/g++-4.0 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple- darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.1.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g95 option to produce PIC... -fno-common checking if g95 PIC flag -fno-common works... yes checking if g95 static flag -static works... no checking if g95 supports -c -o file.o... yes checking whether the g95 linker (/usr/libexec/gcc/i686-apple- darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.1.0 dyld checking how to hardcode library paths into programs... immediate checking for library containing strerror... none required checking for gcc... (cached) /usr/bin/gcc-4.0 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3 checking for gcc... (cached) /usr/bin/gcc-4.0 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install checking for library containing strerror... none required checking for gcc... (cached) /usr/bin/gcc-4.0 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3 checking for gcc... (cached) /usr/bin/gcc-4.0 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install checking whether make sets $(MAKE)... (cached) yes checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for OOBS... yes checking for crypt in -lcrypt... (cached) no configure: error: crypt library is required. Warning: the following items did not execute (for liboobs): org.macports.configure Error: Status 1 encountered during processing. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 08:58:57 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 09:01:34 2008 Subject: [MacPorts] #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries In-Reply-To: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> References: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> Message-ID: <050.e288dc72c79a64d6d8e8708656c7ad76@macosforge.org> #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries --------------------------+------------------------------------------------- Reporter: joh@gmx.net | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ImageMagick, libtool --------------------------+------------------------------------------------- Comment (by peter@pogma.com): Ok, I can reproduce this outside of MacPorts, ImageMagick-6.3.8-4 did not even build for me without patches though - working on a fix, will report to upstream ImageMagick maintainer asking for a new source release when fixed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 09:25:50 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 09:28:53 2008 Subject: [MacPorts] #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) In-Reply-To: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> References: <046.da5e139cabefe7eeb3e03906b1955dba@macosforge.org> Message-ID: <055.7dea1fe0cded1d8955ef0b5bb2ed4cb7@macosforge.org> #14203: apr fails to build if ossp-uuid is activated (dependency of postgresql83) -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: dluke@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by dluke@macports.org): apr finds uuid.h from ossp-uuid (instead of the system uuid.h) because it's installed in ${prefix}/include and we add that to the CPPFLAGS. Since the uuid.h installed by ossp-uuid is somewhat broken, I think it makes sense to instead modify where it gets installed so that a little extra work needs to be done by any ports that want the uuid.h from ossp- uuid (which is only the postgresql83 port, currently). Of course, I would probably also have the postgres83 contrib modules (including what actually pulls in ossp-uuid as a dependency) as a variant, but that's just me ;-) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 09:33:54 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 09:37:04 2008 Subject: [MacPorts] #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries In-Reply-To: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> References: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> Message-ID: <050.064a02c0a6c576fc4d24eec32f707efd@macosforge.org> #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries --------------------------+------------------------------------------------- Reporter: joh@gmx.net | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ImageMagick, libtool --------------------------+------------------------------------------------- Comment (by peter@pogma.com): As a workaround you can edit the generated libtool script (after config.status has run) and change: fast_install=no to fast_install=needless something like `perl -pe -e 's/^fast_install.*/fast_install=needless' libtool` Don't know yet why libtool is not getting the correct value for this var at configure time. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 09:40:36 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 09:43:14 2008 Subject: [MacPorts] #13984: ffmpeg fails to compile [ld: Undefined symbols: _av_crc_get_table] In-Reply-To: <049.37a99dc3428e7fe11e0dd1eedaec04c7@macosforge.org> References: <049.37a99dc3428e7fe11e0dd1eedaec04c7@macosforge.org> Message-ID: <058.1b97cbc09df4bb12ccd3814f15eea0f0@macosforge.org> #13984: ffmpeg fails to compile [ld: Undefined symbols: _av_crc_get_table] ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: acho@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: _av_crc_get_table libtool ffmpeg ----------------------------------+----------------------------------------- Comment (by klaus.buchholzer@gmx.de): If you don't want to uninstall your working copy of ffmpeg until your new one compiles try to remove in the command that fails the following link path -L/opt/local/lib I had to do this two times until the compile finished. Steps:[[BR]] 1. go and find the offending directory where the ld (link) happens[[BR]] 2. run the command 'make' and pipe stdout into a file[[BR]] 3. edit this file properly and run it in your shell as sh-code[[BR]] 4. recap from 'da capo' for all other places until done[[BR]] 5. perform the 'port -vuc upgrade ffmpeg' or the like[[BR]] Good luck -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 09:43:32 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 09:46:47 2008 Subject: [MacPorts] #13313: variants and platforms should never return an error In-Reply-To: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> References: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> Message-ID: <054.1da7000df90e4a7097d57d172b3d1a6b@macosforge.org> #13313: variants and platforms should never return an error ------------------------------+--------------------------------------------- Reporter: edewitt@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: parsing variant ------------------------------+--------------------------------------------- Comment (by compconsultant@yahoo.com): Yep, will take care of qmail-spamcontrol -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 10:16:48 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 10:20:13 2008 Subject: [MacPorts] #14208: Macports Lint job runs on incorrect version of portfile Message-ID: <048.4827fdd4e76aea9003f53c4aa8c93edc@macosforge.org> #14208: Macports Lint job runs on incorrect version of portfile --------------------------------+------------------------------------------- Reporter: dluke@macports.org | Owner: wsiegrist@apple.com Type: defect | Status: new Priority: Normal | Milestone: Component: server/hosting | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- I've just been attempting to clean up the ports I maintain so that they lint without errors, and I've noticed that the server-side lint job runs on the version that is in the repo (not the new version). ie. I run port lint locally, fix the warnings/errors and then commit the new portfile but get email with the list of warnings/errors that the portfile had before I cleaned i tup. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 10:31:24 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 10:38:29 2008 Subject: [MacPorts] #14208: Macports Lint job runs on incorrect version of portfile In-Reply-To: <048.4827fdd4e76aea9003f53c4aa8c93edc@macosforge.org> References: <048.4827fdd4e76aea9003f53c4aa8c93edc@macosforge.org> Message-ID: <057.b0508c6eefc2ff27252b71b9724f4a0e@macosforge.org> #14208: Macports Lint job runs on incorrect version of portfile ---------------------------------+------------------------------------------ Reporter: dluke@macports.org | Owner: wsiegrist@apple.com Type: defect | Status: assigned Priority: High | Milestone: Component: server/hosting | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by wsiegrist@apple.com): * priority: Normal => High * status: new => assigned Comment: Yes, definitely broken. I'm working on a fix now. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 11:00:50 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 11:03:53 2008 Subject: [MacPorts] #14208: Macports Lint job runs on incorrect version of portfile In-Reply-To: <048.4827fdd4e76aea9003f53c4aa8c93edc@macosforge.org> References: <048.4827fdd4e76aea9003f53c4aa8c93edc@macosforge.org> Message-ID: <057.47384719bf9ded86ce2c9073c1af5568@macosforge.org> #14208: Macports Lint job runs on incorrect version of portfile ---------------------------------+------------------------------------------ Reporter: dluke@macports.org | Owner: dluke@macports.org Type: defect | Status: new Priority: High | Milestone: Component: server/hosting | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by wsiegrist@apple.com): * owner: wsiegrist@apple.com => dluke@macports.org * status: assigned => new Comment: Ok, I have a fix in place. Can you please confirm its working correctly now? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 11:12:08 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 11:15:09 2008 Subject: [MacPorts] #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes In-Reply-To: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> References: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> Message-ID: <064.3684d7573055a4f05927586ffd55f189@macosforge.org> #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Comment (by maccheck@gmail.com): Cannot reproduce it on a local port of git-core 1.5.4+doc+svn (see ticket #13956) as well. {{{ dargo:temp markus$ port installed | grep git-core git-core @1.5.4_0+doc+svn (active) dargo:temp markus$ git clone git://springlobby.info/git/koshi/springlobby.git Initialized empty Git repository in /Users/markus/temp/springlobby/.git/ remote: Counting objects: 12330, done. remote: Compressing objects: 100% (5272/5272), done. remote: Total 12330 (delta 9302), reused 9438 (delta 6975) Receiving objects: 100% (12330/12330), 3.07 MiB | 711 KiB/s, done. Resolving deltas: 100% (9302/9302), done. dargo:temp markus$ cd springlobby/ dargo:springlobby markus$ git-gui dargo:springlobby markus$ }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 11:37:34 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 11:39:37 2008 Subject: [MacPorts] #14209: Version bump for perl/p5-error Message-ID: <048.e51526c079927fe2de2c307043a74d47@macosforge.org> #14209: Version bump for perl/p5-error --------------------------------+------------------------------------------- Reporter: ricci@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Upgrade perl/p5-error to 0.17012, patch attached -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 11:38:05 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 11:40:41 2008 Subject: [MacPorts] #14208: Macports Lint job runs on incorrect version of portfile In-Reply-To: <048.4827fdd4e76aea9003f53c4aa8c93edc@macosforge.org> References: <048.4827fdd4e76aea9003f53c4aa8c93edc@macosforge.org> Message-ID: <057.1e88ab53ee8c38ed19318bf0c4c15255@macosforge.org> #14208: Macports Lint job runs on incorrect version of portfile ---------------------------------+------------------------------------------ Reporter: dluke@macports.org | Owner: dluke@macports.org Type: defect | Status: closed Priority: High | Milestone: Component: server/hosting | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by dluke@macports.org): * status: new => closed * resolution: => fixed Comment: Looks good to me. Thanks for the quick fix. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 11:38:33 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 11:41:06 2008 Subject: [MacPorts] #13259: lftp crashes on Mac OS X 10.5 Leopard: 99% CPU usage due to bad poll() In-Reply-To: <046.dcb05029c4847f3d52db92ab0d196f83@macosforge.org> References: <046.dcb05029c4847f3d52db92ab0d196f83@macosforge.org> Message-ID: <055.fd79979111ba9059f83d64671cbe761c@macosforge.org> #13259: lftp crashes on Mac OS X 10.5 Leopard: 99% CPU usage due to bad poll() -------------------------------+-------------------------------------------- Reporter: dackze@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: lftp -------------------------------+-------------------------------------------- Comment (by mjhsieh@yahoo.com): The result is the same. {{{ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_lftp\ /work/lftp-3.6.1/src/lftp lftp :~> }}} in the other window,... the top still shows {{{ PID UID REG RPRVT RSHRD RSIZE VPRVT VSIZE TH PRT TIME %CPU COMMAND 26754 501 51 352K 184K 1456K 74M 79M 1 13 8m11s 99.9 lftp }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 12:02:46 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 12:05:16 2008 Subject: [MacPorts] #14210: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) Message-ID: <053.90ec1164a3576a6dac1000ad156bc48b@macosforge.org> #14210: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) ------------------------------------------+--------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Keywords: inkscape fails build leopard | ------------------------------------------+--------------------------------- Hi, Thanks for the comments on my ticket #14201. I've now 1) rebooted 2) re- run "sudo port install inkscape" 3) installed what were described as missing dependencies in step 2), namely py25-numpy, py25-hashlib and py25-xml (by typing "sudo port install py25-numpy" etc.). However, re-running "sudo port install inkscape" again still gives errors. See attached file inkscape_errors_2.txt. Any help very much appreciated. Thanks, Chris -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 12:03:00 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 12:06:00 2008 Subject: [MacPorts] #14211: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) Message-ID: <053.651914db1ceb1c8f77c766d213f6db6f@macosforge.org> #14211: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) ------------------------------------------+--------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Keywords: inkscape fails build leopard | ------------------------------------------+--------------------------------- Hi, Thanks for the comments on my ticket #14201. I've now 1) rebooted 2) re- run "sudo port install inkscape" 3) installed what were described as missing dependencies in step 2), namely py25-numpy, py25-hashlib and py25-xml (by typing "sudo port install py25-numpy" etc.). However, re-running "sudo port install inkscape" again still gives errors. See attached file inkscape_errors_2.txt. Any help very much appreciated. Thanks, Chris -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 13:11:56 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 13:14:57 2008 Subject: [MacPorts] #14212: ghostview install fails Message-ID: <054.47a3d419d155431df07de5a1b34decda@macosforge.org> #14212: ghostview install fails --------------------------------------+------------------------------------- Reporter: barry.j.mcinnes@noaa.gov | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: ghostview | --------------------------------------+------------------------------------- Seems like there were similar errors going back to 2005 until 2007, but it fails on 10.5.1 with X11 patches. s% sudo port install ghostview Password: ---> Fetching ghostview ---> Attempting to fetch ghostview-1.5.tar.gz from http://ftp.gnu.org/gnu/ghost view ---> Verifying checksum(s) for ghostview ---> Extracting ghostview ---> Configuring ghostview ---> Building ghostview with target all ---> Staging ghostview into destroot Warning: violation by /etc Warning: violation by /usr Warning: ghostview 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 ghostview 1.5_0 ---> Activating ghostview 1.5_0 Error: Target org.macports.activate returned: Image error: /usr/X11/lib/X11/app- defaults already exists and does not belong to a registered port. Unable to act ivate port ghostview. Error: Status 1 encountered during processing. [mac27:~/info] bmcinnes% sudo -s [mac27:~/sun/info] root# port update Unrecognized action "update" [mac27:~/sun/info] root# port selfupdate MacPorts base version 1.600 installed Downloaded MacPorts base version 1.600 The MacPorts installation is not outdated and so was not updated selfupdate done! [mac27:~/sun/info] root# [mac27:~/sun/info] root# port clean ghostview ---> Cleaning ghostview [mac27:~/sun/info] root# port install ghostview ---> Activating ghostview 1.5_0 Error: Target org.macports.activate returned: Image error: /usr/X11/lib/X11/app- defaults already exists and does not belong to a registered port. Unable to act ivate port ghostview. Error: Status 1 encountered during processing. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 13:23:09 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 13:26:09 2008 Subject: [MacPorts] #14213: help2man-1.36.4 configure fails as compiler cannot create executable Message-ID: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> #14213: help2man-1.36.4 configure fails as compiler cannot create executable --------------------------------------------------------+------------------- Reporter: omar_green@intuit.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Keywords: help2man, rb-rubygems, configure, compiler | --------------------------------------------------------+------------------- Sent this note last night, and per the direction of Anders Bj?rklund (who also counts this as a bug), I'm filing this bug report. Most of the details of the bug are in the email, but the highlight is this: when configuring help2man-1.36.4, the compile doesn't finish as $(CC) has been doubly defined as "CC='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0'" This eventually throws off the linker, and fails the configure. There's an additional problem of the gcc -V flag not working. Looks like within OS X, the lowercase "v" must be used, if the intent is to extract the version of gcc in use. Anders indicates in his email that the problem is related to bug #13930 "and friends," his phrase, and that he suspects "something wrong between base/libtool/portfile interaction..." The original email follows. ---- Hi all: Total n00b to macports here, but I'm having problems using macports to install Ruby-on-Rails on an Intel MacBook Pro, and I think I've managed to track the problem down. Didn't want to post a bug to the bug list without verifying that I'm not just imagining things. So, I'm on a MacBook Pro, running OS X 10.4.11, and macports 1.600. I found my initial install instructions here: http://wiki.rubyonrails.org/rails/pages/Installation Installed Xcode 2.5 with no problems, along with macports. Was even able to get the ruby install going before I hit a problem: installing rubygems. The rubygems install fails on trying to configure help2man. My builds have been failing with the following info: ---> Configuring help2man Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macport s.org_release_ports_textproc_help2man/work/help2man-1.36.4" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info " returned error 77 Command output: checking for perl... /opt/local/bin/perl checking for gcc... /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Having looked through the config.log, I noticed something peculiar. ac_cv_env_CC_value='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0' and CC='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0' The result is that $CC is doubly defined which seems the screw up the linker, as is evidenced here: configure:1632: $? = 1 configure:1655: checking for C compiler default output file name configure:1658: /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 -O2 -I/opt/local/include -L/opt/local/lib conftest.c >&5 /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/bin/gcc-4.0 is input for the dynamic link editor, is not relocatable by the static link editor again collect2: ld returned 1 exit status I also noticed that the "-V" flag for gcc-4.0 is causing an error. configure:1629: /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 -V &5 gcc-4.0: argument to `-V' is missing I did attempt to do the configure and make manually from directly within the build directory, and they completed no problem. This problem only seems to happen when I run: sudo port install rb-rubygems. I wouldn't have necessarily thought this was a bug (maybe double referencing CC is just how you guys roll), but I stumbled on a different bug while Googling around trying to diagnose the problem (completely different system, but consistent behavior): http://www.nabble.com/problem-linking-td12382127.html Seeing this changed my mind, so I decided to roll up my sleeves and send an email. Please forgive me if this is total spam. So, can someone here verify that what I'm seeing isn't normal and let me know if this is covered in the bug log or not? I did do a search of the bug log, with all the terms I could think of, but didn't find anything. Thanks in advance for all your help. Best, -O -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 13:43:23 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 13:45:31 2008 Subject: [MacPorts] #7277: Protect .ht* files case insensitively by default (apache2 port) In-Reply-To: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> References: <060.797955755a4e669bb10d9aefb03f11d8@macosforge.org> Message-ID: <069.8283880fa491aaaa021cbbce077f79c2@macosforge.org> #7277: Protect .ht* files case insensitively by default (apache2 port) ---------------------------------------------+------------------------------ Reporter: opendarwin-2006@ryandesign.com | Owner: imajes@macports.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: ---------------------------------------------+------------------------------ Comment (by ryandesign@macports.org): This patch fixes the issue like kbase article 300422 says we should and therefore also increases the port revision. Also changing the fix for #7273 (r17933) from reinplaces to a patchfile. This is better because we get no notification if a reinplace ever fails, but we do if a patchfile fails. Also making the changing of the user and group under which the server runs a patchfile again instead of a reinplace (undoing this change from r33568). It really has no business being a reinplace. This is a job for a patchfile. Also, this seems to be Mac OS X-specific, so it's going into the `platform darwin` section. To apply this patch please do this: {{{ cd `port dir apache2` svn mkdir files svn cp -r 33567 http://svn.macosforge.org/repository/macports/trunk/dports/www/apache2/files /patch-httpd-std.conf.in files/patch-httpd.conf.in.diff patch -p0 < ~/Desktop/apache2.diff svn add files/patch-httpd-userdir.conf.in.diff }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 14:44:44 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 14:47:44 2008 Subject: [MacPorts] #14214: md5 mismatch for ktoblzcheck-1.16.tar.gz Message-ID: <050.da24adac7361d897e89ad10a593e4eee@macosforge.org> #14214: md5 mismatch for ktoblzcheck-1.16.tar.gz ----------------------------------+----------------------------------------- Reporter: jeffrey@goldmark.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: ktoblzcheck md5 | ----------------------------------+----------------------------------------- The portfile devel/ktoblzcheck version 1.16 specifies an MD5 summary of df8c4f35d8977e78f8445efc1d20a2a8 But the downloaded tarball has is MD5 (ktoblzcheck-1.16.tar.gz) = d41d8cd98f00b204e9800998ecf8427e I do not know which should be correct. That is, we can't rule out the possibility that the source tarball on sourceforge has been tampered with. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 14:52:16 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 14:55:16 2008 Subject: [MacPorts] #13292: vim fails to configure, tgetent() not found In-Reply-To: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> References: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> Message-ID: <059.723337702b05f96ae14e34609e560fd6@macosforge.org> #13292: vim fails to configure, tgetent() not found -----------------------------------+---------------------------------------- Reporter: griff.rees@gmail.com | Owner: raimue@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by raimue@macports.org): That's a good hint, I will look into it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 15:01:52 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 15:04:23 2008 Subject: [MacPorts] #13657: stellarium-0.9.0_0 fails to build In-Reply-To: <052.446f70df271c4b1fcf55d5760ac20a63@macosforge.org> References: <052.446f70df271c4b1fcf55d5760ac20a63@macosforge.org> Message-ID: <061.d19fb25c84fb85933710fcffb24a8e0f@macosforge.org> #13657: stellarium-0.9.0_0 fails to build -------------------------------------+-------------------------------------- Reporter: glen.henshaw@gmail.com | Owner: raimue@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------+-------------------------------------- Comment (by raimue@macports.org): Building works when I manually remove any reference to /usr/X11R6/lib, but I don't know where in those CMake files this comes from. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 15:02:25 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 15:04:56 2008 Subject: [MacPorts] #14202: stellarium 0.9.1 fails to build on OS X Leopard (10.5.1) In-Reply-To: <053.5d27e8c46ef1d2bb78235d9e80a0c78d@macosforge.org> References: <053.5d27e8c46ef1d2bb78235d9e80a0c78d@macosforge.org> Message-ID: <062.519b67404ef372399aa7255c0f33b72b@macosforge.org> #14202: stellarium 0.9.1 fails to build on OS X Leopard (10.5.1) --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: stellarium fails build leopard --------------------------------------+------------------------------------- Changes (by raimue@macports.org): * milestone: MacPorts base bugs => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 15:01:59 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 15:05:03 2008 Subject: [MacPorts] #14202: stellarium 0.9.1 fails to build on OS X Leopard (10.5.1) In-Reply-To: <053.5d27e8c46ef1d2bb78235d9e80a0c78d@macosforge.org> References: <053.5d27e8c46ef1d2bb78235d9e80a0c78d@macosforge.org> Message-ID: <062.2d0f4e0e3f80b719b4dd2c2cf8dc9130@macosforge.org> #14202: stellarium 0.9.1 fails to build on OS X Leopard (10.5.1) --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: stellarium fails build leopard --------------------------------------+------------------------------------- Changes (by raimue@macports.org): * status: new => closed * resolution: => duplicate Comment: Duplicate of #13657. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 15:45:30 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 15:48:29 2008 Subject: [MacPorts] #14215: texlive_base doesn't build Message-ID: <048.bbf1cd023a6ea6515e1c9b44a0fe039a@macosforge.org> #14215: texlive_base doesn't build --------------------------------+------------------------------------------- Reporter: paul@lucasmail.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- {{{ ---> Building texlive_base 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_tex_texlive_base/work/texlive_base-2007" && make all " returned error 2 Command output: make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make all-recursive Making all in data make[4]: Nothing to be done for `all'. Making all in src make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. cd gui; make CC='/usr/bin/gcc-4.0' CFLAGS='-O2 ' libgui.a make[3]: `libgui.a' is up to date. /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -o xdvi-motif.bin -L/opt/local/lib browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my- snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string- utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o ./gui/libgui.a ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a -L/usr/X11R6 1/lib -L/usr/X11/lib -lXm -lXmu -lXt -lSM -lICE -lXp -lXext -lXpm -lX11 -liconv ../kpathsea/libkpathsea.la -lm /usr/bin/gcc-4.0 -o xdvi-motif.bin browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print- internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search- internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver- info.o x_util.o 1/lib -L/opt/local/lib ./gui/libgui.a ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a -L/usr/X11R6 -L/usr/X11/lib -lXm -lXmu -lXt -lSM -lICE -lXp -lXext -lXpm -lX11 -lXau -lXdmcp -liconv ../kpathsea/.libs/libkpathsea.a -lm i686-apple-darwin9-gcc-4.0.1: 1/lib: No such file or directory make[2]: *** [xdvi-motif.bin] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: The following dependencies failed to build: texlive texlive_base texlive_texmf-full Error: Status 1 encountered during processing. }}} This is on a Mac OS X 10.5.1 system. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 15:57:47 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:00:17 2008 Subject: [MacPorts] #13243: liboobs fails to configure: missing crypt lib In-Reply-To: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> References: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> Message-ID: <059.d876007766440a3de557091535659fac@macosforge.org> #13243: liboobs fails to configure: missing crypt lib -----------------------------------+---------------------------------------- Reporter: frstan@bellsouth.net | Owner: rhwood@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: liboobs crypt -----------------------------------+---------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => fixed * summary: liboobs fails to configure on Mac OS X 10.5 Leopard: missing crypt lib => liboobs fails to configure: missing crypt lib Comment: Actually it also failed on Tiger. OS X never had a separate crypt library to begin with. r33890 should fix this. Please selfupdate and try again. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 16:07:52 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:10:21 2008 Subject: [MacPorts] #14215: texlive_base fails to build on Mac OS X 10.5.1 Leopard In-Reply-To: <048.bbf1cd023a6ea6515e1c9b44a0fe039a@macosforge.org> References: <048.bbf1cd023a6ea6515e1c9b44a0fe039a@macosforge.org> Message-ID: <057.d4b96dd4e371323b71aa784236fc91b0@macosforge.org> #14215: texlive_base fails to build on Mac OS X 10.5.1 Leopard ---------------------------------+------------------------------------------ Reporter: paul@lucasmail.org | Owner: milosh@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by nox@macports.org): * owner: macports-tickets@lists.macosforge.org => milosh@macports.org * summary: texlive_base doesn't build => texlive_base fails to build on Mac OS X 10.5.1 Leopard Comment: Assigning to maintainer -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 16:10:49 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:13:18 2008 Subject: [MacPorts] #14214: ktoblzcheck 1.16 fails to checksum. In-Reply-To: <050.da24adac7361d897e89ad10a593e4eee@macosforge.org> References: <050.da24adac7361d897e89ad10a593e4eee@macosforge.org> Message-ID: <059.55a7073afe819b7060b43532fb238040@macosforge.org> #14214: ktoblzcheck 1.16 fails to checksum. -----------------------------------+---------------------------------------- Reporter: jeffrey@goldmark.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: ktoblzcheck md5 -----------------------------------+---------------------------------------- Changes (by nox@macports.org): * cc: jeffrey@goldmark.org (removed) * status: new => closed * resolution: => worksforme * summary: md5 mismatch for ktoblzcheck-1.16.tar.gz => ktoblzcheck 1.16 fails to checksum. Comment: Please run {{{sudo port clean --all ktoblzcheck}}} and try again. Your downloaded tarball is corrupted. PS : You don't need to add yourself to the Cc field, reports and assignee automatically receive mail notifications. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 16:19:24 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:22:23 2008 Subject: [MacPorts] #14213: Content of configure.cc variable is sometimes duplicated. In-Reply-To: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> References: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> Message-ID: <060.9f477bbb899c1fd6eb2adffe825b485b@macosforge.org> #14213: Content of configure.cc variable is sometimes duplicated. ------------------------------------+--------------------------------------- Reporter: omar_green@intuit.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: help2man, rb-rubygems, configure, compiler ------------------------------------+--------------------------------------- Changes (by nox@macports.org): * cc: afb@macports.org, nox@macports.org (added) * summary: help2man-1.36.4 configure fails as compiler cannot create executable => Content of configure.cc variable is sometimes duplicated. Comment: Are you really running MP 1.6.0 or are you running a trunk/ build? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 16:20:42 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:23:12 2008 Subject: [MacPorts] #14146: RFE: mysql5: configure --without-server by default In-Reply-To: <049.80b8525e67473112a8a1e10844d4eb1b@macosforge.org> References: <049.80b8525e67473112a8a1e10844d4eb1b@macosforge.org> Message-ID: <058.cc467b8f5b60e6a3930da11f2ea2bc6a@macosforge.org> #14146: RFE: mysql5: configure --without-server by default ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: mysql5 ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: new => assigned Comment: I will add this option when the port is updated to the next version of MySQL after 5.0.51. (The option is broken in version 5.0.51; see [http://bugs.mysql.com/bug.php?id=32898 MySQL bug 32898].) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 16:21:48 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:24:48 2008 Subject: [MacPorts] #14210: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) In-Reply-To: <053.90ec1164a3576a6dac1000ad156bc48b@macosforge.org> References: <053.90ec1164a3576a6dac1000ad156bc48b@macosforge.org> Message-ID: <062.4dc526e9bb416706c00e4b7e5fcb2647@macosforge.org> #14210: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: inkscape fails build leopard --------------------------------------+------------------------------------- Changes (by nox@macports.org): * status: new => closed * resolution: => duplicate Comment: #14211. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 16:22:24 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:25:25 2008 Subject: [MacPorts] #14211: inkscape 0.45.1 fails to build on Mac OS X 10.5.1 Leopard In-Reply-To: <053.651914db1ceb1c8f77c766d213f6db6f@macosforge.org> References: <053.651914db1ceb1c8f77c766d213f6db6f@macosforge.org> Message-ID: <062.69349b636852e137a1b01eab99cf9b0d@macosforge.org> #14211: inkscape 0.45.1 fails to build on Mac OS X 10.5.1 Leopard --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: inkscape fails build leopard --------------------------------------+------------------------------------- Changes (by nox@macports.org): * summary: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) => inkscape 0.45.1 fails to build on Mac OS X 10.5.1 Leopard -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 16:28:29 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 16:30:59 2008 Subject: [MacPorts] #14142: Make mysql5 and mysql5-devel as similar as possible In-Reply-To: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> References: <053.488783aea5586f33787e45887a5f9f7e@macosforge.org> Message-ID: <062.3898d1c3c462fe1a87b2193dc0d5230e@macosforge.org> #14142: Make mysql5 and mysql5-devel as similar as possible --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): mysql5-devel uses --without-server; this will be added to the next version of mysql5 via #14146. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 17:43:37 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 17:46:38 2008 Subject: [MacPorts] #14186: gimp_wire_read() error In-Reply-To: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> References: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> Message-ID: <055.6de0fe346f86bdd723162faafe391931@macosforge.org> #14186: gimp_wire_read() error -------------------------------+-------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gimp -------------------------------+-------------------------------------------- Comment (by bord0080@umn.edu): Output: Last login: Mon Feb 4 17:44:23 on ttys000 Bagheera-Resurrected:~ wyattbordewyk$ port installed py* The following ports are currently installed: py25-cairo @1.4.0_1 (active) py25-gobject @2.14.0_0 (active) py25-gtk @2.12.0_0 (active) py25-numeric @24.2_1+macosx (active) python25 @2.5.1_4+darwin_9 (active) Bagheera-Resurrected:~ wyattbordewyk$ -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 17:44:36 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 17:47:05 2008 Subject: [MacPorts] #14186: gimp_wire_read() error In-Reply-To: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> References: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> Message-ID: <055.b8ea856edf017df5fb345acbc7b1d424@macosforge.org> #14186: gimp_wire_read() error -------------------------------+-------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gimp -------------------------------+-------------------------------------------- Comment (by bord0080@umn.edu): The last one didn't work very well, Here is the full output "Last login: Mon Feb 4 17:44:23 on ttys000 Bagheera-Resurrected:~ wyattbordewyk$ port installed py* The following ports are currently installed: py25-cairo @1.4.0_1 (active) py25-gobject @2.14.0_0 (active) py25-gtk @2.12.0_0 (active) py25-numeric @24.2_1+macosx (active) python25 @2.5.1_4+darwin_9 (active) Bagheera-Resurrected:~ wyattbordewyk$ " -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 17:47:34 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 17:50:34 2008 Subject: [MacPorts] #14186: gimp_wire_read() error In-Reply-To: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> References: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> Message-ID: <055.bd4378d068ce15dca6bf8997690371a3@macosforge.org> #14186: gimp_wire_read() error -------------------------------+-------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gimp -------------------------------+-------------------------------------------- Comment (by bord0080@umn.edu): Copying and pasting isn't working the list is: The following ports are currently installed: py25-cairo @1.4.0_1 py25-gobject @2.14.0_0 py25-gtk @2.12.0_0 py25-numeric @24.2_1+macosx python25 @2.5.1_4+darwin_9 all active -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 18:42:45 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 18:45:46 2008 Subject: [MacPorts] #14214: ktoblzcheck 1.16 fails to checksum. In-Reply-To: <050.da24adac7361d897e89ad10a593e4eee@macosforge.org> References: <050.da24adac7361d897e89ad10a593e4eee@macosforge.org> Message-ID: <059.1ff99475fb4c1e21891aa3f9a47831a7@macosforge.org> #14214: ktoblzcheck 1.16 fails to checksum. -----------------------------------+---------------------------------------- Reporter: jeffrey@goldmark.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: ktoblzcheck md5 -----------------------------------+---------------------------------------- Comment (by jeffrey@goldmark.org): OK. That was it. I did get a usage error from sudo port clean --all ktoblzcheck and when I ran it as sudo port clean ktoblzcheck -all it didn't remove the corrupted distfile. But after removing the distfile by hand and cleaning the port, all seemed to work. I guess I should have taken the md5 error as face value instead of assuming that there was an error in the portfile. Thank you for your help. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 19:15:03 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 19:17:33 2008 Subject: [MacPorts] #14129: tk: configure error - /opt/local/lib directory doesn't contain tclConfig.sh In-Reply-To: <056.fffa658687170ad57f7439c7afd5de7e@macosforge.org> References: <056.fffa658687170ad57f7439c7afd5de7e@macosforge.org> Message-ID: <065.20424bf8585ccb82cba41b2bc408d297@macosforge.org> #14129: tk: configure error - /opt/local/lib directory doesn't contain tclConfig.sh -----------------------------------------+---------------------------------- Reporter: saul.hazledine@bbsrc.ac.uk | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: tk tcl -----------------------------------------+---------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => mww@macports.org Comment: It works fine for me. Your tcl does not appear to be active. You should activate it and try again: {{{ sudo port activate tcl sudo port clean --work tk sudo port install tk }}} Assigning ticket to port maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 19:23:06 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 19:25:35 2008 Subject: [MacPorts] #13469: php5: Add mysql5-devel variant In-Reply-To: <047.ce03708b013a52abe80f7cbc4e0d1d63@macosforge.org> References: <047.ce03708b013a52abe80f7cbc4e0d1d63@macosforge.org> Message-ID: <056.dbb39492b31fe37fbc835d3cd7141537@macosforge.org> #13469: php5: Add mysql5-devel variant --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: php mysql --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: In r33897 I changed the +mysql5 variant of the php4, php5 and php5-devel ports so that it will work with the mysql5-devel port if it's already installed, otherwise it'll install the mysql5 port. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 20:54:52 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 20:57:54 2008 Subject: [MacPorts] #14066: commons-logging fails to build under Leopard In-Reply-To: <055.006adbe48944937bcb5b45ae0c08a530@macosforge.org> References: <055.006adbe48944937bcb5b45ae0c08a530@macosforge.org> Message-ID: <064.2e285564c898bf7aec561bd475c4d71a@macosforge.org> #14066: commons-logging fails to build under Leopard ----------------------------------------+----------------------------------- Reporter: damian.janowski@gmail.com | Owner: blair@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: commons-logging tomcat5 ----------------------------------------+----------------------------------- Changes (by blair@macports.org): * owner: jberry@macports.org => blair@macports.org * status: new => assigned Comment: Have a patch for this. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 20:56:02 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 20:58:02 2008 Subject: [MacPorts] #14066: commons-logging fails to build under Leopard In-Reply-To: <055.006adbe48944937bcb5b45ae0c08a530@macosforge.org> References: <055.006adbe48944937bcb5b45ae0c08a530@macosforge.org> Message-ID: <064.ebfa7dc360579637aa64e15ea72da175@macosforge.org> #14066: commons-logging fails to build under Leopard ----------------------------------------+----------------------------------- Reporter: damian.janowski@gmail.com | Owner: blair@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: commons-logging tomcat5 ----------------------------------------+----------------------------------- Changes (by blair@macports.org): * status: assigned => closed * resolution: => fixed Comment: Fixed in r33902. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:03:16 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:06:18 2008 Subject: [MacPorts] #13869: jakarta-log4j causes commons-logging to fail In-Reply-To: <054.38127b749e6f22181dbbaf17b5134550@macosforge.org> References: <054.38127b749e6f22181dbbaf17b5134550@macosforge.org> Message-ID: <063.29197f750f6f8538aa8050a8d164dfc5@macosforge.org> #13869: jakarta-log4j causes commons-logging to fail ---------------------------------------+------------------------------------ Reporter: seth_macports@araxia.net | Owner: blair@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------+------------------------------------ Changes (by blair@macports.org): * owner: macports-tickets@lists.macosforge.org => blair@macports.org Comment: Taking. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:03:27 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:06:26 2008 Subject: [MacPorts] #13869: jakarta-log4j causes commons-logging to fail In-Reply-To: <054.38127b749e6f22181dbbaf17b5134550@macosforge.org> References: <054.38127b749e6f22181dbbaf17b5134550@macosforge.org> Message-ID: <063.87d2cfbc026c783a4f9fa242938009a5@macosforge.org> #13869: jakarta-log4j causes commons-logging to fail ---------------------------------------+------------------------------------ Reporter: seth_macports@araxia.net | Owner: blair@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: ---------------------------------------+------------------------------------ Changes (by blair@macports.org): * status: new => closed * resolution: => worksforme Comment: I can't reproduce this with my latest commits, the most important one being in r33902. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:35:24 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:38:24 2008 Subject: [MacPorts] #14201: inkscape 0.45.1 - dependencies failed to build In-Reply-To: <053.bb965c1dd0714495b4fa35893fb652f1@macosforge.org> References: <053.bb965c1dd0714495b4fa35893fb652f1@macosforge.org> Message-ID: <062.04cda95a8e513a11e47d8a406ca7d70b@macosforge.org> #14201: inkscape 0.45.1 - dependencies failed to build --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: Inkscape failed build --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * milestone: MacPorts base bugs => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:41:22 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:44:24 2008 Subject: [MacPorts] #14216: patch to graphics/gd2 to do a better job linking against libiconv and gdlib-config reporting of same Message-ID: <048.c8ae13c8d4a90c14bca0bafb2b9a3cc6@macosforge.org> #14216: patch to graphics/gd2 to do a better job linking against libiconv and gdlib-config reporting of same --------------------------------+------------------------------------------- Reporter: ricci@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- In trying to build perl/p5-gdtextutil (at least on leopard), I found that p5-gd didn't link against several libraries properly. Part of the problem appears to be a work-around for gd2 not properly reporting its libs, in particular libiconv. The attached patchfiles and patch for the Portfile resolve this. I can't say its the most elegant, perhaps someone better versed in auto* can provide a better fix. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:46:48 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:49:18 2008 Subject: [MacPorts] #14213: Content of configure.cc variable is sometimes duplicated. In-Reply-To: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> References: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> Message-ID: <060.431c638a6e0eee4045c0ba7e63bea04d@macosforge.org> #14213: Content of configure.cc variable is sometimes duplicated. ------------------------------------+--------------------------------------- Reporter: omar_green@intuit.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: help2man, rb-rubygems, configure, compiler ------------------------------------+--------------------------------------- Old description: > Sent this note last night, and per the direction of Anders Bj?rklund (who > also counts this as a bug), I'm filing this bug report. > > Most of the details of the bug are in the email, but the highlight is > this: > when configuring help2man-1.36.4, the compile doesn't finish as $(CC) has > been doubly defined as "CC='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0'" This > eventually throws off the linker, and fails the configure. > > There's an additional problem of the gcc -V flag not working. Looks like > within OS X, the lowercase "v" must be used, if the intent is to extract > the version of gcc in use. > > Anders indicates in his email that the problem is related to bug #13930 > "and > friends," his phrase, and that he suspects "something wrong between > base/libtool/portfile interaction..." > > The original email follows. > > ---- > > Hi all: > > Total n00b to macports here, but I'm having problems using macports to > install Ruby-on-Rails on an Intel MacBook Pro, and I think I've managed > to > track the problem down. Didn't want to post a bug to the bug list > without > verifying that I'm not just imagining things. > > So, I'm on a MacBook Pro, running OS X 10.4.11, and macports 1.600. > I found my initial install instructions here: > http://wiki.rubyonrails.org/rails/pages/Installation > > Installed Xcode 2.5 with no problems, along with macports. Was even able > to > get the ruby install going before I hit a problem: installing rubygems. > > The rubygems install fails on trying to configure help2man. > > My builds have been failing with the following info: > > ---> Configuring help2man > Error: Target org.macports.configure returned: configure failure: shell > command " cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macport > s.org_release_ports_textproc_help2man/work/help2man-1.36.4" && > ./configure > --prefix=/opt/local --mandir=/opt/local/share/man > --infodir=/opt/local/share/info " returned error 77 > Command output: checking for perl... /opt/local/bin/perl > checking for gcc... /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > See `config.log' for more details. > > Having looked through the config.log, I noticed something peculiar. > > ac_cv_env_CC_value='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0' > > and > > CC='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0' > > The result is that $CC is doubly defined which seems the screw up the > linker, as is evidenced here: > > configure:1632: $? = 1 > configure:1655: checking for C compiler default output file name > configure:1658: /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 -O2 > -I/opt/local/include > -L/opt/local/lib conftest.c >&5 > /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/bin/gcc-4.0 is input > for > the dynamic link editor, is not relocatable by the static link editor > again > collect2: ld returned 1 exit status > > I also noticed that the "-V" flag for gcc-4.0 is causing an error. > > configure:1629: /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 -V &5 > gcc-4.0: argument to `-V' is missing > > I did attempt to do the configure and make manually from directly within > the > build directory, and they completed no problem. This problem only seems > to > happen when I run: > > sudo port install rb-rubygems. > > I wouldn't have necessarily thought this was a bug (maybe double > referencing > CC is just how you guys roll), but I stumbled on a different bug while > Googling around trying to diagnose the problem (completely different > system, > but consistent behavior): > > http://www.nabble.com/problem-linking-td12382127.html > > Seeing this changed my mind, so I decided to roll up my sleeves and send > an > email. Please forgive me if this is total spam. > > So, can someone here verify that what I'm seeing isn't normal and let me > know if this is covered in the bug log or not? I did do a search of the > bug > log, with all the terms I could think of, but didn't find anything. > > Thanks in advance for all your help. > > Best, > > -O New description: Sent this note last night, and per the direction of Anders Bj?rklund (who also counts this as a bug), I'm filing this bug report. Most of the details of the bug are in the email, but the highlight is this: when configuring help2man-1.36.4, the compile doesn't finish as $(CC) has been doubly defined as `CC='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0'` This eventually throws off the linker, and fails the configure. There's an additional problem of the gcc -V flag not working. Looks like within OS X, the lowercase "v" must be used, if the intent is to extract the version of gcc in use. Anders indicates in his email that the problem is related to bug #13930 "and friends," his phrase, and that he suspects "something wrong between base/libtool/portfile interaction..." The original email follows. ---- Hi all: Total n00b to macports here, but I'm having problems using macports to install Ruby-on-Rails on an Intel MacBook Pro, and I think I've managed to track the problem down. Didn't want to post a bug to the bug list without verifying that I'm not just imagining things. So, I'm on a MacBook Pro, running OS X 10.4.11, and macports 1.600. I found my initial install instructions here: http://wiki.rubyonrails.org/rails/pages/Installation Installed Xcode 2.5 with no problems, along with macports. Was even able to get the ruby install going before I hit a problem: installing rubygems. The rubygems install fails on trying to configure help2man. My builds have been failing with the following info: {{{ ---> Configuring help2man Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macport s.org_release_ports_textproc_help2man/work/help2man-1.36.4" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info " returned error 77 Command output: checking for perl... /opt/local/bin/perl checking for gcc... /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. }}} Having looked through the config.log, I noticed something peculiar. {{{ ac_cv_env_CC_value='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0' }}} and {{{ CC='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0' }}} The result is that `$CC` is doubly defined which seems the screw up the linker, as is evidenced here: {{{ configure:1632: $? = 1 configure:1655: checking for C compiler default output file name configure:1658: /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 -O2 -I/opt/local/include -L/opt/local/lib conftest.c >&5 /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/bin/gcc-4.0 is input for the dynamic link editor, is not relocatable by the static link editor again collect2: ld returned 1 exit status }}} I also noticed that the "-V" flag for gcc-4.0 is causing an error. {{{ configure:1629: /usr/bin/gcc-4.0 /usr/bin/gcc-4.0 -V &5 gcc-4.0: argument to `-V' is missing }}} I did attempt to do the configure and make manually from directly within the build directory, and they completed no problem. This problem only seems to happen when I run: {{{ sudo port install rb-rubygems. }}} I wouldn't have necessarily thought this was a bug (maybe double referencing CC is just how you guys roll), but I stumbled on a different bug while Googling around trying to diagnose the problem (completely different system, but consistent behavior): http://www.nabble.com/problem-linking-td12382127.html Seeing this changed my mind, so I decided to roll up my sleeves and send an email. Please forgive me if this is total spam. So, can someone here verify that what I'm seeing isn't normal and let me know if this is covered in the bug log or not? I did do a search of the bug log, with all the terms I could think of, but didn't find anything. Thanks in advance for all your help. Best, -O -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:48:02 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:50:02 2008 Subject: [MacPorts] #14210: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) In-Reply-To: <053.90ec1164a3576a6dac1000ad156bc48b@macosforge.org> References: <053.90ec1164a3576a6dac1000ad156bc48b@macosforge.org> Message-ID: <062.a8691081fdb05a33913533ef086b70ed@macosforge.org> #14210: inkscape 0.45.1 fails to build on OS X Leopard (10.5.1) --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: inkscape fails build leopard --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * milestone: MacPorts base bugs => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:47:34 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:50:05 2008 Subject: [MacPorts] #14212: ghostview install fails In-Reply-To: <054.47a3d419d155431df07de5a1b34decda@macosforge.org> References: <054.47a3d419d155431df07de5a1b34decda@macosforge.org> Message-ID: <063.c7a26d8903f9058a3626cb8088930174@macosforge.org> #14212: ghostview install fails ---------------------------------------+------------------------------------ Reporter: barry.j.mcinnes@noaa.gov | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ghostview ---------------------------------------+------------------------------------ Old description: > Seems like there were similar errors going back to 2005 until 2007, but > it fails on 10.5.1 > with X11 patches. > > s% sudo port install ghostview > Password: > ---> Fetching ghostview > ---> Attempting to fetch ghostview-1.5.tar.gz from > http://ftp.gnu.org/gnu/ghost > view > ---> Verifying checksum(s) for ghostview > ---> Extracting ghostview > ---> Configuring ghostview > ---> Building ghostview with target all > ---> Staging ghostview into destroot > Warning: violation by /etc > Warning: violation by /usr > Warning: ghostview 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 ghostview 1.5_0 > ---> Activating ghostview 1.5_0 > Error: Target org.macports.activate returned: Image error: > /usr/X11/lib/X11/app- > defaults already exists and does not belong to a registered port. Unable > to act > ivate port ghostview. > Error: Status 1 encountered during processing. > [mac27:~/info] bmcinnes% sudo -s > [mac27:~/sun/info] root# port update > Unrecognized action "update" > [mac27:~/sun/info] root# port selfupdate > > MacPorts base version 1.600 installed > > Downloaded MacPorts base version 1.600 > > The MacPorts installation is not outdated and so was not updated > selfupdate done! > [mac27:~/sun/info] root# > [mac27:~/sun/info] root# port clean ghostview > ---> Cleaning ghostview > [mac27:~/sun/info] root# port install ghostview > ---> Activating ghostview 1.5_0 > Error: Target org.macports.activate returned: Image error: > /usr/X11/lib/X11/app- > defaults already exists and does not belong to a registered port. Unable > to act > ivate port ghostview. > Error: Status 1 encountered during processing. New description: Seems like there were similar errors going back to 2005 until 2007, but it fails on 10.5.1 with X11 patches. {{{ % sudo port install ghostview Password: ---> Fetching ghostview ---> Attempting to fetch ghostview-1.5.tar.gz from http://ftp.gnu.org/gnu/ghost view ---> Verifying checksum(s) for ghostview ---> Extracting ghostview ---> Configuring ghostview ---> Building ghostview with target all ---> Staging ghostview into destroot Warning: violation by /etc Warning: violation by /usr Warning: ghostview 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 ghostview 1.5_0 ---> Activating ghostview 1.5_0 Error: Target org.macports.activate returned: Image error: /usr/X11/lib/X11/app- defaults already exists and does not belong to a registered port. Unable to act ivate port ghostview. Error: Status 1 encountered during processing. [mac27:~/info] bmcinnes% sudo -s [mac27:~/sun/info] root# port update Unrecognized action "update" [mac27:~/sun/info] root# port selfupdate MacPorts base version 1.600 installed Downloaded MacPorts base version 1.600 The MacPorts installation is not outdated and so was not updated selfupdate done! [mac27:~/sun/info] root# [mac27:~/sun/info] root# port clean ghostview ---> Cleaning ghostview [mac27:~/sun/info] root# port install ghostview ---> Activating ghostview 1.5_0 Error: Target org.macports.activate returned: Image error: /usr/X11/lib/X11/app- defaults already exists and does not belong to a registered port. Unable to act ivate port ghostview. Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:48:31 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:50:30 2008 Subject: [MacPorts] #14209: Version bump for perl/p5-error In-Reply-To: <048.e51526c079927fe2de2c307043a74d47@macosforge.org> References: <048.e51526c079927fe2de2c307043a74d47@macosforge.org> Message-ID: <057.c7e5181411babcd96be775d9eeb8e77c@macosforge.org> #14209: Version bump for perl/p5-error ---------------------------------+------------------------------------------ Reporter: ricci@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by jmpp@macports.org): * milestone: => Port Updates -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:49:36 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:52:36 2008 Subject: [MacPorts] #14217: patch for perl/p5-gd to use gdlib-config Message-ID: <048.50422f0d7e347a688e1cb6b754c0fbd8@macosforge.org> #14217: patch for perl/p5-gd to use gdlib-config --------------------------------+------------------------------------------- Reporter: ricci@macports.org | Owner: stechert@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Attached is a patch to perl/p5-gd to use gdlib-config. With this patch p5-gd builds properly for me, w/o it the bundle doesn't link against the proper libs and attempting to use it (via building perl/p5-gdtextutil) fails. Note that the patches/fixes in ticket #14216 need to be applied to gd2 first. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:49:44 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:52:44 2008 Subject: [MacPorts] #14204: Libnet fails to build on OSX 10.5.1 In-Reply-To: <045.76dee2fcbbb983df80e9ab8aa2271573@macosforge.org> References: <045.76dee2fcbbb983df80e9ab8aa2271573@macosforge.org> Message-ID: <054.64b73305f75515bbdb3e15ca26e29bc1@macosforge.org> #14204: Libnet fails to build on OSX 10.5.1 ------------------------------+--------------------------------------------- Reporter: kung.foo@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: ------------------------------+--------------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description: > System: > Model Name: MacBook > Model Identifier: MacBook3,1 > Processor Name: Intel Core 2 Duo > > ---> Building libnet 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_net_libnet/work/Libnet-1.0.2a" > && make all " returned error 2 > Command output: /usr/bin/gcc-4.0 -O2 -funroll-loops -fomit-frame-pointer > -Wall -I/opt/local/include -DHAVE_CONFIG_H -c src/libnet_insert_ipo.c -o > src/libnet_insert_ipo.o > In file included from src/../include/libnet.h:81, > from src/libnet_insert_ipo.c:36: > src/../include/./libnet/libnet-functions.h:500: warning: 'struct > ipoption' declared inside parameter list > src/../include/./libnet/libnet-functions.h:500: warning: its scope is > only this definition or declaration, which is probably not what you want > src/libnet_insert_ipo.c:39: warning: 'struct ipoption' declared inside > parameter list > src/libnet_insert_ipo.c:40: error: conflicting types for > 'libnet_insert_ipo' > src/../include/./libnet/libnet-functions.h:500: error: previous > declaration of 'libnet_insert_ipo' was here > src/libnet_insert_ipo.c: In function 'libnet_insert_ipo': > src/libnet_insert_ipo.c:83: error: dereferencing pointer to incomplete > type > make: *** [src/libnet_insert_ipo.o] Error 1 > > Error: The following dependencies failed to build: libnet libnids > Error: Status 1 encountered during processing. New description: System: {{{ Model Name: MacBook Model Identifier: MacBook3,1 Processor Name: Intel Core 2 Duo }}} {{{ ---> Building libnet 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_net_libnet/work/Libnet-1.0.2a" && make all " returned error 2 Command output: /usr/bin/gcc-4.0 -O2 -funroll-loops -fomit-frame-pointer -Wall -I/opt/local/include -DHAVE_CONFIG_H -c src/libnet_insert_ipo.c -o src/libnet_insert_ipo.o In file included from src/../include/libnet.h:81, from src/libnet_insert_ipo.c:36: src/../include/./libnet/libnet-functions.h:500: warning: 'struct ipoption' declared inside parameter list src/../include/./libnet/libnet-functions.h:500: warning: its scope is only this definition or declaration, which is probably not what you want src/libnet_insert_ipo.c:39: warning: 'struct ipoption' declared inside parameter list src/libnet_insert_ipo.c:40: error: conflicting types for 'libnet_insert_ipo' src/../include/./libnet/libnet-functions.h:500: error: previous declaration of 'libnet_insert_ipo' was here src/libnet_insert_ipo.c: In function 'libnet_insert_ipo': src/libnet_insert_ipo.c:83: error: dereferencing pointer to incomplete type make: *** [src/libnet_insert_ipo.o] Error 1 Error: The following dependencies failed to build: libnet libnids Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:51:53 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:53:53 2008 Subject: [MacPorts] #14216: patch to graphics/gd2 to do a better job linking against libiconv and gdlib-config reporting of same In-Reply-To: <048.c8ae13c8d4a90c14bca0bafb2b9a3cc6@macosforge.org> References: <048.c8ae13c8d4a90c14bca0bafb2b9a3cc6@macosforge.org> Message-ID: <057.37e73224080e824c6747f0f6abf2d48b@macosforge.org> #14216: patch to graphics/gd2 to do a better job linking against libiconv and gdlib-config reporting of same ---------------------------------+------------------------------------------ Reporter: ricci@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:51:27 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:53:56 2008 Subject: [MacPorts] #14211: inkscape 0.45.1 fails to build on Mac OS X 10.5.1 Leopard In-Reply-To: <053.651914db1ceb1c8f77c766d213f6db6f@macosforge.org> References: <053.651914db1ceb1c8f77c766d213f6db6f@macosforge.org> Message-ID: <062.16d58995a5932c28093820b0baaf11a9@macosforge.org> #14211: inkscape 0.45.1 fails to build on Mac OS X 10.5.1 Leopard --------------------------------------+------------------------------------- Reporter: chrisandhan@yahoo.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: inkscape fails build leopard --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * milestone: MacPorts base bugs => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:52:09 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:54:08 2008 Subject: [MacPorts] #14217: patch for perl/p5-gd to use gdlib-config and bump to GD 2.35 In-Reply-To: <048.50422f0d7e347a688e1cb6b754c0fbd8@macosforge.org> References: <048.50422f0d7e347a688e1cb6b754c0fbd8@macosforge.org> Message-ID: <057.34b255919442ff628c2b072fe5601338@macosforge.org> #14217: patch for perl/p5-gd to use gdlib-config and bump to GD 2.35 ---------------------------------+------------------------------------------ Reporter: ricci@macports.org | Owner: stechert@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ricci@macports.org): * summary: patch for perl/p5-gd to use gdlib-config => patch for perl/p5-gd to use gdlib-config and bump to GD 2.35 Comment: Urk, patch also bumps to GD 2.35 Also, I don't see a way to set a ticket as blocked by another -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:53:03 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:56:03 2008 Subject: [MacPorts] #14217: patch for perl/p5-gd to use gdlib-config and bump to GD 2.35 In-Reply-To: <048.50422f0d7e347a688e1cb6b754c0fbd8@macosforge.org> References: <048.50422f0d7e347a688e1cb6b754c0fbd8@macosforge.org> Message-ID: <057.46f3077d6c02d692fcc549e8e10786cf@macosforge.org> #14217: patch for perl/p5-gd to use gdlib-config and bump to GD 2.35 ---------------------------------+------------------------------------------ Reporter: ricci@macports.org | Owner: stechert@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:55:52 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:58:21 2008 Subject: [MacPorts] #14217: patch for perl/p5-gd to use gdlib-config and bump to GD 2.35 In-Reply-To: <048.50422f0d7e347a688e1cb6b754c0fbd8@macosforge.org> References: <048.50422f0d7e347a688e1cb6b754c0fbd8@macosforge.org> Message-ID: <057.048594453d6996064497ed882c238f0c@macosforge.org> #14217: patch for perl/p5-gd to use gdlib-config and bump to GD 2.35 ---------------------------------+------------------------------------------ Reporter: ricci@macports.org | Owner: stechert@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by ricci@macports.org): hrm, no dependson visible to me :( See ticket #3548 for the workaround in p5-gd (gdlib-config mis-reporting libiconv linking, breaking p5-gd). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:56:59 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 21:59:29 2008 Subject: [MacPorts] #13313: variants and platforms should never return an error In-Reply-To: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> References: <045.6c83a1d3e3de2dc7323a9243295e6074@macosforge.org> Message-ID: <054.7d981e7038a4c7581cdde4b65603a0db@macosforge.org> #13313: variants and platforms should never return an error ------------------------------+--------------------------------------------- Reporter: edewitt@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: parsing variant ------------------------------+--------------------------------------------- Comment (by compconsultant@yahoo.com): qmail-spamcontrol is fixed via trac case 13972. All those changes have to be committed. I do not have commit permission. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:59:09 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 22:01:09 2008 Subject: [MacPorts] #14090: UPDATE: maven2 2.0.8 In-Reply-To: <049.4f6b035b02ba9152cbf208c1dfe0116b@macosforge.org> References: <049.4f6b035b02ba9152cbf208c1dfe0116b@macosforge.org> Message-ID: <058.a800e98917147af6bc43192ab54dfa2a@macosforge.org> #14090: UPDATE: maven2 2.0.8 ----------------------------------+----------------------------------------- Reporter: miguel@sticknet.net | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * type: defect => enhancement Comment: The 2.0.7 distfile is still available, but it has been moved to a different directory on the server. MacPorts trunk will find it and download it just fine (see #13891) but this fix has not yet made it into a released version of MacPorts. Since the maintainer hasn't responded to this ticket in > 72 hours, I'll handle it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 21:59:30 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 22:01:59 2008 Subject: [MacPorts] #14022: New Port vpopmail In-Reply-To: <054.94df2f2b650e572ede5c197aca020cf4@macosforge.org> References: <054.94df2f2b650e572ede5c197aca020cf4@macosforge.org> Message-ID: <063.b7e2278c00e6b5377ea1f5a95ee54353@macosforge.org> #14022: New Port vpopmail ---------------------------------------+------------------------------------ Reporter: compconsultant@yahoo.com | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: vpopmail ---------------------------------------+------------------------------------ Comment (by compconsultant@yahoo.com): I just realized, I cannot delete those Portfile diff files, they should be deleted as I uploaded a new Portfile to address all of those issues and fixed livecheck as well. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 22:08:58 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 22:11:28 2008 Subject: [MacPorts] #14090: UPDATE: maven2 2.0.8 In-Reply-To: <049.4f6b035b02ba9152cbf208c1dfe0116b@macosforge.org> References: <049.4f6b035b02ba9152cbf208c1dfe0116b@macosforge.org> Message-ID: <058.47764458df34f7f63e75e11badcd2d0e@macosforge.org> #14090: UPDATE: maven2 2.0.8 ----------------------------------+----------------------------------------- Reporter: miguel@sticknet.net | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Committed in r33905. Thanks for the update! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 22:13:28 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 22:16:00 2008 Subject: [MacPorts] #14218: update perl/p5-xml-twig to 3.32 (from 3.26) Message-ID: <048.15ef9e773ba9343548bb36caeacd7f20@macosforge.org> #14218: update perl/p5-xml-twig to 3.32 (from 3.26) --------------------------------+------------------------------------------- Reporter: ricci@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Patch attached that updates perl/p5-xml-twig to 3.32 (from 3.26) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 22:18:13 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 22:21:13 2008 Subject: [MacPorts] #14169: Updated Logtalk portfile to version 2.31.3 In-Reply-To: <048.a5f25932694aeb2cc07a4a59c9f9c96c@macosforge.org> References: <048.a5f25932694aeb2cc07a4a59c9f9c96c@macosforge.org> Message-ID: <057.0e9947b45d06ba0859d132ce8b89d00e@macosforge.org> #14169: Updated Logtalk portfile to version 2.31.3 ---------------------------------+------------------------------------------ Reporter: pmoura@logtalk.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * type: defect => enhancement -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 22:21:53 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 22:24:22 2008 Subject: [MacPorts] #14169: Updated Logtalk portfile to version 2.31.3 In-Reply-To: <048.a5f25932694aeb2cc07a4a59c9f9c96c@macosforge.org> References: <048.a5f25932694aeb2cc07a4a59c9f9c96c@macosforge.org> Message-ID: <057.155f57cb18881894f52a9bfca88c6ceb@macosforge.org> #14169: Updated Logtalk portfile to version 2.31.3 ---------------------------------+------------------------------------------ Reporter: pmoura@logtalk.org | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Committed in r33909. Thanks! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 22:58:53 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:01:53 2008 Subject: [MacPorts] #14207: New libidl (0.8.10) doesn't compile on 10.5 Intel In-Reply-To: <050.cf836c0f399edfb46e21b05885c82bb0@macosforge.org> References: <050.cf836c0f399edfb46e21b05885c82bb0@macosforge.org> Message-ID: <059.b0c914fb9f80eda56213f6ca98e49f87@macosforge.org> #14207: New libidl (0.8.10) doesn't compile on 10.5 Intel -----------------------------------+---------------------------------------- Reporter: luca@lucapagliero.it | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * priority: High => Normal * status: new => closed * resolution: => duplicate Comment: Duplicate of #14058. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 22:59:19 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:02:19 2008 Subject: [MacPorts] #14058: libidl doesn't install on MacIntel Leopard 10.5 In-Reply-To: <047.f6ea2786bba3b8249c6fa889285d4678@macosforge.org> References: <047.f6ea2786bba3b8249c6fa889285d4678@macosforge.org> Message-ID: <056.8832ec0b0450093459f1a819e9c5eab1@macosforge.org> #14058: libidl doesn't install on MacIntel Leopard 10.5 --------------------------------+------------------------------------------- Reporter: aldo@armiento.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: --------------------------------+------------------------------------------- Comment (by ryandesign@macports.org): Has duplicate #14207. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:01:00 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:03:59 2008 Subject: [MacPorts] #14209: Version bump for perl/p5-error In-Reply-To: <048.e51526c079927fe2de2c307043a74d47@macosforge.org> References: <048.e51526c079927fe2de2c307043a74d47@macosforge.org> Message-ID: <057.dc3e1f7064f52ffc17c77049d20c627b@macosforge.org> #14209: Version bump for perl/p5-error ---------------------------------+------------------------------------------ Reporter: ricci@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: sal@email.arc.nasa.gov (added) Comment: Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:02:30 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:05:29 2008 Subject: [MacPorts] #14199: Request for Update: git-core-1.5.3.8 In-Reply-To: <053.9d0ae09caf6e1b7744cbe5be60094155@macosforge.org> References: <053.9d0ae09caf6e1b7744cbe5be60094155@macosforge.org> Message-ID: <062.9a87bb870b2df88d9e679217911430a4@macosforge.org> #14199: Request for Update: git-core-1.5.3.8 --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: git-core update --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * cc: bryan@larsen.st (added) Comment: Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:03:06 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:06:06 2008 Subject: [MacPorts] #14198: Request for Update: sbcl-1.0.14 In-Reply-To: <053.afa28c2c8812e42d4c99ec0eeb61d217@macosforge.org> References: <053.afa28c2c8812e42d4c99ec0eeb61d217@macosforge.org> Message-ID: <062.56beb798cfc4510c779980c0a2d3a71e@macosforge.org> #14198: Request for Update: sbcl-1.0.14 --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: gwright@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl update --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * cc: waqar@macports.org (added) * owner: macports-tickets@lists.macosforge.org => gwright@macports.org Comment: Assigning to / Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:04:46 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:07:16 2008 Subject: [MacPorts] #14120: Error installing ghostview In-Reply-To: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> References: <050.e51dc2e3ffa08a31870ed44d133098a8@macosforge.org> Message-ID: <059.b995c2fa6a12741c8eabfd9d004c8e9e@macosforge.org> #14120: Error installing ghostview -----------------------------------+---------------------------------------- Reporter: ajf@afco.demon.co.uk | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * cc: barry.j.mcinnes@noaa.gov (added) Comment: Has duplicate #14212. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:04:20 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:07:20 2008 Subject: [MacPorts] #14212: ghostview install fails In-Reply-To: <054.47a3d419d155431df07de5a1b34decda@macosforge.org> References: <054.47a3d419d155431df07de5a1b34decda@macosforge.org> Message-ID: <063.7df7a440fbc459301a57e0295c95ba92@macosforge.org> #14212: ghostview install fails ---------------------------------------+------------------------------------ Reporter: barry.j.mcinnes@noaa.gov | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: ghostview ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * status: new => closed * resolution: => duplicate Comment: Duplicate of #14120. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:06:00 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:08:31 2008 Subject: [MacPorts] #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes In-Reply-To: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> References: <055.92c96d1818bcf2c9e517e04bbbb963c5@macosforge.org> Message-ID: <064.4e63c71f1669984cb5dceb5f3750b5dd@macosforge.org> #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Changes (by ryandesign@macports.org): * cc: bryan@larsen.st (added) Comment: Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:05:35 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:08:38 2008 Subject: [MacPorts] #14189: [PATCH] Add support for the Mac OS X keychain to msmtp In-Reply-To: <050.33bbf1792e694300eb4daa70dd986d67@macosforge.org> References: <050.33bbf1792e694300eb4daa70dd986d67@macosforge.org> Message-ID: <059.3a7c0a6dc6d9d240a2f2d93f37688379@macosforge.org> #14189: [PATCH] Add support for the Mac OS X keychain to msmtp -----------------------------------+---------------------------------------- Reporter: jaysoffian@gmail.com | Owner: mww@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: msmtp -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => mww@macports.org Comment: Assigning to maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:06:22 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:09:22 2008 Subject: [MacPorts] #14186: gimp_wire_read() error In-Reply-To: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> References: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> Message-ID: <055.63b68788e5b7d2833e8af162e2d05759@macosforge.org> #14186: gimp_wire_read() error -------------------------------+-------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: gimp -------------------------------+-------------------------------------------- Changes (by gui_dos@macports.org): * status: new => closed * resolution: => fixed Comment: Your py25-cairo, py25-gobject and py25-gtk are outdated: they have been patched to solve the problem you are reporting. They don't depend on each other, therefore you can simply use "sudo port -f uninstall" and reinstall them one by one in any order. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:09:50 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:12:20 2008 Subject: [MacPorts] #14180: boost-jam update In-Reply-To: <050.fabcf1bb99386dccd8d9d9b0c9c1f799@macosforge.org> References: <050.fabcf1bb99386dccd8d9d9b0c9c1f799@macosforge.org> Message-ID: <059.822301421b8f298b1c54c93d529835f9@macosforge.org> #14180: boost-jam update -----------------------------------+---------------------------------------- Reporter: jon.olsson@gmail.com | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:19:59 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:21:58 2008 Subject: [MacPorts] #14064: boost-1.34.1 universal patch In-Reply-To: <047.2aa1ab99b674924aff31175ffb64955e@macosforge.org> References: <047.2aa1ab99b674924aff31175ffb64955e@macosforge.org> Message-ID: <056.a4814618e6143936c3360b685b888522@macosforge.org> #14064: boost-1.34.1 universal patch --------------------------------+------------------------------------------- Reporter: ken@hotchachi.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: boost universal --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * cc: sanchom@gmail.com (added) Comment: Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:21:10 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:23:39 2008 Subject: [MacPorts] #13684: PATCH: removed deprecated 'cd' usage from from devel/boost In-Reply-To: <058.2d590a2a1d6fc56145643c3b703d623e@macosforge.org> References: <058.2d590a2a1d6fc56145643c3b703d623e@macosforge.org> Message-ID: <067.bbeebfe8f347ed3e03e281fb2f9f6473@macosforge.org> #13684: PATCH: removed deprecated 'cd' usage from from devel/boost -------------------------------------------+-------------------------------- Reporter: freespace+macforge@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: boost,1.7.0,cd -------------------------------------------+-------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:30:02 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:33:01 2008 Subject: [MacPorts] #14064: boost-1.34.1 universal patch In-Reply-To: <047.2aa1ab99b674924aff31175ffb64955e@macosforge.org> References: <047.2aa1ab99b674924aff31175ffb64955e@macosforge.org> Message-ID: <056.0c394e4a84ac77380afe88a7af747965@macosforge.org> #14064: boost-1.34.1 universal patch --------------------------------+------------------------------------------- Reporter: ken@hotchachi.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: boost universal --------------------------------+------------------------------------------- Comment (by ken@hotchachi.com): I just realized that universal binaries under 10.5 contain 64 bit versions in addition to the 32 bit ones. So that would probably require these flags be added to the patch: {{{ -arch ppc64 -arch x86_64}}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:34:07 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:36:36 2008 Subject: [MacPorts] #14215: texlive_base fails to build on Mac OS X 10.5.1 Leopard In-Reply-To: <048.bbf1cd023a6ea6515e1c9b44a0fe039a@macosforge.org> References: <048.bbf1cd023a6ea6515e1c9b44a0fe039a@macosforge.org> Message-ID: <057.23173c76cf74650050f450a2e8d39c96@macosforge.org> #14215: texlive_base fails to build on Mac OS X 10.5.1 Leopard ---------------------------------+------------------------------------------ Reporter: paul@lucasmail.org | Owner: milosh@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by milosh@macports.org): * status: new => closed * resolution: => fixed Comment: This is a duplicate of #13396. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:42:05 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:45:06 2008 Subject: [MacPorts] #14180: boost-jam update In-Reply-To: <050.fabcf1bb99386dccd8d9d9b0c9c1f799@macosforge.org> References: <050.fabcf1bb99386dccd8d9d9b0c9c1f799@macosforge.org> Message-ID: <059.faf65c6598a7852f0e68d3a1401fc598@macosforge.org> #14180: boost-jam update -----------------------------------+---------------------------------------- Reporter: jon.olsson@gmail.com | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Thanks! * r33910: updated boost-jam to 3.1.16 * r33911: whitespace changes to boost-jam * r33912: updated boost-build to 2.0-m12 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:42:58 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:45:58 2008 Subject: [MacPorts] #14154: Possibility to add a version of rTorrent with xmlrpc support? In-Reply-To: <041.b7e7f702a995801294c2e60304c7606e@macosforge.org> References: <041.b7e7f702a995801294c2e60304c7606e@macosforge.org> Message-ID: <050.11160b43748b04f3a8545d776f1051ed@macosforge.org> #14154: Possibility to add a version of rTorrent with xmlrpc support? --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by ryandesign@macports.org): * cc: gardnermj@gmail.com (added) Comment: Cc'ing maintainer of rtorrent. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:44:50 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:47:51 2008 Subject: [MacPorts] #14178: show default_variants in "port variants foobar" In-Reply-To: <048.bb2e35ac771ae67b9d76bab86f526b8a@macosforge.org> References: <048.bb2e35ac771ae67b9d76bab86f526b8a@macosforge.org> Message-ID: <057.804cf293bc781eb5871ae8d3f6b60291@macosforge.org> #14178: show default_variants in "port variants foobar" ---------------------------------+------------------------------------------ Reporter: themolok@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (added) * summary: Feature Request: show default_variants in "port variants foobar" => show default_variants in "port variants foobar" * milestone: MacPorts base bugs => MacPorts base enhancements Comment: This request just came up on the mailing list too. I've been manually adding "(default)" after all of my variant descriptions, but clearly it would be better if base did this automatically. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:47:23 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:49:54 2008 Subject: [MacPorts] #13085: BUG: xfig 3.2.5_1 unable to activate In-Reply-To: <046.3396e19da23cc9a76c0550c9668e1124@macosforge.org> References: <046.3396e19da23cc9a76c0550c9668e1124@macosforge.org> Message-ID: <055.d31975918b71cab3e559ab1a6f79b196@macosforge.org> #13085: BUG: xfig 3.2.5_1 unable to activate -------------------------------+-------------------------------------------- Reporter: javaprob@aim.com | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: xfig x11 activate -------------------------------+-------------------------------------------- Changes (by ryandesign@macports.org): * cc: kurtjaeke@gmx.de (added) Comment: Has duplicate #14175. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:47:51 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:50:21 2008 Subject: [MacPorts] #14175: Installing xfig fails: "Image error" In-Reply-To: <046.4b0e63effc198de2ea5b4ca1e6e5fd54@macosforge.org> References: <046.4b0e63effc198de2ea5b4ca1e6e5fd54@macosforge.org> Message-ID: <055.4a3c1043c9893ebe935edd4b0e8a27dc@macosforge.org> #14175: Installing xfig fails: "Image error" -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: xfig -------------------------------+-------------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => duplicate Comment: Duplicate of #13085. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:47:38 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:50:37 2008 Subject: [MacPorts] #14175: Installing xfig fails: "Image error" In-Reply-To: <046.4b0e63effc198de2ea5b4ca1e6e5fd54@macosforge.org> References: <046.4b0e63effc198de2ea5b4ca1e6e5fd54@macosforge.org> Message-ID: <055.418fdf8d026f57acfa781be1decbc509@macosforge.org> #14175: Installing xfig fails: "Image error" -------------------------------+-------------------------------------------- Reporter: kurtjaeke@gmx.de | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: xfig -------------------------------+-------------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => pguyot@kallisys.net -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:49:26 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:52:26 2008 Subject: [MacPorts] #14174: Universal builds of smpeg and libsdl_mixer broken In-Reply-To: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> References: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> Message-ID: <062.f21dd4b59501d93129386e9b336b24dc@macosforge.org> #14174: Universal builds of smpeg and libsdl_mixer broken --------------------------------------+------------------------------------- Reporter: jpenguin@clovermail.net | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * cc: nox@macports.org (added) * owner: macports-tickets@lists.macosforge.org => mww@macports.org Comment: smpeg is maintained by mww. libsdl_mixer is maintained by nox. Assigning/Cc'ing. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:52:49 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:55:48 2008 Subject: [MacPorts] #14188: wish coredumps when provided arguments In-Reply-To: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> References: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> Message-ID: <058.a0006f135df8470e07e3e15ba79f2e38@macosforge.org> #14188: wish coredumps when provided arguments ----------------------------------+----------------------------------------- Reporter: mightyd@jetcafe.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => mww@macports.org Comment: wish is part of tk. Assigning to maintainer of tk. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Wed Feb 6 23:53:43 2008 From: trac at macosforge.org (MacPorts) Date: Wed Feb 6 23:56:13 2008 Subject: [MacPorts] #14188: wish coredumps when provided arguments In-Reply-To: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> References: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> Message-ID: <058.ec28f5626c72b8374db2ea42d0fd8567@macosforge.org> #14188: wish coredumps when provided arguments ----------------------------------+----------------------------------------- Reporter: mightyd@jetcafe.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by ryandesign@macports.org): FYI: I get problems too: {{{ $ wish -v Application initialization failed: "-v" option requires an additional argument % wish(7935) malloc: *** Deallocation of a pointer not malloced: 0x51b720; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug $ }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:04:20 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:07:21 2008 Subject: [MacPorts] #14154: Possibility to add a version of rTorrent with xmlrpc support? In-Reply-To: <041.b7e7f702a995801294c2e60304c7606e@macosforge.org> References: <041.b7e7f702a995801294c2e60304c7606e@macosforge.org> Message-ID: <050.7032af9d4e81337a0b7c1c320e60a9c9@macosforge.org> #14154: Possibility to add a version of rTorrent with xmlrpc support? --------------------------+------------------------------------------------- Reporter: mea@mac.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by gardnermj@gmail.com): This is currently blocked by #12851, since xmlrpc-c depends on libwww. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:05:30 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:07:58 2008 Subject: [MacPorts] #13684: PATCH: removed deprecated 'cd' usage from from devel/boost In-Reply-To: <058.2d590a2a1d6fc56145643c3b703d623e@macosforge.org> References: <058.2d590a2a1d6fc56145643c3b703d623e@macosforge.org> Message-ID: <067.7cdedb133d06333da191ed14371cc90d@macosforge.org> #13684: PATCH: removed deprecated 'cd' usage from from devel/boost -------------------------------------------+-------------------------------- Reporter: freespace+macforge@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: boost,1.7.0,cd -------------------------------------------+-------------------------------- Comment (by ryandesign@macports.org): I applied the patch in r33914. But I would still like to see another patch to remove the use of "system" for making symlinks. We have a tcl procedure "ln" to make symlinks so it should not be necessary to call out to "system" for this. For example instead of {{{ system "cd ${destroot}${prefix}/lib;ln -s ${lib} ${liblink}" }}} it should be {{{ ln -s ${lib} ${destroot}${prefix}/lib/${liblink} }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:15:24 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:18:24 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.11fedfcf0049ebe87ed43699f0e53d16@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: gwright@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => gwright@macports.org Comment: Replying to [comment:3 dersh@alum.mit.edu]: > Yes. I can see that. In fact the prior command in the build includes: [[br]] > -L/usr/X11R6 1/lib > [[br]][[br]] > So that leads to the next questions of why that is there, and what to do about it? Is "X11R6 1" not a typical X11 path? Can Macports not deal with a space in the path name? [snip] "X11R6 1" is not a typical X11 location. MacPorts and probably lots of the software you can install using MacPorts cannot deal with paths with spaces in the path name. It's just not usual for unix software to support this, so this will probably never change. I don't know why "X11R6 1" is on your system but others' guesses in this ticket seem plausible. Probably you should remove it. Replying to your questions in the issue description: gnuplot depends on a TeX program. It probably used to depend on teTeX but since teTeX is dead it was changed to texlive, but in such a way that if you already have teTeX it'll use that instead. This is intentional, so that you can select the TeX program that you prefer. Assigning ticket to maintainer of teTeX. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:23:04 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:25:03 2008 Subject: [MacPorts] #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration In-Reply-To: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> References: <052.8eff163a074257bd55e5c9cca82497eb@macosforge.org> Message-ID: <061.cfe779cbf3369974a45fa9a54d5442f4@macosforge.org> #13653: apache2 2.2.6_0 (2.2.8_0) build failure: unable to infer tagged configuration -------------------------------------+-------------------------------------- Reporter: jerry.jalava@gmail.com | Owner: dluke@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Comment (by ryandesign@macports.org): Has duplicate #14145. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:22:36 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:25:05 2008 Subject: [MacPorts] #14145: apache2 uses wrong libtool (?) In-Reply-To: <049.129dd675160d34da397b3cd05e283d89@macosforge.org> References: <049.129dd675160d34da397b3cd05e283d89@macosforge.org> Message-ID: <058.d0f3457db1e6bcabaede7adc209e0cb8@macosforge.org> #14145: apache2 uses wrong libtool (?) ----------------------------------+----------------------------------------- Reporter: paulbeard@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => duplicate Comment: Duplicate of #13653. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:34:50 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:37:50 2008 Subject: [MacPorts] #13243: liboobs fails to configure: missing crypt lib In-Reply-To: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> References: <050.80aace8ea3d04e8ff4e54380e9aedeb6@macosforge.org> Message-ID: <059.552807e903a1df5d1316d576e857811b@macosforge.org> #13243: liboobs fails to configure: missing crypt lib -----------------------------------+---------------------------------------- Reporter: frstan@bellsouth.net | Owner: rhwood@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: liboobs crypt -----------------------------------+---------------------------------------- Comment (by frstan@bellsouth.net): did selfupdate and liboobs installed fine! and thank you very much mate :) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:42:44 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:45:13 2008 Subject: [MacPorts] #14213: Content of configure.cc variable is sometimes duplicated. In-Reply-To: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> References: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> Message-ID: <060.bebde41f07a6437a5fd515ee70618ad5@macosforge.org> #14213: Content of configure.cc variable is sometimes duplicated. ------------------------------------+--------------------------------------- Reporter: omar_green@intuit.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: help2man, rb-rubygems, configure, compiler ------------------------------------+--------------------------------------- Comment (by afb@macports.org): trunk should identify as "1.7.0" with `port version`, so that should be easy to distingush from release... -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:43:52 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 00:46:51 2008 Subject: [MacPorts] #14213: Content of configure.cc variable is sometimes duplicated. In-Reply-To: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> References: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> Message-ID: <060.edb195dbce16610333f58f9613c345d0@macosforge.org> #14213: Content of configure.cc variable is sometimes duplicated. ------------------------------------+--------------------------------------- Reporter: omar_green@intuit.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: help2man, rb-rubygems, configure, compiler ------------------------------------+--------------------------------------- Comment (by afb@macports.org): and no, I wasn't able to reproduce this. but "CC='/usr/bin/gcc-4.0 /usr/bin/gcc-4.0'" is broken. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 00:58:17 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 01:01:16 2008 Subject: [MacPorts] #14200: UPDATE: getmail 4.7.8 In-Reply-To: <049.0deaabe18ba02d9ac8a0d2cffd2802ee@macosforge.org> References: <049.0deaabe18ba02d9ac8a0d2cffd2802ee@macosforge.org> Message-ID: <058.e002d1eeaa2077c4a0bbf40229dd1cd2@macosforge.org> #14200: UPDATE: getmail 4.7.8 ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: mww@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by mww@macports.org): * status: new => closed * resolution: => fixed Comment: update commited! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 01:01:17 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 01:03:45 2008 Subject: [MacPorts] #14071: mono update to 1.2.6 In-Reply-To: <046.d1f190034d4113a454f096e7a186a03d@macosforge.org> References: <046.d1f190034d4113a454f096e7a186a03d@macosforge.org> Message-ID: <055.4fa620c829d1f351350f29fd4df0cfb1@macosforge.org> #14071: mono update to 1.2.6 -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: mww@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: mono -------------------------------+-------------------------------------------- Changes (by mww@macports.org): * keywords: => mono * status: new => assigned Comment: If the patchfiles for 10.4 still work, I'm perfectly fine with this update -- go ahead! -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 01:02:26 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 01:04:55 2008 Subject: [MacPorts] #14124: user-installed packages in ~/Library/texmf/ are not found In-Reply-To: <060.7edd14528a79af454a2fbaf24ed36e62@macosforge.org> References: <060.7edd14528a79af454a2fbaf24ed36e62@macosforge.org> Message-ID: <069.cdf160e15d7ae8bf7a36ab7003204996@macosforge.org> #14124: user-installed packages in ~/Library/texmf/ are not found ---------------------------------------------+------------------------------ Reporter: ingokeck@users.sourceforge.net | Owner: milosh@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: texlive @2007_4+minimal ---------------------------------------------+------------------------------ Changes (by milosh@macports.org): * status: new => assigned Comment: As ${prefix}/share/texmf/web2c/texmf.cnf states, the home texmf tree is located in ~/texmf/ (as is the standard in other unices). There is no ls-R file in my ~/texmf dir, however, {{{ $ kpsewhich smfalpha.bst /Users/milosh/texmf/bibtex/bst/smf/smfalpha.bst (where I put it) }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 02:11:11 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 02:13:40 2008 Subject: [MacPorts] #14071: mono update to 1.2.6 In-Reply-To: <046.d1f190034d4113a454f096e7a186a03d@macosforge.org> References: <046.d1f190034d4113a454f096e7a186a03d@macosforge.org> Message-ID: <055.536ddd3bdb2757c159349cdf6102bf9d@macosforge.org> #14071: mono update to 1.2.6 -------------------------------+-------------------------------------------- Reporter: nox@macports.org | Owner: mww@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: mono -------------------------------+-------------------------------------------- Changes (by nox@macports.org): * status: assigned => closed * resolution: => fixed Comment: As I'm still on Tiger, I can tell you they work =) Commited in r33919. I'm still trying to add /opt/local/lib to the paths used to load dll and libraries, you may expect a revision soon. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 02:13:59 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 02:16:58 2008 Subject: [MacPorts] #14188: wish coredumps when provided arguments In-Reply-To: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> References: <049.1b82f7adfb5c961ec7e7a27d8f2e6ae0@macosforge.org> Message-ID: <058.29526240ed88b0cc69edd2bf2eca145a@macosforge.org> #14188: wish coredumps when provided arguments ----------------------------------+----------------------------------------- Reporter: mightyd@jetcafe.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by mightyd@jetcafe.org): I deliberately said "wish" because the search engine here does not allow you to search for two character names, and "tk" is a two character name (which would match "gtk" too). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 02:33:56 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 02:36:56 2008 Subject: [MacPorts] #14129: tk: configure error - /opt/local/lib directory doesn't contain tclConfig.sh In-Reply-To: <056.fffa658687170ad57f7439c7afd5de7e@macosforge.org> References: <056.fffa658687170ad57f7439c7afd5de7e@macosforge.org> Message-ID: <065.74629b215800dac9fa8d29d06ff82361@macosforge.org> #14129: tk: configure error - /opt/local/lib directory doesn't contain tclConfig.sh -----------------------------------------+---------------------------------- Reporter: saul.hazledine@bbsrc.ac.uk | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: tk tcl -----------------------------------------+---------------------------------- Comment (by saul.hazledine@bbsrc.ac.uk): Activating tcl worked. Apologies for the error. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 02:42:39 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 02:45:40 2008 Subject: [MacPorts] #14219: gsed +with_default_names: destroot problem (gsed 4.1.5, Revision 3) Message-ID: <065.7ee68c441abe9c8ad228dadfc6dc4ab9@macosforge.org> #14219: gsed +with_default_names: destroot problem (gsed 4.1.5, Revision 3) -------------------------------------------------+-------------------------- Reporter: alexander.zimmermann@rwth-aachen.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------------------------+-------------------------- {{{ alexander@chicago:~ $ sudo port install gsed +with_default_names ---> Fetching gsed ---> Verifying checksum(s) for gsed ---> Extracting gsed ---> Applying patches to gsed ---> Configuring gsed ---> Building gsed with target all ---> Staging gsed into destroot Error: Target org.macports.destroot returned: ln: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_gsed/work/destroot/opt/local/bin/gsed: File exists Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 02:48:49 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 02:51:48 2008 Subject: [MacPorts] #14220: Warn or handle deactivated dependencies Message-ID: <056.e2529d8bb36049022169fba62d0b2adf@macosforge.org> #14220: Warn or handle deactivated dependencies ----------------------------------------+----------------------------------- Reporter: saul.hazledine@bbsrc.ac.uk | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Low | Milestone: MacPorts base enhancements Component: ports | Version: 1.6.0 Keywords: activate dependencies | ----------------------------------------+----------------------------------- In the situation where a new port, A, is being installed and depends on a port B. If B is installed (but deactivated) A will start installing and then hit an error during the build. The error appears as a build error to the untrained eye. As a new user, I thought there was an error with the port and raised a ticket when none needed to be raised. I feel bad about this but suspect I wasn't the first person to install on a deactivated dependency and then get a build error. There are many different behaviours that could be less confusing to people like myself. As a suggestion though, would it be possible to warn the user if a dependency was deactivated? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 02:52:13 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 02:55:11 2008 Subject: [MacPorts] #14174: Universal builds of smpeg and libsdl_mixer broken In-Reply-To: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> References: <053.8994b5629dad3487c05ccf808fc88bd5@macosforge.org> Message-ID: <062.1fc052f698337dce1be8e23087d365d9@macosforge.org> #14174: Universal builds of smpeg and libsdl_mixer broken --------------------------------------+------------------------------------- Reporter: jpenguin@clovermail.net | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by nox@macports.org): We need to patch Makefile to use {{{libtool -static}}} instead of {{{ar}}}. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 05:36:29 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 05:38:31 2008 Subject: [MacPorts] #14220: Warn or handle deactivated dependencies In-Reply-To: <056.e2529d8bb36049022169fba62d0b2adf@macosforge.org> References: <056.e2529d8bb36049022169fba62d0b2adf@macosforge.org> Message-ID: <065.1b42132a1a8262478471a394b02f17f6@macosforge.org> #14220: Warn or handle deactivated dependencies -----------------------------------------+---------------------------------- Reporter: saul.hazledine@bbsrc.ac.uk | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Low | Milestone: MacPorts base enhancements Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: activate dependencies -----------------------------------------+---------------------------------- Changes (by vinc17@macports.org): * status: new => closed * resolution: => duplicate Comment: Dup of #7361. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 05:48:17 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 05:51:21 2008 Subject: [MacPorts] #14221: caml-pcre version outdated Message-ID: <051.d1515f800e670a783a8ce7acc06c8a77@macosforge.org> #14221: caml-pcre version outdated ----------------------------------------+----------------------------------- Reporter: zacarias@radiozero.pt | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: caml-pcre outdated version | ----------------------------------------+----------------------------------- The caml-pcre package tries to fetch version 5.12.2 but what is available at the server (http://www.ocaml.info/ocaml_sources/) is version 5.13.0 Could you update the package's version? Thanks in advance -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 06:03:59 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 06:07:00 2008 Subject: [MacPorts] #14221: caml-pcre version outdated In-Reply-To: <051.d1515f800e670a783a8ce7acc06c8a77@macosforge.org> References: <051.d1515f800e670a783a8ce7acc06c8a77@macosforge.org> Message-ID: <060.52d101468dee5dfc4133b35027e862a1@macosforge.org> #14221: caml-pcre version outdated ------------------------------------+--------------------------------------- Reporter: zacarias@radiozero.pt | Owner: eridius@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: caml-pcre outdated version ------------------------------------+--------------------------------------- Changes (by ram@macports.org): * owner: macports-tickets@lists.macosforge.org => eridius@macports.org * type: defect => enhancement * milestone: => Port Updates Comment: assigning to maintainer -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 07:13:06 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 07:15:37 2008 Subject: [MacPorts] #14222: tomcat5 fails to build in Leopard Message-ID: <055.e9ac7ecb0ab59d9b58b499537f1b94d4@macosforge.org> #14222: tomcat5 fails to build in Leopard ---------------------------------------+------------------------------------ Reporter: damian.janowski@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ---------------------------------------+------------------------------------ $ 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. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 07:54:42 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 07:57:44 2008 Subject: [MacPorts] #13975: subversion-perlbindings won't install In-Reply-To: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> References: <047.837c72757ddd1d3637790a5047d2a869@macosforge.org> Message-ID: <056.f3e2d7638be2ffa5067f5cc46815f774@macosforge.org> #13975: subversion-perlbindings won't install --------------------------------+------------------------------------------- Reporter: joe@slagwerks.com | Owner: dluke@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: --------------------------------+------------------------------------------- Changes (by dluke@macports.org): * status: assigned => closed * resolution: => worksforme -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 08:56:28 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 08:59:00 2008 Subject: [MacPorts] #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist Message-ID: <049.b0186f10b5a5b9c1fad55f18a0a9d35f@macosforge.org> #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: simon@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ After upgrading p5-mail-spamassassin, my /Library/LaunchDaemons/org.macports.spamd.plist file has been overwritten. This is a config file and the port shouldn't undo the user's changes. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 09:33:46 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 09:36:50 2008 Subject: [MacPorts] #14224: UPDATE: p5-xml-libxml 1.66 Message-ID: <049.a6d02f6575014f63292fab855c23289b@macosforge.org> #14224: UPDATE: p5-xml-libxml 1.66 ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: pguyot@kallisys.net Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ XML::LibXML 1.66 was released a few days ago. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 09:36:07 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 09:38:36 2008 Subject: [MacPorts] #14225: UPDATE: p5-xml-libxslt 1.66 Message-ID: <049.fe0dc5cda777b95c052baf79d1b941c4@macosforge.org> #14225: UPDATE: p5-xml-libxslt 1.66 ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: pguyot@kallisys.net Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ XML::LibXSLT 1.66 was released a few days ago. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 09:37:50 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 09:40:50 2008 Subject: [MacPorts] #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist In-Reply-To: <049.b0186f10b5a5b9c1fad55f18a0a9d35f@macosforge.org> References: <049.b0186f10b5a5b9c1fad55f18a0a9d35f@macosforge.org> Message-ID: <058.89b42a85f0b7ecfba857b720e427fe35@macosforge.org> #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: simon@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by dluke@macports.org): It's not a config file, it's the automatically generated startup item (which happens to be a launchd plist in this case). Perhaps we should document that you shouldn't modify it? You can always not enable the macports-provided one and create your own plist based off of it and use it instead. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 10:13:25 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 10:16:35 2008 Subject: [MacPorts] #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist In-Reply-To: <049.b0186f10b5a5b9c1fad55f18a0a9d35f@macosforge.org> References: <049.b0186f10b5a5b9c1fad55f18a0a9d35f@macosforge.org> Message-ID: <058.97c0fd57a3a74f5953d26288528226c2@macosforge.org> #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: simon@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by vinc17@macports.org): The file is under /opt/local/etc/ thus it is a config file, like all files in /opt/local/etc/. If the user mustn't modify it, the file should be somewhere else, and the symbolic link /Library/LaunchDaemons/org.macports.spamd.plist should not be created (otherwise the user can't create his own plist file as there would be two plist files for the same service, which is very bad). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 10:17:51 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 10:20:31 2008 Subject: [MacPorts] #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist In-Reply-To: <049.b0186f10b5a5b9c1fad55f18a0a9d35f@macosforge.org> References: <049.b0186f10b5a5b9c1fad55f18a0a9d35f@macosforge.org> Message-ID: <058.48ea86dbbacbc3ecf15675a8d0a033fa@macosforge.org> #14223: p5-mail-spamassassin upgrade overwrites the user's /Library/LaunchDaemons/org.macports.spamd.plist ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: simon@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by dluke@macports.org): Having two plist files (or 100) there for the same service doesn't break anything, especially since the ones installed by macports are not active. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 11:50:02 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 12:02:03 2008 Subject: [MacPorts] #14226: 'mutt +imap +imap_headercache' doesnot compile Message-ID: <042.33d74fb7463a3d4b3cfba23756ef1552@macosforge.org> #14226: 'mutt +imap +imap_headercache' doesnot compile -----------------------------------+---------------------------------------- Reporter: pc@anykey.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: mutt imap_headercache | -----------------------------------+---------------------------------------- {{{ #port install mutt +imap +ssl +imap_headercache (...) ---> Building mutt with target all Error: Target org.macports.build returned: (...)&& make all " returned error 2 (...) /usr/bin/ld: Undefined symbols: _imap_headercache_close (...) }}} I switch to the installing directory and do the following, but with little progress: {{{ # ./prepare && make all (...) Undefined symbols: _imap_browse (...) }}} Installing the port without the variant imap_headercache works. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 11:55:37 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 12:02:13 2008 Subject: [MacPorts] #14213: Content of configure.cc variable is sometimes duplicated. In-Reply-To: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> References: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> Message-ID: <060.a84f6c3493f24a9cfa4159dec8dc575b@macosforge.org> #14213: Content of configure.cc variable is sometimes duplicated. ------------------------------------+--------------------------------------- Reporter: omar_green@intuit.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: help2man, rb-rubygems, configure, compiler ------------------------------------+--------------------------------------- Comment (by omar_green@intuit.com): The version of macports I used is the same as is available from the download page. When queried for it's version, it reports 1.600 as the version. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 12:04:44 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 12:07:48 2008 Subject: [MacPorts] #14198: Request for Update: sbcl-1.0.14 In-Reply-To: <053.afa28c2c8812e42d4c99ec0eeb61d217@macosforge.org> References: <053.afa28c2c8812e42d4c99ec0eeb61d217@macosforge.org> Message-ID: <062.954a45e56c53b848e44fe170c80b94ea@macosforge.org> #14198: Request for Update: sbcl-1.0.14 --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: gwright@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: sbcl update --------------------------------------+------------------------------------- Changes (by waqar@macports.org): * status: new => closed * resolution: => fixed Comment: Fix checked in. thanks for the patch. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 12:54:52 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 12:57:24 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.95d942fcb759902326ae77ba80b8a8a3@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by cleonello@yahoo.com): Replying to [comment:7 ryandesign@macports.org]: > > "X11R6 1" is not a typical X11 location. MacPorts and probably lots of the software you can install using MacPorts cannot deal with paths with spaces in the path name. It's just not usual for unix software to support this, so this will probably never change. I don't know why "X11R6 1" is on your system but others' guesses in this ticket seem plausible. Probably you should remove it. > > > Replying to your questions in the issue description: gnuplot depends on a TeX program. It probably used to depend on teTeX but since teTeX is dead it was changed to texlive, but in such a way that if you already have teTeX it'll use that instead. This is intentional, so that you can select the TeX program that you prefer. > > Assigning ticket to maintainer of teTeX. I have the same issue. Is there any workaround for this? Can the portfile or makefile or cofigure script be hacked to igonore this directory and not add it to the library search path? Or, as suggested in the nabble post mentioned above, can I manual link? How would that be done? Would I then rerun port install after linking? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 13:13:33 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 13:16:41 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.4418a811e007355955f884234bd6dd8f@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by dersh@alum.mit.edu): The work around that did the job for me was to rename, or move, those directories. For example just: sudo mv "/usr/X11R6 1" /usr/X11R61 sudo mv "/usr/lib/ruby 1" /usr/lib/ruby1 did the job for me. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 15:14:07 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 15:16:38 2008 Subject: [MacPorts] #14222: tomcat5 fails to build in Leopard In-Reply-To: <055.e9ac7ecb0ab59d9b58b499537f1b94d4@macosforge.org> References: <055.e9ac7ecb0ab59d9b58b499537f1b94d4@macosforge.org> Message-ID: <064.1d14eb014752774efda2a9dfdc310f82@macosforge.org> #14222: tomcat5 fails to build in Leopard ----------------------------------------+----------------------------------- Reporter: damian.janowski@gmail.com | Owner: jberry@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Changes (by ryandesign@macports.org): * cc: jberry@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => jberry@macports.org * milestone: => Port Bugs Comment: Assigning to maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 15:13:49 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 15:16:47 2008 Subject: [MacPorts] #14219: gsed +with_default_names: destroot problem (gsed 4.1.5, Revision 3) In-Reply-To: <065.7ee68c441abe9c8ad228dadfc6dc4ab9@macosforge.org> References: <065.7ee68c441abe9c8ad228dadfc6dc4ab9@macosforge.org> Message-ID: <074.f0243efaa63f75051bc2849d4a5d64b2@macosforge.org> #14219: gsed +with_default_names: destroot problem (gsed 4.1.5, Revision 3) --------------------------------------------------+------------------------- Reporter: alexander.zimmermann@rwth-aachen.de | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------------------+------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => nox@macports.org * milestone: => Port Bugs Comment: Assigning to maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 15:14:36 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 15:17:05 2008 Subject: [MacPorts] #14226: 'mutt +imap +imap_headercache' doesnot compile In-Reply-To: <042.33d74fb7463a3d4b3cfba23756ef1552@macosforge.org> References: <042.33d74fb7463a3d4b3cfba23756ef1552@macosforge.org> Message-ID: <051.29e641b9517b18e79fa6b8beb1693942@macosforge.org> #14226: 'mutt +imap +imap_headercache' doesnot compile ---------------------------+------------------------------------------------ Reporter: pc@anykey.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: mutt imap_headercache ---------------------------+------------------------------------------------ Changes (by ryandesign@macports.org): * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 16:12:19 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 16:15:21 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.c3517b3ebe1c2debb8ae1e1536091108@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by cleonello@yahoo.com): Replying to [comment:9 dersh@alum.mit.edu]: > The work around that did the job for me was to rename, or move, those directories. > For example just: > > sudo mv "/usr/X11R6 1" /usr/X11R61 > sudo mv "/usr/lib/ruby 1" /usr/lib/ruby1 > did the job for me. Thanks. Did that followed by a "port clean teTex" and "port install teTex" and it fixed the spurious search path entry. Found another problem with the link command, however. Notice the extra library "1" just before the first -L entry in the command: /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o 1 -L/opt/local/lib ./gui/libgui.a ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a -L/usr/lib/ruby -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -liconv -lXpm -lX11 -lXau -lXdmcp ../kpathsea/.libs/libkpathsea.a -lm This was actually the problem reported in the mailing list post. I got around this by running the above command (w/o the "1" libraray entry) in the "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_teTeX/work /tetex-src-3.0/texk/xdvik" directory. Then ran "port install teTex" and it finished the install. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 16:21:24 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 16:24:24 2008 Subject: [MacPorts] #14185: teTeX 3.0_5 fails to build In-Reply-To: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> References: <048.6d041680d470fd871826c30f1b10ab1c@macosforge.org> Message-ID: <057.059cc4cff4a13695843d6f61f45c1846@macosforge.org> #14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by dersh@alum.mit.edu): Yes, that was the same problem that I was seeing. If you take a look at the command that printed just before the /usr/bin/gcc-4.0 .... above then you can probably find a library path that has a space then a 1 in it (of the form "/usr/X11R6 1"). And if you rename that directory to get rid of the space, then: sudo clean --work teTeX Then I would guess that it will install correctly (at least it did for me). -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 16:31:29 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 16:34:30 2008 Subject: [MacPorts] #13863: libnc-dap dependent on gcc4.0 which fails to install In-Reply-To: <054.413c15e565f796c775a20f9b98bb555d@macosforge.org> References: <054.413c15e565f796c775a20f9b98bb555d@macosforge.org> Message-ID: <063.c92d81b14d594d90d3b37466569b87c2@macosforge.org> #13863: libnc-dap dependent on gcc4.0 which fails to install ---------------------------------------+------------------------------------ Reporter: barry.j.mcinnes@noaa.gov | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * cc: takeshi@macports.org (added) * status: new => closed * resolution: => duplicate * summary: grads dependent on gcc4.0 which fails to install => libnc-dap dependent on gcc4.0 which fails to install Comment: The last paragraph in the issue description is one [http://lists.macosforge.org/pipermail/macports- users/2007-December/007766.html written by me] on macports-users. grads does not depend on gcc40. grads depends on libnc-dap which depends on gcc40. Cc'ing maintainer of libnc-dap and closing as duplicate of #12253. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 16:32:14 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 16:34:44 2008 Subject: [MacPorts] #12253: libnc-dap: always use gcc42, not just on i386 In-Reply-To: <053.85979665ff029e463ef27bcb2170fc8a@macosforge.org> References: <053.85979665ff029e463ef27bcb2170fc8a@macosforge.org> Message-ID: <062.dc5d39f712e26fb5bdc799ee84f6a464@macosforge.org> #12253: libnc-dap: always use gcc42, not just on i386 --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org, takeshi@mac.com (removed) * cc: takeshi@macports.org, barry.j.mcinnes@noaa.gov (added) Comment: Has duplicate #13863. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 17:09:43 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 17:12:48 2008 Subject: [MacPorts] #12253: libnc-dap: always use gcc42, not just on i386 In-Reply-To: <053.85979665ff029e463ef27bcb2170fc8a@macosforge.org> References: <053.85979665ff029e463ef27bcb2170fc8a@macosforge.org> Message-ID: <062.a6e33b0c889e9fffceb639f7e94fbabf@macosforge.org> #12253: libnc-dap: always use gcc42, not just on i386 --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: I think it's time this fix was committed. It works for me on i386 with gcc42. It works for the maintainer with g95; see [comment:ticket:12253:2 comment 2]. Unfortunately nobody tested it on powerpc, but I believe the fix is correct, so I committed it in r33937. Please wait 12 hours, then "`sudo port selfupdate`" and try to install or upgrade libnc-dap, as appropriate. If you're on powerpc, it would be appreciated if you would add a note saying whether this worked or not. Thanks. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 17:12:38 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 17:15:14 2008 Subject: [MacPorts] #14170: ftgl update to 2.1.2 In-Reply-To: <053.95c8c221be99212a43bf1d2ffc44a482@macosforge.org> References: <053.95c8c221be99212a43bf1d2ffc44a482@macosforge.org> Message-ID: <062.fc682867d396660fb3ee539cc0013bca@macosforge.org> #14170: ftgl update to 2.1.2 --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org Comment: No response from maintainer in > 72 hours so I'll see what I can do. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 17:18:17 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 17:20:56 2008 Subject: [MacPorts] #14227: RFE: lang/gcc41: Add support for gcc_select Message-ID: <049.a6ec014b7d4faa6fe97736e6b1370466@macosforge.org> #14227: RFE: lang/gcc41: Add support for gcc_select ---------------------------------+------------------------------------------ Reporter: raimue@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: gcc41 gcc_select | ---------------------------------+------------------------------------------ Here is a patch that adds a select file for support by gcc_select. It was adapted from the select file for gcc42. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 17:21:47 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 17:24:18 2008 Subject: [MacPorts] #14227: RFE: lang/gcc41: Add support for gcc_select In-Reply-To: <049.a6ec014b7d4faa6fe97736e6b1370466@macosforge.org> References: <049.a6ec014b7d4faa6fe97736e6b1370466@macosforge.org> Message-ID: <058.1436c670abd3dfad7a67ae56604c15ad@macosforge.org> #14227: RFE: lang/gcc41: Add support for gcc_select ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: mww@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gcc41 gcc_select ----------------------------------+----------------------------------------- Changes (by raimue@macports.org): * type: defect => enhancement Comment: I leave it to mww to bump the revision for a change like this. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 19:48:39 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 19:50:12 2008 Subject: [MacPorts] #14186: gimp_wire_read() error In-Reply-To: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> References: <046.91b21dfcce17fd4f9d5e8391e3184273@macosforge.org> Message-ID: <055.3853d2cbabc9e136f16a62bfc191df58@macosforge.org> #14186: gimp_wire_read() error -------------------------------+-------------------------------------------- Reporter: bord0080@umn.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gimp -------------------------------+-------------------------------------------- Changes (by bord0080@umn.edu): * status: closed => reopened * resolution: fixed => Comment: That was the first thing I did when I noticed the problem. Upon receipt of this information I tried it again and the ports have not changed and I have the exact same problem. Is there any other information I can provide to elucidate the problem? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 22:09:35 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 22:11:08 2008 Subject: [MacPorts] #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines Message-ID: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines ----------------------------------+----------------------------------------- Reporter: illogical1@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Keywords: | ----------------------------------+----------------------------------------- xine-lib 1.1.7 all the way up to 1.1.9.1 do not compile cleanly on OS X machines with intel processors. The fault lies first with ffmpeg code included with xine, and then in the deinterlace plugin code. http://lists.macosforge.org/pipermail/macports- users/2007-September/005685.html provides the background for this "enhancement". I believe the non-compilation is either xine, or gcc 4.0, or both's fault.; basically upstream problem. To get around the issue of xine not being able to compile I've done two things. The first is to specify that we grab an external copy of ffmpeg. This means ffmpeg +postproc is necessary. The second thing I did was disable compilation of the probelmatic parts of the kde_tv deinterlacing code. It's disabled on ALL architectures, intel and ppc, because my familiarity with this stuff is non-existent. But who uses this de- interlacer anyways? I guess this counts as a bug (kdetv not compiling) and an enhancement (update to 1.1.9.1 and new portfile) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 22:17:58 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 22:19:30 2008 Subject: [MacPorts] #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines In-Reply-To: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> References: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> Message-ID: <059.89a93b5c81c909a6329b4b257d04176f@macosforge.org> #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines -----------------------------------+---------------------------------------- Reporter: illogical1@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by illogical1@gmail.com): The proposed changes to the portfile should fix http://trac.macosforge.org/projects/macports/ticket/13492 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 22:21:51 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 22:22:56 2008 Subject: [MacPorts] #13492: Unable to install xine-lib on Leopard X.5.1 In-Reply-To: <050.ac3af483e9af18439782be3c92858ebc@macosforge.org> References: <050.ac3af483e9af18439782be3c92858ebc@macosforge.org> Message-ID: <059.a4646cd77ce7d9db82370aec489ed95e@macosforge.org> #13492: Unable to install xine-lib on Leopard X.5.1 -----------------------------------+---------------------------------------- Reporter: gqu-e50m@myamail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: xine-lib leopard -----------------------------------+---------------------------------------- Comment (by illogical1@gmail.com): Replying to [comment:2 macports@marconfus.org]: > still the same error when trying to compile version 1.1.9.1[[BR]] > > no fix? See http://trac.macosforge.org/projects/macports/ticket/14228 for a "fix" you'll need to compile the ffmpeg port with postproc support: port install ffmpeg +postproc (and whatever else you want) then the you'll need to patch xine. the patches listed in my bug report are almost certainly not the proper way to do it, but they work. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 23:16:57 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 23:18:30 2008 Subject: [MacPorts] #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines In-Reply-To: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> References: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> Message-ID: <059.9f001fbb8fe5e345f21e87cb44e9425e@macosforge.org> #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines -----------------------------------+---------------------------------------- Reporter: illogical1@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by jmpp@macports.org): * priority: High => Normal * type: defect => enhancement * milestone: => Port Updates -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 23:18:01 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 23:19:34 2008 Subject: [MacPorts] #14222: tomcat5 fails to build in Leopard In-Reply-To: <055.e9ac7ecb0ab59d9b58b499537f1b94d4@macosforge.org> References: <055.e9ac7ecb0ab59d9b58b499537f1b94d4@macosforge.org> Message-ID: <064.8bdac1089aea433a97a034cf312f6814@macosforge.org> #14222: tomcat5 fails to build in Leopard ----------------------------------------+----------------------------------- Reporter: damian.janowski@gmail.com | Owner: jberry@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Old description: > $ 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. New description: {{{ $ 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. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 23:31:19 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 23:32:52 2008 Subject: [MacPorts] #14229: courier-authlib update to 0.60.2 Message-ID: <054.ff4584b27f1a27c7c72c25bffb481a1d@macosforge.org> #14229: courier-authlib update to 0.60.2 --------------------------------------+------------------------------------- Reporter: compconsultant@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: courier-authlib | --------------------------------------+------------------------------------- This updates to the latest version, and, adds the latest macports standards such as livecheck, startupitems, allows for updates without losing your configuration, follows the recommended install procedure, and retains the port doc. I am also volunteering to maintain the port as the current maintainer sent me an email saying go ahead. Check with him if you wish. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Thu Feb 7 23:41:28 2008 From: trac at macosforge.org (MacPorts) Date: Thu Feb 7 23:42:36 2008 Subject: [MacPorts] #14170: ftgl update to 2.1.2 In-Reply-To: <053.95c8c221be99212a43bf1d2ffc44a482@macosforge.org> References: <053.95c8c221be99212a43bf1d2ffc44a482@macosforge.org> Message-ID: <062.ec5f68dac3ccbb2b465f936a6d532f56@macosforge.org> #14170: ftgl update to 2.1.2 --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed in r33944. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 03:01:31 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 03:02:33 2008 Subject: [MacPorts] #14230: New RabbitMQ portfile Message-ID: <055.f26b9121ff330adb6d9308db663a4592@macosforge.org> #14230: New RabbitMQ portfile ---------------------------------------+------------------------------------ Reporter: tonyg-macports@lshift.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Keywords: | ---------------------------------------+------------------------------------ New Portfile for RabbitMQ 1.2.0, depending on erlang. There's one known problem: the startupitem's stop command seems to stop the server and then '''start''' it again! I couldn't find out what was happening in the time I had available, but I will return to it - alternatively, if anyone can see what the problem might be, please comment here. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 06:51:03 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 06:52:07 2008 Subject: [MacPorts] #14231: hyperestraier: update to 1.4.13 & fix variants name problem Message-ID: <047.88b4a539b3ad5647baf43dc12fa73b00@macosforge.org> #14231: hyperestraier: update to 1.4.13 & fix variants name problem -------------------------------+-------------------------------------------- Reporter: pelopor@nifty.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- Update Hyperestraier port to ver. 1.4.13. In addition, this update fixes the variants name problem (Ticket #14157), by replacing "no-zlib" variant with "zlib" and making the latter default. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 06:53:30 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 06:55:06 2008 Subject: [MacPorts] #14157: hyperestraier uses illegal variant name "no-zlib" In-Reply-To: <053.f76ed88047eee3ed12c80f86952636fd@macosforge.org> References: <053.f76ed88047eee3ed12c80f86952636fd@macosforge.org> Message-ID: <062.6365e1101264ddc72a9658b0cc30083f@macosforge.org> #14157: hyperestraier uses illegal variant name "no-zlib" --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by pelopor@nifty.com): Thank you for reporting my mistake. I fixed this problem in updating this portfile to ver 1.4.13. See Ticket #14231. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 08:14:12 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 08:15:18 2008 Subject: [MacPorts] #14232: fetch.type git (in addition to svn and cvs) Message-ID: <046.66aec776505193b3c99a2fe635fb516c@macosforge.org> #14232: fetch.type git (in addition to svn and cvs) ------------------------------+--------------------------------------------- Reporter: afb@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.7.0 Keywords: | ------------------------------+--------------------------------------------- Support the distributed source code management tool [http://git.or.cz/ Git]. {{{ git.url git://git.kernel.org/pub/scm/git/git.git git.url http://www.kernel.org/pub/scm/git/git.git }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 08:29:56 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 08:31:00 2008 Subject: [MacPorts] #12337: MacPorts shooould have an icon In-Reply-To: <047.b897166e169edd882a4a74c35c6de9d1@macosforge.org> References: <047.b897166e169edd882a4a74c35c6de9d1@macosforge.org> Message-ID: <056.57ef3e1a006e0d415f7ac8ab7282ec5f@macosforge.org> #12337: MacPorts shooould have an icon --------------------------------+------------------------------------------- Reporter: yves@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Low | Milestone: Website & Documentation Component: website | Version: Resolution: | Keywords: icon logo --------------------------------+------------------------------------------- Changes (by afb@macports.org): * keywords: icon logo mascot Hexley => icon logo Comment: Current icon: (Terminal.app)[[BR]] [[Image(http://trac.macosforge.org/images/project_logos/MacPorts.png)]] Current logo:[[BR]] [[Image(http://www.macports.org/img/macports-logo-top.png)]] -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 10:31:31 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 10:32:36 2008 Subject: [MacPorts] #14109: FOP: two possible issues: (1) SEVERE: Couldn't find hyphenation pattern en_en (2) -q option not quiet? In-Reply-To: <052.8d2ef778ef3f457fa87b47daae489a97@macosforge.org> References: <052.8d2ef778ef3f457fa87b47daae489a97@macosforge.org> Message-ID: <061.e58a58e204c225cb9a6a1431e8141f53@macosforge.org> #14109: FOP: two possible issues: (1) SEVERE: Couldn't find hyphenation pattern en_en (2) -q option not quiet? -------------------------------------+-------------------------------------- Reporter: grahamperrin@gmail.com | Owner: boeyms@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: -------------------------------------+-------------------------------------- Comment (by grahamperrin@gmail.com): Solved! A careless mistake, see http://thread.gmane.org/gmane.comp.web.zope.plone.user/81544/focus=82108 http://paste.lisp.org/display/55296#4 reminds me that credit is due to [pwgr] in irc://irc.freenode.net/##java (I also spent some time in irc://irc.freenode.net/#apache but gained no answers to FOP-related questions.) Regards [[BR]] Graham -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 10:51:49 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 10:52:52 2008 Subject: [MacPorts] #12736: gnucash compile fails In-Reply-To: <050.0fd377e1ee0d9094d7a44fd6296b00d6@macosforge.org> References: <050.0fd377e1ee0d9094d7a44fd6296b00d6@macosforge.org> Message-ID: <059.74ed8744d7aee233f7a59e722ea0b5f8@macosforge.org> #12736: gnucash compile fails -----------------------------------+---------------------------------------- Reporter: nick@fatcraniums.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: gnucash -----------------------------------+---------------------------------------- Changes (by mas@macports.org): * owner: mas@macports.org => macports-tickets@lists.macosforge.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 10:52:26 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 10:52:58 2008 Subject: [MacPorts] #12788: aqbanking 2.2.9 build: link: cannot find the library ' or unhandled argument Carbon' In-Reply-To: <045.6b6f17691c3312680021237411694826@macosforge.org> References: <045.6b6f17691c3312680021237411694826@macosforge.org> Message-ID: <054.e3e3bc4fac8ccf49e1a28d7d8aa0ff8e@macosforge.org> #12788: aqbanking 2.2.9 build: link: cannot find the library ' or unhandled argument Carbon' ------------------------------+--------------------------------------------- Reporter: maddanio@web.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: aqbanking libtool ------------------------------+--------------------------------------------- Changes (by mas@macports.org): * owner: mas@macports.org => macports-tickets@lists.macosforge.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 10:53:02 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 10:54:38 2008 Subject: [MacPorts] #13316: gnucash fails to run due to binreloc error In-Reply-To: <046.ebe967847161dfb198b0032e998c4f9f@macosforge.org> References: <046.ebe967847161dfb198b0032e998c4f9f@macosforge.org> Message-ID: <055.4dca3abbc6ca537586f895e9931105cc@macosforge.org> #13316: gnucash fails to run due to binreloc error -------------------------------+-------------------------------------------- Reporter: fourpi@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: gnucash binreloc -------------------------------+-------------------------------------------- Changes (by mas@macports.org): * owner: mas@macports.org => macports-tickets@lists.macosforge.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 10:54:11 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 10:55:44 2008 Subject: [MacPorts] #13472: gnucash 2.2.1 fails to build on Leopard (10.5.1) In-Reply-To: <054.edfeeb22c2d947a74f52f47cd424a364@macosforge.org> References: <054.edfeeb22c2d947a74f52f47cd424a364@macosforge.org> Message-ID: <063.6f991b47c70161168eada2ebfc7d056f@macosforge.org> #13472: gnucash 2.2.1 fails to build on Leopard (10.5.1) ---------------------------------------+------------------------------------ Reporter: sinclair.jesse@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: ---------------------------------------+------------------------------------ Changes (by mas@macports.org): * owner: mas@macports.org => macports-tickets@lists.macosforge.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 12:35:56 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 12:37:31 2008 Subject: [MacPorts] #14233: llvm-2.1 fails to build on Leopard (10.5.1) Message-ID: <050.56dccfdac9234b5cd3b5749891e73b6c@macosforge.org> #14233: llvm-2.1 fails to build on Leopard (10.5.1) ----------------------------------+----------------------------------------- Reporter: kain.nomad@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: llvm | ----------------------------------+----------------------------------------- I've already installed llvm-2.0 on Mac OS X 10.5.1. But, llvm-2.1 fails to build. (port selfupdate is done, of course) ---> 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/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm/work/build" && make tools-only " returned error 2 Command output: llvm[1]: Building llvm-config script. make[2]: Nothing to be done for `all'. llvm[2]: Compiling AnalysisWrappers.cpp for Release build llvm[2]: Compiling GraphPrinters.cpp for Release build llvm[2]: Compiling PrintSCC.cpp for Release build llvm[2]: Compiling opt.cpp for Release build llvm[2]: Linking Release executable opt (without symbols) Undefined symbols: "llvm::createGVNPREPass()", referenced from: (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createLoopUnswitchPass(bool)", referenced from: (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) in opt.o (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createScalarReplAggregatesPass(int)", referenced from: (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) in opt.o (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createGVNPass()", referenced from: (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) in opt.o (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::CheckBitcodeOutputToConsole(std::basic_ostream >*, bool)", referenced from: _main in opt.o "llvm::createLoopIndexSplitPass()", referenced from: (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createRedundantLoadEliminationPass()", referenced from: (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm/work/build/Release/bin/opt] Error 1 make[1]: *** [opt/.makeall] Error 2 make: *** [all] Error 1 Error: Status 1 encountered during processing. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 13:18:36 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 13:20:09 2008 Subject: [MacPorts] #14231: hyperestraier: update to 1.4.13 & fix variants name problem In-Reply-To: <047.88b4a539b3ad5647baf43dc12fa73b00@macosforge.org> References: <047.88b4a539b3ad5647baf43dc12fa73b00@macosforge.org> Message-ID: <056.9a7381a63ddaed8c94fe1e86fdc70a4a@macosforge.org> #14231: hyperestraier: update to 1.4.13 & fix variants name problem --------------------------------+------------------------------------------- Reporter: pelopor@nifty.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by ryandesign@macports.org): Changing the no-zlib variant to a default zlib variant is a bad idea because default variants are broken in MacPorts and have been for a long time. Please keep it as a no_zlib variant to turn zlib support off. Or, remove the variant entirely, if there's no reason to turn zlib support off. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 14:12:36 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 14:13:39 2008 Subject: [MacPorts] #14213: Content of configure.cc variable is sometimes duplicated. In-Reply-To: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> References: <051.3dfb3f486f6ff9ab35e45b6df31ca542@macosforge.org> Message-ID: <060.8d7985f3ad77b8f066312bc619b4223a@macosforge.org> #14213: Content of configure.cc variable is sometimes duplicated. ------------------------------------+--------------------------------------- Reporter: omar_green@intuit.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: help2man, rb-rubygems, configure, compiler ------------------------------------+--------------------------------------- Comment (by omar_green@intuit.com): Update.... Been working a little on a workaround for this, since afb couldn't replicate my problem, and it seems I've found one. After successfully installing macports 1.6.0 onto my MacBook Pro (OS X 10.4.8) and performing a selfupdate (i.e. sudo port -v selfupdate), I was able to make some progress. sudo port install rb-rubygems now installs correctly, without any hitches. Getting things to work also required I switch over completely to X-Windows, and that I remove the original ruby installation (which I did manually) after I did the selfupdate. I then re-installed ruby (with some grief), and then installed rb- rubygems. Compiles complete just fine after. Hopefully, this will cast some light on the nature of the problem. What happens during a selfupdate? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 14:34:05 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 14:36:05 2008 Subject: [MacPorts] #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries In-Reply-To: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> References: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> Message-ID: <050.5fd3c840e7658b92e45d810b3e199837@macosforge.org> #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries --------------------------+------------------------------------------------- Reporter: joh@gmx.net | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ImageMagick, libtool --------------------------+------------------------------------------------- Comment (by peter@pogma.com): ImageMagick-6.3.8-5, available from ftp://ftp.imagemagick.org/pub/ImageMagick fixes this. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 15:06:26 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 15:08:00 2008 Subject: [MacPorts] #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines In-Reply-To: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> References: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> Message-ID: <059.f9449e4e2284e591da992c5255ea1e1d@macosforge.org> #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines -----------------------------------+---------------------------------------- Reporter: illogical1@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by illogical1@gmail.com): A fix got pushed to xine-lib's 1.1 branch so greedy.c won't throw up any errors when 1.1.11 arrives. :-) that just leaves the other issue to worry about. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 15:14:46 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 15:16:18 2008 Subject: [MacPorts] #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines In-Reply-To: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> References: <050.b85b9b4ab2e1b06b77e0c4527c0701b4@macosforge.org> Message-ID: <059.8c94a9cd239c8e4c27274aa2ab1ace05@macosforge.org> #14228: update xine-lib version to 1.1.9.1 and allow building on intel machines -----------------------------------+---------------------------------------- Reporter: illogical1@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by illogical1@gmail.com): guess we should "trac" http://bugs.xine-project.org/show_bug.cgi?id=40 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 16:20:56 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 16:22:29 2008 Subject: [MacPorts] #14234: ffmpeg 0.4.9-pre1 R5 vhook variant Message-ID: <048.3a6e418a27fdab763227b2b34abc7d71@macosforge.org> #14234: ffmpeg 0.4.9-pre1 R5 vhook variant --------------------------------+------------------------------------------- Reporter: dersh@alum.mit.edu | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: ffmpeg | --------------------------------+------------------------------------------- ffmpeg has an option to be built with vhooks that allow a video filter to be put in the video path between the input and the output. I believe that by default it is enabled when the source is downloaded directly from the web. The macport version adds the flag: --disable-vhook so that this option is not included. My suggestion is to add a variant so that the user has the option of building +vhook which would disable this flag and additionally would build the few example files that are included in the basic download from the website in the folder vhooks. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 17:57:21 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 17:58:54 2008 Subject: [MacPorts] #14043: boost 1.34.1 (port install boost failure) In-Reply-To: <042.8dbfa11cda5a90f08ebebb8b271b4085@macosforge.org> References: <042.8dbfa11cda5a90f08ebebb8b271b4085@macosforge.org> Message-ID: <051.47976186dd845504d6c185ecc96240dd@macosforge.org> #14043: boost 1.34.1 (port install boost failure) ---------------------------+------------------------------------------------ Reporter: rob@loci.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------+------------------------------------------------ Comment (by yunzheng.hu@gmail.com): somehow this only happens when 'boost-jam' gets installed by the dependency graph of the 'boost' port. so installing 'boost-jam' first and then doing a install of 'boost' seem to work fine. I have no idea why this happens though. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 19:56:42 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 19:57:44 2008 Subject: [MacPorts] #13444: In Leopard man page for 'port' is missing or not accessable In-Reply-To: <049.72d5064304ae43768c8f3d61ac471a2e@macosforge.org> References: <049.72d5064304ae43768c8f3d61ac471a2e@macosforge.org> Message-ID: <058.306f233010d3baabfdff39d28ce9ec45@macosforge.org> #13444: In Leopard man page for 'port' is missing or not accessable ----------------------------------+----------------------------------------- Reporter: dergaspode@gmx.info | Owner: jmpp@macports.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: man ----------------------------------+----------------------------------------- Comment (by raimue@macports.org): Since the guide covers now that MANPATH has to be set, I think this should be closed. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 21:06:14 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 21:07:17 2008 Subject: [MacPorts] #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 Message-ID: <047.983c11267704886c44ecc2a197b02ae4@macosforge.org> #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 -------------------------------+-------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: python pylons | -------------------------------+-------------------------------------------- Please update pylonsn ports to 0.9.6.1. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 21:36:30 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 21:38:04 2008 Subject: [MacPorts] #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 In-Reply-To: <047.983c11267704886c44ecc2a197b02ae4@macosforge.org> References: <047.983c11267704886c44ecc2a197b02ae4@macosforge.org> Message-ID: <056.97ebc34b0df347fe163e67b5ed8a92d6@macosforge.org> #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: python pylons --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): Additionally, The following ports are out of date. == Beaker == - The latest 0.9.1 - py-beaker @0.6.3 - py25-beaker @0.7.4 == Cheetah == - The latest 2.0.1 - py25-cheetah @2.0 == Formencode == - The latest 0.9 - py-formencode @0.7.1 - py25-formencode @0.7.1 == Nose == - The latest 0.10.1 - py-nose @0.9.2 - py25-nose @0.9.2 == Paste == - The latest 1.6 - py-paste @1.3 - py25-paste @1.3 == Pastedeploy == - The latest 1.3.1 - py-pastedeploy @1.1 - py25-pastedeploy @1.3 == Pastescript == - The latest 1.6.1.1 - py-pastescript @1.3.2 - py25-pastescript @1.3.3 == Routes == - The latest 1.7.1 - py-routes @1.6.2 - py25-routes @1.7 == Simplejson == - The latest 1.7.3 - py-simplejson @1.7.1 - py25-simplejson @1.7.1 == WebHelpers == - The latest 0.3.2 - py-WebHelpers @0.2.1 - py25-WebHelpers @0.3 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Fri Feb 8 23:00:47 2008 From: trac at macosforge.org (MacPorts) Date: Fri Feb 8 23:01:50 2008 Subject: [MacPorts] #14236: mono-1.2.6: invalid patch-stdio.c Message-ID: <050.354879f8e3755e307286a120e0d89af1@macosforge.org> #14236: mono-1.2.6: invalid patch-stdio.c ----------------------------------+----------------------------------------- Reporter: gui_dos@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ----------------------------------+----------------------------------------- patch-stdio.c (variant darwin 9) is invalid: {{{ DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.2.6" && patch -p0' patching file support/stdio.c Hunk #1 FAILED at 25. 1 out of 1 hunk FAILED -- saving rejects to file support/stdio.c.rej }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 00:03:33 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 00:04:35 2008 Subject: [MacPorts] #14233: llvm-2.1 fails to build on Leopard (10.5.1) In-Reply-To: <050.56dccfdac9234b5cd3b5749891e73b6c@macosforge.org> References: <050.56dccfdac9234b5cd3b5749891e73b6c@macosforge.org> Message-ID: <059.39a1d4093268e8a899edf0a9023a27c5@macosforge.org> #14233: llvm-2.1 fails to build on Leopard (10.5.1) -----------------------------------+---------------------------------------- Reporter: kain.nomad@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: llvm -----------------------------------+---------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description: > I've already installed llvm-2.0 on Mac OS X 10.5.1. > But, llvm-2.1 fails to build. (port selfupdate is done, of course) > > ---> 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/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm/work/build" > && make tools-only " returned error 2 > Command output: llvm[1]: Building llvm-config script. > make[2]: Nothing to be done for `all'. > llvm[2]: Compiling AnalysisWrappers.cpp for Release build > llvm[2]: Compiling GraphPrinters.cpp for Release build > llvm[2]: Compiling PrintSCC.cpp for Release build > llvm[2]: Compiling opt.cpp for Release build > llvm[2]: Linking Release executable opt (without symbols) > Undefined symbols: > "llvm::createGVNPREPass()", referenced from: > (anonymous namespace)::ForcePassLinking::ForcePassLinking() > in opt.o > "llvm::createLoopUnswitchPass(bool)", referenced from: > (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) > in opt.o > (anonymous namespace)::ForcePassLinking::ForcePassLinking() > in opt.o > "llvm::createScalarReplAggregatesPass(int)", referenced from: > (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) > in opt.o > (anonymous namespace)::ForcePassLinking::ForcePassLinking() > in opt.o > "llvm::createGVNPass()", referenced from: > (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) > in opt.o > (anonymous namespace)::ForcePassLinking::ForcePassLinking() > in opt.o > "llvm::CheckBitcodeOutputToConsole(std::basic_ostream std::char_traits >*, bool)", referenced from: > _main in opt.o > "llvm::createLoopIndexSplitPass()", referenced from: > (anonymous namespace)::ForcePassLinking::ForcePassLinking() > in opt.o > "llvm::createRedundantLoadEliminationPass()", referenced from: > (anonymous namespace)::ForcePassLinking::ForcePassLinking() > in opt.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[2]: *** > [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm/work/build/Release/bin/opt] > Error 1 > make[1]: *** [opt/.makeall] Error 2 > make: *** [all] Error 1 > > Error: Status 1 encountered during processing. New description: I've already installed llvm-2.0 on Mac OS X 10.5.1. But, llvm-2.1 fails to build. (port selfupdate is done, of course) {{{ ---> 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/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm/work/build" && make tools-only " returned error 2 Command output: llvm[1]: Building llvm-config script. make[2]: Nothing to be done for `all'. llvm[2]: Compiling AnalysisWrappers.cpp for Release build llvm[2]: Compiling GraphPrinters.cpp for Release build llvm[2]: Compiling PrintSCC.cpp for Release build llvm[2]: Compiling opt.cpp for Release build llvm[2]: Linking Release executable opt (without symbols) Undefined symbols: "llvm::createGVNPREPass()", referenced from: (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createLoopUnswitchPass(bool)", referenced from: (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) in opt.o (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createScalarReplAggregatesPass(int)", referenced from: (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) in opt.o (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createGVNPass()", referenced from: (anonymous namespace)::AddStandardCompilePasses(llvm::PassManager&) in opt.o (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::CheckBitcodeOutputToConsole(std::basic_ostream >*, bool)", referenced from: _main in opt.o "llvm::createLoopIndexSplitPass()", referenced from: (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o "llvm::createRedundantLoadEliminationPass()", referenced from: (anonymous namespace)::ForcePassLinking::ForcePassLinking() in opt.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm/work/build/Release/bin/opt] Error 1 make[1]: *** [opt/.makeall] Error 2 make: *** [all] Error 1 Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 00:11:11 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 00:11:44 2008 Subject: [MacPorts] #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries In-Reply-To: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> References: <041.85f38a5d5453104706d107ab165c0793@macosforge.org> Message-ID: <050.62ddf9262a33bf116e8b5a952996971d@macosforge.org> #14195: ImageMagick port installs libtool wrapper scripts instead of the actual binaries --------------------------+------------------------------------------------- Reporter: joh@gmx.net | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ImageMagick, libtool --------------------------+------------------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Great, that's easy! Updated to 6.3.8-5 in r33976. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 01:04:25 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 01:04:58 2008 Subject: [MacPorts] #14231: hyperestraier: update to 1.4.13 & fix variants name problem In-Reply-To: <047.88b4a539b3ad5647baf43dc12fa73b00@macosforge.org> References: <047.88b4a539b3ad5647baf43dc12fa73b00@macosforge.org> Message-ID: <056.4827f71d82d490389f90b00754d1321f@macosforge.org> #14231: hyperestraier: update to 1.4.13 & fix variants name problem --------------------------------+------------------------------------------- Reporter: pelopor@nifty.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by pelopor@nifty.com): OK. I follow your advice. (I didn't know "default variants" has been broken...) I keep "no_zlib" variants. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 01:08:34 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 01:09:37 2008 Subject: [MacPorts] #14231: hyperestraier: update to 1.4.13 & fix variants name problem In-Reply-To: <047.88b4a539b3ad5647baf43dc12fa73b00@macosforge.org> References: <047.88b4a539b3ad5647baf43dc12fa73b00@macosforge.org> Message-ID: <056.5748032aaf0c20fa3a15a8132500c93e@macosforge.org> #14231: hyperestraier: update to 1.4.13 & fix variants name problem --------------------------------+------------------------------------------- Reporter: pelopor@nifty.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by pelopor@nifty.com): Sorry, hyperestraier_update_nozlib.diff is wrong. Use hyperestraier_update-1.4.13_nozlib.diff instead. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 03:51:51 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 03:53:02 2008 Subject: [MacPorts] #14237: port mono 1.2.6_0 does not build Message-ID: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> #14237: port mono 1.2.6_0 does not build ------------------------------------------+--------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------------------+--------------------------------- Jph@Christel/~ % sudo port -v upgrade installed Password: Error: No port iconv found. Error: No port iconv found. ---> Applying patches to mono ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files /patch-configure patching file configure Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file configure.rej Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.2.6" && patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files /patch-configure'" returned error 1 Command output: patching file configure Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file configure.rej Warning: the following items did not execute (for mono): org.macports.destroot org.macports.patch org.macports.configure org.macports.build Error: Unable to upgrade port: 1 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 06:07:52 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 06:08:58 2008 Subject: [MacPorts] #14237: port mono 1.2.6_0 does not build In-Reply-To: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> References: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> Message-ID: <067.8279a4fa5e4a76710b9e0101664f120e@macosforge.org> #14237: port mono 1.2.6_0 does not build -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description: > Jph@Christel/~ % sudo port -v upgrade installed > Password: > Error: No port iconv found. > Error: No port iconv found. > ---> Applying patches to mono > ---> Applying > /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files > /patch-configure > patching file configure > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file configure.rej > Error: Target org.macports.patch returned: shell command " cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.2.6" > && patch -p0 < > '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files > /patch-configure'" returned error 1 > Command output: patching file configure > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file configure.rej > > Warning: the following items did not execute (for mono): > org.macports.destroot org.macports.patch org.macports.configure > org.macports.build > Error: Unable to upgrade port: 1 New description: {{{ Jph@Christel/~ % sudo port -v upgrade installed Password: Error: No port iconv found. Error: No port iconv found. ---> Applying patches to mono ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files /patch-configure patching file configure Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file configure.rej Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.2.6" && patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files /patch-configure'" returned error 1 Command output: patching file configure Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file configure.rej Warning: the following items did not execute (for mono): org.macports.destroot org.macports.patch org.macports.configure org.macports.build Error: Unable to upgrade port: 1 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 06:11:07 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 06:12:42 2008 Subject: [MacPorts] #14220: Warn or handle deactivated dependencies In-Reply-To: <056.e2529d8bb36049022169fba62d0b2adf@macosforge.org> References: <056.e2529d8bb36049022169fba62d0b2adf@macosforge.org> Message-ID: <065.55bd7e1a1506e987958e06333735e968@macosforge.org> #14220: Warn or handle deactivated dependencies -----------------------------------------+---------------------------------- Reporter: saul.hazledine@bbsrc.ac.uk | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Low | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: duplicate | Keywords: activate dependencies -----------------------------------------+---------------------------------- Changes (by jmpp@macports.org): * component: ports => base -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 06:11:38 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 06:12:52 2008 Subject: [MacPorts] #14147: port lint should warn on illegal variant names In-Reply-To: <053.4b145f8a8af98acab9f723253e3458f4@macosforge.org> References: <053.4b145f8a8af98acab9f723253e3458f4@macosforge.org> Message-ID: <062.c6e5bfe50921cac02e2cb8d4c5d0cc7c@macosforge.org> #14147: port lint should warn on illegal variant names --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * component: ports => base -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 06:52:24 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 06:53:57 2008 Subject: [MacPorts] #14137: UPDATE py-lxml, py25-lxml to 2.0 In-Reply-To: <047.efc866d2374dbf4a57a6b41431759454@macosforge.org> References: <047.efc866d2374dbf4a57a6b41431759454@macosforge.org> Message-ID: <056.f7d27ecb2a84ca63d35fd7b3dbf27611@macosforge.org> #14137: UPDATE py-lxml, py25-lxml to 2.0 --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: python lxml --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): lxml 2.0 has a problem running on OS X. Please wait till lxml fixes this -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 08:07:15 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 08:08:51 2008 Subject: [MacPorts] #13292: vim fails to configure, tgetent() not found In-Reply-To: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> References: <050.66955c9c7920810b8bb3d7c7ecef5a30@macosforge.org> Message-ID: <059.27024920cc4c99463787d5e49a18af54@macosforge.org> #13292: vim fails to configure, tgetent() not found -----------------------------------+---------------------------------------- Reporter: griff.rees@gmail.com | Owner: raimue@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by ian.c.purvis@gmail.com): sorry, earlier post had my old email address... can you add this one to the cc? thanks.. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 08:08:52 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 08:10:25 2008 Subject: [MacPorts] #14238: icon 9.4.3 The Icon programming language Message-ID: <059.6f1fc49a8d6ae32d3976e5582ea85bb7@macosforge.org> #14238: icon 9.4.3 The Icon programming language -------------------------------------------+-------------------------------- Reporter: michael.grunewald@laposte.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Keywords: icon-9.4.3 | -------------------------------------------+-------------------------------- Icon is a high-level, general-purpose programming language with a large repertoire of features for processing data structures and character strings. Icon is an imperative, procedural language with a syntax reminiscent of C and Pascal, but with semantics at a much higher level. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 08:13:39 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 08:15:13 2008 Subject: [MacPorts] #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming Message-ID: <059.a68d37178f367db85b651561483e074f@macosforge.org> #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming -------------------------------------------+-------------------------------- Reporter: michael.grunewald@laposte.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Keywords: noweb-2.11b | -------------------------------------------+-------------------------------- Literate programming is the art of preparing programs for human readers. noweb is designed to meet the needs of literate programmers while remaining as simple as possible. Its primary advantages are simplicity, extensibility, and language-independence---especially noticeable when compared with other literate-programming tools. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 08:34:22 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 08:35:26 2008 Subject: [MacPorts] #13985: RFE: Move select files from python_select to appropriate python ports In-Reply-To: <049.5d9470302fcec49f77fe3daf8813ade4@macosforge.org> References: <049.5d9470302fcec49f77fe3daf8813ade4@macosforge.org> Message-ID: <058.211e4ed2062d0daf47741dc8166d3f8b@macosforge.org> #13985: RFE: Move select files from python_select to appropriate python ports ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: raimue@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: Resolution: | Keywords: python23 python25 ----------------------------------+----------------------------------------- Comment (by raimue@macports.org): I mailed mwdiers@gmail.com again off-site (to make sure Trac is not filtered or anything). If there will be no response, I will call out a Port Abandoned for python23. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 10:47:17 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 10:48:56 2008 Subject: [MacPorts] #14240: py-scipy fails to build on intel mac, xcode 2.5, tiger Message-ID: <049.dea185c6795c2890b35665e18bcf0b60@macosforge.org> #14240: py-scipy fails to build on intel mac, xcode 2.5, tiger ---------------------------------+------------------------------------------ Reporter: dave.iltis@utah.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ I am trying to install py-scipy on an intel macbook, OSX 10.4.11, xcode 2.5, macports 1.600, These python ports are installed: py-dateutil @1.3_0 (active) py-matplotlib @0.91.2_0+gtk2 (active) py-mysql @1.2.2_0 (active) py-numpy @1.0.4_8+g95 (active) py-tz @2007c_0 (active) python24 @2.4.4_2+darwin_8 (active) g95 @0.90_3 (active) gnuplot @4.2.2_0 (active) Shell Output: {{{ sudo port install py-scipy ---> Fetching py-scipy ---> Verifying checksum(s) for py-scipy ---> Extracting py-scipy ---> Applying patches to py-scipy ---> Configuring py-scipy ---> Building py-scipy 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_py-scipy/work/scipy-0.6.0" && /opt/local/bin/python2.4 setup.py config_fc --fcompiler g95 --f77exec /opt/local/bin/g95 --f90exec /opt/local/bin/g95 build " returned error 1 Command output: /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common __g95_string_len (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common _f__xargc (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common _f__xargv (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(environ.o) definition of common __g95_my_endian (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(transfer.o) definition of common __g95_scratch (size 304) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(environ.o) definition of common __g95_default_endian (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(array.o) definition of common __g95_section_info (size 112) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(string.o) definition of common __g95_null_string (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(error.o) definition of common __g95_base (size 16) /opt/local/bin/odlibtool: internal link edit command failed /opt/local/bin/odld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(error.o) definition of common __g95_filename (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(error.o) definition of common __g95_line (size 16) build/temp.macosx-10.3-i386-2.4/libmach.a(d1mach.o) definition of common _d9mach_ (size 160) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(transfer.o) definition of common __g95_current_unit (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common __g95_globals (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common __g95_junk_stat (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common __g95_library_return (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(environ.o) definition of common __g95_options (size 160) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common __g95_string_len (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common _f__xargc (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(top.o) definition of common _f__xargv (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(environ.o) definition of common __g95_my_endian (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(transfer.o) definition of common __g95_scratch (size 304) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(environ.o) definition of common __g95_default_endian (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(array.o) definition of common __g95_section_info (size 112) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(string.o) definition of common __g95_null_string (size 16) /opt/local/bin/../lib/gcc-lib/i386-apple- darwin8.11.1/4.0.3//libf95.a(error.o) definition of common __g95_base (size 16) /opt/local/bin/odlibtool: internal link edit command failed error: Command "/opt/local/bin/g95 -dynamiclib -L/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib -lpython2.4 -dynamiclib -L/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib -lpython2.4 build/temp.macosx-10.3-i386-2.4/scipy/integrate/_quadpackmodule.o -Lbuild/temp.macosx-10.3-i386-2.4 -lquadpack -llinpack_lite -lmach -o build/lib.macosx-10.3-i386-2.4/scipy/integrate/_quadpack.so" failed with exit status 1 Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 11:44:58 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 11:46:33 2008 Subject: [MacPorts] #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build Message-ID: <048.e425f30f8dbcad7a32801b803efa6d44@macosforge.org> #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build --------------------------------+------------------------------------------- Reporter: stephen@xemacs.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- Presumably during compilation of Lisp libraries; top shows sbcl is active but using 0% of cpu. For 1.0.14_0 this persisted for over 12 hours, for 1.0.14_1 about 1 hour at this point. ps shows {{{ steve 13751 0.0 3.1 1654180 49544 p4 S+ 10:39AM 0:03.92 ./src/runtime/sbcl --core output/cold-sbcl.core --no-sysinit --no-userinit }}} For some reason 1.0.14_1 takes about half the CPU time to get wedged; I'm not sure this is an improvement. ;-) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 11:58:53 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 12:00:30 2008 Subject: [MacPorts] #14240: py-scipy fails to build on intel mac, xcode 2.5, tiger In-Reply-To: <049.dea185c6795c2890b35665e18bcf0b60@macosforge.org> References: <049.dea185c6795c2890b35665e18bcf0b60@macosforge.org> Message-ID: <058.9f897b0bff778961cc261248fee7bfe3@macosforge.org> #14240: py-scipy fails to build on intel mac, xcode 2.5, tiger ----------------------------------+----------------------------------------- Reporter: dave.iltis@utah.edu | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * owner: macports-tickets@lists.macosforge.org => ram@macports.org * status: new => assigned Comment: can you attach the full build log i.e. run {{{ $ sudo port clean py-scipy $ sudo port -d install py-scipy &> output.log }}} and attach ```output.log``` -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 12:11:26 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 12:13:00 2008 Subject: [MacPorts] #14242: lftp-3.6.1 high cpu usage on Leopard Message-ID: <051.dcd68ad70e9104813653eb70b286d153@macosforge.org> #14242: lftp-3.6.1 high cpu usage on Leopard ----------------------------------------------------------+----------------- Reporter: yunzheng.hu@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: ftp poll leopard cpu usage deployment target | ----------------------------------------------------------+----------------- When compiling and running lftp on Leopard it causes the 'known' 100% cpu usage. This however is not entirely related to the 'poll' bug, like in Tiger. I have attached a patch for configure that detects the broken poll on Leopard as well. And a modification to the Portfile that sets the MACOSX_DEPLOYMENT_TARGET=10.4, which fixes the cpu usage issue on Leopard. references to the bug in Tiger:[[BR]] http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02101.html same patch but for Leopard (but does not entirely fix the problem):[[BR]] http://www.mail-archive.com/lftp@uniyar.ac.ru/msg03091.html -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:06:20 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:07:53 2008 Subject: [MacPorts] #14233: llvm-2.1 fails to build on Leopard (10.5.1) In-Reply-To: <050.56dccfdac9234b5cd3b5749891e73b6c@macosforge.org> References: <050.56dccfdac9234b5cd3b5749891e73b6c@macosforge.org> Message-ID: <059.e81146b04cc9a5887fef2019bdaee018@macosforge.org> #14233: llvm-2.1 fails to build on Leopard (10.5.1) -----------------------------------+---------------------------------------- Reporter: kain.nomad@gmail.com | Owner: erickt@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: llvm -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => erickt@macports.org Comment: Assigning to maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:07:26 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:08:29 2008 Subject: [MacPorts] #14234: ffmpeg 0.4.9-pre1 R5 vhook variant In-Reply-To: <048.3a6e418a27fdab763227b2b34abc7d71@macosforge.org> References: <048.3a6e418a27fdab763227b2b34abc7d71@macosforge.org> Message-ID: <057.02e03f4cf0f780e2818332f837cf3a74@macosforge.org> #14234: ffmpeg 0.4.9-pre1 R5 vhook variant ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: acho@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: ffmpeg ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: acho@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => acho@macports.org Comment: Assigning to maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:11:36 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:13:09 2008 Subject: [MacPorts] #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 In-Reply-To: <047.983c11267704886c44ecc2a197b02ae4@macosforge.org> References: <047.983c11267704886c44ecc2a197b02ae4@macosforge.org> Message-ID: <056.d8454d22cc86c5db4ed9688b166ab94a@macosforge.org> #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: python pylons --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * cc: stechert@macports.org (removed) * cc: Will@mtintouch.net (added) * owner: macports-tickets@lists.macosforge.org => stechert@macports.org Comment: Assigning to Andre Stechert, who maintains all these ports except py- formencode (Will at mtintouch.net) and py-WebHelpers (nomaintainer) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:24:12 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:25:15 2008 Subject: [MacPorts] #14237: port mono 1.2.6_0 does not build In-Reply-To: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> References: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> Message-ID: <067.51df5c30e1a66bc184f17bf2142e64fa@macosforge.org> #14237: port mono 1.2.6_0 does not build -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Changes (by ryandesign@macports.org): * cc: mww@macports.org (removed) * cc: stechert@macports.org (added) * owner: macports-tickets@lists.macosforge.org => mww@macports.org Comment: Assigning to mono's maintainer. "No port iconv found" is correct -- there is no port by that name. (It's called "libiconv".) The only port currently referencing "iconv" is libgdiplus so I'll Cc its maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:24:58 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:25:30 2008 Subject: [MacPorts] #14237: port mono 1.2.6_0 does not build In-Reply-To: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> References: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> Message-ID: <067.a2f31c426abcc2f895626bd0f58c215d@macosforge.org> #14237: port mono 1.2.6_0 does not build -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Comment (by ryandesign@macports.org): Oh, and please try: {{{ $ sudo port clean --work mono $ sudo port upgrade mono }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:26:02 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:27:35 2008 Subject: [MacPorts] #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build In-Reply-To: <048.e425f30f8dbcad7a32801b803efa6d44@macosforge.org> References: <048.e425f30f8dbcad7a32801b803efa6d44@macosforge.org> Message-ID: <057.e17e1e868d3b3aaf129dacde7cf34cfe@macosforge.org> #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: waqar@macports.org (added) * owner: macports-tickets@lists.macosforge.org => gwright@macports.org * milestone: => Port Bugs Comment: Assigning to / Cc'ing maintainers. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:36:15 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:36:48 2008 Subject: [MacPorts] #14238: icon 9.4.3 The Icon programming language In-Reply-To: <059.6f1fc49a8d6ae32d3976e5582ea85bb7@macosforge.org> References: <059.6f1fc49a8d6ae32d3976e5582ea85bb7@macosforge.org> Message-ID: <068.d8f996357d6edf7608ec94e3b695e9d6@macosforge.org> #14238: icon 9.4.3 The Icon programming language --------------------------------------------+------------------------------- Reporter: michael.grunewald@laposte.net | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: icon-9.4.3 --------------------------------------------+------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org Comment: I added the portfile mostly as-is in r33984, but I will be doing cleanup in further revisions. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 14:45:09 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 14:46:43 2008 Subject: [MacPorts] #14243: gcc42 4.2.3 +odcctools fails to install Message-ID: <053.affcf17acc837fbf8276cf6f89b30dd6@macosforge.org> #14243: gcc42 4.2.3 +odcctools fails to install -------------------------------------+-------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: gcc42 | -------------------------------------+-------------------------------------- Compilation fails with a Bus error -- error log attached -- when building gcj. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 15:17:19 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 15:18:53 2008 Subject: [MacPorts] #14244: gawk +with_default_names Message-ID: <065.b56cf53c13222c33e0767fb7cc2bd839@macosforge.org> #14244: gawk +with_default_names -------------------------------------------------+-------------------------- Reporter: alexander.zimmermann@rwth-aachen.de | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: | -------------------------------------------------+-------------------------- like gsed, coreutils, findutils,... :-) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 15:22:41 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 15:24:13 2008 Subject: [MacPorts] #13085: BUG: xfig 3.2.5_1 unable to activate In-Reply-To: <046.3396e19da23cc9a76c0550c9668e1124@macosforge.org> References: <046.3396e19da23cc9a76c0550c9668e1124@macosforge.org> Message-ID: <055.3a9c66f77b4a67fdfa8d7c4f6a38ffe2@macosforge.org> #13085: BUG: xfig 3.2.5_1 unable to activate -------------------------------+-------------------------------------------- Reporter: javaprob@aim.com | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: xfig x11 activate -------------------------------+-------------------------------------------- Comment (by alexander.zimmermann@rwth-aachen.de): Problem is solved. We can close the ticket. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 15:23:56 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 15:25:31 2008 Subject: [MacPorts] #12738: xfig violates mtree In-Reply-To: <047.27c49b9e9bc4dc7912c1337588d15461@macosforge.org> References: <047.27c49b9e9bc4dc7912c1337588d15461@macosforge.org> Message-ID: <056.ae8f7a6c5042c2c4120658bdca1265db@macosforge.org> #12738: xfig violates mtree --------------------------------+------------------------------------------- Reporter: andree@cs.unm.edu | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: xfig violation --------------------------------+------------------------------------------- Comment (by alexander.zimmermann@rwth-aachen.de): Problem is solved. We can close the ticket. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 16:17:23 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 16:17:58 2008 Subject: [MacPorts] #14238: icon 9.4.3 The Icon programming language In-Reply-To: <059.6f1fc49a8d6ae32d3976e5582ea85bb7@macosforge.org> References: <059.6f1fc49a8d6ae32d3976e5582ea85bb7@macosforge.org> Message-ID: <068.bc99d564c0cd91a673c414781bcdcec2@macosforge.org> #14238: icon 9.4.3 The Icon programming language --------------------------------------------+------------------------------- Reporter: michael.grunewald@laposte.net | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: icon-9.4.3 --------------------------------------------+------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: r33985: * use `homepage` variable in `master_sites` instead of repeating the homepage URL This way if the homepage changes, you have only one variable to change. ---- r33986: * don't repeat the version number elsewhere in the portfile; compute it * use `distname` and `extract.suffix` instead of `distfiles` so that we don't have to also set `worksrcdir` This way when the version changes you only have to update the `version` and `checksum` variables. ---- r33987: * don't use the deprecated `cd` command in the `configure` phase The `cd` command is being phased out of portfiles and will no longer be available in MacPorts 1.7. ---- r33993: * don't override the `destroot` phase; instead, let MacPorts handle the destroot, and then we do extra things in the `post-destroot` * don't use the deprecated `cd` command here either * don't use `system "ln -s ..."` to create symlinks; just use `ln -s ...` * don't need to create `${destroot}${prefix}/bin`; MacPorts does it for you * got rid of lots of local variables we don't need now * the documentation symlink pointed to the wrong place; fixed this, therefore bumped the port revision ---- r33994: * fixed livecheck so it finds the correct current version of the project, hopefully ---- r33995: * indicate that the default universal variant doesn't work with this port; another solution will have to be devised if this port is to build universal -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 16:20:34 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 16:21:40 2008 Subject: [MacPorts] #14243: gcc42 4.2.3 +odcctools fails to install In-Reply-To: <053.affcf17acc837fbf8276cf6f89b30dd6@macosforge.org> References: <053.affcf17acc837fbf8276cf6f89b30dd6@macosforge.org> Message-ID: <062.bb647aeafc59457507cf08b73925e92b@macosforge.org> #14243: gcc42 4.2.3 +odcctools fails to install --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gcc42 --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => mww@macports.org * milestone: => Port Bugs Comment: Assigning to maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 16:23:00 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 16:24:04 2008 Subject: [MacPorts] #14229: courier-authlib update to 0.60.2 In-Reply-To: <054.ff4584b27f1a27c7c72c25bffb481a1d@macosforge.org> References: <054.ff4584b27f1a27c7c72c25bffb481a1d@macosforge.org> Message-ID: <063.b6011d60da9b96065c5f309e895bda1b@macosforge.org> #14229: courier-authlib update to 0.60.2 ---------------------------------------+------------------------------------ Reporter: compconsultant@yahoo.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: courier-authlib ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * cc: boeyms@macports.org (added) Comment: Maun Suang, this patch removes you as maintainer of this port. Could you please indicate whether you're ok with this, and/or commit the update? Thanks. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 16:29:18 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 16:30:32 2008 Subject: [MacPorts] #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming In-Reply-To: <059.a68d37178f367db85b651561483e074f@macosforge.org> References: <059.a68d37178f367db85b651561483e074f@macosforge.org> Message-ID: <068.f0235486c41b893de850684cd65e9bdc@macosforge.org> #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming --------------------------------------------+------------------------------- Reporter: michael.grunewald@laposte.net | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: noweb-2.11b --------------------------------------------+------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 17:11:12 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 17:12:15 2008 Subject: [MacPorts] #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming In-Reply-To: <059.a68d37178f367db85b651561483e074f@macosforge.org> References: <059.a68d37178f367db85b651561483e074f@macosforge.org> Message-ID: <068.d34b6848af09c7f032ddf74966dc4835@macosforge.org> #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming --------------------------------------------+------------------------------- Reporter: michael.grunewald@laposte.net | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: noweb-2.11b --------------------------------------------+------------------------------- Comment (by ryandesign@macports.org): In your portfile, why have you disabled the activate phase? And what is with the commented-out pre-destroot section? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 17:35:20 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 17:36:54 2008 Subject: [MacPorts] #14243: gcc42 4.2.3 +odcctools fails to install In-Reply-To: <053.affcf17acc837fbf8276cf6f89b30dd6@macosforge.org> References: <053.affcf17acc837fbf8276cf6f89b30dd6@macosforge.org> Message-ID: <062.aad586e44d65c2ffc04af0db18e6eb7c@macosforge.org> #14243: gcc42 4.2.3 +odcctools fails to install --------------------------------------+------------------------------------- Reporter: michel.sylvan@gmail.com | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gcc42 --------------------------------------+------------------------------------- Comment (by michel.sylvan@gmail.com): Same problem building the basic gcc42. gcc --version: i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370) ../../../gcc-4.2.3/libjava/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java: In class 'javax.swing.plaf.basic.BasicLookAndFeel': ../../../gcc-4.2.3/libjava/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java: In method 'javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(javax.swing.UIDefaults)': ../../../gcc-4.2.3/libjava/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java:480: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [javax/swing/plaf/basic.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-target-libjava] Error 2 make: *** [all] Error 2 Error: The following dependencies failed to build: gcc42 Error: Status 1 encountered during processing. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 18:27:42 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 18:29:16 2008 Subject: [MacPorts] #14245: AppKiDo fails to install - expected Panther SDK Message-ID: <046.0294695a19d1fcc3dcbe58af9a5f6e27@macosforge.org> #14245: AppKiDo fails to install - expected Panther SDK ------------------------------------------+--------------------------------- Reporter: pydave@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.5.2 Keywords: appkido sdk error buildstyle | ------------------------------------------+--------------------------------- I'm using Tiger (10.4.11) on a iBook G4 (1.33 GHz). My iBook came with Tiger installed, and I've never had Panther installed. I have installed several ports, but maybe not ones that require the same libraries as AppKiDo. I have installed XCode 2.4.1 developer tools. I tried to install AppKiDo today and had this result: {{{ $ sudo port install AppKiDo ---> Fetching AppKiDo ---> Attempting to fetch AppKiDo-0.962-src.tgz from http://homepage.mac.com/aglee/downloads/ ---> Verifying checksum(s) for AppKiDo ---> Extracting AppKiDo ---> Configuring AppKiDo ---> Building AppKiDo with target -target AppKiDo 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_AppKiDo/work/AppKiDo" && /usr/bin/xcodebuild -target AppKiDo -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/ " returned error 1 Command output: deprecated option: -buildstyle is no longer supported in xcodebuild. Use -configuration instead. === BUILDING NATIVE TARGET AppKiDo WITH CONFIGURATION Deployment === Checking Dependencies... error: There is no SDK at specified SDKROOT_ppc path '/Developer/SDKs/MacOSX10.3.9.sdk' ** BUILD FAILED ** Error: Status 1 encountered during processing. }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 18:34:41 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 18:35:44 2008 Subject: [MacPorts] #14246: deluge port fails to download Message-ID: <048.3041042099f94901457702a9c9444bd4@macosforge.org> #14246: deluge port fails to download --------------------------------+------------------------------------------- Reporter: markybob@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- port tries to get deluge from ---> Attempting to fetch deluge-0.5.8.1.tar.gz from http://download .deluge-torrent.org/index.php?dir=tarball/0.5.8.1/&file= which is the wrong url. it should get it from http://download.deluge- torrent.org/source/0.5.8.3/ (or 0.5.8.1, if you want the older one, etc) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 18:46:01 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 18:47:35 2008 Subject: [MacPorts] #14245: AppKiDo fails to install - expected Panther SDK In-Reply-To: <046.0294695a19d1fcc3dcbe58af9a5f6e27@macosforge.org> References: <046.0294695a19d1fcc3dcbe58af9a5f6e27@macosforge.org> Message-ID: <055.f955a4afd32cbb30776536c7771fd153@macosforge.org> #14245: AppKiDo fails to install - expected Panther SDK -------------------------------+-------------------------------------------- Reporter: pydave@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.5.2 Resolution: | Keywords: appkido sdk error buildstyle -------------------------------+-------------------------------------------- Comment (by ram@macports.org): Some apps use an older SDK to ensure backwards compatibility, I imagine you didn't install the 10.3 SDK when you install Xcode. What's the contents of the ```/Developer/SDKs``` directory? If you rerun the Xcode installation and install the other SDKs I imagine that this problem will go away. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 18:50:04 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 18:51:38 2008 Subject: [MacPorts] #14246: deluge port fails to download In-Reply-To: <048.3041042099f94901457702a9c9444bd4@macosforge.org> References: <048.3041042099f94901457702a9c9444bd4@macosforge.org> Message-ID: <057.03cdbd05aa8ed758a04cdd05f52614ea@macosforge.org> #14246: deluge port fails to download ---------------------------------+------------------------------------------ Reporter: markybob@gmail.com | Owner: ram@macports.org Type: defect | Status: assigned Priority: High | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ram@macports.org): * owner: macports-tickets@lists.macosforge.org => ram@macports.org * status: new => assigned * milestone: => Port Bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 18:55:41 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 18:56:44 2008 Subject: [MacPorts] #14246: deluge port fails to download In-Reply-To: <048.3041042099f94901457702a9c9444bd4@macosforge.org> References: <048.3041042099f94901457702a9c9444bd4@macosforge.org> Message-ID: <057.bb8d8155fe68587943befd4e54533505@macosforge.org> #14246: deluge port fails to download ---------------------------------+------------------------------------------ Reporter: markybob@gmail.com | Owner: ram@macports.org Type: defect | Status: closed Priority: High | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by ram@macports.org): * status: assigned => closed * resolution: => fixed Comment: download location fixed in r34000, thanks -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:09:34 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:11:07 2008 Subject: [MacPorts] #14247: Add libICE - X Inter-Client Exchange (ICE) Protocol Message-ID: <047.1615f35f15db4fafb75d14de0d92206e@macosforge.org> #14247: Add libICE - X Inter-Client Exchange (ICE) Protocol -------------------------------+-------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- I have created a Portfile for libICE. Please include it in macports. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:12:30 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:14:03 2008 Subject: [MacPorts] #14248: Add libSM - X Session Management Library Message-ID: <047.abb44ad12ffe02ba84117e47ba329dd4@macosforge.org> #14248: Add libSM - X Session Management Library -------------------------------+-------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- I have created a Portfile to add libSM. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:13:21 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:14:24 2008 Subject: [MacPorts] #14247: Add libICE - X Inter-Client Exchange (ICE) Protocol In-Reply-To: <047.1615f35f15db4fafb75d14de0d92206e@macosforge.org> References: <047.1615f35f15db4fafb75d14de0d92206e@macosforge.org> Message-ID: <056.d3e5dd47a9852ae1e0248cec5a8ce2f6@macosforge.org> #14247: Add libICE - X Inter-Client Exchange (ICE) Protocol --------------------------------+------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Changes (by ram@macports.org): * milestone: => Port Submissions -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:14:08 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:15:11 2008 Subject: [MacPorts] #14249: Add libXt - X Toolkit Intrinsics Message-ID: <047.a02d781fa567c2d680d58d696203d753@macosforge.org> #14249: Add libXt - X Toolkit Intrinsics -------------------------------+-------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- I have created a Portfile to add libXt to macports. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:15:38 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:17:10 2008 Subject: [MacPorts] #14250: Add printproto - X.Org Print extension headers Message-ID: <047.2ff6a14c2dc65933a016f33cb20bd7c5@macosforge.org> #14250: Add printproto - X.Org Print extension headers -------------------------------+-------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- I have created a Portfile for printproto. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:18:03 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:19:05 2008 Subject: [MacPorts] #14248: Add libSM - X Session Management Library In-Reply-To: <047.abb44ad12ffe02ba84117e47ba329dd4@macosforge.org> References: <047.abb44ad12ffe02ba84117e47ba329dd4@macosforge.org> Message-ID: <056.125d027f80eef2f6a9469a49ab027ecf@macosforge.org> #14248: Add libSM - X Session Management Library --------------------------------+------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Changes (by ram@macports.org): * milestone: => Port Submissions -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:18:38 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:19:10 2008 Subject: [MacPorts] #14250: Add printproto - X.Org Print extension headers In-Reply-To: <047.2ff6a14c2dc65933a016f33cb20bd7c5@macosforge.org> References: <047.2ff6a14c2dc65933a016f33cb20bd7c5@macosforge.org> Message-ID: <056.380daf1e6a1b0efbc3606324d75f22d9@macosforge.org> #14250: Add printproto - X.Org Print extension headers --------------------------------+------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Changes (by ram@macports.org): * milestone: => Port Submissions -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:18:21 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:19:55 2008 Subject: [MacPorts] #14249: Add libXt - X Toolkit Intrinsics In-Reply-To: <047.a02d781fa567c2d680d58d696203d753@macosforge.org> References: <047.a02d781fa567c2d680d58d696203d753@macosforge.org> Message-ID: <056.f060ddb89d3485b01c13d673425e0697@macosforge.org> #14249: Add libXt - X Toolkit Intrinsics --------------------------------+------------------------------------------- Reporter: mvfranz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Changes (by ram@macports.org): * milestone: => Port Submissions -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 19:54:08 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 19:55:42 2008 Subject: [MacPorts] #14251: herrie-1.9.2 doesnot compile Message-ID: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> #14251: herrie-1.9.2 doesnot compile --------------------------------+------------------------------------------- Reporter: pc@anykey.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: herrie-1.9.2 error | --------------------------------+------------------------------------------- Command output: ./src/audio_output_coreaudio.c:161: error: request for member 'mBytesPerPacket' in something not a structure or union (...) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 20:38:40 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 20:40:14 2008 Subject: [MacPorts] #14251: herrie-1.9.2 doesnot compile In-Reply-To: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> References: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> Message-ID: <051.4a972616bd2269809846a2c07d0248e9@macosforge.org> #14251: herrie-1.9.2 doesnot compile ---------------------------+------------------------------------------------ Reporter: pc@anykey.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: herrie-1.9.2 error ---------------------------+------------------------------------------------ Changes (by ram@macports.org): * cc: ed@fxq.nl (added) Comment: cc'ing maintainer -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 22:54:48 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 22:56:21 2008 Subject: [MacPorts] #13410: Add mysql5-devel variant to py25-mysql In-Reply-To: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> References: <047.81876dc699d1db3fcecda2e0fd6be842@macosforge.org> Message-ID: <056.dc9397833311ff9d1563f0c7d134254e@macosforge.org> #13410: Add mysql5-devel variant to py25-mysql --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.5.2 Resolution: | Keywords: python mysql --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): Looks ok to me. {{{ % port installed |grep mysql mysql5-devel @5.1.22-rc_1+darwin_8+server (active) py25-mysql @1.2.2_0+mysql5 (active) % cd MySQL-python-1.2.2 % for i in test_*.py; do echo Testing $i; sudo python2.5 $i; done Testing test_MySQLdb_capabilities.py ................. ---------------------------------------------------------------------- Ran 17 tests in 0.508s OK Testing test_MySQLdb_dbapi20.py ................................... ---------------------------------------------------------------------- Ran 35 tests in 0.140s OK Testing test_capabilities.py }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 23:13:24 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 23:14:57 2008 Subject: [MacPorts] #14252: deluge port has remote security exploit Message-ID: <048.655daace3db58689a1df490165f71dee@macosforge.org> #14252: deluge port has remote security exploit --------------------------------+------------------------------------------- Reporter: markybob@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- All versions of deluge < 0.5.8.3 contains a remote security exploit. This attached patch upgrades the Portfile to 0.5.8.3 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 23:17:48 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 23:18:52 2008 Subject: [MacPorts] #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming In-Reply-To: <059.a68d37178f367db85b651561483e074f@macosforge.org> References: <059.a68d37178f367db85b651561483e074f@macosforge.org> Message-ID: <068.fe791e7af7c6645ba38cd6c63f570007@macosforge.org> #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming --------------------------------------------+------------------------------- Reporter: michael.grunewald@laposte.net | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: noweb-2.11b --------------------------------------------+------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: I committed your portfile in r34003 with the following changes: * removed empty "`activate`" phase which prevented port from activating automatically * removed commented-out "`pre-destroot`" section which didn't seem necessary * used "`use_configure no`" instead of "`configure {}`" * added "`universal_variant no`" * made the alignment of your dependencies consistent with the alignment of the rest of the portfile * fixed name of patchfile to match recommendations * removed trailing whitespace from some lines * use the distfile with the version in the name so that when a new version is available people won't have problems due to checksum errors * just use "`extract.suffix`" instead of setting "`distfiles`" * don't repeat the homepage URL in the master_sites; make use of "`${homepage}`" instead * don't hardcode "`/opt/local`" into the patchfile; MacPorts may be installed in another prefix -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 23:20:15 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 23:20:47 2008 Subject: [MacPorts] #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming In-Reply-To: <059.a68d37178f367db85b651561483e074f@macosforge.org> References: <059.a68d37178f367db85b651561483e074f@macosforge.org> Message-ID: <068.ff9313fab543929e548853ff4d8be143@macosforge.org> #14239: noweb 2.11b A Simple, Extensible Tool for Literate Programming --------------------------------------------+------------------------------- Reporter: michael.grunewald@laposte.net | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: noweb-2.11b --------------------------------------------+------------------------------- Comment (by ryandesign@macports.org): And I added livecheck information in r34004. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 23:44:37 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 23:45:42 2008 Subject: [MacPorts] #14237: port mono 1.2.6_0 does not build In-Reply-To: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> References: <058.ad1f2128c8dc0e02f2fdd40edeacd71b@macosforge.org> Message-ID: <067.cef0e42b3d4c8b77859fe6aa7a724158@macosforge.org> #14237: port mono 1.2.6_0 does not build -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Comment (by jean-philippe.humbert@gmx.de): I have tried it: ph@Christel/~ % sudo port clean --work mono ---> Cleaning mono Jph@Christel/~ % sudo port upgrade mono Error: No port iconv found. ---> Fetching mono ---> Verifying checksum(s) for mono ---> Extracting mono ---> Applying patches to mono Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.2.6" && patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files /patch-stdio.c'" returned error 1 Command output: patching file support/stdio.c Hunk #1 FAILED at 25. 1 out of 1 hunk FAILED -- saving rejects to file support/stdio.c.rej Error: Unable to upgrade port: 1 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sat Feb 9 23:49:26 2008 From: trac at macosforge.org (MacPorts) Date: Sat Feb 9 23:51:00 2008 Subject: [MacPorts] #14253: texlive_base fails to build on Leopard 10.5.1 Message-ID: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> #14253: texlive_base fails to build on Leopard 10.5.1 ------------------------------------------+--------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------------------+--------------------------------- ---> Building texlive_base 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_tex_texlive_base/work/texlive_base-2007" && make all " returned error 2 Command output: help-window.c:91: error: 'XmNtopAttachment' undeclared (first use in this function) help-window.c:91: error: 'XmATTACH_FORM' undeclared (first use in this function) help-window.c:91: warning: left-hand operand of comma expression has no effect help-window.c:94: error: 'XmNleftAttachment' undeclared (first use in this function) help-window.c:94: warning: left-hand operand of comma expression has no effect help-window.c:95: error: 'XmNrightAttachment' undeclared (first use in this function) help-window.c:95: warning: left-hand operand of comma expression has no effect help-window.c:96: error: 'XmNbottomAttachment' undeclared (first use in this function) help-window.c:96: warning: left-hand operand of comma expression has no effect help-window.c:97: error: 'XmNscrollingPolicy' undeclared (first use in this function) help-window.c:97: error: 'XmAUTOMATIC' undeclared (first use in this function) help-window.c:97: warning: left-hand operand of comma expression has no effect help-window.c:98: error: 'XmNscrollBarDisplayPolicy' undeclared (first use in this function) help-window.c:98: error: 'XmAS_NEEDED' undeclared (first use in this function) help-window.c:98: warning: left-hand operand of comma expression has no effect help-window.c:100: warning: implicit declaration of function 'XmCreateScrolledText' help-window.c:100: warning: assignment makes pointer from integer without a cast help-window.c: In function 'init_item': help-window.c:205: error: 'xmFormWidgetClass' undeclared (first use in this function) help-window.c:206: error: 'XmNtopAttachment' undeclared (first use in this function) help-window.c:206: error: 'XmATTACH_FORM' undeclared (first use in this function) help-window.c:207: error: 'XmNleftAttachment' undeclared (first use in this function) help-window.c:208: error: 'XmNrightAttachment' undeclared (first use in this function) help-window.c:209: error: 'XmNbottomAttachment' undeclared (first use in this function) help-window.c: In function 'initialize_items': help-window.c:296: error: 'XmVERSION_STRING' undeclared (first use in this function) make[3]: *** [help-window.o] Error 1 make[2]: *** [libguibuild] Error 2 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: The following dependencies failed to build: texlive_base texlive_texmf-full ---> Building texlive_base 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_tex_texlive_base/work/texlive_base-2007" && make all " returned error 2 Command output: help-window.c:91: error: 'XmNtopAttachment' undeclared (first use in this function) help-window.c:91: error: 'XmATTACH_FORM' undeclared (first use in this function) help-window.c:91: warning: left-hand operand of comma expression has no effect help-window.c:94: error: 'XmNleftAttachment' undeclared (first use in this function) help-window.c:94: warning: left-hand operand of comma expression has no effect help-window.c:95: error: 'XmNrightAttachment' undeclared (first use in this function) help-window.c:95: warning: left-hand operand of comma expression has no effect help-window.c:96: error: 'XmNbottomAttachment' undeclared (first use in this function) help-window.c:96: warning: left-hand operand of comma expression has no effect help-window.c:97: error: 'XmNscrollingPolicy' undeclared (first use in this function) help-window.c:97: error: 'XmAUTOMATIC' undeclared (first use in this function) help-window.c:97: warning: left-hand operand of comma expression has no effect help-window.c:98: error: 'XmNscrollBarDisplayPolicy' undeclared (first use in this function) help-window.c:98: error: 'XmAS_NEEDED' undeclared (first use in this function) help-window.c:98: warning: left-hand operand of comma expression has no effect help-window.c:100: warning: implicit declaration of function 'XmCreateScrolledText' help-window.c:100: warning: assignment makes pointer from integer without a cast help-window.c: In function 'init_item': help-window.c:205: error: 'xmFormWidgetClass' undeclared (first use in this function) help-window.c:206: error: 'XmNtopAttachment' undeclared (first use in this function) help-window.c:206: error: 'XmATTACH_FORM' undeclared (first use in this function) help-window.c:207: error: 'XmNleftAttachment' undeclared (first use in this function) help-window.c:208: error: 'XmNrightAttachment' undeclared (first use in this function) help-window.c:209: error: 'XmNbottomAttachment' undeclared (first use in this function) help-window.c: In function 'initialize_items': help-window.c:296: error: 'XmVERSION_STRING' undeclared (first use in this function) make[3]: *** [help-window.o] Error 1 make[2]: *** [libguibuild] Error 2 make[1]: *** [all] Error 1 make: *** [all] Error 1 ---> Building texlive_base 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_tex_texlive_base/work/texlive_base-2007" && make all " returned error 2 Command output: help-window.c:91: error: 'XmNtopAttachment' undeclared (first use in this function) help-window.c:91: error: 'XmATTACH_FORM' undeclared (first use in this function) help-window.c:91: warning: left-hand operand of comma expression has no effect help-window.c:94: error: 'XmNleftAttachment' undeclared (first use in this function) help-window.c:94: warning: left-hand operand of comma expression has no effect help-window.c:95: error: 'XmNrightAttachment' undeclared (first use in this function) help-window.c:95: warning: left-hand operand of comma expression has no effect help-window.c:96: error: 'XmNbottomAttachment' undeclared (first use in this function) help-window.c:96: warning: left-hand operand of comma expression has no effect help-window.c:97: error: 'XmNscrollingPolicy' undeclared (first use in this function) help-window.c:97: error: 'XmAUTOMATIC' undeclared (first use in this function) help-window.c:97: warning: left-hand operand of comma expression has no effect help-window.c:98: error: 'XmNscrollBarDisplayPolicy' undeclared (first use in this function) help-window.c:98: error: 'XmAS_NEEDED' undeclared (first use in this function) help-window.c:98: warning: left-hand operand of comma expression has no effect help-window.c:100: warning: implicit declaration of function 'XmCreateScrolledText' help-window.c:100: warning: assignment makes pointer from integer without a cast help-window.c: In function 'init_item': help-window.c:205: error: 'xmFormWidgetClass' undeclared (first use in this function) help-window.c:206: error: 'XmNtopAttachment' undeclared (first use in this function) help-window.c:206: error: 'XmATTACH_FORM' undeclared (first use in this function) help-window.c:207: error: 'XmNleftAttachment' undeclared (first use in this function) help-window.c:208: error: 'XmNrightAttachment' undeclared (first use in this function) help-window.c:209: error: 'XmNbottomAttachment' undeclared (first use in this function) help-window.c: In function 'initialize_items': help-window.c:296: error: 'XmVERSION_STRING' undeclared (first use in this function) make[3]: *** [help-window.o] Error 1 make[2]: *** [libguibuild] Error 2 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: The following dependencies failed to build: texlive_base Jph@Christel/~ % -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 00:48:24 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 00:49:28 2008 Subject: [MacPorts] #14253: texlive_base fails to build on Leopard 10.5.1 In-Reply-To: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> References: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> Message-ID: <067.0856ad6bb9675831c160b320ba013c64@macosforge.org> #14253: texlive_base fails to build on Leopard 10.5.1 -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: milosh@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Changes (by milosh@macports.org): * owner: macports-tickets@lists.macosforge.org => milosh@macports.org * status: new => assigned Comment: texlive_base in fact depends on X11. You shoud install it and the X11 SDK to build correctly. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 02:11:31 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 02:12:34 2008 Subject: [MacPorts] #14253: texlive_base fails to build on Leopard 10.5.1 In-Reply-To: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> References: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> Message-ID: <067.146b1dceffd60f7b5a9076897f259261@macosforge.org> #14253: texlive_base fails to build on Leopard 10.5.1 -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: milosh@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Comment (by jean-philippe.humbert@gmx.de): I have installed X11 and the X11 SDK. Can you tell me which file is missing/incorrect? So that I can troubleshoot my installtion. thanks // Jph -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 02:37:09 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 02:38:42 2008 Subject: [MacPorts] #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 In-Reply-To: <047.983c11267704886c44ecc2a197b02ae4@macosforge.org> References: <047.983c11267704886c44ecc2a197b02ae4@macosforge.org> Message-ID: <056.e7f83c1a8f1997b33f48f7ce8fcad6ff@macosforge.org> #14235: UPDATE: pylons 0.9.6.1 for Python 2.4/2.5 --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: python pylons --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): I've created patches for pylons and ports pylons depends on. Could you please review them? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 03:40:08 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 03:41:43 2008 Subject: [MacPorts] #14253: texlive_base fails to build on Leopard 10.5.1 In-Reply-To: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> References: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> Message-ID: <067.047a09f6cfd58df2caeef877d1dcc7bc@macosforge.org> #14253: texlive_base fails to build on Leopard 10.5.1 -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: milosh@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Comment (by milosh@macports.org): Strange then, It installed correctly on my mac with a brand new installation of leopard and xcode. I can't verify at the moment, but do you have a libXm file provided by the X11 SDK? Do you have openmotif (or maybe lesstif) installed through macports? Maybe a "--with- xdvi-x-toolkit=xaw" configure arg, things would go smoother. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 04:11:06 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 04:12:41 2008 Subject: [MacPorts] #14251: herrie-1.9.2 doesnot compile In-Reply-To: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> References: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> Message-ID: <051.f9da11224ef71acb8c113ca5ef18f565@macosforge.org> #14251: herrie-1.9.2 doesnot compile ---------------------------+------------------------------------------------ Reporter: pc@anykey.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: herrie-1.9.2 error ---------------------------+------------------------------------------------ Comment (by ed@fxq.nl): What version of Mac OS X are you using? The code was originally developed for OS X 10.4 and slightly updated to work with 10.5, but the mBytesPerPacket field has already been in use since 10.4. I haven't ever used Herrie on OS X 10.3 or lower, but I'm willing to add support for it. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 04:15:43 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 04:17:21 2008 Subject: [MacPorts] #12738: xfig violates mtree In-Reply-To: <047.27c49b9e9bc4dc7912c1337588d15461@macosforge.org> References: <047.27c49b9e9bc4dc7912c1337588d15461@macosforge.org> Message-ID: <056.5e0a71d9a1213ffd3743c571885aafd6@macosforge.org> #12738: xfig violates mtree --------------------------------+------------------------------------------- Reporter: andree@cs.unm.edu | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: xfig violation --------------------------------+------------------------------------------- Changes (by raimue@macports.org): * status: new => closed * resolution: => fixed Comment: Replying to [comment:4 alexander.zimmermann@rwth-aachen.de]: > Problem is solved. We can close the ticket. Done. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 04:16:37 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 04:18:10 2008 Subject: [MacPorts] #13085: BUG: xfig 3.2.5_1 unable to activate In-Reply-To: <046.3396e19da23cc9a76c0550c9668e1124@macosforge.org> References: <046.3396e19da23cc9a76c0550c9668e1124@macosforge.org> Message-ID: <055.afee2b21af293a33688fa63d739093fd@macosforge.org> #13085: BUG: xfig 3.2.5_1 unable to activate -------------------------------+-------------------------------------------- Reporter: javaprob@aim.com | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: fixed | Keywords: xfig x11 activate -------------------------------+-------------------------------------------- Changes (by raimue@macports.org): * status: new => closed * resolution: => fixed Comment: Replying to [comment:7 alexander.zimmermann@rwth-aachen.de]: > Problem is solved. We can close the ticket. Done. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 04:42:51 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 04:44:03 2008 Subject: [MacPorts] #14253: texlive_base fails to build on Leopard 10.5.1 In-Reply-To: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> References: <058.34db6f81c55c4506d8a9b88aa985b841@macosforge.org> Message-ID: <067.0f39517feaea001045e74c0c19cd074c@macosforge.org> #14253: texlive_base fails to build on Leopard 10.5.1 -------------------------------------------+-------------------------------- Reporter: jean-philippe.humbert@gmx.de | Owner: milosh@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------------+-------------------------------- Comment (by jean-philippe.humbert@gmx.de): I have tried to look at libXm* in the directory /usr. That?s what I have: /usr/X11/lib/libXmu.6.2.0.dylib /usr/X11/lib/libXmu.6.dylib /usr/X11/lib/libXmu.dylib /usr/X11/lib/libXmu.la /usr/X11/lib/libXmuu.1.0.0.dylib /usr/X11/lib/libXmuu.1.dylib /usr/X11/lib/libXmuu.dylib /usr/X11/lib/libXmuu.la /usr/X11R6 1/lib/libXm.2.0.1.dylib /usr/X11R6 1/lib/libXm.2.dylib /usr/X11R6 1/lib/libXm.dylib /usr/X11R6 1/lib/libXm.la /usr/X11R6 1/lib/libXmu.a /usr/X11R6 1/lib/libXmuu.a But the name of "X11R6 1" with a space in it is strange... -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 04:44:27 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 04:46:05 2008 Subject: [MacPorts] #14254: four security patches for MPlayer Message-ID: <054.81b6f1d0221d655963e76f8e9ffce11f@macosforge.org> #14254: four security patches for MPlayer --------------------------------------+------------------------------------- Reporter: caruso@herr-der-mails.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: security | --------------------------------------+------------------------------------- At the end of January four security patches for MPlayer were released, but they have not yet been integrated into the portfile. fix for buffer overflow in stream_cddb.c: http://www.mplayerhq.hu/MPlayer/patches/stream_cddb_fix_20080120.diff fix for buffer overflow in url.c: http://www.mplayerhq.hu/MPlayer/patches/url_fix_20080120.diff fix for buffer overflow in demux_mov.c: http://www.mplayerhq.hu/MPlayer/patches/demux_mov_fix_20080129.diff fix for stack overflow in demux_audio.c: http://www.mplayerhq.hu/MPlayer/patches/demux_audio_fix_20080129.diff Details about the patches can be found on http://www.mplayerhq.hu/design7/news.html . -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 06:38:39 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 06:39:50 2008 Subject: [MacPorts] #14255: UPDATE: py-mako, py25-mako 0.1.10 Message-ID: <047.39853d84ab0cf66dc551bba352d5469d@macosforge.org> #14255: UPDATE: py-mako, py25-mako 0.1.10 -------------------------------+-------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: python mako | -------------------------------+-------------------------------------------- Please update mako to 0.1.10 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 06:42:36 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 06:43:48 2008 Subject: [MacPorts] #14255: UPDATE: py-mako, py25-mako 0.1.10 In-Reply-To: <047.39853d84ab0cf66dc551bba352d5469d@macosforge.org> References: <047.39853d84ab0cf66dc551bba352d5469d@macosforge.org> Message-ID: <056.8aa34aa60e2ae11d1997b3f3c0473630@macosforge.org> #14255: UPDATE: py-mako, py25-mako 0.1.10 --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: python mako --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): attached patches for python2.4 and 2.5. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 07:50:46 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 07:52:19 2008 Subject: [MacPorts] #14256: build vcut in vorbis-tools Message-ID: <046.dcd1acbe4052184b6e1f95f2da753757@macosforge.org> #14256: build vcut in vorbis-tools ------------------------------+--------------------------------------------- Reporter: collver@peak.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- If you add --enable-vcut to configure.args in Portfile then vorbis-tools will build and install vcut, which is useful for cutting out a section of an Ogg Vorbis file. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 09:11:47 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 09:13:23 2008 Subject: [MacPorts] #14256: build vcut in vorbis-tools In-Reply-To: <046.dcd1acbe4052184b6e1f95f2da753757@macosforge.org> References: <046.dcd1acbe4052184b6e1f95f2da753757@macosforge.org> Message-ID: <055.4148f702d8ebb004730ae199f3acaac4@macosforge.org> #14256: build vcut in vorbis-tools -------------------------------+-------------------------------------------- Reporter: collver@peak.org | Owner: ram@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by ram@macports.org): * owner: macports-tickets@lists.macosforge.org => ram@macports.org * status: new => assigned * milestone: => Port Enhancements -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 09:16:57 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 09:18:03 2008 Subject: [MacPorts] #13956: git-core should be updated to 1.5.4 (PATCH) In-Reply-To: <048.6fc1d0d4d609ee9316a084f57c82a297@macosforge.org> References: <048.6fc1d0d4d609ee9316a084f57c82a297@macosforge.org> Message-ID: <057.e48dade27dd12ceff89a679798715c8a@macosforge.org> #13956: git-core should be updated to 1.5.4 (PATCH) ---------------------------------+------------------------------------------ Reporter: maccheck@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: git-core ---------------------------------+------------------------------------------ Comment (by maccheck@gmail.com): git-core 1.5.4.1 is out. Therefore I replaced the patch with the current diff. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 09:39:37 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 09:40:45 2008 Subject: [MacPorts] #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build In-Reply-To: <048.e425f30f8dbcad7a32801b803efa6d44@macosforge.org> References: <048.e425f30f8dbcad7a32801b803efa6d44@macosforge.org> Message-ID: <057.94244e4afdbe1dfa31597fa3f47f7c49@macosforge.org> #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by waqar@macports.org): I am not able to reproduce it works just fine for me. MacPro with 'port install sbcl +threads'. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 09:42:17 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 09:43:57 2008 Subject: [MacPorts] #13237: sbcl fails to build on Mac OS X 10.5 Leopard In-Reply-To: <049.0142452a44050f7de62805d3d21a2949@macosforge.org> References: <049.0142452a44050f7de62805d3d21a2949@macosforge.org> Message-ID: <058.7d493015ab9e3acb5c1645d68f531003@macosforge.org> #13237: sbcl fails to build on Mac OS X 10.5 Leopard ----------------------------------+----------------------------------------- Reporter: tukikage386@mac.com | Owner: waqar@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: duplicate | Keywords: sbcl ----------------------------------+----------------------------------------- Changes (by waqar@macports.org): * status: assigned => closed * resolution: => duplicate -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 09:53:34 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 09:55:13 2008 Subject: [MacPorts] #14256: build vcut in vorbis-tools In-Reply-To: <046.dcd1acbe4052184b6e1f95f2da753757@macosforge.org> References: <046.dcd1acbe4052184b6e1f95f2da753757@macosforge.org> Message-ID: <055.ed4f4ea8a1958168707108574d8fd13c@macosforge.org> #14256: build vcut in vorbis-tools -------------------------------+-------------------------------------------- Reporter: collver@peak.org | Owner: ram@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by ram@macports.org): * status: assigned => closed * resolution: => fixed Comment: added in r34014, thanks -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 11:03:03 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 11:10:43 2008 Subject: [MacPorts] #14257: privoxy not building on mbp Message-ID: <050.126e9b7a75b02be7b79a58272118cdb6@macosforge.org> #14257: privoxy not building on mbp ----------------------------------+----------------------------------------- Reporter: sbplrports@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: privoxy | ----------------------------------+----------------------------------------- {{{ sudo port -v install privoxy ---> Fetching privoxy ---> privoxy-3.0.6-stable-src.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/privoxy ---> Attempting to fetch privoxy-3.0.6-stable-src.tar.gz from http://downloads.sourceforge.net/ijbswa % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1714k 100 1714k 0 0 70005 0 0:00:25 0:00:25 --:--:-- 56893 ---> Verifying checksum(s) for privoxy ---> Checksumming privoxy-3.0.6-stable-src.tar.gz ---> Extracting privoxy ---> Extracting privoxy-3.0.6-stable-src.tar.gz /usr/bin/gnutar: Read 2048 bytes from - ---> Applying patches to privoxy ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/www/privoxy/files /patch-GNUmakefile.in patching file GNUmakefile.in ---> Configuring privoxy autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. checking build system type... i686-apple-darwin9.1.0 checking host system type... i686-apple-darwin9.1.0 checking for gcc... /usr/bin/gcc-4.0 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.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for a BSD-compatible install... /usr/bin/install 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: 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.6-stable" && ./configure --prefix=/opt/local --disable-dynamic-pcrs --with- user=privoxy --with-group=privoxy --sysconfdir=/opt/local/etc/privoxy --mandir=/opt/local/share/man " returned error 1 Command output: checking build system type... i686-apple-darwin9.1.0 checking host system type... i686-apple-darwin9.1.0 checking for gcc... /usr/bin/gcc-4.0 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.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for a BSD-compatible install... /usr/bin/install 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 Warning: the following items did not execute (for privoxy): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. }}} not building on my MBP. builds fine on my G5. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 12:26:08 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 12:27:12 2008 Subject: [MacPorts] #14245: AppKiDo fails to install - expected Panther SDK In-Reply-To: <046.0294695a19d1fcc3dcbe58af9a5f6e27@macosforge.org> References: <046.0294695a19d1fcc3dcbe58af9a5f6e27@macosforge.org> Message-ID: <055.5c223e0fa77905f460159ef3d7ba8c2f@macosforge.org> #14245: AppKiDo fails to install - expected Panther SDK -------------------------------+-------------------------------------------- Reporter: pydave@gmail.com | Owner: eridius@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: appkido sdk error buildstyle -------------------------------+-------------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => eridius@macports.org * milestone: => Port Bugs Comment: Assigning to port maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 12:26:35 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 12:27:38 2008 Subject: [MacPorts] #14254: four security patches for MPlayer In-Reply-To: <054.81b6f1d0221d655963e76f8e9ffce11f@macosforge.org> References: <054.81b6f1d0221d655963e76f8e9ffce11f@macosforge.org> Message-ID: <063.923e8f7a8a4191cdb8ab84f2896118cb@macosforge.org> #14254: four security patches for MPlayer ---------------------------------------+------------------------------------ Reporter: caruso@herr-der-mails.de | Owner: ecronin@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: security ---------------------------------------+------------------------------------ Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ecronin@macports.org * milestone: => Port Bugs Comment: Assigning to maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 12:28:11 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 12:29:33 2008 Subject: [MacPorts] #14255: UPDATE: py-mako, py25-mako 0.1.10 In-Reply-To: <047.39853d84ab0cf66dc551bba352d5469d@macosforge.org> References: <047.39853d84ab0cf66dc551bba352d5469d@macosforge.org> Message-ID: <056.a571822098d376ca3ea50200eca6a421@macosforge.org> #14255: UPDATE: py-mako, py25-mako 0.1.10 --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: stechert@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: python mako --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * cc: stechert@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => stechert@macports.org Comment: Assigning to maintainer of py25-mako. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 12:41:01 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 12:42:05 2008 Subject: [MacPorts] #13883: www/privoxy-3.0.6: install fails with "no files matched glob pattern" In-Reply-To: <049.a43ae6e9e045aed30035e8e11aad78b2@macosforge.org> References: <049.a43ae6e9e045aed30035e8e11aad78b2@macosforge.org> Message-ID: <058.61d35712d73ef2b582aa4ee75fc05201@macosforge.org> #13883: www/privoxy-3.0.6: install fails with "no files matched glob pattern" ----------------------------------+----------------------------------------- Reporter: cilly@cilly.mine.nu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (added) Comment: It installs just fine for me on Mac OS X 10.4.11 with Xcode 2.4.1 and MacPorts 1.7.0 from trunk on a Core 2 Duo MacBook Pro. Could you please let us know what version of Mac OS X, Xcode and MacPorts you have, and whether you're on an Intel or PowerPC Mac. I wonder why it's talking about /usr/local. Is that your MacPorts prefix? If so, that is extremely not recommended and you should reinstall MacPorts in a different prefix. If that's not your prefix, then something is strange... is your ports tree up to date? Try again after "`sudo port selfupdate`" and "`sudo port clean --work privoxy`". -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 12:46:52 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 12:48:25 2008 Subject: [MacPorts] #14251: herrie-1.9.2 doesnot compile In-Reply-To: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> References: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> Message-ID: <051.8f4447fee6b38947dc4489a898b49f72@macosforge.org> #14251: herrie-1.9.2 doesnot compile ---------------------------+------------------------------------------------ Reporter: pc@anykey.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: herrie-1.9.2 error ---------------------------+------------------------------------------------ Comment (by pc@anykey.de): I am on OS X 10.4 . Don't know what I am doing wrong, i.e. '# port install mpd' also exists with errors - on the other hand, there *are* ports which install just fine ... if I could provide you with some more debug- information, just instruct me :-) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 12:56:20 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 12:57:53 2008 Subject: [MacPorts] #14251: herrie-1.9.2 doesnot compile In-Reply-To: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> References: <042.824a33869e8792d297a7bab4ab1cb876@macosforge.org> Message-ID: <051.edc01e0641ac2e141f1e54bfd22e5447@macosforge.org> #14251: herrie-1.9.2 doesnot compile ---------------------------+------------------------------------------------ Reporter: pc@anykey.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: herrie-1.9.2 error ---------------------------+------------------------------------------------ Comment (by ed@fxq.nl): It seems line 161 isn't really needed - it already gets properly calculated. On my MacBook with 10.5, it seems Herrie works like it should when I remove the line. Could you see what happens on your machine? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 13:04:06 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 13:05:11 2008 Subject: [MacPorts] #14258: Checksum errors Message-ID: <053.27205722f43c7bc7af2257c8365a926e@macosforge.org> #14258: Checksum errors -------------------------------------+-------------------------------------- Reporter: lorddefinitia@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- New user here, but I've used port before. Granted I recently upgraded to Leopard, but I've made sure to install the latest Xcode from the Apple Website, ran selfupdate, installed from dmg the macports for Leopard, and I have X11 installed. Been trying to install kdewebdev3, however the kde package in general has been failing, and I've been to the FAQ and done the sudo port clean --dist kde, which seemed to work, sudo port install kde still says -> "Error: Checksum (md5) mismatch for gettext-1.05.tar.gz Error: Checksum (sha1) mismatch for gettext-1.05.tar.gz Error: Checksum (rmd160) mismatch for gettext-1.05.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: kdebase3 autoconf help2man p5-locale-gettext libtool m4 cyrus-sasl2 kdelibs3 Xft2 xorg- xproto xorg-util-macros aspell bzip2 flex glib2 hicolor-icon-theme jasper libart_lgpl libidn lua readline openexr pcre qt3 unsermake py25-zlib python25 libusb kdenetwork3 openslp kdepim3 gpgme gnupg libgpg-error pth kdeaccessibility3 opensync py25-gobject py25-numeric sqlite3 gawk swig bison kdeutils3 gmp Error: Status 1 encountered during processing." Not being a linux/unix guru, I don't know to download the developers latest version from the internet and use the diff command to check the two, but the kde website recommends fink (10.4 only) or macports to install kde binaries. The FAQ also recommended I submit a bug report... Hope this helps. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 13:11:08 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 13:12:42 2008 Subject: [MacPorts] #14258: Checksum errors In-Reply-To: <053.27205722f43c7bc7af2257c8365a926e@macosforge.org> References: <053.27205722f43c7bc7af2257c8365a926e@macosforge.org> Message-ID: <062.8edb3b323e8dbc4e7bab815bd862b217@macosforge.org> #14258: Checksum errors --------------------------------------+------------------------------------- Reporter: lorddefinitia@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ram@macports.org): * milestone: => Port Bugs Comment: Looks like a corrupt distfile, try redownloading as it checksums fine for me: {{{ $ sudo port checksum p5-locale-gettext ---> Fetching p5-locale-gettext ---> Verifying checksum(s) for p5-locale-gettext $ }}} http://trac.macports.org/projects/macports/wiki/FAQ#IgetError:checksummd5sha1rmd160mismatchforport.WhatcanIdoaboutit -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:07:19 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:08:56 2008 Subject: [MacPorts] #14257: privoxy not building on mbp In-Reply-To: <050.126e9b7a75b02be7b79a58272118cdb6@macosforge.org> References: <050.126e9b7a75b02be7b79a58272118cdb6@macosforge.org> Message-ID: <059.4124d0992c80594927ce1de8cd0b7872@macosforge.org> #14257: privoxy not building on mbp -----------------------------------+---------------------------------------- Reporter: sbplrports@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: privoxy -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * milestone: => Port Bugs Comment: It works for me on a MacBook Pro with Mac OS X 10.4.11, Xcode 2.4.1 and MacPorts 1.7.0 from trunk. What version of Mac OS X, Xcode and MacPorts do you have? What does the command {{{ groups privoxy }}} say on your system? On mine, it says {{{ privoxy }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:18:31 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:20:08 2008 Subject: [MacPorts] #14257: privoxy not building on mbp In-Reply-To: <050.126e9b7a75b02be7b79a58272118cdb6@macosforge.org> References: <050.126e9b7a75b02be7b79a58272118cdb6@macosforge.org> Message-ID: <059.08025e3c297a29cca7a61f0888ef83fd@macosforge.org> #14257: privoxy not building on mbp -----------------------------------+---------------------------------------- Reporter: sbplrports@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: privoxy -----------------------------------+---------------------------------------- Comment (by sbplrports@gmail.com): Replying to [comment:1 ryandesign@macports.org]: Leopard 10.5.1 Xcode 3.0 MP 1.6 it says {{{ _privoxy }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:20:45 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:22:18 2008 Subject: [MacPorts] #14258: p5-locale-gettext checksum error In-Reply-To: <053.27205722f43c7bc7af2257c8365a926e@macosforge.org> References: <053.27205722f43c7bc7af2257c8365a926e@macosforge.org> Message-ID: <062.ac9706f99da2cb8c8ee374e41bcaa6d7@macosforge.org> #14258: p5-locale-gettext checksum error --------------------------------------+------------------------------------- Reporter: lorddefinitia@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * summary: Checksum errors => p5-locale-gettext checksum error -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:21:34 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:23:06 2008 Subject: [MacPorts] #14258: p5-locale-gettext checksum error In-Reply-To: <053.27205722f43c7bc7af2257c8365a926e@macosforge.org> References: <053.27205722f43c7bc7af2257c8365a926e@macosforge.org> Message-ID: <062.cd61249fa7471d50e0fa1cf15d40e307@macosforge.org> #14258: p5-locale-gettext checksum error --------------------------------------+------------------------------------- Reporter: lorddefinitia@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): Try: {{{ sudo port clean --all p5-locale-gettext sudo port install p5-locale-gettext }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:34:20 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:34:56 2008 Subject: [MacPorts] #14257: privoxy not building on mbp In-Reply-To: <050.126e9b7a75b02be7b79a58272118cdb6@macosforge.org> References: <050.126e9b7a75b02be7b79a58272118cdb6@macosforge.org> Message-ID: <059.f6b2954450daf132b9f89ded4ad3f412@macosforge.org> #14257: privoxy not building on mbp -----------------------------------+---------------------------------------- Reporter: sbplrports@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: privoxy -----------------------------------+---------------------------------------- Comment (by sbplrports@gmail.com): Replying to [comment:1 ryandesign@macports.org]: erased the old group. didnt see it there before. sorry for false alarm. installed fine now. thanks -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:33:40 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:35:18 2008 Subject: [MacPorts] #14259: Upgrade to py-logilab-common Message-ID: <061.21a2953253a3c699d8cf5342cf549cfc@macosforge.org> #14259: Upgrade to py-logilab-common ---------------------------------------------+------------------------------ Reporter: macports_dharland@trashmail.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | ---------------------------------------------+------------------------------ Upgrade of py-logilab-common port to 0.28 (from 0.15) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:37:40 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:38:13 2008 Subject: [MacPorts] #14260: New Port: py-logilab-astng Message-ID: <061.16e1c59143d6cb9782aa93621bbc2f6a@macosforge.org> #14260: New Port: py-logilab-astng ---------------------------------------------+------------------------------ Reporter: macports_dharland@trashmail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Keywords: | ---------------------------------------------+------------------------------ Portfile for logilab's AST generation module. This module is required for the updated py-lint to work (ASTNG has been factored out of logilab-common) -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 14:40:24 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 14:41:31 2008 Subject: [MacPorts] #14261: Update to py-lint Message-ID: <061.7b2cc2e64626338f12418ec7a94b2036@macosforge.org> #14261: Update to py-lint ---------------------------------------------+------------------------------ Reporter: macports_dharland@trashmail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | ---------------------------------------------+------------------------------ Upgrade of py-lint to 0.14 Note that this upgrade depends on the new port py-logilab-astng, and on the upgrade to py-logilab-comon -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 15:23:41 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 15:25:17 2008 Subject: [MacPorts] #13883: www/privoxy-3.0.6: install fails with "no files matched glob pattern" In-Reply-To: <049.a43ae6e9e045aed30035e8e11aad78b2@macosforge.org> References: <049.a43ae6e9e045aed30035e8e11aad78b2@macosforge.org> Message-ID: <058.3a2f3581937e1212b49d92493056d43a@macosforge.org> #13883: www/privoxy-3.0.6: install fails with "no files matched glob pattern" ----------------------------------+----------------------------------------- Reporter: cilly@cilly.mine.nu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by cilly@cilly.mine.nu): System here: Leopard, latest Xcode, macports 1.6.0. PPC May be it is fixed in macports 1.7.0 trunk, I don't know. I do not test unstable versions. /usr/local is my macports prefix and I know what I am doing. I can't use port selfupdate, otherwise the port binary would link against all stuff in /usr/local. A pretend-option would be nice to have, though. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 15:25:39 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 15:26:43 2008 Subject: [MacPorts] #13883: www/privoxy-3.0.6: install fails with "no files matched glob pattern" In-Reply-To: <049.a43ae6e9e045aed30035e8e11aad78b2@macosforge.org> References: <049.a43ae6e9e045aed30035e8e11aad78b2@macosforge.org> Message-ID: <058.07f4daed88a150be54bccbd67b221662@macosforge.org> #13883: www/privoxy-3.0.6: install fails with "no files matched glob pattern" ----------------------------------+----------------------------------------- Reporter: cilly@cilly.mine.nu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by cilly@cilly.mine.nu): additional info: It is not a compile-error. It has something to do with the renaming issue. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 16:18:17 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 16:19:50 2008 Subject: [MacPorts] #14063: PHP 5.2.5_1 crashes on XSLTProcessor::importStylesheet In-Reply-To: <051.545bc518b982d66fcb7fbda659ac5942@macosforge.org> References: <051.545bc518b982d66fcb7fbda659ac5942@macosforge.org> Message-ID: <060.b6616b810f8cee2ff96f9f8e0bc426f6@macosforge.org> #14063: PHP 5.2.5_1 crashes on XSLTProcessor::importStylesheet ------------------------------------+--------------------------------------- Reporter: peter@no-nonsense.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------------+--------------------------------------- Comment (by jonasmunk@mac.com): Hi, I was am the one who psoted http://www.nabble.com/Problem-with-PHP- and-libxslt-td15000461.html Is there any progress or is there any way I can help? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 16:37:55 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 16:39:29 2008 Subject: [MacPorts] #13948: mzscheme not building and needs version update In-Reply-To: <050.8b4b77bcb9cb256ea57d5c2003936625@macosforge.org> References: <050.8b4b77bcb9cb256ea57d5c2003936625@macosforge.org> Message-ID: <059.480bbeeed5b3113538b4856dde0bb3c9@macosforge.org> #13948: mzscheme not building and needs version update -----------------------------------+---------------------------------------- Reporter: sbplrports@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: mzscheme -----------------------------------+---------------------------------------- Comment (by wiml@hhhh.org): I'm also unable to install mzscheme (even without scheme48 installed). I get a different error, this one during compilation. My machine's a ppc running 10.4.11: {{{ ./if_mach POWERPC DARWIN as -o mach_dep.o ./powerpc_darwin_mach_dep.s ^^^^Starting command^^^^ ./powerpc_darwin_mach_dep.s:18:Bad Absolute Expression, absolute 0 assumed. ./powerpc_darwin_mach_dep.s:79:Bad Absolute Expression, absolute 0 assumed. ./powerpc_darwin_mach_dep.s:88:Invalid mnemonic 'lgu' ./powerpc_darwin_mach_dep.s:95:Unknown pseudo-op: .g_long ./powerpc_darwin_mach_dep.s:95:Rest of line ignored. 1st junk character valued 100 (d). make[6]: *** [mach_dep.o] Error 1 }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 16:39:08 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 16:40:42 2008 Subject: [MacPorts] #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build In-Reply-To: <048.e425f30f8dbcad7a32801b803efa6d44@macosforge.org> References: <048.e425f30f8dbcad7a32801b803efa6d44@macosforge.org> Message-ID: <057.54ba8a218eb5dba7f07f6f281005dbf4@macosforge.org> #14241: sbcl 1.0.14_0 and sbcl 1.0.14_1 hang during build ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by stephen@xemacs.org): iBook G4, PPC, Mac OS X 10.4.11 "Tiger". original report based on "port upgrade sbcl" from 1.0.12. port allows +threads but it aborts on PPC: {{{ gencgc.c:3875:6: error: #error "preserve_context_registers needs to be tweaked for non-x86 Darwin" ppc-darwin-os.c:28:2: error: #error "Define threading support functions" }}} Aha. Running under port -d produces: {{{ ; SYS:SRC;PCL;EARLY-LOW.FASL.NEWEST written ; compilation finished in 0:00:00 ; compiling file "/opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/sbcl-1.0.14/src/pcl/macros.lisp" (written 17 JUL 2006 05:28:14 AM): ; compiling (IN-PACKAGE "SB-PCL") ; compiling (/SHOW "starting pcl/macros.lisp") ; compiling (DECLAIM (DECLARATION %METHOD-NAME ...)) ; compiling (/SHOW "done with DECLAIM DECLARATION") ; compiling (DEFUN GET-DECLARATION ...) ; compiling (/SHOW "pcl/macros.lisp 85") ; compiling (DEFMACRO DOPLIST ...) ; compiling (/SHOW "pcl/macros.lisp 101") ; compiling (DEFMACRO DOLIST-CAREFULLY ...)fatal error encountered in SBCL pid 20908: GC invariant lost, file "gc-common.c", line 140 Welcome to LDB, a low-level debugger for the Lisp runtime environment. }}} And it stops there waiting for user input. Probably this is something upstream needs to deal with. As far as I can see, the binary runtime has not been built. Instead, the Lisp is being compiled by a bootstrap compiler which evidently is sbcl 0.9.15: {{{ ---> Building sbcl with target all DEBUG: Executing org.macports.build (sbcl) //starting build: Sun Feb 10 15:34:33 PST 2008 //SBCL_XC_HOST="/opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/sbcl-0.9.15 -powerpc-darwin/src/runtime/sbcl --core /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/sbcl-0.9.15 -powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null" }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 17:07:37 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 17:09:10 2008 Subject: [MacPorts] #14261: Update to py-lint In-Reply-To: <061.7b2cc2e64626338f12418ec7a94b2036@macosforge.org> References: <061.7b2cc2e64626338f12418ec7a94b2036@macosforge.org> Message-ID: <070.e43c5d33acdfab70ca59fd85f3ced321@macosforge.org> #14261: Update to py-lint ----------------------------------------------+----------------------------- Reporter: macports_dharland@trashmail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------------+----------------------------- Comment (by ebgssth@gmail.com): dharland, I'd like to have up-to-date py25-lint, too. May I ask you to make it, please? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 17:32:52 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 17:33:55 2008 Subject: [MacPorts] #14262: port -f clean should ignore locks on the working tree Message-ID: <048.d72b13399a3fcf89ee8f1caa8cc644f3@macosforge.org> #14262: port -f clean should ignore locks on the working tree --------------------------------+------------------------------------------- Reporter: stephen@xemacs.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: | --------------------------------+------------------------------------------- This is annoying, to say the least: {{{ chibi:MacPorts steve$ port clean sbcl Waiting for lock on /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/.macports.sbcl.state ^C chibi:MacPorts steve$ port -f clean sbcl Waiting for lock on /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/.macports.sbcl.state ^C chibi:MacPorts steve$ rm /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/.macports.sbcl.state chibi:MacPorts steve$ port clean sbcl ---> Cleaning sbcl chibi:MacPorts steve$ }}} -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 17:37:35 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 17:38:38 2008 Subject: [MacPorts] #14260: New Port: py-logilab-astng In-Reply-To: <061.16e1c59143d6cb9782aa93621bbc2f6a@macosforge.org> References: <061.16e1c59143d6cb9782aa93621bbc2f6a@macosforge.org> Message-ID: <070.37e2157059a53524036af6507cfcce8d@macosforge.org> #14260: New Port: py-logilab-astng ----------------------------------------------+----------------------------- Reporter: macports_dharland@trashmail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------------+----------------------------- Comment (by ebgssth@gmail.com): Portfile for python2.5 would be also helpful. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 18:06:54 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 18:08:30 2008 Subject: [MacPorts] #14261: Update to py-lint In-Reply-To: <061.7b2cc2e64626338f12418ec7a94b2036@macosforge.org> References: <061.7b2cc2e64626338f12418ec7a94b2036@macosforge.org> Message-ID: <070.56c38ebba8e2eafd6c256bd3ccd590e9@macosforge.org> #14261: Update to py-lint ----------------------------------------------+----------------------------- Reporter: macports_dharland@trashmail.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------------+----------------------------- Comment (by ebgssth@gmail.com): attaching patch for py25-lint -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 18:48:53 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 18:49:56 2008 Subject: [MacPorts] #14259: Upgrade to py-logilab-common In-Reply-To: <061.21a2953253a3c699d8cf5342cf549cfc@macosforge.org> References: <061.21a2953253a3c699d8cf5342cf549cfc@macosforge.org> Message-ID: <070.5c826eda31a62091e35438ecf492b2d6@macosforge.org> #14259: Upgrade to py-logilab-common ----------------------------------------------+----------------------------- Reporter: macports_dharland@trashmail.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------------+----------------------------- Comment (by ebgssth@gmail.com): py25-logilab-common seeme to have a conflict with 2.4's. (pytest) How can I avoid this? -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 20:38:50 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 20:40:22 2008 Subject: [MacPorts] #14262: port -f clean should ignore locks on the working tree In-Reply-To: <048.d72b13399a3fcf89ee8f1caa8cc644f3@macosforge.org> References: <048.d72b13399a3fcf89ee8f1caa8cc644f3@macosforge.org> Message-ID: <057.3ac7900e02b9619e0194802d5c3b185b@macosforge.org> #14262: port -f clean should ignore locks on the working tree ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * component: ports => base * milestone: => MacPorts base bugs -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 20:41:32 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 20:43:05 2008 Subject: [MacPorts] #14025: metasploit3 fails to build In-Reply-To: <052.7b77bdb4ece5361fabcee52532ac2c46@macosforge.org> References: <052.7b77bdb4ece5361fabcee52532ac2c46@macosforge.org> Message-ID: <061.258a442067e408c39bd9748dcacbe8c2@macosforge.org> #14025: metasploit3 fails to build -------------------------------------+-------------------------------------- Reporter: rory.tarabay@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------+-------------------------------------- Changes (by ryandesign@macports.org): * cc: opendarwin.org@darkart.com (added) Comment: Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 20:44:40 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 20:45:12 2008 Subject: [MacPorts] #14036: lang/sbcl variant html In-Reply-To: <049.debce236e951cb68e2456871c208a186@macosforge.org> References: <049.debce236e951cb68e2456871c208a186@macosforge.org> Message-ID: <058.351432fa12cb5ae90f5aa617e1de7697@macosforge.org> #14036: lang/sbcl variant html ----------------------------------+----------------------------------------- Reporter: rlonstein@pobox.com | Owner: gwright@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: lang sbcl ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: waqar@macports.org (added) * owner: macports-tickets@lists.macosforge.org => gwright@macports.org Comment: Assigning to / Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 20:44:10 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 20:45:13 2008 Subject: [MacPorts] #14155: ethereal uses illegal variant name net-snmp In-Reply-To: <053.deeb3346120a1408fcb15d76f45938e5@macosforge.org> References: <053.deeb3346120a1408fcb15d76f45938e5@macosforge.org> Message-ID: <062.eea022b154728e62518722419b02665b@macosforge.org> #14155: ethereal uses illegal variant name net-snmp --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ricci@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ricci@macports.org): * status: assigned => closed * resolution: => fixed -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 20:43:48 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 20:45:42 2008 Subject: [MacPorts] #14155: ethereal uses illegal variant name net-snmp In-Reply-To: <053.deeb3346120a1408fcb15d76f45938e5@macosforge.org> References: <053.deeb3346120a1408fcb15d76f45938e5@macosforge.org> Message-ID: <062.2aa80a19cb54078ab007ec880a080acd@macosforge.org> #14155: ethereal uses illegal variant name net-snmp --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ricci@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ricci@macports.org): * owner: macports-tickets@lists.macosforge.org => ricci@macports.org * status: new => assigned Comment: fixed in r34052 -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 20:45:54 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 20:46:59 2008 Subject: [MacPorts] #14056: antlr: C++ compiler cannot create executables In-Reply-To: <052.e6807794575f8260be8c12b8a0441ef4@macosforge.org> References: <052.e6807794575f8260be8c12b8a0441ef4@macosforge.org> Message-ID: <061.3eaddcba1c2d009cb0d3691224313ca5@macosforge.org> #14056: antlr: C++ compiler cannot create executables -------------------------------------+-------------------------------------- Reporter: babygodzilla@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------+-------------------------------------- Changes (by ryandesign@macports.org): * cc: landonf@macports.org (added) Comment: Cc'ing maintainer. -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 20:47:07 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 20:48:09 2008 Subject: [MacPorts] #14025: rb-activesupport fails to build (was: metasploit3 fails to build) In-Reply-To: <052.7b77bdb4ece5361fabcee52532ac2c46@macosforge.org> References: <052.7b77bdb4ece5361fabcee52532ac2c46@macosforge.org> Message-ID: <061.a27540d5f35226a39c0de67671e1d8df@macosforge.org> #14025: rb-activesupport fails to build (was: metasploit3 fails to build) -------------------------------------+-------------------------------------- Reporter: rory.tarabay@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: -------------------------------------+-------------------------------------- Changes (by ricci@macports.org): * summary: metasploit3 fails to build => rb-activesupport fails to build (was: metasploit3 fails to build) Comment: The above error appears to be from 'rb-activesupport', re-assigning.... -- Ticket URL: MacPorts Ports system for Mac OS From trac at macosforge.org Sun Feb 10 21:28:07 2008 From: trac at macosforge.org (MacPorts) Date: Sun Feb 10 21:29:40 2008 Subject: [MacPorts] #13997: Error when compiling gcj34 In-Reply-To: <045.994b9d7296cd35818a9358ce7a43996c@macosforge.org> References: <045.994b9d7296cd35818a9358ce7a43996c@macosforge.org> Message-ID: <054.e0147c29fc44e36da59df9e08f7fbe6b@macosforge.org> #13997: Error when compiling gcj34 ------------------------------+--------------------------------------------- Reporter: peyroux@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ------------------------------+--------------------------------------------- Comment (by ryandesign@macports.org): Based on "i686-apple-darwin9.1.0" in your output, I guess you have Mac OS X 10.5.1 on an Intel Mac. I see the same problem on an Intel Mac with Mac OS X 10.4.11 and Xcode 2.4.1: {{{ $ sudo port install gcj34 ---> Fetching gcj34 ---> Attempting to fetch gcc-3.4.6.tar.bz2 from http://ftp.gnu.org/gnu/gcc/gcc-3.4.6 ---> Verifying checksum(s) for gcj34 ---> Extracting gcj34 ---> Applying patches to gcj34 ---> Configuring gcj34 ---> Building gcj34 with target bootstrap-lean Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcj34/work/gcc-3.4.6/build" && make bootstrap-lean " returned error 2 Command output: "" \ "" \ "" \ "yes" \ > tmp-mlib.h; \ else \ /bin/sh /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcj34/work/gcc-3.4.6/build/../gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi /bin/sh /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcj34/work/gcc-3.4.6/build/../gcc /move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib lsf="/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcj34/work/gcc-3.4.6/build/../gcc/cp /lang-specs.h /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcj34/work/gcc-3.4.6/build/../gcc/java /lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcj34/work/gcc-3.4.6/build/../gcc/||' > tmp-specs.h /bin/sh /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcj34/work/gcc-3.4.6/build/../gcc /move-if-change tmp-specs.h specs.h echo timestamp > s-specs (SHLIB_LINK='' \ SHLIB_MULTILIB=''; \ /usr/bin/gcc-4.0 -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-error -DHAVE_CONFIG_H -I. -I. -I/opt/local/var/macports/build/_Use