Re: compile GNOME under Leopard/Intel

2007-11-10 Thread William Davis


On Nov 10, 2007, at 10:15 PM, Ryan Schmidt wrote:


On Nov 10, 2007, at 20:04, William Davis wrote:

Using the order of compilation of files given on the Installing  
GNOME 2.20 page at www.gnome.org, I installed individually each  
componet of the GNOME system using:

sudo port -dfun upgrade foo  (or install in a few cases)

Im pleased to say that everything except 4 programs complied. The  
exceptions were:


[snip]

I hope this is of some interest as it took a *very* long  
time... :)


It would be wonderful if you would file bugs in Trac for these  
problems (if bugs have not already been filed). Instructions are here:


http://trac.macosforge.org/projects/macports/wiki/TracTicketing





yes, indeed. I have now done so -- either creating a new ticket or  
commenting on an existing one.


William Davis
frstanATbellsouthDOTnet
Mac OS X.5.0 Darwin 9.0.0
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: compile GNOME under Leopard/Intel

2007-11-10 Thread Ryan Schmidt

On Nov 10, 2007, at 20:04, William Davis wrote:

Using the order of compilation of files given on the Installing  
GNOME 2.20 page at www.gnome.org, I installed individually each  
componet of the GNOME system using:

sudo port -dfun upgrade foo  (or install in a few cases)

Im pleased to say that everything except 4 programs complied. The  
exceptions were:


[snip]

I hope this is of some interest as it took a *very* long  
time... :)


It would be wonderful if you would file bugs in Trac for these  
problems (if bugs have not already been filed). Instructions are here:


http://trac.macosforge.org/projects/macports/wiki/TracTicketing



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


Re: servers down

2007-11-10 Thread Ryan Schmidt

On Nov 10, 2007, at 20:15, Edward Ned Harvey wrote:

The ports usually fetch the software from the developers' web  
sites. We don't control them, so it's possible that they'll be  
down from time to time. But it shouldn't be a problem that often.  
You can also always fetch the software yourself, if you can find  
it elsewhere, and put it in the right place (which is /opt/local/ 
var/macports/distfiles/${name}). For sites that are frequently  
down, we sometimes mirror the distfiles on our own server. You  
could show us the exact error messages you're getting so we can  
look into it and see what's going on.


Now that I look closer, I see the first URL that's failing is  
www.apache.org.  In fact, their site is not down, and when I go  
there, it's easy to see what's wrong.  They have apr 0.9.16  
available, but the one attempting to download is 0.9.13.  So simply  
the package that "port" is trying to download is too old.


I browsed around, and 0.9.13 is no longer available.  So I can't  
download it myself into the distfiles directory.


I tried "tricking" port by grepping for 0.9.13 under /opt, and  
editing a few select files to 0.9.16 instead.  This allowed the  
file to download, but the checksum failed.


Any suggestions on how to handle this situation?


Ok, so the apr0 and apr-util0 ports are out of date and need to be  
updated. You should file a ticket for that in Trac. Instructions are  
here:


http://trac.macosforge.org/projects/macports/wiki/TracTicketing


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


Re: servers down

2007-11-10 Thread William Davis


On Nov 10, 2007, at 9:15 PM, Edward Ned Harvey wrote:

The ports usually fetch the software from the developers' web  
sites. We don't control them, so it's possible that they'll be down  
from time to time. But it shouldn't be a problem that often. You  
can also always fetch the software yourself, if you can find it  
elsewhere, and put it in the right place (which is /opt/local/var/ 
macports/distfiles/${name}). For sites that are frequently down, we  
sometimes mirror the distfiles on our own server. You could show us  
the exact error messages you're getting so we can look into it and  
see what's going on.


Now that I look closer, I see the first URL that's failing is www.apache.org 
.  In fact, their site is not down, and when I go there, it's easy  
to see what's wrong.  They have apr 0.9.16 available, but the one  
attempting to download is 0.9.13.  So simply the package that "port"  
is trying to download is too old.


I browsed around, and 0.9.13 is no longer available.  So I can't  
download it myself into the distfiles directory.


I tried "tricking" port by grepping for 0.9.13 under /opt, and  
editing a few select files to 0.9.16 instead.  This allowed the file  
to download, but the checksum failed.


Any suggestions on how to handle this situation?

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


http://geeklair.net/new_macports_guide/#development.creating-portfile  
shows you how to do new  checksum.


William Davis
frstanATbellsouthDOTnet
Mac OS X.5.0 Darwin 9.0.0
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: servers down

2007-11-10 Thread Edward Ned Harvey
The ports usually fetch the software from the developers' web sites. We 
don't control them, so it's possible that they'll be down from time to 
time. But it shouldn't be a problem that often. You can also always 
fetch the software yourself, if you can find it elsewhere, and put it in 
the right place (which is /opt/local/var/macports/distfiles/${name}). 
For sites that are frequently down, we sometimes mirror the distfiles on 
our own server. You could show us the exact error messages you're 
getting so we can look into it and see what's going on.


Now that I look closer, I see the first URL that's failing is 
www.apache.org.  In fact, their site is not down, and when I go there, 
it's easy to see what's wrong.  They have apr 0.9.16 available, but the 
one attempting to download is 0.9.13.  So simply the package that "port" 
is trying to download is too old.


I browsed around, and 0.9.13 is no longer available.  So I can't 
download it myself into the distfiles directory.


I tried "tricking" port by grepping for 0.9.13 under /opt, and editing a 
few select files to 0.9.16 instead.  This allowed the file to download, 
but the checksum failed.


Any suggestions on how to handle this situation?

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


compile GNOME under Leopard/Intel

2007-11-10 Thread William Davis
Using the order of compilation of files given on the Installing GNOME  
2.20 page at www.gnome.org, I installed individually each componet of  
the GNOME system using:

sudo port -dfun upgrade foo  (or install in a few cases)

Im pleased to say that everything except 4 programs complied. The  
exceptions were:



poppler:

creating libpoppler-qt4.la
(cd .libs && rm -f libpoppler-qt4.la && ln -s ../libpoppler-qt4.la  
libpoppler-qt4.la)

Making all in tests
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../poppler -I../.. -I../../ 
poppler -I../../qt4/src -I../../qt -I/opt/local/include   -DQT_SHARED - 
I/opt/local/include/qt4 -I/opt/local/include/qt4/QtCore -I/opt/local/ 
include/qt4/QtGui -I/opt/local/include/qt4/QtXml-I/opt/local/ 
include  -Wall -Wno-unused -O2 -MT test-poppler-qt4.o -MD -MP -MF  
".deps/test-poppler-qt4.Tpo" -c -o test-poppler-qt4.o test-poppler- 
qt4.cpp; \
	then mv -f ".deps/test-poppler-qt4.Tpo" ".deps/test-poppler-qt4.Po";  
else rm -f ".deps/test-poppler-qt4.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CXX --mode=link g++  -Wall -Wno-unused - 
O2  -L/opt/local/lib -o test-poppler-qt4  test-poppler-qt4.o ../../ 
poppler/libpoppler.la ../../qt4/src/libpoppler-qt4.la -L/opt/local/lib  
-lfontconfig -lexpat   -framework ApplicationServices -framework  
Carbon -framework AppKit -L/opt/local/lib -L/opt/local/var/macports/ 
build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource- 
src-4.3.2/lib -lQtGui -lpng -lQtXml -lQtTest -lQtCore -lz -lm - 
liconv   -lz

mkdir .libs
libtool: link: cannot find the library `' or unhandled argument `Carbon'
make[3]: *** [test-poppler-qt4] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Warning: the following items did not execute (for poppler):  
org.macports.activate org.macports.build org.macports.destroot  
org.macports.install

Error: Status 1 encountered during processing.

liboobs:

checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OOBS... yes
checking for crypt in -lcrypt... no
configure: error: crypt library is required.

Warning: the following items did not execute (for liboobs):  
org.macports.activate org.macports.configure org.macports.build  
org.macports.destroot org.macports.install

Error: Status 1 encountered during processing.

firefox-x11:

gmake[5]: Entering directory `/opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_www_firefox-x11/work/mozilla/nsprpub/pr/ 
src/linking'
gcc -o prlink.o -c-I/opt/local/include -O2 -pipe -Wmost -fno- 
common -no-cpp-precomp -pthread -O2 -fPIC  -UDEBUG  -DMOZILLA_CLIENT=1  
-DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DXP_UNIX=1 -DDARWIN=1  
-DHAVE_BSD_FLOCK=1 -Di386=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 - 
DHAVE_STRERROR=1  -DFORCE_PR_LOG -D_PR_PTHREADS - 
UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I/opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_www_firefox-x11/work/mozilla/dist/include/ 
nspr -I../../../pr/include -I../../../pr/include/private -I/Developer/ 
Headers/FlatCarbon  prlink.c
In file included from /System/Library/Frameworks/ 
CoreFoundation.framework/Headers/CoreFoundation.h:21,
 from /System/Library/Frameworks/ 
CoreServices.framework/Frameworks/CarbonCore.framework/Headers/ 
CarbonCore.h:20,
 from /System/Library/Frameworks/ 
CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20,
 from /System/Library/Frameworks/ 
CoreServices.framework/Headers/CoreServices.h:21,

 from /Developer/Headers/FlatCarbon/CodeFragments.h:1,
 from prlink.c:48:
/usr/include/signal.h:84: error: syntax error before numeric constant
prlink.c: In function 'pr_LoadViaCFM':
prlink.c:701: warning: 'ResolveAliasFile' is deprecated (declared at / 
System/Library/Frameworks/CoreServices.framework/Frameworks/ 
CarbonCore.framework/Headers/Aliases.h:1035)

prlink.c: In function 'pr_FindSymbolInLib':
prlink.c:1400: warning: 'c2pstrcpy' is deprecated (declared at /System/ 
Library/Frameworks/CoreServices.framework/Frameworks/ 
CarbonCore.framework/Headers/TextUtils.h:578)

prlink.c: In function 'PR_GetLibraryFilePathname':
prlink.c:1629: warning: assignment discards qualifiers from pointer  
target type

gmake[5]: *** [prlink.o] Error 1
gmake[5]: Leaving directory `/opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_www_firefox-x11/work/mozilla/nsprpub/pr/ 
src/linking'

gmake[4]: *** [export] Error 2
gmake[4]: Leaving directory `/opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_www_firefox-x11/work/mozilla/nsprpub/pr/src'

gmake[3]: *** [export] Error 2
gmake[3]: Leaving directory `/opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org

Re: servers down

2007-11-10 Thread Ryan Schmidt


On Nov 10, 2007, at 15:10, Edward Ned Harvey wrote:

I'm trying to install apache20, which has dependencies, including  
apr and

apr-util, and a bunch of other stuff.

I was able to install all the other stuff, sudo port install expat  
openssl

...
But when I sudo port install apr0 apr-util0, it attempts to fetch  
from a

bunch of servers and eventually fails.

Does this happen much, in peoples' experience here?  When it  
happens, is
there any workaround, such as trying a different rsync mirror or  
something

like that?

I'm guessing I just have to wait a day and try again.


The ports usually fetch the software from the developers' web sites.  
We don't control them, so it's possible that they'll be down from  
time to time. But it shouldn't be a problem that often. You can also  
always fetch the software yourself, if you can find it elsewhere, and  
put it in the right place (which is /opt/local/var/macports/distfiles/ 
${name}). For sites that are frequently down, we sometimes mirror the  
distfiles on our own server. You could show us the exact error  
messages you're getting so we can look into it and see what's going on.



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


emacs unexmacosx.c aborting during build

2007-11-10 Thread Kendall Shaw
I'm trying to install emacs +gtk and it barfs with a display of  
registers and memory followed by:


Assertion failed: (filesize <= ranges->size), function  
unexec_regions_recorder, file /Users/kshaw/Desktop/Source/emacs-22.1/ 
src/unexmacosx.c, line 454.

make[1]: *** [emacs] Abort trap
make[1]: *** Deleting file `emacs'
make: *** [src] Error 2


Do you know a fix?

Incidentally, I tried building from source from downloading the tar  
and I get the same error during the build.



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


servers down

2007-11-10 Thread Edward Ned Harvey
I'm trying to install apache20, which has dependencies, including apr and
apr-util, and a bunch of other stuff.

I was able to install all the other stuff, sudo port install expat openssl
...
But when I sudo port install apr0 apr-util0, it attempts to fetch from a
bunch of servers and eventually fails.

Does this happen much, in peoples' experience here?  When it happens, is
there any workaround, such as trying a different rsync mirror or something
like that?

I'm guessing I just have to wait a day and try again.

Thanks for any feedback.

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


-R upgrade

2007-11-10 Thread Kendall Shaw
I used port -R upgrade sqlite3, to upgrade from 3.5.1_0 to 3.5.2_0,  
and it says at the end:


---> Deactivating sqlite3 3.5.1_0
Error: Deactivating sqlite3 3.5.1_0 failed: Active version of sqlite3  
is not 3.5.1_0 but 3.5.2_0.


Isn't that a bug?

I then used port -f uninstall sqlite3 @3.5.1_0 and now port outdated  
shows no outdated ports.


I didn't check but I think after the error if I had tried to uninstall  
without -f it would complain that things depend on 3.5.1_0 and would  
say the same about 3.5.2_0, is that a bug? That is what happened when  
I upgraded gettext.


I used -R because I thought I would have to rebuild everything that  
depends on the upgraded port. Is -R supposed to do that?


Kendall


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


Re: portfile patch for mutt-devel

2007-11-10 Thread Ryan Schmidt

On Nov 9, 2007, at 16:01, Olaf Foellinger wrote:


in ticket #13219 there is a patch for mutt-devel. It fixes a bug that
prevented mutt-devel to build with variants with patches.

It also updates some mutt-patches to the latest mutt version and it
disables some variants that don't work or aren't no longer used.

Please check it and submit it.


I took care of it.


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


Re: Image Error: redland-bindings does not exist

2007-11-10 Thread Ryan Schmidt

On Nov 9, 2007, at 04:21, Ryan Schmidt wrote:


On Nov 8, 2007, at 09:25, Christoph Ambichl wrote:

I want to install Redland RDF Language bindings for perl (http:// 
redland-bindings.darwinports.com/) in Leopard, but I get this  
error message:


Macintosh:~ chri$ sudo port install redland-bindings
--->  Activating redland-bindings 1.0.6.1_0
Error: Target org.macports.activate returned: Image error: Source  
file /opt/local/var/macports/software/redland-bindings/1.0.6.1_0  
does not appear to exist (cannot lstat it).  Unable to activate  
port redland-bindings.

Error: Status 1 encountered during processing.

I am new to Mac, so I have no idea where to locate the error.
I successfully installed other packages like p5-xml-writer or p5- 
yaml.


I have a MacBook with Intel CPU, and OS X Leopard (upgraded from  
10.4).

I use XCode 3.0, MacPorts 1.520 and the package I want to install is:
redland-bindings   www/redland-bindings 1.0.6.1   
Redland RDF Language Bindings


Just wanted to quickly say that I get the same error on Tiger with  
Xcode 2.4.1 on Intel. Please file a bug in Trac and Cc it to the  
port's maintainer.


You know, I just tried

sudo port install redland-bindings +php

and it worked. So maybe you just need to tell it what bindings you  
want. See the available bindings by running


port variants redland-bindings


If that works, great, but you should still file a bug in Trac so that  
the port can be fixed. (It should print a message advising users that  
they must select at least one variant; it shouldn't just fail with a  
cryptic error as it currently does.)



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


Re: gnucash: Symbol not found: _mark_split

2007-11-10 Thread Mac Pigman

At Randall Wood's suggestion I installed the fixed XQuartz from
http://www.x.org/wiki/XDarwin.  This version allows gnucash to enter data
instead of crashing.
-- 
View this message in context: 
http://www.nabble.com/gnucash%3A-Symbol-not-found%3A-_mark_split-tf4781320.html#a13684111
Sent from the MacPorts - Users mailing list archive at Nabble.com.

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


Storing packages for later reinstallation or deployment

2007-11-10 Thread Edward Ned Harvey
Hey all.

I wish to download once, install many times.  I'm reading through the conf
files, man pages, mailing list archives, etc.  And I'm finding myself
confused.

In the macports.conf file, there are options:
sources_conf
portarchivemode
portautoclean
rsync_server
And in sources.conf, it specifies:
rsync://rsync.macports.org ... blah

So the easiest way to figure this out would be ... if somebody simply tells
me how to download once, install many times.  That might make me understand
what's going on here.  But unless that happens, let me at least ask some
specific questions that might help me understand.

Why is the rsync server specified twice?  Once in the sources.conf file, and
once in macports.conf?

I assume that if I change portarchivemode to "yes" and change portautoclean
to "no" then the package files will be downloaded and not deleted from my
hard drive, right?

And if the package files are not deleted from my hard drive, and I wish to
repeat the installation on another computer (identically configured), I only
need to copy /opt/local/var/macports/packages to the new system, change the
rsync sources to file:///opt/.../packages instead of rsync://blah, and
repeat the "port install" command, right?

If my assumptions are right so far, which conf file(s) do I need to update
with the file:// url instead of the rsync:// url?

Thanks everyone for your help...

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


Re: gnucash: Symbol not found: _mark_split

2007-11-10 Thread Randall Wood


On 10 Nov 2007, at 11:31, Mac Pigman wrote:



By removing the run dependency upon evince from the portfile, I was  
able to
build gnucash on 10.5  It displays accounts and fetches stock  
prices, but
when I try to move to a new field with a tab or return after  
entering an

amount, it crashes:

dyld: lazy symbol binding failed: Symbol not found: _mark_split
  Referenced from: /opt/local/lib/gnucash/libgncmod-engine.dylib
  Expected in: flat namespace

Evince won't build because it depends upon avahi, which fails to  
build with

this error:

checking whether /opt/local/bin/python2.5 version >= 2.4... yes
checking for /opt/local/bin/python2.5 version... 2.5
checking for /opt/local/bin/python2.5 platform... darwin
checking for /opt/local/bin/python2.5 script directory...
${prefix}/lib/python2.5/site-packages
checking for /opt/local/bin/python2.5 extension module directory...
${exec_prefix}/lib/python2.5/site-packages
checking for python module gtk... no
configure: error: Could not find Python module gtk

But py25-gtk is installed.

Any suggestions?


See https://svn.macosforge.org/projects/macports/ticket/12966

Randall Wood
[EMAIL PROTECTED]
http://shyramblings.blogspot.com

"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


gnucash: Symbol not found: _mark_split

2007-11-10 Thread Mac Pigman

By removing the run dependency upon evince from the portfile, I was able to
build gnucash on 10.5  It displays accounts and fetches stock prices, but
when I try to move to a new field with a tab or return after entering an
amount, it crashes:

dyld: lazy symbol binding failed: Symbol not found: _mark_split
  Referenced from: /opt/local/lib/gnucash/libgncmod-engine.dylib
  Expected in: flat namespace

Evince won't build because it depends upon avahi, which fails to build with
this error:

checking whether /opt/local/bin/python2.5 version >= 2.4... yes
checking for /opt/local/bin/python2.5 version... 2.5
checking for /opt/local/bin/python2.5 platform... darwin
checking for /opt/local/bin/python2.5 script directory...
${prefix}/lib/python2.5/site-packages
checking for /opt/local/bin/python2.5 extension module directory...
${exec_prefix}/lib/python2.5/site-packages
checking for python module gtk... no
configure: error: Could not find Python module gtk

But py25-gtk is installed.

Any suggestions?
-- 
View this message in context: 
http://www.nabble.com/gnucash%3A-Symbol-not-found%3A-_mark_split-tf4781320.html#a13678591
Sent from the MacPorts - Users mailing list archive at Nabble.com.

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


Re: X11 focus follow mouse with gimp

2007-11-10 Thread Adam Mercer
On 10/11/2007, Rémi Thébault <[EMAIL PROTECTED]> wrote:

> Thanks to Yves, the Gimp is now installed but the focus don't follow
> the mouse.
> I've installed the "Turn on X11 Focus follows mouse" supplied with
> Gimp.app but it quits right after being launched and has no effect.
> more embarrassing, the Gimp crashes, when I brush (it paints a little
> bit and then crashes).

Are you running Leopard by any chance? If so then Leopards libX11 has
a bug which causes gimp (and any other gtk app) to crash. Ben Byer,
Apple's X11 maintainer has a fixed libX11 and Xquartz at
http://www.x.org/wiki/XDarwin

Cheers

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


X11 focus follow mouse with gimp

2007-11-10 Thread Rémi Thébault

Hi

Thanks to Yves, the Gimp is now installed but the focus don't follow  
the mouse.
I've installed the "Turn on X11 Focus follows mouse" supplied with  
Gimp.app but it quits right after being launched and has no effect.  
more embarrassing, the Gimp crashes, when I brush (it paints a little  
bit and then crashes).


If I can't fix this, I'll carry on using the Gimp in Ubuntu, I'm just  
fed up with rebooting every ten minutes


Any Ideas ?
Rémi.___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: gimp-lqr-plugin make error

2007-11-10 Thread Yves de Champlain


Le 07-11-10 à 07:44, Rémi Thébault a écrit :


Hi All

Trying to install the gimp, I had this issue :

--->  Building gimp-lqr-plugin with target all
Error: Target org.macports.build returned: shell command " cd "/opt/ 
local/var/macports/build/ 
_opt_local_var_macports_sources_rsync.macports.org_release_ports_graph 
ics_gimp-lqr-plugin/work/gimp-lqr-plugin-0.3.0" && make all "  
returned error 2

Command output: Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DXTHREADS -I/opt/local/ 
include/gimp-2.0 -I/op ...

(a lot of lines)
...deps/lqr_raster.Tpo" -c -o lqr_raster.o lqr_raster.c; \
	then mv -f ".deps/lqr_raster.Tpo" ".deps/lqr_raster.Po"; else rm - 
f ".deps/lqr_raster.Tpo"; exit 1; fi
/var/tmp//cc52LiVr.s:167:non-relocatable subtraction expression,  
"_norm_bias" minus "L002$pb"
/var/tmp//cc52LiVr.s:167:symbol: "_norm_bias" can't be undefined in  
a subtraction expression
/var/tmp//cc52LiVr.s:161:non-relocatable subtraction expression,  
"_sumabs" minus "L002$pb"

.
/var/tmp//cc52LiVr.s:135:non-relocatable subtraction expression,  
"_zero" minus "L002$pb"
/var/tmp//cc52LiVr.s:135:symbol: "_zero" can't be undefined in a  
subtraction expression

make[2]: *** [lqr_raster.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Hi

I just removed this plugin from gimp's dependencies, so the next port  
sync should fix the problem.


However, I would like to know more about your setup

10.?
intel / ppc ?

yves

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


gimp-lqr-plugin make error

2007-11-10 Thread Rémi Thébault

Hi All

Trying to install the gimp, I had this issue :

--->  Building gimp-lqr-plugin with target all
Error: Target org.macports.build returned: shell command " cd "/opt/ 
local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_graphics_gimp-lqr-plugin/work/gimp-lqr- 
plugin-0.3.0" && make all " returned error 2

Command output: Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DXTHREADS -I/opt/local/ 
include/gimp-2.0 -I/op ...

(a lot of lines)
...deps/lqr_raster.Tpo" -c -o lqr_raster.o lqr_raster.c; \
	then mv -f ".deps/lqr_raster.Tpo" ".deps/lqr_raster.Po"; else rm -f  
".deps/lqr_raster.Tpo"; exit 1; fi
/var/tmp//cc52LiVr.s:167:non-relocatable subtraction expression,  
"_norm_bias" minus "L002$pb"
/var/tmp//cc52LiVr.s:167:symbol: "_norm_bias" can't be undefined in a  
subtraction expression
/var/tmp//cc52LiVr.s:161:non-relocatable subtraction expression,  
"_sumabs" minus "L002$pb"

.
/var/tmp//cc52LiVr.s:135:non-relocatable subtraction expression,  
"_zero" minus "L002$pb"
/var/tmp//cc52LiVr.s:135:symbol: "_zero" can't be undefined in a  
subtraction expression

make[2]: *** [lqr_raster.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Is it possible to fix it? If not, how can I build the Gimp without the  
gimp-lqr-plugin. I don't know what does this plugin but I just want to  
use the Gimp with a pen tablet, so I don't think I will need it, will  
I ?


Thanks
Rémi___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: vim +python seems to use /usr/bin/python

2007-11-10 Thread Mark James Adams
> > Does anyone know of how to tell vim, at compile time or otherwise, to
> > use the macports install of python?
>
> Did you use python_select to get a python binary pointing to the version
> you want to use?

Thanks for the suggestion. I installed python_select, told it to use
python24, and rebuilt vim +python, but that didn't seem to help.

'which vim' has always returned /opt/local/bin/vim, but I don't think
it matters because vim's python module links to python at compile
time. Vim has a configuration option --with-python-config-dir, so I
tried adding

--with-python-config-dir=/opt/local/Library/Frameworks/Python.framework/Libraries/python2.4/config/

under configure.args in the vim portfile. Uninstalling, cleaning, and
re-building vim still doesn't seem to be selecting the macports
install of python. The way I check is by typing something in vim like

:python import simplejson

since I've installed simplejson under macports python but not under OS
X's python.

Any further thoughts?

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


Re: Python Versions

2007-11-10 Thread Weissmann Markus

On 09.11.2007, at 23:24, [EMAIL PROTECTED] wrote:


Awesome, thanks for the info.  I'll take a look at some 2.4 ports and
see about modifying them to work with python 2.5.



Often it is sufficient to change the line

PortGroup python24 1.0

to

PortGroup python25 1.0

of course IF the module runs with both versions.


-Markus


On Fri, Nov 09, 2007 at 03:53:00PM -0500, Daniel J. Luke wrote:

On Nov 9, 2007, at 3:45 PM, Lefteris Tsintjelis wrote:

William Davis wrote:

Or even get your feet wet, and try making a port yourself. I
know the developers on this list would be glad to help you
do that :)


Is there any general port add howto for this?



http://geeklair.net/macports_guide/#development
--
Daniel J. Luke
++
| * [EMAIL PROTECTED] * |
| *-- http://www.geeklair.net -* |
++
|   Opinions expressed are mine and do not necessarily   |
|  reflect the opinions of my employer.  |
++








___
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


---
Markus W. Weissmann
http://www.mweissmann.de/


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


Re: rsync warning in 'sudo port -v selfupdate' (code 24)

2007-11-10 Thread William Davis


On Nov 9, 2007, at 9:10 PM, Takashi Yoshida wrote:


Hi,

While I was running 'sudo port -v selfupdate', I saw something I  
have never seen before.


...
net/pen/
net/pftp/
net/pork/
net/psi/
net/roadrunner/
net/rsync-devel/
net/rsync-lart/
net/rsync-lart/files/
perl/p5-app-cli/
file has vanished: "ports/mail/t-prot/.Portfile.LbLunj" (in release)
IO error encountered - skipping file deletion

sent 94 bytes  received 286305 bytes  22911.92 bytes/sec
total size is 15801285  speedup is 55.17
rsync warning: some files vanished before they could be transferred  
(code 24) at /SourceCache/rsync/rsync-30/rsync/main.c(1161)
Error: /opt/local/bin/port: selfupdate failed: Couldn't sync the  
ports tree: sync failed doing rsync


Why did this happen? And can I just do another 'sudo port -v  
selfupdate' to get things in order?


Thank you and regards,

--
Takashi Yoshida
tyoshida [at] mac [dot] com



I believe the (in release) is refering to the rsync server and means a  
new version of the file is in process of being put in place by the  
system.

This should clear up in a while by itself.

William Davis
frstanATbellsouthDOTnet
Mac OS X.5.0 Darwin 9.0.0
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: problem installing Wireshark on Leopard

2007-11-10 Thread William Davis


On Nov 9, 2007, at 8:16 PM, Michael Hernandez wrote:



On Nov 9, 2007, at 8:02 PM, Kim Young wrote:

I try to install Wireshark with MacPorts on my new install of 10.5  
and this is what I get:



john-youngs-imac:~ kimyoung$ sudo port install wireshark
Password:
--->  Building atk with target all
Error: Target org.macports.build returned: shell command " cd "/opt/ 
local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_devel_atk/work/atk-1.20.0" && make all  
" returned error 2

Command output: make  all-recursive
Making all in atk
make  all-am
/bin/sh ../libtool --tag=CC --mode=link gcc  -O2 -funroll-loops - 
fstrict-aliasing -Wall  -L/opt/local/lib -no-undefined -o  
libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009
atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo  
atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo  
atkhypertext.lo atkimage.lo atknoopobject.lo  
atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo  
atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo  
atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo  
atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/ 
opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv
gcc -dynamiclib  -o .libs/libatk-1.0.0.2009.1.dylib  .libs/ 
atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/ 
atkeditabletext.o .libs/atkgobjectaccessible.o .libs/ 
atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/ 
atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/ 
atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/ 
atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/ 
atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/ 
atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/ 
atkvalue.o .libs/atk-enum-types.o  -L/opt/local/lib /opt/local/lib/ 
libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/ 
lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ 
libiconv.dylib  -install_name  /opt/local/lib/libatk-1.0.0.dylib - 
compatibility_version 2010 -current_version 2010.1
ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o  
and .libs/atkaction.o


collect2: ld returned 1 exit status
make[3]: *** [libatk-1.0.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: The following dependencies failed to build: gtk2 atk cairo  
fontconfig freetype zlib libpng render xrender jpeg pango Xft2 xorg- 
xproto xorg-util-macros tiff libpcap openssl

Error: Status 1 encountered during processing.
john-youngs-imac:~ kimyoung$


any body got any ideas on what I am doing wrong?



Kim Young
[EMAIL PROTECTED]



sounds like another flavor of this: 
http://trac.macports.org/projects/macports/ticket/13006

--Mike H

PS (in other words you aren't doing anything wrong)
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


OTH I was able to compile atk under Leopard / Intel.  do a
sudo port clean --all atk
and then
sudo port -d install atk
the -d will show detail errors -- copy it here

William Davis
frstanATbellsouthDOTnet
Mac OS X.5.0 Darwin 9.0.0
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