Ryan Schmidt | 1 Feb 2009 01:02
Favicon

Re: named with DLZ support


On Jan 29, 2009, at 16:21, Scott Haneda wrote:

> On Jan 29, 2009, at 1:36 PM, Ryan Schmidt wrote:
>
>> The variant described in #17783 has not yet been incorporated into  
>> the port. Either wait for the ticket to be resolved, or patch it  
>> on your system, e.g.:
>>
>> http://guide.macports.org/#development.patches.applying
>
>
> Found a small download link in trac...

Yes, the "Download in other formats: Original Format" link at the  
bottom is easy to overlook. :-/

> root <at> me:/opt/local/var/macports/sources/rsync.macports.org/release/ 
> ports/databases/mysql5/ $patch -p0 ~/Desktop/ 
> Portfile.bind9_dlz_mysql.diff
>
> Just stalls, sits there.

Yes, it's waiting for input. The correct command is:

patch -p0 < ~/Desktop/Portfile.bind9_dlz_mysql.diff

You direct the patchfile to patch's stdin.

(Continue reading)

Ryan Schmidt | 1 Feb 2009 01:33
Favicon

Re: [macports-mgr] What's up with trac?

On Jan 30, 2009, at 15:07, Darren Weber wrote:

> Just tried to access
> http://trac.macports.org/newticket
>
> It returns rubbish - what's up?

The Mac OS Forge admins installed a new caching system for Trac; it  
probably returned the wrong cached information. On the -dev list I  
saw a similar message, with a response from the admin saying it has  
been fixed. Please try again.

Ryan Schmidt | 1 Feb 2009 01:43
Favicon

Re: Trouble installing Asymptote (the dependency texlive_base fails)


On Jan 31, 2009, at 11:08, Jason Brown wrote:

> I'm running OS X 10.4.11 with XCode 2.4.1 on a (Intel) MacBook Pro.
>
> Installing Asymptote fails on texlive_base (non-debug output given  
> below; I can send debug output if needed).  I've seen similar  
> problems from elder days in the archive re: "multiple definitions  
> of symbol" type warnings, but don't know what to do about it in  
> this case.
>
> Confession: when I first tried this earlier, I neglected to  
> selfupdate and upgrade beforehand, something that did need to be  
> done.  However I've done the selfupdate and upgrade, but still get  
> these problems.
>
> Any help would be appreciated.
>

This bug is filed here:

http://trac.macports.org/ticket/18166

Bradley Giesbrecht | 1 Feb 2009 04:05
Gravatar

Re: named with DLZ support


> On Jan 31, 2009, at 4:02 PM, Ryan Schmidt wrote:

>
> On Jan 29, 2009, at 16:21, Scott Haneda wrote:
>
>> On Jan 29, 2009, at 1:36 PM, Ryan Schmidt wrote:
>>
>>> The variant described in #17783 has not yet been incorporated into  
>>> the port. Either wait for the ticket to be resolved, or patch it  
>>> on your system, e.g.:
>>>
>>> http://guide.macports.org/#development.patches.applying
>>
>>
>> Found a small download link in trac...
>
> Yes, the "Download in other formats: Original Format" link at the  
> bottom is easy to overlook. :-/
>
>> root <at> me:/opt/local/var/macports/sources/rsync.macports.org/release/ 
>> ports/databases/mysql5/ $patch -p0 ~/Desktop/ 
>> Portfile.bind9_dlz_mysql.diff
>>
>> Just stalls, sits there.
>
> Yes, it's waiting for input. The correct command is:
>
> patch -p0 < ~/Desktop/Portfile.bind9_dlz_mysql.diff
>
(Continue reading)

Jerry | 1 Feb 2009 20:05
Favicon

LyX won't install

I tried to install LyX universal on PPC 10.4.11. It failed with  
apparently some problem with sqlite
Jerry

Attempting to fetch sqlite-3.6.10.tar.gz from http:// 
distfiles.macports.org/sqlite3/3.6.10
Verifying checksum(s) for sqlite3
Extracting sqlite3
Configuring sqlite3
Building sqlite3
Error: Target org.macports.build returned: shell command " cd "/opt/ 
local/var/macports/build/ 
_opt_local_var_macports_sources_rsync.macports.org_release_ports_databas 
es_sqlite3/work/sqlite-3.6.10" && gnumake all " returned error 2
Command output: ERROR: No debug map or DWARF data was found to  
link.libtool: link: (cd ".libs" && rm -f "libsqlite3.dylib" && ln -s  
"libsqlite3.0.dylib" "libsqlite3.dylib")
libtool: link: ar cru .libs/libsqlite3.a  sqlite3.o
libtool: link: ranlib .libs/libsqlite3.a
libtool: link:
  ( cd ".libs" && rm -f "libsqlite3.la" && ln -s "../libsqlite3.la"  
"libsqlite3.la" )
./libtool --mode=link /usr/bin/gcc-4.0  -I/opt/local/include - 
isysroot /Developer/SDKs/MacOSX10.4u.sdk  -O2 -isysroot /Developer/ 
SDKs/MacOSX10.4u.sdk -arch ppc -arch i386 -DSQLITE_OS_UNIX=1 -I. -I./ 
src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG   -DSQLITE_THREADSAFE=1 - 
DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_COLUMN_METADATA=1   - 
L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch  
ppc -arch i386  -DHAVE_REA
DLINE=1 -I/opt/local/include \
(Continue reading)

Martin Stadler | 1 Feb 2009 22:42
Picon

Re: zope2.10


Am 17.01.2009 um 02:17 schrieb Ryan Schmidt:

> Hi Martin. Thanks for your interest in Zope! It looks like the port  
> hasn't been updated in some time and it could use some attention  
> from someone such as yourself with an interest in the software.
>
>
> On Jan 15, 2009, at 15:51, Martin Stadler wrote:
>
>> I'd like to have a zope2.10 port.
>>
>> There's a "zope" port which is currently at version 2.8.7. I think  
>> it would be reasonable to have multiple Zope ports like 2.9, 2.10,  
>> 2.11 etc. as it is the case with the Python ports for instance.
>
> The reasons why we typically have multiple versioned ports are  
> because of incompatibilities between those versions of the software.  
> For example, Apache modules are different for Apache 1.x, 2.0.x and  
> 2.2.x, so we have ports apache (1.x), apache20 (2.0.x) and apache2  
> (2.2.x). Python modules build differently for different versions, so  
> we have ports python21, python22, python23, python24, python25,  
> python26, and python30, and every individual Python module port must  
> also be duplicated, e.g. py-setuptools (for 2.4), py25-setuptools  
> (for 2.5) and py26-setuptools (for 2.6).
>
> There are also ports for databases like PostgreSQL and MySQL that  
> are available in different versions, because the user must convert  
> their database data from one version to another, and we want the  
> user to be free to do that conversion at a time of their choosing,  
(Continue reading)

Ryan Schmidt | 2 Feb 2009 03:32
Favicon

Re: sqlite3 won't install (was: Re: LyX won't install)

On Feb 1, 2009, at 13:05, Jerry wrote:

> /usr/bin/ld: Undefined symbols:
> _tgetent referenced from libreadline expected to be defined in /opt/ 
> local/lib/libncurses.5.dylib
> _tgetflag referenced from libreadline expected to be defined in / 
> opt/local/lib/libncurses.5.dylib
> _tgetnum referenced from libreadline expected to be defined in /opt/ 
> local/lib/libncurses.5.dylib
> _tgetstr referenced from libreadline expected to be defined in /opt/ 
> local/lib/libncurses.5.dylib
> _tputs referenced from libreadline expected to be defined in /opt/ 
> local/lib/libncurses.5.dylib
> _tgoto referenced from libreadline expected to be defined in /opt/ 
> local/lib/libncurses.5.dylib

This looks like this problem:

http://lists.macosforge.org/pipermail/macports-users/2007-April/ 
002605.html

Try rebuilding your readline:

sudo port -nf upgrade readline

Then clean your sqlite3 and try again.

sudo port clean sqlite3
sudo port install sqlite3

(Continue reading)

Thierry | 2 Feb 2009 18:44
Picon

install specific version of portfile

Hi all,

This week-end I discovered Macport and I was really astonished
about this tool !

Congratulations to all who build this gem.

What I wanted to do is use a perl package on a Mac, call Image::Magick.

It depends on ImageMagick library.

So, I put my sleeves up and start with macport.

Then install ImageMagick, so far so good.

The problem is that the installation of Perl Magick failed...

I don't have the time neither probably the skills to go further on  
this problem,
but I was thinking of installing the same versions of ImageMagick and  
Perl Magick.
I'm on a Macbook with Tiger ( 10.4.11 )

The question:
Can we, and if yes how, install a portfile with a specific version  
( not the last )
I didn't see anything about that.

please, see me as a new user :-)

(Continue reading)

Jerry | 2 Feb 2009 20:15
Favicon

LyX PPC won't install (Re: sqlite3 won't install (was: Re: LyX won't install))


On Feb 1, 2009, at 7:32 PM, Ryan Schmidt wrote:

> On Feb 1, 2009, at 13:05, Jerry wrote:
>
>> /usr/bin/ld: Undefined symbols:
>> _tgetent referenced from libreadline expected to be defined in / 
>> opt/local/lib/libncurses.5.dylib
>> _tgetflag referenced from libreadline expected to be defined in / 
>> opt/local/lib/libncurses.5.dylib
>> _tgetnum referenced from libreadline expected to be defined in / 
>> opt/local/lib/libncurses.5.dylib
>> _tgetstr referenced from libreadline expected to be defined in / 
>> opt/local/lib/libncurses.5.dylib
>> _tputs referenced from libreadline expected to be defined in /opt/ 
>> local/lib/libncurses.5.dylib
>> _tgoto referenced from libreadline expected to be defined in /opt/ 
>> local/lib/libncurses.5.dylib
>
> This looks like this problem:
>
> http://lists.macosforge.org/pipermail/macports-users/2007-April/ 
> 002605.html
>
> Try rebuilding your readline:
>
> sudo port -nf upgrade readline
>
> Then clean your sqlite3 and try again.
>
(Continue reading)

Søren Krogh Neigaard | 2 Feb 2009 21:03

duplicity AttributeError: 'module' object has no attribute 'ssl' problem

Hi

I have just installed duplicity, and have made this scipt for Amazon S3:

--- SCRIPT START ---
#!/bin/sh

cd ~
export PASSPHRASE=XXX
export AWS_ACCESS_KEY_ID=XXX
export AWS_SECRET_ACCESS_KEY=XXX

kind=incremental
if [ "$1" = "full" ]
then
  kind=full
fi

duplicity $kind -v5 --num-retries 10 \
   --include $HOME/work/ \
   --include $HOME/workspace/ \
   --include $HOME/Desktop/ \
   --include $HOME/Documents/ \
   --exclude '*' \
  $HOME   s3+http://work_doc

export PASSPHRASE=
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=

(Continue reading)


Gmane