Re: Full db44 error

2007-07-31 Thread Povl H. Pedersen
I have the same error (under 10.5, is there a special mailing list for
us with bleeding edge / seed licenses to discuss specific seed issues
?).

The problem I get when compiling is in db_dump185.c, and I fix this
easily by changing
#include db.h
to
#include /usr/include/db.h

The docs in the sources says to point to the headers of the OS
version, so that is what I do, and all is fine.

I do not know much about the port package format, so I can not really
contribute an updated version. But the simple trick above works
perfectly for me.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: libiconv problem

2007-07-31 Thread Xin Liu
I'm a little confused by the relationship between libiconv and
gettext. From the portfile and the configure script of gettext, it
does depend on libiconv; but libiconv seems to depend on gettext too.
So what is the correct building sequence? libiconv first, or gettext
first? What's the difference between these two sequences?

Best
Regards,

Xin Liu

On 7/29/07, Ryan Schmidt [EMAIL PROTECTED] wrote:
 On Jul 28, 2007, at 21:08, Daniel J. Luke wrote:

  On Jul 28, 2007, at 6:34 PM, Xin Liu wrote:
 
  My libiconv version is 1.11_4+darwin_8.
 
  When I run iconv, I got the following error:
 
  ***
  cookie:~ lx$ iconv
  dyld: Library not loaded: /usr/local/lib/libintl.3.dylib
Referenced from: /opt/local/bin/iconv
Reason: image not found
  Trace/BPT trap
  ***
 
  external dependency problem.
 
  Your libiconv built against a gettext that you had installed into /
  usr/local (which is a default compiler search path) and when you
  removed or changed the gettext in /usr/local, it broke your
  macports installed libiconv.
 
  The libiconv port should probably be modified (if possible) to make
  sure it only builds against the macports-provided gettext.

 I'm not sure how to modify the libiconv port to do that, but if
 anybody else does, I'd be happy to accept a patch.

 I would expect that other ports have problems with items installed
 in /usr/locall, so I recommend you do not install anything in /usr/
 local. Instead, use MacPorts to install all software.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Gimp-2.2.17 Missing

2007-07-31 Thread Xin Liu
Hi,

I just found that the gimp in macports has been upgraded to 2.3.18,
and 2.2.17 is completely removed. I'm just wondering, since 2.2.17 is
the latest stable version, maybe it should be included in macports
until 2.4 is out? We can name the port gimp2.2.

Best
Regards,

Xin Liu
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Gimp-2.2.17 Missing

2007-07-31 Thread Ryan Schmidt

On Jul 31, 2007, at 03:59, Xin Liu wrote:


I just found that the gimp in macports has been upgraded to 2.3.18,
and 2.2.17 is completely removed. I'm just wondering, since 2.2.17 is
the latest stable version, maybe it should be included in macports
until 2.4 is out? We can name the port gimp2.2.


The revision log [1] reads, in part:

gimp2 now syncs with (stable enough) unstable version

Do you disagree that gimp 2.3.18 is stable enough? Are you  
experiencing problems with it that you did not experience with  
2.2.17? I'm Cc'ing the port maintainer since he will be best equipped  
to respond to this discussion.



[1] http://trac.macosforge.org/projects/macports/changeset/27319


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Gimp-2.2.17 Missing

2007-07-31 Thread Xin Liu
No, I haven't installed 2.3.18 and haven't experienced any problem.
I'm a light user of gimp, and as a user, I just feel safer using the
stable version. Thinking there might be other casual users out there
feeling the same as me, it seems to me that having 2.2.17 in macports
would be helpful.

Best
Regards,

Xin Liu

On 7/31/07, Ryan Schmidt [EMAIL PROTECTED] wrote:
 On Jul 31, 2007, at 03:59, Xin Liu wrote:

  I just found that the gimp in macports has been upgraded to 2.3.18,
  and 2.2.17 is completely removed. I'm just wondering, since 2.2.17 is
  the latest stable version, maybe it should be included in macports
  until 2.4 is out? We can name the port gimp2.2.

 The revision log [1] reads, in part:

 gimp2 now syncs with (stable enough) unstable version

 Do you disagree that gimp 2.3.18 is stable enough? Are you
 experiencing problems with it that you did not experience with
 2.2.17? I'm Cc'ing the port maintainer since he will be best equipped
 to respond to this discussion.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: xfig crashes

2007-07-31 Thread Stefan Bruda
Hi,

Jonathan Stickel wrote:

 Searching the list is always useful, as this has just been discussed,
 see
 http://lists.macosforge.org/pipermail/macports-users/2007-July/004596.html
 http://lists.macosforge.org/pipermail/macports-users/2007-July/004620.html

 Fair enough.  Google searching didn't show anything, but next time I'll
 search the macports bugs and the mailing list.  Is the mailing list
 searchable somewhere, or do I need to look through the archives?

Umm, it actually sounded harsher than I meant, sorry.  As for searching, I
do so googling for something like 'xfig site:lists.macosforge.org' (as I
am not aware of any other way of doing it).

 I have been using gentoo for a long time, and I am stilling getting used
 to macports.  In gentoo, if something like this popped up, the port
 would be removed in favor of an earlier version that worked; that is
 until the port was fixed.

I feel for you, I come from Gentoo as well and I miss portage a lot on
this machine of mine.

 Is there an earlier version readily
 available?  I'm guessing not by the thread referred to above.  In that
 case, what is a typical time frame for a bug like this to be fixed?

There are no multiple versions for a port, unless a previous version has
been installed (case in which it remains installed until you explicitly
uninstall it).  The xfig issue is a long standing one to boot.  I can only
guess that people do not use xfig (wich is a pitty if you ask me).

Stefan


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Gimp-2.2.17 Missing

2007-07-31 Thread Yves de Champlain
Well, I have been using the unstable branch for many months now and  
not only does it work very well, but it also fixes some problems  
present in the stable branch.


Now, unstable does not necessarily  mean crashy or buggy.  It means  
that such things can (and probably will) happen, which is why I won't  
be upgrading gimp2 as fast as gimp-dev (gimp-dev is already at at  
2.3.19).


However, if anyone experiences problems with that, I'll probably  
revert to stable, but I did the move after users reported problems in  
the stable branch that I was not experiencing with 2.3.x.


yves

Le 07-07-31 à 05:58, Xin Liu a écrit :


No, I haven't installed 2.3.18 and haven't experienced any problem.
I'm a light user of gimp, and as a user, I just feel safer using the
stable version. Thinking there might be other casual users out there
feeling the same as me, it seems to me that having 2.2.17 in macports
would be helpful.

Best
Regards,

Xin Liu

On 7/31/07, Ryan Schmidt [EMAIL PROTECTED] wrote:

On Jul 31, 2007, at 03:59, Xin Liu wrote:


I just found that the gimp in macports has been upgraded to 2.3.18,
and 2.2.17 is completely removed. I'm just wondering, since  
2.2.17 is

the latest stable version, maybe it should be included in macports
until 2.4 is out? We can name the port gimp2.2.


The revision log [1] reads, in part:

gimp2 now syncs with (stable enough) unstable version

Do you disagree that gimp 2.3.18 is stable enough? Are you
experiencing problems with it that you did not experience with
2.2.17? I'm Cc'ing the port maintainer since he will be best equipped
to respond to this discussion.


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Which version of Apache am I running?

2007-07-31 Thread Elise van Looij

Dear MacPorters,

this may be a stupid question, but if  'port installed' returns  
something like:


The following ports are currently installed:
  apache2 @2.2.4_0
  apache2 @2.2.4_1 (active)

  then shouldn't typing 'httpd -V' into the Terminal return  
something else than:


Server version: Apache/1.3.33 (Darwin)
Server built:   Aug 19 2006 07:55:18
Server's Module Magic Number: 19990320:16
Server compiled with
-D EAPI
-D HAVE_MMAP
-D USE_MMAP_SCOREBOARD
-D USE_MMAP_FILES
-D HAVE_FCNTL_SERIALIZED_ACCEPT
-D HAVE_FLOCK_SERIALIZED_ACCEPT
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D DYNAMIC_MODULE_LIMIT=64
-D HARD_SERVER_LIMIT=2048
-D HTTPD_ROOT=/usr
-D SUEXEC_BIN=/usr/sbin/suexec
-D DEFAULT_PIDLOG=/var/run/httpd.pid
-D DEFAULT_SCOREBOARD=/var/run/httpd.scoreboard
-D DEFAULT_LOCKFILE=/var/run/httpd.lock
-D DEFAULT_ERRORLOG=/var/log/httpd/error_log
-D TYPES_CONFIG_FILE=/etc/httpd/mime.types
-D SERVER_CONFIG_FILE=/etc/httpd/httpd.conf
-D ACCESS_CONFIG_FILE=/etc/httpd/access.conf
-D RESOURCE_CONFIG_FILE=/etc/httpd/srm.conf

?

I'm trying to figure out why Subversion keeps throwing up PROPFIND  
and ra_local errors at me, but if that sneaky server is running as  
1.3 rather than 2, that would explain a lot. BTW, personal webserver  
is turned off, running OS 10.4.10 on Intel.


Elise van Looij



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Help installing pgplot....

2007-07-31 Thread Kari
I know I'm missing something very obvious...I'm trying to get pgplot  
installed on my mac.  I've just installed macports v. 1.5, and  
completed the self-update.


Now the directions for installing pgplot list the following:

cd /opt/local/bin/portslocation/dports/pgplot
sudo port install

However, I'm missing the directory!!

Obviously, I missed a step, but could someone please let me know what  
it was?

Thanks!


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Help installing pgplot....

2007-07-31 Thread Daniel J. Luke

On Jul 31, 2007, at 12:46 PM, Kari wrote:
I know I'm missing something very obvious...I'm trying to get  
pgplot installed on my mac.  I've just installed macports v. 1.5,  
and completed the self-update.


Now the directions for installing pgplot list the following:

cd /opt/local/bin/portslocation/dports/pgplot
sudo port install


no, they don't

There is a website that you visited for those directions that is not  
related to the macports project (and is run by someone who is just  
attempting to get add revenue).



However, I'm missing the directory!!

Obviously, I missed a step, but could someone please let me know  
what it was?


You want to do:

sudo port install pgplot

--
Daniel J. Luke
++
| * [EMAIL PROTECTED] * |
| *-- http://www.geeklair.net -* |
++
|   Opinions expressed are mine and do not necessarily   |
|  reflect the opinions of my employer.  |
++




PGP.sig
Description: This is a digitally signed message part
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Which version of Apache am I running?

2007-07-31 Thread Jyrki Wahlstedt


On 31.7.2007, at 19.44, Elise van Looij wrote:


Dear MacPorters,

this may be a stupid question, but if  'port installed' returns  
something like:


The following ports are currently installed:
  apache2 @2.2.4_0
  apache2 @2.2.4_1 (active)

  then shouldn't typing 'httpd -V' into the Terminal return  
something else than:


Server version: Apache/1.3.33 (Darwin)
Server built:   Aug 19 2006 07:55:18
Server's Module Magic Number: 19990320:16
Server compiled with
-D EAPI
-D HAVE_MMAP
-D USE_MMAP_SCOREBOARD
-D USE_MMAP_FILES
-D HAVE_FCNTL_SERIALIZED_ACCEPT
-D HAVE_FLOCK_SERIALIZED_ACCEPT
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D DYNAMIC_MODULE_LIMIT=64
-D HARD_SERVER_LIMIT=2048
-D HTTPD_ROOT=/usr
-D SUEXEC_BIN=/usr/sbin/suexec
-D DEFAULT_PIDLOG=/var/run/httpd.pid
-D DEFAULT_SCOREBOARD=/var/run/httpd.scoreboard
-D DEFAULT_LOCKFILE=/var/run/httpd.lock
-D DEFAULT_ERRORLOG=/var/log/httpd/error_log
-D TYPES_CONFIG_FILE=/etc/httpd/mime.types
-D SERVER_CONFIG_FILE=/etc/httpd/httpd.conf
-D ACCESS_CONFIG_FILE=/etc/httpd/access.conf
-D RESOURCE_CONFIG_FILE=/etc/httpd/srm.conf

?

I'm trying to figure out why Subversion keeps throwing up PROPFIND  
and ra_local errors at me, but if that sneaky server is running as  
1.3 rather than 2, that would explain a lot. BTW, personal  
webserver is turned off, running OS 10.4.10 on Intel.



Hi,
MacPorts apache2 lives in /opt/local/apache2/bin. This directory is  
not in the default PATH, so if you just write the command you showed,  
it probably gives you the builtin, so this behaviour is expected. So  
check your PATH with 'echo $PATH' or similar.



!
! Jyrki Wahlstedt
!   skype:jyrkiwahlstedt
!   http://www.wahlstedt.fi/jyrki/
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0  A780  
6366 EFD9 139C C386




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: wireshark/libtool/heimdal build bug (w/ workaround)

2007-07-31 Thread Takashi Yoshida
This is slightly off-topic, but did anyone manage to get the  
wireshark to work under MacIntel?
When I ran wireshark, my wireless network gets dropped and I can't  
capture any packets.


I was under the impression that Apple needed to fix this issue and I  
haven't heard anything about any fixes. Is there anyone running  
wireshark on MacIntel?



On Jul 31, 2007, at 10:36 AM, Ludwig wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2007-07-30 19:23 -0700, Ludwig wrote:


I see that there is a
/opt/local/var/macports/software/heimdal/0.7.2_0/opt/local/lib/ 
libcom_err.la

but the active heimdal port is 0.7.2_1, which doesn't exist in
/opt/local/var/macports/software/heimdal/



Correction: 0.7.2_1/ is there, but none of the libcom_err files are in
0.7.2_1/opt/local/lib




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iEYEARECAAYFAkauoBEACgkQqMQkOg5fmctKJQCdHLN4AXON7d30qigS+Zpu5iAm
zSUAoNSOPIyCHzUmPMrwVQYXgtSo/GQ8
=FKFN
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


--
Takashi Yoshida
tyoshida [at] mac [dot] com



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Which version of Apache am I running?

2007-07-31 Thread Elise van Looij


Op 31-jul-2007, om 19:17 heeft Jyrki Wahlstedt het volgende geschreven:

Hi,
MacPorts apache2 lives in /opt/local/apache2/bin. This directory is  
not in the default PATH, so if you just write the command you  
showed, it probably gives you the builtin, so this behaviour is  
expected. So check your PATH with 'echo $PATH' or similar.


echo $PATH returned:

/opt/local/lib/mysql5/bin/mysql
/opt/local/bin/mysql5
/usr/local/mysql/bin
/opt/local/bin
/opt/local/sbin
/opt/local/lib/mysql5/bin
/usr/local/bin
/bin
/sbin
/usr/bin
/usr/sbin
/opt/local/bin
/opt/local/lib/mysql5/bin/mysqladmin
/opt/local/lib/mysql5/bin/mysql

(I replaced the : with \r for easy reading).



Elise van Looij



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


possible dbus dependency update

2007-07-31 Thread Xin Liu
Hi,

I just found that dbus depends on docbook-xml-4.1.2. Since
docbook-xml-4.2 is also in the port system, is it OK to update the
dependency to be on docbook-xml-4.2? I prefer to installing only one
copy of docbook-xml...

Best
Regards,

Xin Liu
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: possible dbus dependency update

2007-07-31 Thread Xin Liu
A further look shows that there are many versions of docbook-xml in
macports... So I guess there must be a reason for a particular port to
depend on a particular version of docbook-xml?

Best
Regards,

Xin Liu

On 7/31/07, Xin Liu [EMAIL PROTECTED] wrote:
 Hi,

 I just found that dbus depends on docbook-xml-4.1.2. Since
 docbook-xml-4.2 is also in the port system, is it OK to update the
 dependency to be on docbook-xml-4.2? I prefer to installing only one
 copy of docbook-xml...

 Best
 Regards,

 Xin Liu
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Gimp-2.2.17 Missing

2007-07-31 Thread Xin Liu
I just installed gimp2 and am trying it out. I've got one question:
can we have a without_python variant like in gimp-2.2.17? I added such
a variant and built without any problem. I also tried a few photos
with my usual operations, and everything worked fine without python. I
think this variant might save some disk space and compiling time for
casual gimp users like me.

FYI, the variant I added is:

***
variant without_python conflicts python24 {
depends_lib-delete  port:py25-gtk
configure.env-deletePYTHON=${prefix}/bin/python2.5
configure.args-append   --disable-python
}
***

Best
Regards,

Xin Liu

On 7/31/07, Yves de Champlain [EMAIL PROTECTED] wrote:
 Well, I have been using the unstable branch for many months now and
 not only does it work very well, but it also fixes some problems
 present in the stable branch.

 Now, unstable does not necessarily  mean crashy or buggy.  It means
 that such things can (and probably will) happen, which is why I won't
 be upgrading gimp2 as fast as gimp-dev (gimp-dev is already at at
 2.3.19).

 However, if anyone experiences problems with that, I'll probably
 revert to stable, but I did the move after users reported problems in
 the stable branch that I was not experiencing with 2.3.x.

 yves
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Installing pgplot

2007-07-31 Thread Kari

Hello,
I am trying to get pgplot installed on my mac--OS X 10.4.10 Intel  
Core Duo machine.

Here is what I get:

[pele:/opt/local/bin] kari% sudo /opt/local/bin/port install pgplot
Password:
---  Building pgplot 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

graphics_pgplot/work/pgplot/build:pgplot  make all  returned error 2
Command output: gfortran-dp-4.2 -c -Wall -O -I/opt/local/include -I/ 
opt/local

clude/aquaterm ../src/pgarro.f
make: gfortran-dp-4.2: Command not found
make: *** [pgarro.o] Error 127

Error: Status 1 encountered during processing.

I happened to notice that I have a gcc-mp-4.2 in  my opt/local/bin  
directory, so I found the makefile in /opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphic 
s_pgplot/work/pgplot/build:pgplot
and changed the gfortran-dp-4.2 to gfortran-mp-4.2, and it looks like  
it started, but I get:


[pele:/opt] kari% sudo /opt/local/bin/port install pgplot
---  Building pgplot with target all
Error: Target org.macports.build returned: shell command  cd /opt/ 
local/var
cports/build/ 
_opt_local_var_macports_sources_rsync.macports.org_release_ports

aphics_pgplot/work/pgplot/build:pgplot  make all  returned error 2
Command output: gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/ 
opt/local

clude/aquaterm ../src/grsfnt.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grsize.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grskpb.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grslct.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grsls.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grslw.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grsyds.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grsymk.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grsyxd.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grterm.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grtext.f
../src/grtext.f:3.31:

  SUBROUTINE GRTEXT (CENTER,ORIENT,ABSXY,X0,Y0,STRING)
  1
Warning: Unused variable center declared at (1)
../src/grtext.f: In function 'grtext':
../src/grtext.f:37: warning: 'slen' may be used uninitialized in this  
functio
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grtoup.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grtrim.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grtrn0.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grtxy0.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grvct0.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grwarn.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grxhls.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

./src/grxrgb.f
gfortran-mp-4.2 -c -Wall -O -I/opt/local/include -I/opt/local/include/ 
aquater

rexec.f
gcc-dp-4.2 -c -no-cpp-precomp -DPG_PPU -O2 -I. -I/opt/local/include/ 
aquaterm

usr/X11R6/include ../drivers/aqdriv.m
make: gcc-dp-4.2: Command not found
make: *** [aqdriv.o] Error 127

Error: Status 1 encountered during processing.


Just for grins, I have the following gfortran versions:

gfortran
gfortran-4.0
gfortran-4.2

in my /usr/local/bin  directory.

Any ideas?

Thanks!

Kari

Kari
[EMAIL PROTECTED]




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Which version of Apache am I running?

2007-07-31 Thread paul beard
On 7/31/07, Elise van Looij [EMAIL PROTECTED] wrote:

 Dear MacPorters,

 this may be a stupid question, but if  'port installed' returns something
 like:


 The following ports are currently installed:
   apache2 @2.2.4_0
   apache2 @2.2.4_1 (active)


   then shouldn't typing 'httpd -V' into the Terminal return something else
 than:


 Server version: Apache/1.3.33 (Darwin)
 Server built:   Aug 19 2006 07:55:18
 Server's Module Magic Number: 19990320:16
 Server compiled with
 -D EAPI
 -D HAVE_MMAP
 -D USE_MMAP_SCOREBOARD
 -D USE_MMAP_FILES
 -D HAVE_FCNTL_SERIALIZED_ACCEPT
 -D HAVE_FLOCK_SERIALIZED_ACCEPT
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D DYNAMIC_MODULE_LIMIT=64
 -D HARD_SERVER_LIMIT=2048
 -D HTTPD_ROOT=/usr
 -D SUEXEC_BIN=/usr/sbin/suexec
 -D DEFAULT_PIDLOG=/var/run/httpd.pid
 -D DEFAULT_SCOREBOARD=/var/run/httpd.scoreboard
 -D DEFAULT_LOCKFILE=/var/run/httpd.lock
 -D DEFAULT_ERRORLOG=/var/log/httpd/error_log
 -D TYPES_CONFIG_FILE=/etc/httpd/mime.types
 -D SERVER_CONFIG_FILE=/etc/httpd/httpd.conf
 -D ACCESS_CONFIG_FILE=/etc/httpd/access.conf
 -D RESOURCE_CONFIG_FILE=/etc/httpd/srm.conf


 ?


 I'm trying to figure out why Subversion keeps throwing up PROPFIND and
 ra_local errors at me, but if that sneaky server is running as 1.3 rather
 than 2, that would explain a lot. BTW, personal webserver is turned off,
 running OS 10.4.10 on Intel.


 Elise van Looij


Others have weighed in on this but your next step should have been which
httpd. That would have turned that fact that you weren't running the
MacPorts version, but actually the Apple version.

That and the fact that all the -D definitions point to stuff outside the
/opt tree would be good indicators as well.





-- 
Paul Beard / www.paulbeard.org/
[EMAIL PROTECTED]/[EMAIL PROTECTED]
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Which version of Apache am I running?

2007-07-31 Thread Jyrki Wahlstedt


On 31.7.2007, at 23.03, Simon Ruderich wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Elise van Looij wrote:


echo $PATH returned:

/opt/local/lib/mysql5/bin/mysql
/opt/local/bin/mysql5
/usr/local/mysql/bin
/opt/local/bin
/opt/local/sbin
/opt/local/lib/mysql5/bin
/usr/local/bin
/bin
/sbin
/usr/bin
/usr/sbin
/opt/local/bin
/opt/local/lib/mysql5/bin/mysqladmin
/opt/local/lib/mysql5/bin/mysql


I don't know why but apache 2 has its own directory. So you have to  
add

the following to your $PATH:

/opt/local/apache2/bin

And this must be put before /usr/sbin in the PATH, as otherwise the  
result remains the same …



To find out which version of an application is used you can use the
following command. This prints the path to the application.

which apachectl


This command uses PATH, because of which the order is important!


Hope this helps,
Simon




!
! Jyrki Wahlstedt
!   http://www.wahlstedt.fi/jyrki/
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0  A780  
6366 EFD9 139C C386




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: xfig crashes

2007-07-31 Thread Henri Servomaa

On 31.7.2007, at 19:52, Stefan Bruda wrote:

There are no multiple versions for a port, unless a previous  
version has
been installed (case in which it remains installed until you  
explicitly
uninstall it).  The xfig issue is a long standing one to boot.  I  
can only

guess that people do not use xfig (wich is a pitty if you ask me).

Stefan


Hi there,
As an xfig fan, I just worked around this by using the keyboard.
But even by recompiling, the menus don't work...
Perhaps I missed something.. I will recheck the Imakefile and
retry.

Cheers,

--
Henri
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Installing pgplot

2007-07-31 Thread Ryan Schmidt

On Jul 31, 2007, at 15:37, Kari wrote:

I am trying to get pgplot installed on my mac--OS X 10.4.10 Intel  
Core Duo machine.

Here is what I get:

[pele:/opt/local/bin] kari% sudo /opt/local/bin/port install pgplot
Password:
---  Building pgplot 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
graphics_pgplot/work/pgplot/build:pgplot  make all  returned  
error 2
Command output: gfortran-dp-4.2 -c -Wall -O -I/opt/local/include -I/ 
opt/local

clude/aquaterm ../src/pgarro.f
make: gfortran-dp-4.2: Command not found
make: *** [pgarro.o] Error 127


[snip]

Thank you for reporting this problem. It looks like it has been  
broken for months. This should be fixed in r27380. Please wait half  
an hour, then sudo port sync, then try sudo port install pgplot  
again.




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: libiconv problem

2007-07-31 Thread Ryan Schmidt


On Jul 31, 2007, at 03:47, Xin Liu wrote:


On 7/29/07, Ryan Schmidt wrote:


On Jul 28, 2007, at 21:08, Daniel J. Luke wrote:


On Jul 28, 2007, at 6:34 PM, Xin Liu wrote:


My libiconv version is 1.11_4+darwin_8.

When I run iconv, I got the following error:

***
cookie:~ lx$ iconv
dyld: Library not loaded: /usr/local/lib/libintl.3.dylib
  Referenced from: /opt/local/bin/iconv
  Reason: image not found
Trace/BPT trap
***


Your libiconv built against a gettext that you had installed into /
usr/local (which is a default compiler search path) and when you
removed or changed the gettext in /usr/local, it broke your
macports installed libiconv.

The libiconv port should probably be modified (if possible) to make
sure it only builds against the macports-provided gettext.


I'm not sure how to modify the libiconv port to do that, but if
anybody else does, I'd be happy to accept a patch.

I would expect that other ports have problems with items installed
in /usr/locall, so I recommend you do not install anything in /usr/
local. Instead, use MacPorts to install all software.


I'm a little confused by the relationship between libiconv and
gettext. From the portfile and the configure script of gettext, it
does depend on libiconv; but libiconv seems to depend on gettext too.
So what is the correct building sequence? libiconv first, or gettext
first? What's the difference between these two sequences?


The gettext portfile depends on the libiconv portfile. The libiconv  
portfile does not depend on the gettext portfile (since circular  
dependencies are not allowed in MacPorts), and includes the configure  
argument --without-libintl-prefix which I presume is meant to  
disable gettext (a.k.a. libintl) support in libiconv. It appears not  
to have done that for you, though, and that the correct option to  
accomplish that would have been --disable-nls.


--without-libintl-prefix was added to the libiconv portfile in  
r21556 allegedly as a result of ticket #11245, though the patch in  
that ticket does not include that modification. Takanori, do you  
remember why you added this configure argument?




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: libiconv problem

2007-07-31 Thread Takanori Yamamoto
 --without-libintl-prefix was added to the libiconv portfile in  
 r21556 allegedly as a result of ticket #11245, though the patch in  
 that ticket does not include that modification. Takanori, do you  
 remember why you added this configure argument?

I don't remember it well, but it looks like FreeBSD's portfile has
the same argument.
http://www.freebsd.org/cgi/cvsweb.cgi/ports/converters/libiconv/Makefile?rev=1.39

Seems that When I added some features such as +enable_cp932,
extra_encodings from FreeBSD, I introduced that argument too
just in case.

Anyway, if that argument doesn't work correctly, please feel free
to modify it. Thanks. ;-)

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users