Bjoern Hoffmann | 2 Nov 11:45
Picon

Installing DarwinPorts on Panther

Hello,

I just got the DarwinPorts CVS snapshot and installed it on my Panther 
machine with make, make install and made the suggested change to the 
.cshrc. Where do I go from here? Since Terminal now uses bash I don't 
think that editing .cshrc makes any difference. Also where can I get 
PortsManager.app? I tried subscribing to the ML but have so far not 
gotten a confirmation mail so I am probably not subscribed yet. If 
anyone can give me some hints on what to do I would be very grateful. I 
have also two pieces of software I would like to submit to darwinports 
that I got to run on Jaguar using Fink, namely Lopster and a Panther 
style GTK+ theme which can be viewed at
http://homepage.mac.com/max_08/ (AhmedFaisal is the nick I use in that 
forum).
Best Regards,

Bjoern Hoffmann
Chris Ridd | 2 Nov 14:04
Favicon

Glitches on Panther

Mostly things seem to build on Panther, but I noticed a couple of glitches.
Bugzilla seems to be broken at the moment, but in case no-one's spotted
these yet:

* pbxbuild is now called xcodebuild

* Tcl's changed a bit

The Tcl changes (it is in /System/Library/Frameworks/Tcl.Framework and not
/System/Library/Tcl/, and is now Tcl 8.4 instead of 8.3) have broken the
databases/db4 Portfile. This patch seems to help, but will of course break
pre-Panther systems.

Index: Portfile
===================================================================
RCS file: 
/Volumes/src/cvs/od/proj/darwinports/dports/databases/db4/Portfile,v
retrieving revision 1.16
diff -u -r1.16 Portfile
--- Portfile    5 Aug 2003 21:02:05 -0000       1.16
+++ Portfile    2 Nov 2003 12:57:10 -0000
@@ -19,7 +19,7 @@
                   --program-transform-name=s,^db,db4,

 variant darwin  { configure.args-append --enable-tcl \
-                  --with-tcl=/System/Library/Tcl/8.3
+                  --with-tcl=/System/Library/Frameworks/Tcl.framework
 }

 destroot.destdir  prefix=${destroot}${prefix} \
(Continue reading)

Will Barton | 2 Nov 19:53

Re: Glitches on Panther

The xcode/pbxbuild problem has been fixed.  You have to be used 
'build.type pbx' though.

The Tcl problem is a symptom of larger problems.  We have a potential 
solution, it just needs approval from the Powers That Be.  Breaking 
Jaguar is not a solution.

-Will

On Nov 2, 2003, at 2:04 PM, Chris Ridd wrote:

> Mostly things seem to build on Panther, but I noticed a couple of 
> glitches.
> Bugzilla seems to be broken at the moment, but in case no-one's spotted
> these yet:
>
> * pbxbuild is now called xcodebuild
>
> * Tcl's changed a bit
>
> The Tcl changes (it is in /System/Library/Frameworks/Tcl.Framework and 
> not
> /System/Library/Tcl/, and is now Tcl 8.4 instead of 8.3) have broken 
> the
> databases/db4 Portfile. This patch seems to help, but will of course 
> break
> pre-Panther systems.
>
> Index: Portfile
> ===================================================================
(Continue reading)

Chris Ridd | 2 Nov 20:40
Favicon

Re: Glitches on Panther

On 2/11/03 6:53 pm, Will Barton <wbb4 <at> opendarwin.org> wrote:
> The xcode/pbxbuild problem has been fixed.  You have to be used
> 'build.type pbx' though.

OK.

> The Tcl problem is a symptom of larger problems.  We have a potential
> solution, it just needs approval from the Powers That Be.  Breaking
> Jaguar is not a solution.

Right. What is the likely solution going to be - something like an extra
config variable pointing at the Tcl base?

Cheers,

Chris
Mengjuei Hsieh | 2 Nov 21:01
Picon
Favicon

10.3 and dports/databases/db4

Hi,

Maybe this issue was mentioned before, in the file
dports/databases/db4/Portfile, the variant argument is asking for a
directory that doesn't exist in 10.3 Panther.
[code]
variant darwin  { configure.args-append --enable-tcl \
                  --with-tcl=/System/Library/Tcl/8.3
}
[/code]

Therefore it would give an error message like this:
[errorcode]
configure: error: /System/Library/Tcl/8.3 directory doesn't contain
tclConfig.sh
[/errorcode]

The with-tcl variable might need to change to
/System/Library/Frameworks/Tcl.framework/Versions/8.4 in 10.3 Panther.

Unfortunately, the bugzilla is not working right now. Once it's back, I
probably will record this (if this situation was not filed in bugzilla
before).

Best,
--

-- 
Mengjuei Hsieh
Jordan Hubbard | 2 Nov 21:04

Re: Glitches on Panther

Well, we need to be able to do OS version-specific variants.  Whatever 
happened to that proposal anyway?  It's not like this is HARD guys. :-)

- Jordan

On Nov 2, 2003, at 10:53 AM, Will Barton wrote:

> The xcode/pbxbuild problem has been fixed.  You have to be used 
> 'build.type pbx' though.
>
> The Tcl problem is a symptom of larger problems.  We have a potential 
> solution, it just needs approval from the Powers That Be.  Breaking 
> Jaguar is not a solution.
>
> -Will
>
> On Nov 2, 2003, at 2:04 PM, Chris Ridd wrote:
>
>> Mostly things seem to build on Panther, but I noticed a couple of 
>> glitches.
>> Bugzilla seems to be broken at the moment, but in case no-one's 
>> spotted
>> these yet:
>>
>> * pbxbuild is now called xcodebuild
>>
>> * Tcl's changed a bit
>>
>> The Tcl changes (it is in /System/Library/Frameworks/Tcl.Framework 
>> and not
(Continue reading)

Jordan Hubbard | 2 Nov 21:06

Re: Glitches on Panther

That might be a solution for this specific problem, but I would imagine 
the Jaguar/Panther/[Siamese/FeralTabby/PersianHairball] release 
differences would need to be handled via a more generic mechanism which 
lets you specify not only "darwin" but additional qualifiers to a 
variant.

- Jordan

On Nov 2, 2003, at 11:40 AM, Chris Ridd wrote:

>> The Tcl problem is a symptom of larger problems.  We have a potential
>> solution, it just needs approval from the Powers That Be.  Breaking
>> Jaguar is not a solution.
>
> Right. What is the likely solution going to be - something like an 
> extra
> config variable pointing at the Tcl base?
>
--
Jordan K. Hubbard
Engineering Manager, BSD technology group
Apple Computer
Will Barton | 2 Nov 22:36

Re: Glitches on Panther

http://lamancha.opendarwin.org/~wbb4/platform

Waiting on Landon's approval (I'll poke him about it).

-Will

On Nov 2, 2003, at 9:06 PM, Jordan Hubbard wrote:

> That might be a solution for this specific problem, but I would 
> imagine the Jaguar/Panther/[Siamese/FeralTabby/PersianHairball] 
> release differences would need to be handled via a more generic 
> mechanism which lets you specify not only "darwin" but additional 
> qualifiers to a variant.
>
> - Jordan
>
> On Nov 2, 2003, at 11:40 AM, Chris Ridd wrote:
>
>>> The Tcl problem is a symptom of larger problems.  We have a potential
>>> solution, it just needs approval from the Powers That Be.  Breaking
>>> Jaguar is not a solution.
>>
>> Right. What is the likely solution going to be - something like an 
>> extra
>> config variable pointing at the Tcl base?
>>
> --
> Jordan K. Hubbard
> Engineering Manager, BSD technology group
> Apple Computer
(Continue reading)

Bryan Blackburn | 3 Nov 00:30
Picon
Favicon

Fwd: Server issues?

Resent now that the list appears to be working again...

----- Forwarded message from Bryan Blackburn <blb <at> pobox.com> -----

Date: Fri, 31 Oct 2003 18:44:23 -0700
From: Bryan Blackburn <blb <at> pobox.com>
To: Darwin Ports <darwinports <at> opendarwin.org>
Subject: Server issues?

Went to do a cvs update, and received:

Received disconnect from 204.152.184.200: 2: Too many authentication failures for blb

Is someone doing bad things against the server?  When I made a quick check
to the website, I noticed the second oddity, on the news page,

http://www.opendarwin.org/en/news.php

everything is either dated 2003.10.31 or 1969.12.31...

Bryan

----- End forwarded message -----
David Leimbach | 3 Nov 01:49
Picon

Re: Glitches on Panther

I've been using it for a little while now and it's pretty good.

I don't think I've had a problem yet..

-- Dave -- 
On Nov 2, 2003, at 3:36 PM, Will Barton wrote:

> http://lamancha.opendarwin.org/~wbb4/platform
>
> Waiting on Landon's approval (I'll poke him about it).
>
> -Will
>
> On Nov 2, 2003, at 9:06 PM, Jordan Hubbard wrote:
>
>> That might be a solution for this specific problem, but I would 
>> imagine the Jaguar/Panther/[Siamese/FeralTabby/PersianHairball] 
>> release differences would need to be handled via a more generic 
>> mechanism which lets you specify not only "darwin" but additional 
>> qualifiers to a variant.
>>
>> - Jordan
>>
>> On Nov 2, 2003, at 11:40 AM, Chris Ridd wrote:
>>
>>>> The Tcl problem is a symptom of larger problems.  We have a 
>>>> potential
>>>> solution, it just needs approval from the Powers That Be.  Breaking
>>>> Jaguar is not a solution.
>>>
(Continue reading)


Gmane