Jean-Francois Roy | 1 Jul 05:06
Gravatar

Updated mod_fcgid port

I've just added a new bug (enhancement) with an updated mod_fcgid  
port (version 1.09).

http://bugzilla.opendarwin.org/show_bug.cgi?id=9672

Jean-Francois Roy

--
Co-Founder of MacStorm
/dev/klog. You better pipe that through your mind.

http://www.devklog.net
http://www.macstorm.org
bahamut <at> macstorm.org

http://www.devklog.net/documents/Jean-Francois_Roy.gpgkey
Fingerprint: 06CD 6F7B 4BF0 2AC6 78B2 57A3 06BE 6CB3 0591 FA2D

_______________________________________________
Darwinports mailing list
Darwinports <at> opendarwin.org
http://www.opendarwin.org/mailman/listinfo/darwinports
Peter Elmer | 1 Jul 11:26
Picon
Picon

problems building mozilla, running mozilla and firefox-x11

  Hi,

  I ran into a few compilation problems trying to install mozilla (on a 
macintel machine). The errors were things like:

gmake[4]: Leaving directory `/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_mozilla/work/mozilla/extensions/p3p/src'
/opt/local/bin/perl -I../../config ../../config/preprocessor.pl
-DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
        -DHAS_TMPL_RETENTION\
        resources/content/p3p.xsl.in > p3p200010.xsl
../../config/preprocessor.pl: invalid argument to -D: HAS_TMPL_RETENTIONresources/content/p3p.xsl.in
gmake[3]: *** [p3p200010.xsl] Error 2

  It looks like there are simply some spaces missing in:

/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_mozilla/work/mozilla/extensions/p3p/Makefile.in

i.e.

65c65
<       -DHAS_TMPL_RETENTION\
---
>       -DHAS_TMPL_RETENTION \
71c71
<       -DHAS_CALL_OURS\
---
>       -DHAS_CALL_OURS \
77c77
<       -DHAS_CALL_OURS\
---
(Continue reading)

Re: problems building mozilla, running mozilla and firefox-x11

Sat, 1 Jul 2006 (11:26 +0200 UTC) Peter Elmer wrote:

>  After making these changes, it builds, however I still have some runtime
> problem:

Mozilla on my machine (1.7.13 compiled without the aid of DP) does not 
run directly from run-mozilla.sh; it runs from a shell script 'mozilla' 
which sets up some of the needed environment.  Is there a script named 
mozilla (or firefox) in /opt/local/bin ?

> prompt> mozilla
> /opt/local/lib/mozilla-1.7.12/run-mozilla.sh: line 451: 29887 Illegal instruction     "$prog" ${1+"$@"}
>
> I've also tried earlier to install firefox-x11 (which built), but this
> also had a very similar error when trying to start it:
>
> prompt> firefox
> /opt/local/lib/firefox-1.5.0.1/run-mozilla.sh: line 424:  6785 Illegal instruction     "$prog" ${1+"$@"}
>
>  Does this look familiar to anyone?
>
>                                 thanks,
>                                   Pete
>
> -------------------------------------------------------------------------
> Peter Elmer     E-mail: Peter.Elmer <at> cern.ch      Phone: +41 (22) 767-4644
> Address: CERN Division PPE, Bat. 32 2C-14, CH-1211 Geneva 23, Switzerland
> -------------------------------------------------------------------------
> _______________________________________________
> Darwinports mailing list
(Continue reading)

Re: problems building mozilla, running mozilla and firefox-x11

IGNORE my earlier response, I misread the command and missed
'prompt> mozilla'

In my script the command at line 451 is moz_run_program ${1+"$@"}

Does your script's line 451 have that?

Sat, 1 Jul 2006 (11:26 +0200 UTC) Peter Elmer wrote:

>  Hi,
>
>  I ran into a few compilation problems trying to install mozilla (on a
> macintel machine). The errors were things like:
>
> gmake[4]: Leaving directory `/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_mozilla/work/mozilla/extensions/p3p/src'
> /opt/local/bin/perl -I../../config ../../config/preprocessor.pl
-DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
>        -DHAS_TMPL_RETENTION\
>        resources/content/p3p.xsl.in > p3p200010.xsl
> ../../config/preprocessor.pl: invalid argument to -D: HAS_TMPL_RETENTIONresources/content/p3p.xsl.in
> gmake[3]: *** [p3p200010.xsl] Error 2
>
>  It looks like there are simply some spaces missing in:
>
> /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_mozilla/work/mozilla/extensions/p3p/Makefile.in
>
> i.e.
>
> 65c65
> <       -DHAS_TMPL_RETENTION\
(Continue reading)

Nicola Vitacolonna | 1 Jul 17:30
Picon
Favicon

port install openvpn2: problem

Hi,
after

sudo port install openvpn2

I cannot find the opevpn executable (which, I guess, should be placed  
in /opt/local/bin). I am using Darwinports 1.2.1 on Mac OS X 10.4.7.  
Am I missing something?

Nicola
nicola | 1 Jul 17:15
Picon
Favicon

port install openvpn2: problem

Hi,
I have tried to install Darwinports's openvpn 2.0.7 on Mac OS X 10.4.7:

sudo port install openvpn2

but, after the installation has finished, I cannot find the openvpn 
executable (which, I think, should be placed in /opt/local/bin). Am I 
missing something?

Nicola
Tabitha McNerney | 2 Jul 06:36
Picon

gnome-vfs broken on Mac Intel

Hi all,

I just tried to build gnome-vfs on a Mac Mini with Intel (Mac OS X 10.4.6)
and I received build errors (which I have attached). All of the ports that
gnome-vfs is dependent on have installed and built without any problems.

>From what I've read on the mailing lists, there seem to be some challenges
with regard to the gnome-related ports on Intel hardware. I wish I had the
expertise to understand gnome ports deeply enough.

Hopefully the attached report will be helpful and I'd be happy to do any
further testing on the Mac Mini Intel for any of the gnome ports maintainers
and/or provide ssh access if someone needs to test things out on an Intel
machine.

Best wishes,

Tabitha

Mac:~ root# port install gnome-vfs
--->  Fetching gnome-vfs
--->  Attempting to fetch gnome-vfs-2.12.2.tar.bz2 from
http://www.gtlib.cc.gatech.edu/pub/gnome/sources/gnome-vfs/2.12/
--->  Verifying checksum(s) for gnome-vfs
--->  Extracting gnome-vfs
--->  Configuring gnome-vfs
--->  Building gnome-vfs with target all
Error: Target com.apple.build returned: shell command "cd
"/Volumes/opt/local/var/db/dports/build/_Volumes_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-vfs/work/gnome-
vfs-2.12.2" && make all" returned error 2
(Continue reading)

Gregory Wright | 2 Jul 11:13
Picon

Re: port install openvpn2: problem


Look in /opt/local/sbin.

-Greg

On Jul 1, 2006, at 11:15 AM, nicola wrote:

> Hi,
> I have tried to install Darwinports's openvpn 2.0.7 on Mac OS X  
> 10.4.7:
>
> sudo port install openvpn2
>
> but, after the installation has finished, I cannot find the openvpn
> executable (which, I think, should be placed in /opt/local/bin). Am I
> missing something?
>
> Nicola
>
> _______________________________________________
> Darwinports mailing list
> Darwinports <at> opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/darwinports
Randall Wood | 2 Jul 18:58

Re: gnome-vfs broken on Mac Intel

Please try the following:

sudo port -f uninstall neon
sudo port clean --all neon
sudo port install kerberos5
sudo port install neon
sudo port clean --all gnome-vfs
sudo port -dv install gnome-vfs

and report what happens.

Please also open a bug report at bugzilla.opendarwin.org, making sure  
that rhwood <at> opendarwin.org is in the CC list so that we may track  
this problem there.

On 2 Jul 2006, at 00:36, Tabitha McNerney wrote:

> Hi all,
>
> I just tried to build gnome-vfs on a Mac Mini with Intel (Mac OS X  
> 10.4.6)
> and I received build errors (which I have attached). All of the  
> ports that
> gnome-vfs is dependent on have installed and built without any  
> problems.
>
>> From what I've read on the mailing lists, there seem to be some  
>> challenges
> with regard to the gnome-related ports on Intel hardware. I wish I  
> had the
(Continue reading)

Matt Kane's Brain | 3 Jul 13:48

Re: problems building mozilla, running mozilla and firefox-x11

On Jul 1, 2006, at 5:26, Peter Elmer wrote:
> prompt> mozilla
> /opt/local/lib/mozilla-1.7.12/run-mozilla.sh: line 451: 29887  
> Illegal instruction     "$prog" ${1+"$@"}
>
> I've also tried earlier to install firefox-x11 (which built), but this
> also had a very similar error when trying to start it:
>
> prompt> firefox
> /opt/local/lib/firefox-1.5.0.1/run-mozilla.sh: line 424:  6785  
> Illegal instruction     "$prog" ${1+"$@"}

Those scripts are being run by tcsh, but the .sh extension makes me  
think they should be run by bash. Do they have the #!/bin/bash at the  
top?

--
matt kane's brain
http://hydrogenproject.com
aim -> mkbatwerk || mkbwriu
mkb <at> dirty.org

Gmane