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