Luc Heinrich | 1 Feb 08:22
Gravatar

Re: Python 2.4.2_2 failing to activate (updated)

On 31 janv. 06, at 22:27, Sébastien Arnaud wrote:

> Please help, being without python is tough :)

Here's simple fix for all your problems: sudo port install ruby

O:)

--

-- 
Luc Heinrich - luc <at> honk-honk.com - http://www.honk-honk.com
Joe Auty | 1 Feb 08:37

problems upgrading to Gnome 2.12.2

checking for glib-genmarshal... /opt/local/bin/glib-genmarshal
checking for glib-mkenums... /opt/local/bin/glib-mkenums
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GDU_MODULE_VERSION_CHECK... configure: error: Package  
requirements (gnome-doc-utils >= 0.3.2) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the GDU_MODULE_VERSION_CHECK_CFLAGS and  
GDU_MODULE_VERSION_CHECK_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

-----------
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
joe <at> netmusician.org
Jeff Johnson | 1 Feb 16:59
Picon
Gravatar

Re: HEADS UP: dp_light-olegb branch


dp_light-olegb est arrive!

If you're using http://wraptastic.org/dports packages I built, then  
you can get rid of this pesky message
     warning: /opt/local/src/apple/RPMS/ppc/gettext-0.14.5-0.ppc.rpm:  
Header V3 DSA signature: NOKEY, key ID 2039b291
by importing my pubkey.

On a good day with a stiff wind, this rpm command "works":
     sudo rpm --import http://wraptastic.org/pub/jbj/JBJ-GPG-KEY

Otherwise download the pubkey, and just do
     sudo rpm --import JBJ-GPG-KEY

Verify installation of pubkeys by doing
     rpm -qi gpg-pubkey

Hmmm, progress bars a little bit different than I'm used to.
Must be isatty(3) under tcl strangeness. will diddle up a fix somewhen.

73 de Jeff
Mark Duling | 1 Feb 20:00
Favicon

Need help with compiler flags

I just found out my Nagios port does not compile on 10.3, though it
compiles fine on 10.4.  It compiles fine on 10.4 using GCC 3.3 (as well as
4.0) so it doesn't seem to be that.

But I see that the compiler is looking at nonexistant directories, such as
/opt/local/bin/lib and /opt/local/bin/include as shown.  This is during
the build phase.

----------
gcc  -g -O2  -L. -R/opt/local/bin/lib -L/opt/local/bin/lib -o check_smtp 
check_smtp.o netutils.o utils.o ../lib/libnagiosplug.a
../lib/libcoreutils.a  -lresolv -lssl -lcrypto ../intl/libintl.a -liconv 
-I/opt/local/bin/include

and errors:

gcc: unrecognized option `-R/opt/local/bin/lib'
ld: warning -L: directory name (/opt/local/bin/lib) does not exist
----------

I don't know for sure that this is the problem since the same messages
occur on 10.4 and it compiles fine anyway.  But I'd like to get rid of
them just to be sure.  I am pretty clue challenged when it come to
compiler flags.  Can anyone tell me what DP keyword and compiler flags I
should use?

I've already tried this and a few variations but I get the same compiler
errors no matter what I do:

build.args	(also tried build.env and configure.env)
(Continue reading)

Sean Fulton | 2 Feb 17:00
Picon
Favicon

rtorrent

I successfully built and installed rtorrent however when running I get 
this error:

-: rtorrent
dyld: rtorrent Undefined symbols:
__ZNSiD0Ev
__ZNSiD1Ev
__ZNSoD0Ev
__ZNSoD1Ev
__ZNSs20_S_empty_rep_storageE
__ZNSs4_Rep11_S_terminalE
__ZTTSt18basic_stringstreamIcSt11char_traitsIcESaIcEE
__ZTVN10__cxxabiv117__class_type_infoE
__ZTVN10__cxxabiv120__si_class_type_infoE
__ZTVN10__cxxabiv121__vmi_class_type_infoE
__ZTVSt15basic_streambufIcSt11char_traitsIcEE
__ZTVSt15basic_stringbufIcSt11char_traitsIcESaIcEE
__ZTVSt18basic_stringstreamIcSt11char_traitsIcESaIcEE
__ZTVSt9basic_iosIcSt11char_traitsIcEE
__ZTv0_n12_NSiD0Ev
__ZTv0_n12_NSiD1Ev
__ZTv0_n12_NSoD0Ev
__ZTv0_n12_NSoD1Ev
___cxa_pure_virtual
___gxx_personality_v0
Trace/BPT trap

>From Googleing it looks like rtorrent might be linked against the wrong 
libstdc++ 
version(http://www.mail-archive.com/libtorrent-devel <at> rakshasa.no/msg00047.html).
(Continue reading)

Norman Khine | 2 Feb 18:27

ncurses on OS X not able to use TAB key to list built-in-functions

Hello,
I want to install python2.4.2 and compile it with ncurses so that I can 
use my TAB or up and down keys so as to list all the built-in-functions.

How do I achieve this on OSX 10.3.9

Cheers

Norman

--

-- 
Norman Khine
SARL ITAAPY 9 rue Darwin, 75018 Paris - Tel +33(0)1 42 23 67 45
Mail: nkhine <at> itaapy.com - Fax: 01 53 28 27 88
Nicholas Wieland | 2 Feb 17:48
Picon
Favicon

Loading postgresql during startup

What do I have to modify for making Postgres start during the booting  
process ?
Is there a general method for integrating OSX 10.4.x and  
darwinports ? I need postgres and lighttpd and I don't want to start  
every single service by hand ...

TIA,
   ngw
--

-- 
Nicholas Wieland
nicholas_wieland <at> yahoo.it

	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it
Ryan Schmidt | 2 Feb 18:15
Favicon

Re: Loading postgresql during startup

On Feb 2, 2006, at 17:48, Nicholas Wieland wrote:

> What do I have to modify for making Postgres start during the  
> booting process ?
> Is there a general method for integrating OSX 10.4.x and  
> darwinports ? I need postgres and lighttpd and I don't want to  
> start every single service by hand ...

I believe you just have to install the "+server" variant of postgresql.

sudo port install postgresql +server
Marc Abramowitz | 2 Feb 19:23
Picon
Favicon

Cannot install zlib

The distfiles for zlib-1.2.3 seem to be missing (was able to get around 
this by downloading it from sourceforge, but still seems like a good 
idea to fix since so many things depend on zlib):

$ sudo port -d install zlib
DEBUG: Found port in
file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/archivers/zlib
DEBUG: Changing to port directory:
/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/archivers/zlib
DEBUG: Requested variant powerpc is not provided by port zlib.
DEBUG: Requested variant darwin is not provided by port zlib.
DEBUG: Requested variant macosx is not provided by port zlib.
DEBUG: Skipping completed com.apple.main (zlib)
DEBUG: Skipping completed com.apple.unarchive (zlib)
--->  Fetching zlib
DEBUG: Executing com.apple.fetch (zlib)
--->  zlib-1.2.3.tar.bz2 doesn't seem to exist in
/opt/local/var/db/dports/distfiles/zlib
--->  Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/

DEBUG: Fetching failed:: couldn't connect to server
--->  Attempting to fetch zlib-1.2.3.tar.bz2 from
http://distfiles-od.opendarwin.org/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--     0
DEBUG: Fetching failed:: HTTP response code said error
(Continue reading)

Sean Fulton | 2 Feb 21:02
Picon
Favicon

Error deleting....

I don't understand this error. The directory couldn't be deleted 
because it already exists? I'm guessing I must be reading this wrong. 
Any ideas what the problem could be?

Error: Target com.apple.destroot returned: error deleting

"/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_ncurses/work/destroot/opt/local/share/delete-me/man3": 
file already exists
Error: /opt/local/bin/port: Status 1 encountered during processing.

Thanks,

	Sean

Gmane