and of course, there's an error in my script :-(
line 36 has to be :
grep -E -e "(perl5.${version}|p5.${version})" $(port file
${portname[0]}) \
--
Bjarne D Mathiesen
København N ; Danmark ; Europa
--
denne besked er sk
Bjarne D Mathiesen wrote:
> Eric Hall wrote:
>> On Wed, May 23, 2012 at 09:07:58PM +0200, Bjarne D Mathiesen wrote:
>>> Now, we do have 96 ports that have perl5.12 hardcoded into them.
>>> That means, that they are presently 2 (two) years behind schedule as I
>>> see it.
>>>
>>> If we don't come to
> Watch Dog wrote:
>> But since you insist: T. Chad Gow (google that and cf. above comment)
>> is my name, and I don't recall a time when I liked it. What kid likes
>> having only a 'T' for a first name? It is not an abbreviation for
>> anything, it is just 'T'. As a kid, a friend noted that it
Hi
If anyone can save me ages of hunting I'd appreciate it lots:
I built Qt [port install qt4-mac-devel]
I then built my application which fails with:
...
/usr/bin/g++-4.2 -headerpad_max_install_names -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.6 -o vtext.app/Contents/MacOS/vtext obj/mai
Watch Dog wrote:
> On Wed, May 23, 2012 at 6:13 PM, Bjarne D Mathiesen
> wrote:
>> I do know that many people consider anonymity on the net important - and
>> I do see the value in certain cases - but I can't take a person in this
>> case critizising pixilla and being anonymous seriously.
>>
>> WD
On May 23, 2012, at 20:52, Peng Yu wrote:
> I have boost installed.
>
> ~$ port installed|grep boost
> boost @1.48.0_4
> boost @1.49.0_0 (active)
>
> I have the python directory.
>
> /opt/local/include/boost$ ls -d python
> python
>
> But I don't find the library file. How to get library fi
Hi,
I have boost installed.
~$ port installed|grep boost
boost @1.48.0_4
boost @1.49.0_0 (active)
I have the python directory.
/opt/local/include/boost$ ls -d python
python
But I don't find the library file. How to get library files installed? Thanks!
/opt/local/include/boost$ ll /opt/loc
> Whether I use something that looks like a real name is irrelevant.
When sending a series of pretentious emails, using an obviously false name just
makes reading the messages upsetting.
smime.p7s
Description: S/MIME cryptographic signature
___
macpo
On May 23, 2012, at 20:36, Peng Yu wrote:
> I see mp-gcc*. I can find what "mp" stands for? Could anybody let me
> know? Thanks!
>
> ~$ port select --list gcc
> Available versions for gcc:
> gcc40
> gcc42
> llvm-gcc42
> mp-gcc44
> mp-gcc45
> mp-gcc46
> n
On Wed, May 23, 2012 at 6:13 PM, Bjarne D Mathiesen
wrote:
> I do know that many people consider anonymity on the net important - and
> I do see the value in certain cases - but I can't take a person in this
> case critizising pixilla and being anonymous seriously.
>
> WD :: Use your real name - o
> I see mp-gcc*. I can find what "mp" stands for? Could anybody let me
> know? Thanks!
MacPorts
smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailm
Hi,
I see mp-gcc*. I can find what "mp" stands for? Could anybody let me
know? Thanks!
~$ port select --list gcc
Available versions for gcc:
gcc40
gcc42
llvm-gcc42
mp-gcc44
mp-gcc45
mp-gcc46
none (active)
--
Regards,
Peng
On Wed, May 23, 2012 at 6:23 PM, Ryan Schmidt wrote:
>
> On May 23, 2012, at 18:39, Watch Dog wrote:
>
>> On Wed, May 23, 2012 at 2:58 PM, Ryan Schmidt
>> wrote:
>>>
>>> On May 23, 2012, at 10:06, Watch Dog wrote:
>>>
On Wed, May 23, 2012 at 7:35 AM, Bjarne D Mathiesen wrote:
> Some rec
On May 23, 2012, at 18:39, Watch Dog wrote:
> On Wed, May 23, 2012 at 2:58 PM, Ryan Schmidt wrote:
>>
>> On May 23, 2012, at 10:06, Watch Dog wrote:
>>
>>> On Wed, May 23, 2012 at 7:35 AM, Bjarne D Mathiesen wrote:
Some recent changes that pixilla made to the port file breaks a normal
>>>
On May 23, 2012, at 7:39 p.m., Watch Dog wrote:
> Mistakes are one thing. But this was a change to a working port and
> the change broke a "normal install" of the port. So it seems a safe
> bet that the change was not tested adequately (maybe not at all).
According to his comment[1] on the tic
Watch Dog wrote:
> On Wed, May 23, 2012 at 2:58 PM, Ryan Schmidt wrote:
>>
>> On May 23, 2012, at 10:06, Watch Dog wrote:
>>
>>> On Wed, May 23, 2012 at 7:35 AM, Bjarne D Mathiesen wrote:
Some recent changes that pixilla made to the port file breaks a normal
install :
https://trac.m
> Being a "volunteer" should not be equated with being unaccountable.
MacPorts is actually provided as-is, and its contributors cannot be held liable
for anything.
smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
On Wed, May 23, 2012 at 2:58 PM, Ryan Schmidt wrote:
>
> On May 23, 2012, at 10:06, Watch Dog wrote:
>
>> On Wed, May 23, 2012 at 7:35 AM, Bjarne D Mathiesen wrote:
>>> Some recent changes that pixilla made to the port file breaks a normal
>>> install :
>>> https://trac.macports.org/ticket/34552
>
On May 23, 2012, at 5:19 p.m., Josie Reinhardt wrote:
> Still at least now /opt/local/bin are in front... but where did the
> other stuff come from???
The system-level shell startup files (/etc/{profile,zshenv,csh.login}) execute
the /usr/libexec/path_helper utility, which sets the initial ${P
The other stuff is what PATH is normally set to.
When you do that export in .profile
> export PATH=/opt/local/bin:/opt/local/sbin:$PATH
you are using the old PATH variable with the $PATH part. That's where it comes
from ;)
But if you wonder where the system sets this default path... then I can't
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
On Wed, May 23, 2012 at 5:04 PM, Frank Schima
wrote:
>
> On May 23, 2012, at 2:57 PM, Josie Reinhardt wrote:
>
>> I changed ~/.profile to:
>>
>> PATH="$PATH:/opt/local/bin/:/opt/local/sbin/"
>> export PATH
>>
>> but something keeps adding /usr/bin
On May 23, 2012, at 2:57 PM, Josie Reinhardt wrote:
> I changed ~/.profile to:
>
> PATH="$PATH:/opt/local/bin/:/opt/local/sbin/"
> export PATH
>
> but something keeps adding /usr/bin, etc back in before /opt/local/bin/
>
> $ echo $PATH
> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bi
On May 23, 2012, at 08:33, thedan...@nifty-neat.com wrote:
> Okay, here is the tail end of the log file. Hope it helps:
Unfortunately none of that was the actual error message we need to see.
> main.log is 5.8MB - too big for me to email. If you want the whole log file,
> I can post it online
On May 23, 2012, at 10:06, Watch Dog wrote:
> On Wed, May 23, 2012 at 7:35 AM, Bjarne D Mathiesen wrote:
>> Some recent changes that pixilla made to the port file breaks a normal
>> install :
>> https://trac.macports.org/ticket/34552
>> https://trac.macports.org/changeset/93312
>
> Ah, yes, pixi
I changed ~/.profile to:
PATH="$PATH:/opt/local/bin/:/opt/local/sbin/"
export PATH
but something keeps adding /usr/bin, etc back in before /opt/local/bin/
$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin/:/opt/local/sbin/
I've tried to find another .profile
> $ echo $PATH
> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/sw/bin/:/sw/sbin/:/usr/local/bin/:/usr/local/sbin/:/bin/:/sbin:/usr/bin/:/usr/sbin/:/opt/local/bin/:/opt/local/sbin:/usr/local/mysql/bin/:/sw/bin/:(various
> application specific paths)
That's a mess...
Your issue is /op
Thanks for your reply,
$ which gcc
/usr/bin/gcc
$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/sw/bin/:/sw/sbin/:/usr/local/bin/:/usr/local/sbin/:/bin/:/sbin:/usr/bin/:/usr/sbin/:/opt/local/bin/:/opt/local/sbin:/usr/local/mysql/bin/:/sw/bin/:(various
application specific
On May 23, 2012, at 2:08 PM, Josie Reinhardt wrote:
> This is probably a very unix newby question so I'm sorry to ask it, but I
> can't find a good solution in the current tickets, guide or via
> googling...
>
> I followed this guide (http://jswails.wikidot.com/mac-os-x) to install
> macports, a
This is probably a very unix newby question so I'm sorry to ask it, but I
can't find a good solution in the current tickets, guide or via
googling...
I followed this guide (http://jswails.wikidot.com/mac-os-x) to install
macports, and use it to update to v 4.4 of the gcc compiler. Note that
On May 23, 2012, at 3:19 PM, Bjarne D Mathiesen wrote:
> I can't find anything -
> neither on the main page of the developers, nor anywhere else
That's fairly normal for the upstream developers... IIRC it required patching
for a considerable amount of time to build/work with apache2.2 before ther
On 5/23/12 2:49 PM, Jeremy Lavergne wrote:
I'd recommend cleaning deactivate and trying again:
sudo port clean cairo pango
sudo port -f deactivate cairo pango
sudo port install cairo pango
Thank you. That worked.
Emden
___
macports-users ma
Daniel J. Luke wrote:
> On May 23, 2012, at 2:49 PM, Bjarne D Mathiesen wrote:
>> mod_fastcgi @2.4.6 www/mod_fastcgi
>> -> doesn't install
>> -> should be replaced by mod_fcgid
>> -> anybody using this ... then yell _loudly_
>
> Note that mod_fcgid doesn't support FastCGIExternalServer i
http://lists.macosforge.org/pipermail/macports-dev/2012-May/019336.html
http://lists.macosforge.org/pipermail/macports-dev/2012-May/019338.html
It's now been almost a week with no activity in this thread
and no resolution in sight as to what we do as a group.
Presently, Perl 5.16.0 has just been
On May 23, 2012, at 2:49 PM, Bjarne D Mathiesen wrote:
> mod_fastcgi @2.4.6 www/mod_fastcgi
> -> doesn't install
> -> should be replaced by mod_fcgid
> -> anybody using this ... then yell _loudly_
Note that mod_fcgid doesn't support FastCGIExternalServer it may be possible
(for some us
I'd recommend cleaning deactivate and trying again:
sudo port clean cairo pango
sudo port -f deactivate cairo pango
sudo port install cairo pango
smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@li
Bjarne D Mathiesen wrote:
> OK - I'm trying to update the apache2 portfile from 2.2.22 to 2.4.2
pixilla & I have been working on this for some time now.
The state is presently as follows:
apache2 @2.4.2 www/apache2
php5 @5.3.13_0+apache2+pear+suhosin (active)
php5-mysql @5.
I appear to have gotten my tree into a strange state. I did a port selfupdate, and then started
doing port upgrade. I am now coming across the following. What is the best
way to get the tree back into a coherent state? Thanks.
Emden
s) sudo port upgrade autoconf
---> Scanning binaries fo
On Wed, May 23, 2012 at 7:35 AM, Bjarne D Mathiesen
wrote:
> Some recent changes that pixilla made to the port file breaks a normal
> install :
> https://trac.macports.org/ticket/34552
> https://trac.macports.org/changeset/93312
Ah, yes, pixilla. Commit w/o testing, again. Maybe time to
reconsi
Some recent changes that pixilla made to the port file breaks a normal
install :
https://trac.macports.org/ticket/34552
https://trac.macports.org/changeset/93312
To make it work, you have two options :
1) If this is a new install :
port install mysql55 +system_readline
2) If you've already insta
Okay, here is the tail end of the log file. Hope it helps:
:info:build Command failed: cd "/opt/local/var/macports/build/
_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xor
g-server/xorg-server/work/xorg-server-1.12.1.901" && /usr/bin/make -
j2 -w all V=1
:info:build Ex
40 matches
Mail list logo