Kevin Ballard | 1 Apr 2005 01:14
Gravatar

Re: GnuCash

On Mar 30, 2005, at 12:34 PM, Suraj K.Rai wrote:

> I would like to install GnuCash on my Mac but it seems the only way  
> to install this is via Fink.  I understand that porting this to  
> DarwinPorts is not trivial due to some complex dependencies.  My  
> question is, is it possible to have DarwinPorts and Fink on the  
> same box? I would only build and install GnuCash but I fear that  
> there will be lots of issues with having two distributions on the  
> same system.

AFAIK there's no problem. Fink lives in /sw and DarwinPorts lives in / 
opt, so they shouldn't collide.

--

-- 
Kevin Ballard
kevin <at> sb.org
http://www.tildesoft.com
http://kevin.sb.org

Attachment (smime.p7s): application/pkcs7-signature, 2378 bytes
_______________________________________________
Darwinports mailing list
Darwinports <at> opendarwin.org
http://www.opendarwin.org/mailman/listinfo/darwinports
Sergio Trejo | 1 Apr 2005 04:19
Picon

GNOME panels complain only once

I've installed GNOME and XFree86_44 via DarwinPorts and everything
seems to be fine operatoinally.

Although curious, when gnome-session first starts up and I X runnging
(via XDarwin), I receive a GNOME panel stating:

"This application 'gnome-settings-dawmon' has unexpectedly quit'" 

and another GNOME panel stating:

"The panel encountered a problem while loading 'OAFIID:GNOME-MixerApple'"

What's interesting is if I close these panels, the GNOME desktop seems
to "re set" visually (the icons change for a few moments and then the
normal Desktop re-appears) and I get no further panels asserting
warnings or errors. I'm not sure why this is and it doesn't appear to
be mission critical so maybe its not that big of a deal. However, if I
can keep these panels from appearing that woudl be nice.

Has anyone else encountered this situation?

Serg
Anthony M. Agelastos | 1 Apr 2005 05:19
Picon
Favicon

libpn and DarwinPortsStartup 1.1_0

Hello all,

First of all, congrats to the new leadership. Anyways, I did a `sudo 
port -a upgrade` because DarwinPortsStartup had been updated to 1.1_0 
from 1.0_1. Anyways, here is what I get:

tibook:~ iqgrande$ sudo port -a upgrade
--->  Deactivating DarwinPortsStartup 1.0_1
--->  Fetching DarwinPortsStartup
--->  Attempting to fetch DarwinPortsStartup-1.1.tar.gz from 
http://www.opendarwin.org/~kevin/
--->  Verifying checksum(s) for DarwinPortsStartup
--->  Extracting DarwinPortsStartup
--->  Configuring DarwinPortsStartup
--->  Building DarwinPortsStartup with target all
--->  Staging DarwinPortsStartup into destroot
--->  Packaging cpgz archive for DarwinPortsStartup 1.1_0
--->  Installing DarwinPortsStartup 1.1_0
--->  Activating DarwinPortsStartup 1.1_0
--->  Cleaning DarwinPortsStartup
Error: No port libpn found.
tibook:~ iqgrande$

What does the error at the end mean? It shows up with `port installed` 
as (active), so it appears to have worked. I should also mention that I 
fully updated port and base apriori. In case it is desired, my 
configuration is shown below. Thank you for your time and given 
assistance.

PowerBook G4 // 400 Mhz // 640 MB RAM
(Continue reading)

Kevin Van Vechten | 1 Apr 2005 07:13

Re: libpn and DarwinPortsStartup 1.1_0

This puzzles me.  DarwinPortsStartup doesn't have any dependencies,  
and I don't know what libpn is.  Any chance there was another  
portfile in that current working directory that is being picked up  
somehow?

- Kevin

On Mar 31, 2005, at 7:19 PM, Anthony M. Agelastos wrote:

> Hello all,
>
> First of all, congrats to the new leadership. Anyways, I did a  
> `sudo port -a upgrade` because DarwinPortsStartup had been updated  
> to 1.1_0 from 1.0_1. Anyways, here is what I get:
>
> tibook:~ iqgrande$ sudo port -a upgrade
> --->  Deactivating DarwinPortsStartup 1.0_1
> --->  Fetching DarwinPortsStartup
> --->  Attempting to fetch DarwinPortsStartup-1.1.tar.gz from http:// 
> www.opendarwin.org/~kevin/
> --->  Verifying checksum(s) for DarwinPortsStartup
> --->  Extracting DarwinPortsStartup
> --->  Configuring DarwinPortsStartup
> --->  Building DarwinPortsStartup with target all
> --->  Staging DarwinPortsStartup into destroot
> --->  Packaging cpgz archive for DarwinPortsStartup 1.1_0
> --->  Installing DarwinPortsStartup 1.1_0
> --->  Activating DarwinPortsStartup 1.1_0
> --->  Cleaning DarwinPortsStartup
> Error: No port libpn found.
(Continue reading)

Ole Guldberg Jensen | 1 Apr 2005 07:31

Re: Base committers comment on bug #2821?


On Apr 1, 2005, at 12:06 AM, James Berry wrote:
> I might suggest that perhaps there's too much closed discussion on 
> portmgr <at> ? I hope that the new portmgr will strive for as much openness 
> as possible. Decisions are good. So is openness. Decisions made in the 
> open have the benefit that everybody can see the rationale (or lack 
> thereof), even if they don't agree with it.

The only discussion in portmgr <at>  about this was:

We need to take care of this if this bug is valid.

I agree that discussions and decisions (if possible) should be make in 
the open. To be frank the discussions in portmgr <at>  has been of practical 
issues - who takes care of what. We have been working hard at getting 
things done, not in making decisions behind anybodys back. The 
discussions have actually been on this list.
Guido Soranzio | 1 Apr 2005 10:14
Picon
Favicon

Handling bug #1580 ("+" in port names)

While testing the Deps button of Sport I encountered the
bug 1580 (http://bugzilla.opendarwin.org/show_bug.cgi?id=1580):
if a "+" is present in the name of a port (i.e. libsigc++2
required by Inkscape) the following error appear:

"port search failed: couldn't compile regular expression pattern:
quantifier operand invalid (1)".

"port info" is consequently also affected.

Is someone working on it? Or should I escape plus signs in
port names?

--

-- 
Guido
Scripting port: http://it.geocities.com/gui_dos/sport
Arnaud Delobelle | 1 Apr 2005 14:53
Picon
Favicon

emacs + auctex : how do I compile a latex file from emacs?

Hi all

I have just started using DarwinPorts on OSX (Panther).  I have 
installed emacs 22.0.50+carbon and auctex 11.55_0 and it works fine 
except that if I want to compile a latex file from within emacs, using
	C-c C-c LaTex
I get a 'latex: command not found' error
(same for dvips, xdvi...)

So there seems to be a problem with emacs's path.  I thought maybe I 
had to include /opt/local/bin in emac's exec-path variable, which I 
tried with no success.  I can't find any other path variable to set!

exec-path is set to
	("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/Users/arno" 
"/opt/local/libexec/emacs/	22.0.50/powerpc-apple-darwin7.8.0" 
"/opt/local/bin")

But: M-x shell-command echo $PATH gives me
	/usr/bin:/bin:/usr/sbin:/sbin:/Users/arno

What can I do next?  BTW sorry if I am not posting to the right list.

PS: Of course I have teTeX installed (by DarwinPorts, so it is all in 
/opt/local/bin)

Thanks.

--

-- 
Arnaud
(Continue reading)

Anthony M. Agelastos | 1 Apr 2005 15:17
Picon
Favicon

Re: libpn and DarwinPortsStartup 1.1_0

Thanks for the reply Kevin. In case the current dir is the culprit, see 
below for some `ls -lag` output of the directory I was in (which was 
just $HOME). Also see below for how I updated DP. Now that I think 
about it, though... this libpn may have shown up before when something 
else was updated but I just did not think anything of it. Any ideas?

# Update (I made 2 BASH scripts that do all of this for me, so I am 
merely pasting their commands.
cd ~/darwinports/dports
cvs -q -z3 update -dP
portindex

cd ~/darwinports/base
make distclean
cvs -q -z3 update -dP
./configure --with-tcl=/usr/lib --with-tclpackage=/Library/Tcl
make clean && make
echo "Type sudo password now:"
sudo make install
port outdated

#Directory listing
tibook:~ iqgrande$ ls -lag
total 528
drwxr-xr-x  42 iqgrande  iqgrande    1428 31 Mar 22:44 .
drwxrwxr-t   6 root      admin        204 18 Mar 22:26 ..
drwx------   3 iqgrande  iqgrande     102 11 Jan 20:50 .BitchX
-rw-r--r--   1 iqgrande  iqgrande    6148 29 Mar 20:53 .DS_Store
drwxr-xr-x   5 iqgrande  iqgrande     170 18 Mar 22:26 .MacOSX
drwx------   3 iqgrande  iqgrande     102 29 Mar 22:29 .Trash
(Continue reading)

Anthony M. Agelastos | 1 Apr 2005 15:22
Picon
Favicon

Re: emacs + auctex : how do I compile a latex file from emacs?

Hello,

I could be way off base here, but is it possible that since it is being  
called from a Carbon app, that it may need your  
.MacOSX/environment.plist file to have the nicely-updated $PATH? I am  
pretty sure you should have this directory and file in $HOME. To edit  
environment.plist, use the open command in Terminal.app which will  
bring up the best program to edit it with. A sample of mine is attached  
below. HTH.

-Anthony

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"  
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
         <key>AQUATERM_LOGLEVEL</key>
         <string>1</string>
         <key>AQUATERM_PATH</key>
         <string>/Applications/DarwinPorts/AquaTerm.app</string>
         <key>AQUATERM_REPORT_TIMING</key>
         <string>1</string>
         <key>GNUTERM</key>
         <string>aqua</string>
         <key>PATH</key>

<string>/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/ 
opt/local/bin:/opt/local/sbin:/Users/iqgrande/.scripts/slash/bin:/ 
Users/iqgrande/.scripts/slash/sbin</string>
(Continue reading)

Anthony M. Agelastos | 1 Apr 2005 15:25
Picon
Favicon

Re: emacs + auctex : how do I compile a latex file from emacs?

I forgot to mention that after you change that file, a reboot or two 
may be needed for it to take effect.

On Apr 1, 2005, at 7:53 AM, Arnaud Delobelle wrote:

> Hi all
>
> I have just started using DarwinPorts on OSX (Panther).  I have 
> installed emacs 22.0.50+carbon and auctex 11.55_0 and it works fine 
> except that if I want to compile a latex file from within emacs, using
> 	C-c C-c LaTex
> I get a 'latex: command not found' error
> (same for dvips, xdvi...)
>
> So there seems to be a problem with emacs's path.  I thought maybe I 
> had to include /opt/local/bin in emac's exec-path variable, which I 
> tried with no success.  I can't find any other path variable to set!
>
> exec-path is set to
> 	("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/Users/arno" 
> "/opt/local/libexec/emacs/	22.0.50/powerpc-apple-darwin7.8.0" 
> "/opt/local/bin")
>
> But: M-x shell-command echo $PATH gives me
> 	/usr/bin:/bin:/usr/sbin:/sbin:/Users/arno
>
> What can I do next?  BTW sorry if I am not posting to the right list.
>
> PS: Of course I have teTeX installed (by DarwinPorts, so it is all in 
> /opt/local/bin)
(Continue reading)


Gmane