Re: strange gfortran problem

2012-04-27 Thread Brandon Allbery
On Fri, Apr 27, 2012 at 01:14, Victor Eijkhout eijkh...@tacc.utexas.eduwrote:

 On Apr 26, 2012, at 11:22 PM, Jason Swails wrote:
  The problem is that the behavior you are seeing is allowed under the
 Fortran standard

 I'll take your word for it. I ran into this when I compiling some software
 that used kind(5) as a synonym for INTEGER*4 (after all, 32k is 5 digits)
 and such, and I was getting type errors.


IBM claims:
http://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/index.jsp?topic=%2Fcom.ibm.xlf101l.doc%2Fxlflr%2Fintkind.htm

*SELECTED_INT_KIND(R)*

Returns a value of the kind type parameter of an integer data type that
represents all integer values n with -10R  n  10R.

Neither -99,999 nor 99,999 fit in INTEGER*4.

-- 
brandon s allbery  allber...@gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: strange gfortran problem

2012-04-27 Thread Frédéric Dubois

Hello,
I don't understand the last comment of this mail.
Following IBM link its said:


   Examples

SELECTED_INT_KIND (9) has the value 4, signifying that an INTEGER with 
kind type 4 can represent all values from 10^-9 to 10^9 .




Regards

Le 27/04/12 08:02, Brandon Allbery a écrit :
On Fri, Apr 27, 2012 at 01:14, Victor Eijkhout 
eijkh...@tacc.utexas.edu mailto:eijkh...@tacc.utexas.edu wrote:


On Apr 26, 2012, at 11:22 PM, Jason Swails wrote:
 The problem is that the behavior you are seeing is allowed under
the Fortran standard

I'll take your word for it. I ran into this when I compiling some
software that used kind(5) as a synonym for INTEGER*4 (after all,
32k is 5 digits) and such, and I was getting type errors.


IBM claims: 
http://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/index.jsp?topic=%2Fcom.ibm.xlf101l.doc%2Fxlflr%2Fintkind.htm


*SELECTED_INT_KIND(R)*

Returns a value of the kind type parameter of an integer data type 
that represents all integer values n with -10^R  n  10^R .


Neither -99,999 nor 99,999 fit in INTEGER*4.

--

brandon s allbery allber...@gmail.com mailto:allber...@gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms



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


--
Frédéric Dubois, Eng, PhD
LMGC - UMR CNRS 5508
Université de Montpellier 2, cc 048
Place Eugène Bataillon
34095 Montpellier Cedex 05
Tel 33/0 467144984 - Fax 33/0 467143923
http://www.lmgc.univ-montp2.fr/~dubois
http://www.lmgc.univ-montp2.fr/~dubois/LMGC90

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


PostGIS 2.0.1 ß port

2012-04-27 Thread vincent habchi
Chers amis, liebe Freude, cari amici, dear friends,

I am about to commit the PostGIS 2.0 port. It is going to be v.2.0.1-svn 
because 2.0.0 has a bug that prevents successful compilation with clang. I 
reported it, and it has been corrected in svn. This can be upgraded to 2.0.1 
when it is released.

Question: ideally PostGIS should be indexed under both databases and gis. Is it 
permissible to change in the 2.0 Portfile ?

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


Re: PostGIS 2.0.1 ß port

2012-04-27 Thread Puneet Kishor
Vincent,

Not an answer to your question, but a comment -- you are my hero. Well, you 
will be my hero once all of the below is done :-)



On Apr 27, 2012, at 11:41 AM, vincent habchi wrote:

 Chers amis, liebe Freude, cari amici, dear friends,
 
 I am about to commit the PostGIS 2.0 port. It is going to be v.2.0.1-svn 
 because 2.0.0 has a bug that prevents successful compilation with clang. I 
 reported it, and it has been corrected in svn. This can be upgraded to 2.0.1 
 when it is released.
 
 Question: ideally PostGIS should be indexed under both databases and gis. Is 
 it permissible to change in the 2.0 Portfile ?
 
 Thanks
 Vincent



--
Puneet Kishor

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


gnuplot on MacPorts with aqua?

2012-04-27 Thread Marko Käning
Hi users,

is there anyone out there who tried to run MacPorts' version of gnuplot?

I don't know what I am doing wrong, but for some reason my gnuplot 4.4p4 
installed through MacPorts doesn't work unless I change the console from aqua 
to x11.

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


Re: gnuplot on MacPorts with aqua?

2012-04-27 Thread Jason Swails
Have you tried rebuilding aquaterm with MacPorts?

On Fri, Apr 27, 2012 at 5:08 PM, Marko Käning mk-macpo...@techno.ms wrote:


 On Apr 27, 2012, at 11:04 PM, Jason Swails wrote:

 $ port installed gnuplot
 The following ports are currently installed:
   gnuplot @4.4.4_0+luaterm+pangocairo (active)

 It plots on aqua just fine...  This is on an OS X 10.7.3 box that was
 upgraded from 10.6, running Xcode 4.2.


 Same on my end, except that I am on OS X 10.6.8 with Xcode 3.2.6!

 Well, and it doesn't work with aqua, unfortunately. :-/

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


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


Re: gnuplot on MacPorts with aqua?

2012-04-27 Thread Marko Käning
On Apr 27, 2012, at 11:13 PM, Jason Swails wrote:
 Have you tried rebuilding aquaterm with MacPorts?


Hmm, well, I have it installed just fine:

$ port installed aquaterm 
The following ports are currently installed:
  aquaterm @1.0.1_5 (active)

Could rebuilding it change the situation?
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gnuplot on MacPorts with aqua?

2012-04-27 Thread Jason Swails
On Fri, Apr 27, 2012 at 5:16 PM, Marko Käning mk-macpo...@techno.ms wrote:

 On Apr 27, 2012, at 11:13 PM, Jason Swails wrote:

 Have you tried rebuilding aquaterm with MacPorts?


 Hmm, well, I have it installed just fine:

 $ port installed aquaterm
 The following ports are currently installed:
   aquaterm @1.0.1_5 (active)

 Could rebuilding it change the situation?


Potentially -- MacPorts doesn't check to see if there is something wrong
with the files that belong to each installed port -- just that it's there.
If something has changed, I could imagine aquaterm breaking (I've had
trouble with it in the past, but not with my current system).  To be
thorough, I would uninstall and reinstall both aquaterm (first) and gnuplot
(after).

Hopefully this works...
Jason

-- 
Jason M. Swails
Quantum Theory Project,
University of Florida
Ph.D. Candidate
352-392-4032
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Help with conjoined apaches

2012-04-27 Thread Jeff Greenberg
I installed macports lamp, and what seems to be happening is that apachectl 
reports based on the osx stack in terms of where the config file is, the 
vhosts, etc, and apache uses its config files too. But requesting a page seems 
to use the macports server path and ignore the vhosts. Should I remove the 
macports stack and just add mysql to lion's apache, or is there a way to 
straighten out this mess?
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help with conjoined apaches

2012-04-27 Thread Jeremy Lavergne
 I installed macports lamp, and what seems to be happening is that apachectl 
 reports based on the osx stack in terms of where the config file is, the 
 vhosts, etc, and apache uses its config files too. But requesting a page 
 seems to use the macports server path and ignore the vhosts. Should I remove 
 the macports stack and just add mysql to lion's apache, or is there a way to 
 straighten out this mess?

Sounds like you're just using the system's apachectl binary.

Does your path contains /opt/local/apache2/bin? Also, `which -a apachectl` may 
help you see which one you're using.



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help with conjoined apaches

2012-04-27 Thread Ryan Schmidt

On Apr 27, 2012, at 18:38, Jeff Greenberg wrote:

 I installed macports lamp, and what seems to be happening is that apachectl 
 reports based on the osx stack in terms of where the config file is, the 
 vhosts, etc, and apache uses its config files too. But requesting a page 
 seems to use the macports server path and ignore the vhosts. Should I remove 
 the macports stack and just add mysql to lion's apache, or is there a way to 
 straighten out this mess?

I don't think there's a mess, I just think there's a misunderstanding that you 
think running apachectl will get you the version installed by MacPorts, and 
that's not usually the case, unless as Jeremy said you modified your PATH. So 
either modify your PATH, or just run the MacPorts apachectl by its full path.


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


Re: apache2 httpd 2.4.2 - mod_mono @1.1.16.1

2012-04-27 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote:
 fails to compile
 
   port install mod_mono @1.1.16.1
 ---  Computing dependencies for mod_mono
 ---  Dependencies to be installed: mono libgdiplus libexif xsp
 
 the dependencies install without any problems

hmmm ... it looks af if it's a variation on the same problem as with
mod_evasive:

:info:build mod_mono.c:1355:33: error: no member named 'remote_ip' in
'struct conn_rec'
:info:build size += strlen (r-connection-remote_ip) + sizeof
(int32_t);

:info:build mod_mono.c:365:35: error: no member named 'remote_addr' in
'struct conn_rec'
:info:build apr_sockaddr_port_get (port, c-remote_addr);

If someone can find what remote_addr should be replace with I can
attempt to construct a patch

This is not a module I'm interested in at present, so if someone has an
interest in it, please reply

-- 
Bjarne D Mathiesen
København N ; Danmark ; Europa
--
denne besked er skrevet i et totalt M$-frit miljø
MacOS X 10.7.3 Lion ; 2.8GHz Intel Core i7 ; 16GB 1067MHz DDR3
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users