scrollkeeper

2008-04-05 Thread William Davis

dang it all
you have fixed scrollkeeper so I cant re-install it but now I cant  
install half the gnome updates because they want scrollkeeper!

Im disgussted

Well I need some sleep. Ill try to write it all up tommorow because if  
I do it now Ill rant


:/


William Davis
frstanATbellsouthDOTnet
Mac OS X.5.2 Darwin 9.2.2
Xquartz 2.2.0 - (xorg-server 1.3.0-apple13)
Mac Mini Intel Duo @ 1.86 GHz

Mundus vult decepi, ego non

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


Re: MacPorts missing Directories

2008-04-05 Thread William Davis

after you installed, did you run
sudo port -d selfupdate
??
Did you have /opt/local/bin and /opt/local/sbin in your path?
Do you have XCODE and the X11SDK installed?
W.D.
On Apr 6, 2008, at 12:37 AM, Sam Cook wrote:


Hello--

The Facts: I am using an intel MacBook with OS X 10.5.2. I am new to  
MacPorts. I recently downloaded MacPorts-1.6.0-10.5-Leopard.dmg. I  
still have not (third try) been able get MacPorts to install  
correctly. In particular, the directories


/Applictions/MacPorts
/Library/LaunchDaemons/org.macports.*
and
/etc/X11/xinit/xinitrc

do not exist.

The History: The first time I tried to install MacPorts, my .profile  
was not modified. I did it, and I also tried to modify /etc/X11/ 
xinit/xinitrc, which is when I noticed it isn't there. However, X11  
did create /usr/X11/lib/X11/xinit/xinitrc when I installed it.


Then I reran the installer. Progress, as the port command was now  
recognized. I tried to install my first port, gv 3.6.3. It did not  
work; it installed, but when I tried to execute the gv command, it  
would not run.


I tried the whole process over. Now, MacPorts seems to be working,  
and so is gv! But the three directories listed above are still  
absent. Any advice?


Thanks,

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




William Davis
frstanATbellsouthDOTnet
Mac OS X.5.2 Darwin 9.2.2
Xquartz 2.2.0 - (xorg-server 1.3.0-apple13)
Mac Mini Intel Duo @ 1.86 GHz

Mundus vult decepi, ego non

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


MacPorts missing Directories

2008-04-05 Thread Sam Cook

Hello--

The Facts: I am using an intel MacBook with OS X 10.5.2. I am new to  
MacPorts. I recently downloaded MacPorts-1.6.0-10.5-Leopard.dmg. I  
still have not (third try) been able get MacPorts to install  
correctly. In particular, the directories


/Applictions/MacPorts
/Library/LaunchDaemons/org.macports.*
and
/etc/X11/xinit/xinitrc

do not exist.

The History: The first time I tried to install MacPorts, my .profile  
was not modified. I did it, and I also tried to modify /etc/X11/xinit/ 
xinitrc, which is when I noticed it isn't there. However, X11 did  
create /usr/X11/lib/X11/xinit/xinitrc when I installed it.


Then I reran the installer. Progress, as the port command was now  
recognized. I tried to install my first port, gv 3.6.3. It did not  
work; it installed, but when I tried to execute the gv command, it  
would not run.


I tried the whole process over. Now, MacPorts seems to be working, and  
so is gv! But the three directories listed above are still absent. Any  
advice?


Thanks,

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


using native python 2.5 as opposed to installing 2.4

2008-04-05 Thread Randy Bush
< insert old unix geek whining about macos and unsearchable mailman
mailing list archives >

trying to install rdiff-backup.  it, and py-xattr want to install python
2.4 port when there is a perfectly good python 2.5 native in leopard.  i
can not find the equivalent of freebsd's /usr/local/etc/pkgtools.conf to
whack the port's build parms.  and doc reading does not give me a lot of
clue.

clue bat please.

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


Re: Problem building gd2 on Leopard

2008-04-05 Thread Anthony Michael Agelastos

Hello David,

I assume that you are running the latest and greatest version of  
Leopard. If so, I recommend installing the "unofficial" X11 updates from


http://trac.macosforge.org/projects/xquartz

This allowed Maxima to build just fine for me.

I hope this helps. Good luck.


On Apr 5, 2008, at 5:23 PM, David Garza wrote:

I'd like to install gd2, so I can then install Maxima, but the gd2  
build is failing because it can't find xpm.h.  I have a copy of  
xpm.h in both /Developer/SDKs/MacOSX10.5.sdk/usr/X11/include/X11  
and /Developer/SDKs/MacOSX10.4u.sdk/usr/X11/include/X11, but the  
complier can't seem to find them.  The command which fails is


if /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 - 
DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/ 
local/include -I/opt/local/include -I/usr/X11/include  -O2 -MT  
gdxpm.lo -MD -MP -MF ".deps/gdxpm.Tpo" -c -o gdxpm.lo gdxpm.c; \
	then mv -f ".deps/gdxpm.Tpo" ".deps/gdxpm.Plo"; else rm -f ".deps/ 
gdxpm.Tpo"; exit 1; fi
/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/ 
freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11/ 
include -O2 -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c  - 
fno-common -DPIC -o .libs/gdxpm.o


Is there a problem with my X11 package?  Should I just modify the  
portfile to point it to the correct directories?


Thanks,
David

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


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


Problem building gd2 on Leopard

2008-04-05 Thread David Garza
I'd like to install gd2, so I can then install Maxima, but the gd2  
build is failing because it can't find xpm.h.  I have a copy of xpm.h  
in both /Developer/SDKs/MacOSX10.5.sdk/usr/X11/include/X11 and / 
Developer/SDKs/MacOSX10.4u.sdk/usr/X11/include/X11, but the complier  
can't seem to find them.  The command which fails is


if /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 - 
DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/ 
local/include -I/opt/local/include -I/usr/X11/include  -O2 -MT  
gdxpm.lo -MD -MP -MF ".deps/gdxpm.Tpo" -c -o gdxpm.lo gdxpm.c; \
	then mv -f ".deps/gdxpm.Tpo" ".deps/gdxpm.Plo"; else rm -f ".deps/ 
gdxpm.Tpo"; exit 1; fi
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/ 
freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11/include  
-O2 -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c  -fno-common - 
DPIC -o .libs/gdxpm.o


Is there a problem with my X11 package?  Should I just modify the  
portfile to point it to the correct directories?


Thanks,
David

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


selfupdate fails

2008-04-05 Thread Dimitri Hendriks

Hi,

I try to selfupdate macports on system 10.4.11,
but it fails; see error message below.
Does anyone know how to solve this?

Thanks in advance,
Dimitri

[EMAIL PROTECTED]:~<513> sudo port selfupdate -dMacPorts base version 1.520  
installed

Downloaded MacPorts base version 1.600
Configuring, Building and Installing new MacPorts base
Error: /opt/local/bin/port: selfupdate failed: Error installing new  
MacPorts base: shell command "cd /opt/local/var/macports/sources/ 
rsync.macports.org/release/base && ./configure --prefix=/opt/local -- 
with-install-user=root --with-install-group=admin --with-tclpackage=/ 
Library/Tcl && make && make install" returned error 2
Command output: registry.c:305: error: `errPtr' undeclared (first use  
in this function)
registry.c:306: error: request for member `status' in something not a  
structure or unionregistry.c: At top level:


registry.c:321: error: parse error before '*' token
registry.c: In function `reg_start_write':
registry.c:322: error: `errPtr' undeclared (first use in this function)
registry.c:323: error: request for member `status' in something not a  
structure or union

registry.c: At top level:
registry.c:333: error: parse error before '*' token
registry.c: In function `reg_end':
registry.c:334: error: request for member `status' in something not a  
structure or union

registry.c:335: error: `errPtr' undeclared (first use in this function)
registry.c:341: error: request for member `db' in something not a  
structure or union

registry.c:341: error: `query' undeclared (first use in this function)
registry.c:342: error: `SQLITE_OK' undeclared (first use in this  
function)
registry.c:345: error: `SQLITE_BUSY' undeclared (first use in this  
function)
registry.c:346: error: request for member `db' in something not a  
structure or union

registry.c: At top level:
registry.c:359: error: parse error before '*' token
registry.c: In function `reg_commit':
registry.c:360: error: `errPtr' undeclared (first use in this function)
registry.c:361: error: request for member `status' in something not a  
structure or union

registry.c: At top level:
registry.c:376: error: parse error before '*' token
registry.c: In function `reg_rollback':
registry.c:377: error: `errPtr' undeclared (first use in this function)
registry.c:378: error: request for member `status' in something not a  
structure or unionmake[2]: *** [registry.o] Error 1make[1]: *** [all]  
Error 1make: *** [all] Error 1


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


Re: xv and png

2008-04-05 Thread Rainer Müller

Ryan Schmidt wrote:
Well, that is contrary to the FAQ, which explains why MacPorts uses  
its own libraries in most cases. libpng is not a library for which we  
should be making an exception to this rule.


We have a lot of dependencies like this. That's why we have this lib: 
thing at all. If the maintainer wants to manage this, it is ok to use 
it. But there is no general rule to use stuff from outside or 
'overwrite' dependencies.


Rainer

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


Re: Error building "octave" from port

2008-04-05 Thread Mark Anderson

I had this very same problem, check out this ticket:
http://trac.macports.org/projects/macports/ticket/13686

I managed to get Octave 3.0.0 to build using the Portfile in this  
ticket.


—Mark

On Apr 4, 2008, at 1:24 PM, Jean-François Gobin wrote:


Hi,

I'm trying to install octave. It chokes :

make -C ../../scripts DOCSTRINGS
make[4]: `DOCSTRINGS' is up to date.
making arith.texi from arith.txi
/bin/sh: line 1:  2592 Segmentation fault  ./munge-texi -d ../../ 
src/DOCSTRINGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi-t

make[3]: *** [arith.texi] Error 139
make[2]: *** [interpreter] Error 2
make[1]: *** [doc] Error 2
make: *** [all] Error 2

Error: Status 1 encountered during processing.

Version is octave-2.9.15

Going a bit deeper into what happens :

jfg:interpreter jean-francoisgobin$ gdb munge-texi
GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct  2 04:07:49  
UTC 2007)

Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and  
you are
welcome to change it and/or distribute copies of it under certain  
conditions.

Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for  
details.
This GDB was configured as "i386-apple-darwin"...Reading symbols for  
shared libraries  done


(gdb) run -d ../../src/DOCSTRINGS -d ../../scripts/DOCSTRINGS <  
arith.txi > arith.texi-t
Starting program: /opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_math_octave/work/octave-2.9.15/doc/ 
interpreter/munge-texi -d ../../src/DOCSTRINGS -d ../../scripts/ 
DOCSTRINGS < arith.txi > arith.texi-t

Reading symbols for shared libraries +++. done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: 13 at address: 0x
0x8fe18b42 in __dyld_misaligned_stack_error ()

Seems someone is trying to play with a null pointer

jF



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


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


Re: xv and png

2008-04-05 Thread Ryan Schmidt


On Apr 5, 2008, at 05:32, Rainer Müller wrote:


Ryan Schmidt wrote:

Looks like it's also linked against the system's libpng, not   
MacPorts' libpng, which is unfortunate and should be fixed.


It has a dependency on lib:libpng.3:libpng, so this is intended.


Well, that is contrary to the FAQ, which explains why MacPorts uses  
its own libraries in most cases. libpng is not a library for which we  
should be making an exception to this rule.


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


postgresql82

2008-04-05 Thread Tom Allison
I had some Apple upgrades come in recently and noticed a few things that 
were out of whack -- like I had some issues with the minimize feature 
not working.


And then I realized that my database isn't running.

How do I get this back into the sys_init process so it will run again?
I don't see any errors in /opt/local/var/log/postgres82/postgres.log. 
These are the last lines:


LOG:  received smart shutdown request
LOG:  shutting down
LOG:  database system is shut down


NOTE TO SELF -- add dates to config.


I guess I can upgrade and maybe that will fix it.

If I do:
Do I have to migrate the databases?
Do I need to dump them first and migrate manually (will version 8.2 be 
around)


How do I NOT upgrade a package (and dependencies)?
I want to keep RAILS at version 1.xxx

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


Re: xv and png

2008-04-05 Thread Rainer Müller

Joerg van den Hoff wrote:
and it would be really great, if the PNG patch could really be 
included: missing PNG support is the one big shortcoming of `xv'.

as `xv' seems otherwise frozen since the mid nineties applying the patch
seems a one time action.


I will work on inclusion of this patch.

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


Re: xv and png

2008-04-05 Thread Rainer Müller

Ryan Schmidt wrote:
Looks like it's also linked against the system's libpng, not  
MacPorts' libpng, which is unfortunate and should be fixed.


It has a dependency on lib:libpng.3:libpng, so this is intended.

Rainer


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


Re: xv and png

2008-04-05 Thread Joerg van den Hoff
On Fri, Apr 04, 2008 at 08:02:43PM -0500, Ryan Schmidt wrote:
> On Apr 4, 2008, at 19:39, Rainer Müller wrote:
> 
> >Joerg van den Hoff wrote:
> >
> >>standard  `xv'   does  not have png support although patches
> >>seem to exist.
> >
> >The standard xv release does not support PNG images according to  
> >the homepage. Even if there are any patches available somewhere,  
> >they are not applied at the moment.
> >
> >There is an official patch on the downloads page, "Patch to read/ 
> >write PNG files" [1].
> >
> >The statement in the description is, "This version has been patched  
> >to support the PNG & PhotoCD image types." But it seems that it is  
> >just using the standard source distribution without additional  
> >patches.
> >
> >>`port  info  xv'  lists `libpng'  as one of the dependencies
> >>and PNG is explicitely mentioned under  the  supported  file
> >>formats.   therefore  I installed it hoping for PNG support,
> >>but without success: no display of png images.
> >
> >Strange enough, it is really linked against libpng. But it can't  
> >display PNG images for me neither.
> >
> >$ otool -L /opt/local/bin/xv
> >/opt/local/bin/xv:
> >[...]
> >/opt/local/lib/libjpeg.62.dylib (compatibility version  
> >63.0.0, current version 63.0.0)
> >/opt/local/lib/libtiff.3.dylib (compatibility version  
> >12.0.0, current version 12.2.0)
> >/usr/X11/lib/libpng.3.dylib (compatibility version 4.0.0,  
> >current version 4.0.0)
> >[...]
> 
> Looks like it's also linked against the system's libpng, not  
> MacPorts' libpng, which is unfortunate and should be fixed.
> 

is mr. nomaintainer informed? :-)

and it would be really great, if the PNG patch could really be 
included: missing PNG support is the one big shortcoming of `xv'.
as `xv' seems otherwise frozen since the mid nineties applying the patch
seems a one time action.

and for standard tasks `xv' still seems really superior to
`ImageMagick' (standard operations such as edge detection run faster
by a signifcant factor (5-10) and yield really much better results).

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


Re: No match for mactex found

2008-04-05 Thread Emmanuel Hainry
Citando Charlse Darwin :
> $ port search MacTeX
> No match for MacTeX found
>
> Can (should) I file a ticket?

MacTeX is a texlive distribution specially designed for mac users. It
provides TeXlive (provided in macports by the texlive port),
ghostscript, ImageMagick, TeXshop (which are all available separately in
macports) as well as some other programs such as bibdesk or LatexIt
which are not in macports (to my knowledge).

It would be hence conflicting with a lot of ports to provide it in
macports. However, if some of the utilities mactex installs are useful
to you, you can install them separately and file a request on trac for
their inclusion in macports.

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


Re: gnucash-docs needs to drop scrollkeeper

2008-04-05 Thread Randall Wood
In the future, a link to the ticket would be far more useful than
cutting and pasting the ticket into email.

On Sat, Apr 5, 2008 at 4:02 AM, William Davis <[EMAIL PROTECTED]> wrote:
>
>
> On Apr 4, 2008, at 9:08 PM, Ryan Schmidt wrote:
> Please file a ticket if one does not already exist.
>
>
> On Apr 4, 2008, at 14:19, William Davis wrote:
>
> For gunucash-docs: the dependentcy on scrollkeeper needs to be removed and
> rarian substitued.
>
>
>
>
>
>
>
>
>
> Ticket #14926 (new defect)
>
> Opened 3 seconds ago
> For gunucash-docs: the dependentcy on scrollkeeper needs to be removed and
> rarian substitued
>
>
>
>
> William Davis
> frstanATbellsouthDOTnet
> Mac OS X.5.2 Darwin 9.2.2
> Xquartz 2.2.0 - (xorg-server 1.3.0-apple13)
> Mac Mini Intel Duo @ 1.86 GHz
>
> Mundus vult decepi, ego non
>
> ___
>  macports-users mailing list
>  macports-users@lists.macosforge.org
>  http://lists.macosforge.org/mailman/listinfo/macports-users
>
>



-- 
Randall Wood
[EMAIL PROTECTED]

"The rules are simple: The ball is round. The game lasts 90 minutes.
All the rest is just philosophy."
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: gnucash-docs needs to drop scrollkeeper

2008-04-05 Thread William Davis


On Apr 4, 2008, at 9:08 PM, Ryan Schmidt wrote:


Please file a ticket if one does not already exist.


On Apr 4, 2008, at 14:19, William Davis wrote:

For gunucash-docs: the dependentcy on scrollkeeper needs to be  
removed and rarian substitued.




Ticket #14926 (new defect)
Opened 3 seconds ago
For gunucash-docs: the dependentcy on scrollkeeper needs to be removed  
and rarian substitued




William Davis
frstanATbellsouthDOTnet
Mac OS X.5.2 Darwin 9.2.2
Xquartz 2.2.0 - (xorg-server 1.3.0-apple13)
Mac Mini Intel Duo @ 1.86 GHz

Mundus vult decepi, ego non

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