Heimdal, kerberos, and libcom_err.1.dylib

2007-07-24 Thread Mike Alexander
After I did a sync and upgrade outdated today a number of things, including (unfortunately) svn, stopped working with errors like [EMAIL PROTECTED]:607svn dyld: Library not loaded: /opt/local/lib/libcom_err.1.dylib Referenced from: /opt/local/bin/svn Reason: image not found Looking at the lis

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Xin Liu
On 7/24/07, Randall Wood <[EMAIL PROTECTED]> wrote: Any port that relies on X11 should use bin or lib style dependencies, as Apple's X11 is different than the XFree86 or X.org X11s and all three conflict. Clearly, we do not and should not attempt to install the Apple X11, which, for OS X 10.4 at

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Randall Wood
Any port that relies on X11 should use bin or lib style dependencies, as Apple's X11 is different than the XFree86 or X.org X11s and all three conflict. Clearly, we do not and should not attempt to install the Apple X11, which, for OS X 10.4 at least, is only available on the OS DVD. Mayb

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Xin Liu
> At least, "install" and "upgrade" should be consistent. They aren't because they do different things. A user is simply confused if they are inconsistent. For instance, when the guy invokes "install" for gnuplot (and he has MacTex installed), he is relaxed to find that no extra tex system is i

Re: LaunchDaemons won't work.

2007-07-24 Thread Ryan Schmidt
On Jul 24, 2007, at 17:29, Samuel V. Green III wrote: What exactly is the command to manually start the "start-up items?" To activate a launch daemon service now, and have it activate at every subsequent system startup (if it's working properly), do e.g. this: sudo launchctl load -w /Li

Re: Can't use rsync port

2007-07-24 Thread Ryan Schmidt
On Jul 24, 2007, at 14:37, miles3 wrote: Ryan Schmidt-24 wrote: On Jul 23, 2007, at 18:54, Thomas De Contes wrote: miles3 wrote: ... How can I configure MacPorts to use some other method [than rsync]. 1. Check out a working copy of the ports tree to some place on your hard disk, such as t

Re: Transmission Build Error

2007-07-24 Thread Ryan Schmidt
On Jul 24, 2007, at 13:55, [EMAIL PROTECTED] wrote: Daniel Laughlin writes: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_net_ transmission/work/Transmission-0.6.1/build/Transmission.build/ Debug/libtransmission.build/Objects-normal/ppc/net.

Re: LaunchDaemons won't work.

2007-07-24 Thread Samuel V. Green III
I read your posts and am still confused. Did you ever resolve the startup issue? What exactly is the command to manually start the "start-up items?" Thanks for your help! Samuel. On Jul 24, 2007, at 5:25 AM, Sterling Anderson wrote: Sterling Anderson __

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Xin Liu
exactly ... that's why the use is discouraged ... it only causes problems. To me it's not discouraged, but simply killed. The end result is that it cannot be used to accommodate external dependencies, and therefore it might be a good idea to completely remove it from the system. Again, this is

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Daniel J. Luke
On Jul 24, 2007, at 6:02 PM, Xin Liu wrote: At least, "install" and "upgrade" should be consistent. They aren't because they do different things. If "install" does not install something, "upgrade" should not touch that either; If you have a solution to the problem (especially a patch) that

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Xin Liu
At least, "install" and "upgrade" should be consistent. If "install" does not install something, "upgrade" should not touch that either; if "upgrade" would touch something, "install" should install that in the first place. Otherwise, there's too much confusion, and I don't think I'm the only one t

Re: mpfr patches first fail then are sloowwwww!

2007-07-24 Thread Tabitha McNerney
On 7/24/07, Vincent Lefevre <[EMAIL PROTECTED]> wrote: On 2007-07-22 13:13:47 -1000, Tabitha McNerney wrote: > Has anyone else noticed how slow downloading the patches for the > mpfrMacPort is? I need mpfr as a prerequisite for the gcc41 and > gcc42 ports. At first my attempt to install mpfr

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Daniel J. Luke
On Jul 24, 2007, at 5:52 PM, Xin Liu wrote: Then what's the point of having the bin style dependencies? exactly ... that's why the use is discouraged ... it only causes problems. It's intended to solve the external dependency problem, otherwise the portfile author would use port style inst

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Xin Liu
Then what's the point of having the bin style dependencies? It's intended to solve the external dependency problem, otherwise the portfile author would use port style instead. With the current implementation of the "upgrade" command, the bin style is basically useless (because anyone who performs

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Daniel J. Luke
On Jul 24, 2007, at 5:27 PM, Xin Liu wrote: I checked the code for the "update" command: if I'm not wrong, the code lies in macports::upgrade{}. According to the following piece excerpted from the it: *** # library depends is upgraded if {[info exists portinfo(depen

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Xin Liu
I checked the code for the "update" command: if I'm not wrong, the code lies in macports::upgrade{}. According to the following piece excerpted from the it: *** # library depends is upgraded if {[info exists portinfo(depends_lib)]} { foreach i

Re: problem upgrading tcl

2007-07-24 Thread Derek Harland
I have been trying for a while now to upgrade tcl zu version 8.4.15 but I run into problem when compiling the file tclLoadDyld.c. The relevant error message is gcc -c -Os -O2 -pipe -I/opt/local/include -DTCL_DBGX= -Wall -Wno- [snip] In file included from /opt/local/var/macports/build/ _opt_loca

Is There a Way to Know Full Dependencies?

2007-07-24 Thread Xin Liu
Hi, I'm just wondering, is there an easy way to know the full dependencies for installing a package? For instance, gnuplot depends on tetex, and tetex further depends on texinfo, then is it possible for me to know that gnuplot indirectly depends on texinfo before the actual downloading and compil

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Ryan Schmidt
On Jul 24, 2007, at 10:44, M A wrote: On 7/24/07, Ryan Schmidt wrote: On Jul 23, 2007, at 21:44, Xin Liu wrote: > I've installed MacTex2007 and added /usr/texbin to $binpath in > macports.conf. Then I've got no problem installing gnuplot, i.e. it > does not try to install teTeX for me. Howeve

Re: Can't use rsync port

2007-07-24 Thread miles3
Ryan Schmidt-24 wrote: > > > On Jul 23, 2007, at 18:54, Thomas De Contes wrote: > >> miles3 wrote: >>> ... >>> How can I configure MacPorts to use some other method [than rsync]. > > 1. Check out a working copy of the ports tree to some place on your > hard disk, such as to your home direct

Re: Transmission Build Error

2007-07-24 Thread markd
Daniel Laughlin <[EMAIL PROTECTED]> writes: >/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_transmission/work/Transmission-0.6.1/build/Transmission.build/Debug/libtransmission.build/Objects-normal/ppc/net.o >error: couldn't exec /usr/bin/gcc-3.3:

Re: A question about xpdf and t1lib

2007-07-24 Thread markd
Martin Buchmann <[EMAIL PROTECTED]> writes: >this post corresponds to a ticket opened by me (#12316). I tried to >install xpdf on my new MacBook but it fails because the dependency >t1lib wasn't installed because it couldn't be found. I tried to find >it on the web but it seems that the versi

Portfile Bug: Error installing db44 due to wrong checksums.

2007-07-24 Thread Matt Handley
Hi. I'm having trouble installing apache2, due to a problem with db44. The checksums in the Portfile of the various patches don't match the checksums of the files themselves. Here's the output of a port -d sync and a port -d install db44. If there is any other information I need to provide, or if

Re: error with python24

2007-07-24 Thread Daniel J. Luke
On Jul 24, 2007, at 1:19 PM, Thomas De Contes wrote: thank you :-) port install python24 +puredarwin worked fine :-) port install cvs2svn ERROR: your installation of Python does not contain a suitable DBM module -- cvs2svn cannot continue. Interesting, I believe that that should be supplied

Re: error with python24

2007-07-24 Thread Thomas De Contes
Le mardi, 24 juil 2007, à 18:04 Europe/Paris, Daniel J. Luke a écrit : On Jul 24, 2007, at 10:56 AM, Thomas De Contes wrote: but i would like to understand why python needs QuickTime CoreAudio and OpenGL, too :-) Python has a lot of nice integration with those frameworks, you can turn off t

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Xin Liu
I know the policy, but the gnuplot portfile is designed to support external tex installation because it uses bin:tex:tetex instead of port:tetex. Currently "port install" is doing OK, but "port upgrade" seems unable to parse the ${binpath} in macports.conf and forces me to install teTeX. Either th

Re: error with python24

2007-07-24 Thread Daniel J. Luke
On Jul 24, 2007, at 10:56 AM, Thomas De Contes wrote: but i would like to understand why python needs QuickTime CoreAudio and OpenGL, too :-) Python has a lot of nice integration with those frameworks, you can turn off that support if you're sure you don't want it though. i want to install

problem upgrading tcl

2007-07-24 Thread Jörg Frauendiener
Hi all, I have been trying for a while now to upgrade tcl zu version 8.4.15 but I run into problem when compiling the file tclLoadDyld.c. The relevant error message is gcc -c -Os -O2 -pipe -I/opt/local/include -DTCL_DBGX= -Wall -Wno- implicit-int -fno-strict-aliasing -fno-common -I/opt/l

Re: error with python24

2007-07-24 Thread Thomas De Contes
Le mardi, 24 juil 2007, à 15:30 Europe/Paris, Rainer Müller a écrit : Thomas De Contes wrote: i have the last *stable* version of macports A quick note: please don't say you got the "latest", say the version number directly to make it clear for later reference. ok % port version Version:

Re: mpfr patches first fail then are sloowwwww!

2007-07-24 Thread Vincent Lefevre
On 2007-07-22 13:13:47 -1000, Tabitha McNerney wrote: > Has anyone else noticed how slow downloading the patches for the > mpfrMacPort is? I need mpfr as a prerequisite for the gcc41 and > gcc42 ports. At first my attempt to install mpfr failed like this: > > # port install mpfr > ---> Fetchin

Re: error with python24

2007-07-24 Thread Rainer Müller
Thomas De Contes wrote: > i have the last *stable* version of macports A quick note: please don't say you got the "latest", say the version number directly to make it clear for later reference. > [...] > what's the problem ? We already have that in the issue tracker: http://trac.macports.org/pro

Re: failed to build ports ocaml, xfig

2007-07-24 Thread Dimitri Hendriks
Stefan and Ryan, Thanks a lot for your help! I finally have what I wanted: ocaml 3.08 to build coq and a working xfig. A request for the maintainer of the coq port: can you add coqide? Best, Dimitri On 24 Jul 2007, at 14:07, Stefan Bruda wrote: Hi, Dimitri Hendriks wrote: Thanks a lot for

Re: LaunchDaemons won't work.

2007-07-24 Thread Sterling Anderson
If you start the LaunchDaemons manually do they work? If so you may be running into the same issue I have been struggling with off and on. If you go back to the June mailing list archives you will sees thread I started regarding LightTPD. That should offer some help. -- Sterling Anderson ht

Re: SDL_Perl on MacOSX

2007-07-24 Thread Tommaso Urli
Great job! ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: liboil build failure

2007-07-24 Thread Stefan Bruda
Ryan Schmidt wrote: > > On Jul 23, 2007, at 22:14, Stefan Bruda wrote: > >> I am attempting to upgrade liboil from 0.3.12_0 to 0.3.10_2 and I get >> slapped with: > > [snip] > >> What am I doing wrong? > > Sounds like a downgrade to me, not an upgrade. Where did you get the > 0.3.10_2 portfile fro

Re: failed to build ports ocaml, xfig

2007-07-24 Thread Stefan Bruda
Hi, Dimitri Hendriks wrote: > > Thanks a lot for you help so far. Unfortunately, > the commands you give seem not work for me. > Possibly, I have overlooked something. It's me who I overlooked two things actually. The first one is that all the commands I mentioned shoudl be given as root. So yo

error with python24

2007-07-24 Thread Thomas De Contes
hi :-) i have the last *stable* version of macports % port install cvs2svn ---> Building python24 with target all Error: Target org.macports.build returned: shell command " cd "/Users/thomas/Documents/prgm/bin/autoinstall/macports/var/macports/ build/ _Users_thomas_Documents_prgm_bin_autoi

A question about xpdf and t1lib

2007-07-24 Thread Martin Buchmann
Hi, this post corresponds to a ticket opened by me (#12316). I tried to install xpdf on my new MacBook but it fails because the dependency t1lib wasn't installed because it couldn't be found. I tried to find it on the web but it seems that the version specified in the portfile is outdated

Re: Undefined symbols in liboil ?

2007-07-24 Thread David Corking
On 7/24/07, David wrote: ld reports undefined symbols in liboil (starting with composite_in_argb_const_src_sse_2pix) and fails to build (log of 'sudo port install liboil' below.) I forgot to say, it is an Intel Core 2 Duo Macbook, on OS X 10.4.10 $ uname -a Darwin bamburgh.local 8.10.1 Darwin

Undefined symbols in liboil ?

2007-07-24 Thread David Corking
ld reports undefined symbols in liboil (starting with composite_in_argb_const_src_sse_2pix) and fails to build (log of 'sudo port install liboil' below.) liboil has no dependencies, so I wonder if there is something wrong with the linker or the makefile. I tried sudo port selfupdate and sudo po

Re: gcc42 build problem

2007-07-24 Thread Weissmann Markus
I need a full trace to have a guess; btw. is this 4.2.1 or 4.2.0? Are you on 10.3.x or 10.4.x? Do you have an Intel or PPC box? -Markus On 21 Jul 2007, at 01:17, Dave Minor wrote: pdftk depends on gcc42 in macports 1.5. I cannot for the life of me get gcc42 or gcc43 to build. gcc42 fail

Re: Permissions problem

2007-07-24 Thread Ryan Schmidt
On Jul 23, 2007, at 04:47, Eelke Klein wrote: I have not used macports for sometime so I tried a selfupdate today but had permission problems. I tried to fix it by downloading and installing the latest version from the website but it didn't help. Here is the output for the selfupdate comman

Re: SDL_Perl on MacOSX

2007-07-24 Thread Ryan Schmidt
On Jul 23, 2007, at 17:03, Tommaso Urli wrote: There is a new version of the port in our issue tracker which no longer uses this mechanism, which I am currently evaluating and will then commit. Thank you for your patience. http://trac.macosforge.org/projects/macports/ticket/11858 I'm also eva

Re: how to start with macports ?

2007-07-24 Thread Ryan Schmidt
On Jul 23, 2007, at 15:22, Thomas De Contes wrote: The latest development version of the MacPorts code, which may not work or may not work with the current portfiles, is: http://svn.macports.org/repository/macports/trunk/base/ thank you :-) 2 questions : i remember that the cvs command cau

LaunchDaemons won't work.

2007-07-24 Thread Samuel V. Green III
I'm doing another fresh install of Apache2.2 and Mysql5 on 10.4.10. My previous attempt was on my powerbook with no flaws. However, now the LaunchDaemons for org.macports.apache2 and org.macports.mysql5 fail to fire up at reboot. I checked all permissions and they look fine. Any Help woul

Re: Can't use rsync port

2007-07-24 Thread Ryan Schmidt
On Jul 23, 2007, at 18:54, Thomas De Contes wrote: Le mardi, 24 juil 2007, à 00:59 Europe/Paris, miles3 a écrit : I am trying to use MacPorts inside our corporate infrastructure. And IT security is somewhat strict - very few network ports are open, so I can forget about using rsync's port

Re: newbie selfupdate fails

2007-07-24 Thread Ryan Schmidt
On Jul 23, 2007, at 21:11, Eric Platon wrote: It looks like rsync is failing to connect. Perhaps the server is too busy? Or perhaps my company firewalls are blocking it? Suggestions? My company firewalls does block rsync and it was my problem to get the updates. I could connect to rsync, so i

Re: Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-24 Thread Ryan Schmidt
On Jul 23, 2007, at 21:44, Xin Liu wrote: I've installed MacTex2007 and added /usr/texbin to $binpath in macports.conf. Then I've got no problem installing gnuplot, i.e. it does not try to install teTeX for me. However, if I invoke "sudo port upgrade gnuplot" (when the gnuplot is already the ne

Re: py-psycopg2 port a little bit out of date

2007-07-24 Thread Ryan Schmidt
On Jul 24, 2007, at 00:33, Tabitha McNerney wrote: Hello, I tried to install py-psycopg2 today from a fresh MacPorts 1.5.0 system and received the following: # port -v install py-psycopg2 ---> Fetching py-psycopg2 ---> psycopg2-2.0.5.1.tar.gz doesn't seem to exist in /opt/local/ var/mac

Re: liboil build failure

2007-07-24 Thread Ryan Schmidt
On Jul 23, 2007, at 22:14, Stefan Bruda wrote: I am attempting to upgrade liboil from 0.3.12_0 to 0.3.10_2 and I get slapped with: [snip] What am I doing wrong? Sounds like a downgrade to me, not an upgrade. Where did you get the 0.3.10_2 portfile from and why? The current version of th

Re: failed to build ports ocaml, xfig

2007-07-24 Thread Ryan Schmidt
On Jul 24, 2007, at 02:48, Dimitri Hendriks wrote: On 24 Jul 2007, at 00:01, Ryan Schmidt wrote: On Jul 23, 2007, at 08:59, Dimitri Hendriks wrote: How do I install an older version of a port? I want to have ocaml version 3.08, see below why. On 28 Jun 2007, at 10:26, Emmanuel Hainry wrote

Re: failed to build ports ocaml, xfig

2007-07-24 Thread Dimitri Hendriks
Hi Ryan, See this previous post: http://lists.macosforge.org/pipermail/macports-users/2007-July/ 004452.html Sorry, I'm a newbie and I don't know how to look up "macports changeset ocaml 3.09 corresponds to" at the url given in this post. I also found another related post: http://lists.mac

Macports upgrade problem

2007-07-24 Thread Keith J . Schultz
Hi All, Well I guess my basic question is what is the best way to upgrade. I just tried: sudo port -d - R upgrade gnome users-docs After a endless wait I get: ... ... DEBUG: gnome-user-docs 2.18.2_0 is installed DEBUG: Not following dependencies D

Re: failed to build ports ocaml, xfig

2007-07-24 Thread Dimitri Hendriks
Hi Stefan, Thanks a lot for you help so far. Unfortunately, the commands you give seem not work for me. Possibly, I have overlooked something. First, a question: if I do sudo port -v extract xfig I get no message or whatsoever, just a new prompt; is that OK? Then, I try: cd `port dir xfi