From vmcgarry at austin.rr.com Sat Dec 2 04:58:39 2006 From: vmcgarry at austin.rr.com (McGarry Vince) Date: Tue Oct 9 16:42:10 2007 Subject: sync fails Message-ID: Suddenly port sync is not working with the following result: %---------- Vince-McGarrys-Computer-2:~ vincemcgarry$ sudo port -dv sync Password: Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports rsync: getaddrinfo: rsync.darwinports.org 873: No address associated with nodename rsync error: error in socket IO (code 10) at /SourceCache/rsync/ rsync-24/rsync/clientserver.c(94) DEBUG: sync failed doing rsync while executing "dportsync" port sync failed: sync failed doing rsync %---------- Is the problem here or there? Vince McGarry From jberry at macports.org Sat Dec 2 08:04:02 2006 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:10 2007 Subject: MacPorts dns outage Message-ID: <73174D59-2F29-493E-82C6-1F75C86F5CD8@macports.org> The MacPorts domain was out for a while yesterday as our DNS provider, http://www.everydns.net was affected by a large scale DDoS attack. Their four geographically separated servers were taken down in the attack. You may read more about it on the everydns site. While we thought that four geographically distributed servers were sufficient, it turns out that might not be so when politics mean we may need organizational diversity in addition to geographic and topological diversity. We'll be adding a couple more secondaries from other sources to prevent this sort of thing from affecting us in the future. Let me know if you have any questions. James From jberry at macports.org Sat Dec 2 08:04:40 2006 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:10 2007 Subject: sync fails In-Reply-To: References: Message-ID: <998B7F37-434E-48A4-A375-D46537A1C87C@macports.org> On Dec 2, 2006, at 4:58 AM, McGarry Vince wrote: > Suddenly port sync is not working with the following result: This was probably a result of our dns outage yesterday. See me mail regarding that issue. James > > %---------- > > Vince-McGarrys-Computer-2:~ vincemcgarry$ sudo port -dv sync > Password: > Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports > rsync: getaddrinfo: rsync.darwinports.org 873: No address > associated with nodename > rsync error: error in socket IO (code 10) at /SourceCache/rsync/ > rsync-24/rsync/clientserver.c(94) > DEBUG: sync failed doing rsync > while executing > "dportsync" > port sync failed: sync failed doing rsync > > %---------- > > Is the problem here or there? > > Vince McGarry > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From vmcgarry at austin.rr.com Sat Dec 2 11:44:18 2006 From: vmcgarry at austin.rr.com (McGarry Vince) Date: Tue Oct 9 16:42:10 2007 Subject: sync fails In-Reply-To: <998B7F37-434E-48A4-A375-D46537A1C87C@macports.org> References: <998B7F37-434E-48A4-A375-D46537A1C87C@macports.org> Message-ID: On Dec 2, 2006, at 10:04 AM, James Berry wrote: > > On Dec 2, 2006, at 4:58 AM, McGarry Vince wrote: > >> Suddenly port sync is not working with the following result: > > This was probably a result of our dns outage yesterday. See me mail > regarding that issue. > > James > Saw the email. Sync was working Thursday morning before I upgraded gnucash and yesterday morning I installed gocr and ocrad to test. The first failure I had was yesterday afternoon while trying to sync. It still won't sync today. I'll try again tomorrow. Vince >> >> %---------- >> >> Vince-McGarrys-Computer-2:~ vincemcgarry$ sudo port -dv sync >> Password: >> Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports >> rsync: getaddrinfo: rsync.darwinports.org 873: No address >> associated with nodename >> rsync error: error in socket IO (code 10) at /SourceCache/rsync/ >> rsync-24/rsync/clientserver.c(94) >> DEBUG: sync failed doing rsync >> while executing >> "dportsync" >> port sync failed: sync failed doing rsync >> >> %---------- >> >> Is the problem here or there? >> >> Vince McGarry >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users From kprichard at gmail.com Sun Dec 3 15:39:03 2006 From: kprichard at gmail.com (Kevin Prichard) Date: Tue Oct 9 16:42:10 2007 Subject: darwinports broken on intel? Message-ID: <97c442630612031539g5ceb946ai488a4b3d6e7a22ae@mail.gmail.com> My darwin/mac/ports installation is totally b0rked - unclear what the triggering event was. It'd been a couple weeks since I last used the port command when, a day after receiving the very recent round of osx security updates, I attempted to install apache2. This is what I saw- $ sudo port list can't find package Pextlib 1.0 while executing "package_native require Pextlib 1.0" ("eval" body line 1) invoked from within "eval package_native $args" (procedure "package" line 14) invoked from within "package require Pextlib 1.0" (procedure "dportinit" line 311) invoked from within "dportinit ui_options global_options global_variations" Error: /opt/local/bin/port: Failed to initialize ports system, can't find package Pextlib 1.0 I believe this was version 1.3 (going by ./base/dp_version.) So I tried upgrading to 1.3.2, the latest. Following successful build, I got the following response to 'make test'-- . . . ===> making test in src/pextlib1.0 /usr/bin/tclsh tests/curl.tcl Pextlib.dylib no suitable image found. Did find: /Users/exeteremeritus/packages/dp/DarwinPorts-1.3.2/src/pextlib1.0/Pextlib.dylib: mach-o, but wrong architecture while executing "load $pextlibname" (procedure "main" line 2) invoked from within "main $argv" (file "tests/curl.tcl" line 54) make[2]: *** [test] Error 1 make[1]: *** [test] Error 1 make: *** [test] Error 1 The file it "did find" appears to have been built along with all the others. Here's my ./configure line: ./configure --build=i686-apple-darwin8.8.1 --target=i686-apple-darwin8.8.1 FWIW, I also tried "ppc-apple-darwin8.8.1" and "powerpc-apple-darwin8.8.1" - both built, both had the same problem. Googling around, I see others have had this problem, but no clear solution in hand. Any ideas? Cheers, Kevin P From bthom at cs.hmc.edu Sun Dec 3 23:15:32 2006 From: bthom at cs.hmc.edu (belinda thom) Date: Tue Oct 9 16:42:10 2007 Subject: seeking matplotlib install advice Message-ID: Hi, I've installed matplotlib (v 0.87.6_0) via macports (os x 10.4.8, python 2.4.3). I've tried following the "interactive" instructions at matplotlib.sourceforge.net/interactive.html, which tells me to modify matplotlibrc as follows: interactive : True backend : TkAgg My general usage is via ipython -pylab, which should automatically setup the necessary extra thread for plotting, but I've seen similar behavior in vanilla python shells as well. I can run matplotlib commands (e.g. plot([1,2,3])) but plot windows are never shown (even after I explicitly call show()). I can save the figure and view it as a pgn, so much is working. When I configure matplotlibrc via the rec'd TkAgg backend, I get the following error: Traceback (most recent call last): File "/opt/local/bin/ipython", line 28, in ? IPython.Shell.start().mainloop() [snip] File "/opt/local/lib/python2.4/site-packages/matplotlib/backends/ backend_tkagg.py", line 8, in ? import tkagg # Paint image to Tk photo blitter extension File "/opt/local/lib/python2.4/site-packages/matplotlib/backends/ tkagg.py", line 1, in ? import _tkagg ImportError: No module named _tkagg A google search led me to believe I didn't have "the proper tcl-dev/ tk-dev" directories. I then noticed there was a +gt2k macports matplotlib variant, and found another search snippet that led me to believe installing this new variant might relieve my woes. No such luck. Has anyone gotten matplotlib to plot figures interactively in the macports/python24 setting? Advice greatly appreciated. --b From kprichard at gmail.com Mon Dec 4 07:08:13 2006 From: kprichard at gmail.com (Kevin Prichard) Date: Tue Oct 9 16:42:10 2007 Subject: darwinports broken on intel? In-Reply-To: <97c442630612031539g5ceb946ai488a4b3d6e7a22ae@mail.gmail.com> References: <97c442630612031539g5ceb946ai488a4b3d6e7a22ae@mail.gmail.com> Message-ID: <97c442630612040708g26ad6b9bx71ba0c5102a78377@mail.gmail.com> As a follow-up, I also upgraded XCode to the very latest (as of yesterday.) I also updated python to 2.5 with the MacPython installer, though darwinports doesn't seem to have much in the way of python code. This seems to be a problem in Pextlib, or building it anyways, as the error indicates that osx is having trouble reading that one file. Searching around I see that others have had the same problem, but no solutions yet that I haven't tried. Is this perhaps a PPC-Intel compatibility issue? I'm at my wits end here, the only other thing I can think to do is start reinstalling other packages, maybe even OS X, in the hopes of discovering the cause of pextlib's untimely demise. Thanks, Kevin On 12/3/06, Kevin Prichard wrote: > My darwin/mac/ports installation is totally b0rked - unclear what the > triggering event was. > > It'd been a couple weeks since I last used the port command when, a > day after receiving the very recent round of osx security updates, I > attempted to install apache2. This is what I saw- > > $ sudo port list > can't find package Pextlib 1.0 > while executing > "package_native require Pextlib 1.0" > ("eval" body line 1) > invoked from within > "eval package_native $args" > (procedure "package" line 14) > invoked from within > "package require Pextlib 1.0" > (procedure "dportinit" line 311) > invoked from within > "dportinit ui_options global_options global_variations" > Error: /opt/local/bin/port: Failed to initialize ports system, can't > find package Pextlib 1.0 > > I believe this was version 1.3 (going by ./base/dp_version.) So I > tried upgrading to 1.3.2, the latest. Following successful build, I > got the following response to 'make test'-- > > . . . > ===> making test in src/pextlib1.0 > /usr/bin/tclsh tests/curl.tcl Pextlib.dylib > no suitable image found. Did find: > /Users/exeteremeritus/packages/dp/DarwinPorts-1.3.2/src/pextlib1.0/Pextlib.dylib: > mach-o, but wrong architecture > while executing > "load $pextlibname" > (procedure "main" line 2) > invoked from within > "main $argv" > (file "tests/curl.tcl" line 54) > make[2]: *** [test] Error 1 > make[1]: *** [test] Error 1 > make: *** [test] Error 1 > > The file it "did find" appears to have been built along with all the > others. Here's my ./configure line: > > ./configure --build=i686-apple-darwin8.8.1 --target=i686-apple-darwin8.8.1 > > FWIW, I also tried "ppc-apple-darwin8.8.1" and > "powerpc-apple-darwin8.8.1" - both built, both had the same problem. > > Googling around, I see others have had this problem, but no clear > solution in hand. Any ideas? > > Cheers, > Kevin P > From stbarreto at terra.com.br Mon Dec 4 07:18:36 2006 From: stbarreto at terra.com.br (SBarreto) Date: Tue Oct 9 16:42:10 2007 Subject: inet share on panther Message-ID: <45743C4C.7040900@terra.com.br> hi, please forgive me for asking so silly question: does anybody know how to share internet *with macosx server (panther)? the option on server version is not where it should be thanx, SBar From rjhansen at cs.uiowa.edu Mon Dec 4 22:46:15 2006 From: rjhansen at cs.uiowa.edu (Robert J. Hansen) Date: Tue Oct 9 16:42:10 2007 Subject: Mactel 10.4.8 evolution-data-server build failure Message-ID: <457515B7.4060700@cs.uiowa.edu> I'm trying to build gnome-desktop-suite on a MacBook Pro using OS X 10.4.8 and the latest XCode tools. I have just installed MacPorts/DarwinPorts 1.3.1 via the OS X installer package. evolution-data-server is failing due to a multiple definition of libiconv. Looking around on the net didn't turn up anything useful (at least not in a quick search), so I figured I'd toss it out here and see if anyone had any suggestions for me. I've tried to build this twice now. After the first bomb, I decided to wipe /opt entirely and start anew, on the off chance that there was something stale that was causing it. If anyone has any suggestions, I'd love to hear them. Thanks much for any help you can offer! ===== ---> Building evolution-data-server with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_evolution-data-server/work/evolution-data-server-1.8.0" && make all" returned error 2 Command output: ld: multiple definitions of symbol _POA_GNOME_Evolution_Addressbook_Book__init .libs/Evolution-DataServer-Addressbook-skels.o definition of _POA_GNOME_Evolution_Addressbook_Book__init in section (__TEXT,__text) ../../addressbook/libebook/.libs/libebook-1.2.dylib(Evolution-DataServer-Addressbook-skels.o) definition of _POA_GNOME_Evolution_Addressbook_Book__init ld: warning multiple definitions of symbol __libiconv_version /usr/lib/libiconv.dylib(iconv.o) definition of __libiconv_version /opt/local/lib/libiconv.dylib(iconv.o) definition of __libiconv_version ld: warning multiple definitions of symbol _libiconv /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv ld: warning multiple definitions of symbol _libiconv_close /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv_close /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv_close ld: warning multiple definitions of symbol _libiconv_open /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv_open /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv_open ld: warning multiple definitions of symbol _libiconvctl /usr/lib/libiconv.dylib(iconv.o) definition of _libiconvctl /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconvctl ld: warning multiple definitions of symbol _libiconvlist /usr/lib/libiconv.dylib(iconv.o) definition of _libiconvlist /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconvlist ld: warning multiple definitions of symbol _libiconv_set_relocation_prefix /opt/local/lib/libiconv.dylib(relocatable.o) definition of _libiconv_set_relocation_prefix /usr/lib/libiconv.dylib(relocatable.o) definition of _libiconv_set_relocation_prefix /usr/bin/libtool: internal link edit command failed make[4]: *** [libedata-book-1.2.la] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 From deric at caveo.se Tue Dec 5 02:22:15 2006 From: deric at caveo.se (Daniel Ericsson) Date: Tue Oct 9 16:42:10 2007 Subject: Mactel 10.4.8 evolution-data-server build failure In-Reply-To: <457515B7.4060700@cs.uiowa.edu> References: <457515B7.4060700@cs.uiowa.edu> Message-ID: <95E21C77-09A9-4AB7-8743-F93831232AC4@caveo.se> On 5 dec 2006, at 07.46, Robert J. Hansen wrote: > If anyone has any suggestions, I'd love to hear them. Thanks much for > any help you can offer! This looks like an old issue. See: http://trac.macports.org/projects/ macports/ticket/9162 If you could file a new ticket with the complete output of `sudo port -dv install evolution-data-server` that would help in figuring out what the problem might be. http://trac.macosforge.org/projects/macports/wiki/TracTicketing http://www.macports.org/?page_id=8 - Daniel > ---> Building evolution-data-server with target all > Error: Target com.apple.build returned: shell command "cd > "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_gnome_evolution-data-server/work/evolution-data-server-1.8.0" > && make all" returned error 2 > Command output: ld: multiple definitions of symbol > _POA_GNOME_Evolution_Addressbook_Book__init > .libs/Evolution-DataServer-Addressbook-skels.o definition of > _POA_GNOME_Evolution_Addressbook_Book__init in section (__TEXT,__text) > ../../addressbook/libebook/.libs/libebook-1.2.dylib(Evolution- > DataServer-Addressbook-skels.o) > definition of _POA_GNOME_Evolution_Addressbook_Book__init > ld: warning multiple definitions of symbol __libiconv_version > /usr/lib/libiconv.dylib(iconv.o) definition of __libiconv_version > /opt/local/lib/libiconv.dylib(iconv.o) definition of > __libiconv_version > ld: warning multiple definitions of symbol _libiconv > /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv > /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv > ld: warning multiple definitions of symbol _libiconv_close > /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv_close > /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv_close > ld: warning multiple definitions of symbol _libiconv_open > /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv_open > /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv_open > ld: warning multiple definitions of symbol _libiconvctl > /usr/lib/libiconv.dylib(iconv.o) definition of _libiconvctl > /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconvctl > ld: warning multiple definitions of symbol _libiconvlist > /usr/lib/libiconv.dylib(iconv.o) definition of _libiconvlist > /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconvlist > ld: warning multiple definitions of symbol > _libiconv_set_relocation_prefix > /opt/local/lib/libiconv.dylib(relocatable.o) definition of > _libiconv_set_relocation_prefix > /usr/lib/libiconv.dylib(relocatable.o) definition of > _libiconv_set_relocation_prefix > /usr/bin/libtool: internal link edit command failed > make[4]: *** [libedata-book-1.2.la] Error 1 > make[3]: *** [all] Error 2 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From david at penhas.di.ubi.pt Tue Dec 5 02:41:33 2006 From: david at penhas.di.ubi.pt (david carvalho) Date: Tue Oct 9 16:42:10 2007 Subject: can't install ettercap-ng Message-ID: <021d01c71859$eec7b590$fd01000a@ubi.pt> Hi all ! For the last days I've been trying to install ettercap-ng on my mac os X 10.4.8 I've done this previously on windows and linux without any problems. Now, there's a dependency that can't be resolved. The process stops in "attempting to fetch pcre-6.7..." I was thinking that it could be something with the department firewall, since usually I have to do a "wget --no-passive-ftp" when downloading some RPMs. But a while ago I've noted that even when it was trying to download pcre from http://... I get the same problem. How can i solve this in order to install ettercap-ng. I've also changed, like suggested in darwinports site, the rsync repository to rsync.macports.org, but the result is the same. Any help please ? Thanks ! best regards! David -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061205/1ddc67ec/attachment.html From aruno.johnson at case.edu Tue Dec 5 08:00:16 2006 From: aruno.johnson at case.edu (Aruno Johnson) Date: Tue Oct 9 16:42:10 2007 Subject: gnome-applets failed install resolution? Message-ID: Hello I searched the archives for this error and do see it listed but either I don't understand the resolutions suggested or they were not complete. This is the error I get when I run "port install gnome-applets (same as was posted previously by another user). Any help would be greatly appreciated. As a side note gnome-desktop was able to complete the install without this app and is running fine. ---> Fetching gnome-applets ---> Attempting to fetch gnome-applets-2.12.3.tar.bz2 from http:// ftp.rpmfind.net/linux/gnome.org/sources/gnome-applets/2.12/ ---> Attempting to fetch gnome-applets-2.12.3.tar.bz2 from http:// archive.progeny.com/GNOME/sources/gnome-applets/2.12/ ---> Attempting to fetch gnome-applets-2.12.3.tar.bz2 from http:// mirror.clarkson.edu/pub/gnome/sources/gnome-applets/2.12/ ---> Attempting to fetch gnome-applets-2.12.3.tar.bz2 from http:// mirror.aarnet.edu.au/pub/GNOME/sources/gnome-applets/2.12/ ---> Verifying checksum(s) for gnome-applets ---> Extracting gnome-applets ---> Configuring gnome-applets ---> Building gnome-applets with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/ var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_gnome_gnome-applets/work/gnome-applets-2.12.3" && make all" returned error 2 Command output: gswitchit_config.c:769: warning: implicit declaration of function 'XklConfigGetFromServer' gswitchit_config.c:774: warning: implicit declaration of function 'XklGetLastError' gswitchit_config.c:775: warning: implicit declaration of function 'XklConfigRecDestroy' gswitchit_config.c: In function 'GSwitchItKbdConfigLoadFromXInitial': gswitchit_config.c:781: error: 'XklConfigRec' undeclared (first use in this function) gswitchit_config.c:781: error: parse error before 'data' gswitchit_config.c:782: error: 'data' undeclared (first use in this function) gswitchit_config.c:783: warning: implicit declaration of function 'XklConfigGetFromBackup' gswitchit_config.c: In function 'GSwitchItKbdConfigActivate': gswitchit_config.c:921: error: 'XklConfigRec' undeclared (first use in this function) gswitchit_config.c:921: error: parse error before 'data' gswitchit_config.c:922: error: 'data' undeclared (first use in this function) gswitchit_config.c:926: warning: implicit declaration of function 'XklConfigActivate' gswitchit_config.c: In function 'GSwitchItAppletConfigActivate': gswitchit_config.c:1206: warning: implicit declaration of function 'XklSetSecondaryGroupsMask' gswitchit_config.c: In function 'GSwitchItKbdConfigFormatFullLayout': gswitchit_config.c:1247: error: 'XKL_MAX_CI_DESC_LENGTH' undeclared (first use in this function) gswitchit_config.c:1247: warning: unused variable 'fullDescr' gswitchit_config.c: In function 'GSwitchItConfigLoadGroupDescriptionsUtf8': gswitchit_config.c:1261: warning: implicit declaration of function 'XklGetGroupNames' gswitchit_config.c:1261: warning: initialization makes pointer from integer without a cast gswitchit_config.c:1263: warning: implicit declaration of function 'XklGetBackendFeatures' gswitchit_config.c:1263: error: 'XKLF_MULTIPLE_LAYOUTS_SUPPORTED' undeclared (first use in this function) gswitchit_config.c:1265: error: 'XklConfigRec' undeclared (first use in this function) gswitchit_config.c:1265: error: parse error before 'xklConfig' gswitchit_config.c:1266: error: 'xklConfig' undeclared (first use in this function) gswitchit_config.c:1294: warning: implicit declaration of function 'XklGetNumGroups' make[2]: *** [gswitchit_config.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. From msavory at nzbox.com Tue Dec 5 09:06:05 2006 From: msavory at nzbox.com (Mike Savory) Date: Tue Oct 9 16:42:10 2007 Subject: can't install ettercap-ng In-Reply-To: <021d01c71859$eec7b590$fd01000a@ubi.pt> References: <021d01c71859$eec7b590$fd01000a@ubi.pt> Message-ID: <73391843-121D-4DD8-88D9-3336FB93AD8F@nzbox.com> Hi David Yes the port is using ftp to try to get that file, and is probably blocked with your firewall. If you manually download the .gz file that the port is trying to get (check http://www.pcre.org/), then put it in /opt/local/var/db/dports/distfiles/pcre/ the port command should recognise it, and continue with the build Cheers Mike On Dec 5, 2006, at 2:41 AM, david carvalho wrote: > Hi all ! > For the last days I've been trying to install ettercap-ng on my > mac os X 10.4.8 > I've done this previously on windows and linux without any > problems. Now, > there's a dependency that can't be resolved. The process stops in > "attempting to fetch pcre-6.7..." > > I was thinking that it could be something with the department > firewall, since usually I have to do a "wget --no-passive-ftp" > when downloading some RPMs. > But a while ago I've noted that even when it was trying to > download pcre from http://... > I get the same problem. How can i solve this in order to install > ettercap-ng. > I've also changed, like suggested in darwinports site, the rsync > repository to rsync.macports.org, but the result is the same. > Any help please ? > Thanks ! best regards! > David > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From marshall_rodriquez at mac.com Tue Dec 5 09:32:45 2006 From: marshall_rodriquez at mac.com (Marshall Rodriquez) Date: Tue Oct 9 16:42:10 2007 Subject: Install issues Message-ID: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> I tried looking through the mailing list archives and didn't see my big issue covered. Basically I've installed version 1.320 and get the following error when I try to run the selfupdate: Marshall-Rodriquezs-Computer:/opt/local/bin marshallrodriquez$ sudo ./ port selfupdate DarwinPorts base version 1.320 installed Error: ./port: selfupdate failed: couldn't open "/opt/local/var/db/ dports/sources/rsync.rsync.macports.org _dpupdate1/base/config/ dp_version": no such file or directory I checked and the folder is there, though there is a space in it which seems to be the disconnect. Is that supposed to be there? I also checked the .profile file and the recommended paths are in there, but I still have to navigate to the /opt/local/bin directory to even run the command. I should also mention that I have to use the ./ to run the command, which makes me wonder if something is set up wrong since the documentations says it should work without it. I have tried setting up the older versions of DarwinPorts before I tracked down where the current source was, if that might give any indication. If someone has had this issue or know where I could read up on it, any help will be appreciated. Thank you Marshall Rodriquez "Delay is preferable to error." Thomas Jefferson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061205/b8577102/attachment.html From yt.dev at free.fr Tue Dec 5 10:38:06 2006 From: yt.dev at free.fr (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: Tue Oct 9 16:42:10 2007 Subject: iTerm and Zsh Message-ID: <7D73DBFC-1A8A-48E0-9491-7F23A432801B@free.fr> Hey all, i'd like to use iTerm with zsh alltought my zsh setup works well with Terminal.app, iTerm.app complains about my PS1 definition and the way i've writen some aliases : -sh: alias: -g: invalid option alias: usage blahblah with Terminal.app i don't have a .zshrc, all my zsh setup is under $ZDOTDIR ZDOTDIR = HOME/Library/init/zsh and even doing symlinks to all of my .z* under ZDOTDIR don't work. something strange to me is that it's sh reporting errors... best, Yvon From ryandesign at macports.org Tue Dec 5 11:26:54 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:10 2007 Subject: Install issues In-Reply-To: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> References: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> Message-ID: On Dec 5, 2006, at 11:32, Marshall Rodriquez wrote: > I tried looking through the mailing list archives and didn't see my > big issue covered. Basically I've installed version 1.320 and get > the following error when I try to run the selfupdate: > > Marshall-Rodriquezs-Computer:/opt/local/bin marshallrodriquez$ > sudo ./port selfupdate > DarwinPorts base version 1.320 installed > Error: ./port: selfupdate failed: couldn't open "/opt/local/var/db/ > dports/sources/rsync.rsync.macports.org _dpupdate1/base/config/ > dp_version": no such file or directory > > I checked and the folder is there, though there is a space in it > which seems to be the disconnect. Is that supposed to be there? Where is there a space? The path "/opt/local/var/db/dports/sources/ rsync.rsync.macports.org_dpupdate1/base/config/dp_version" should exist without any spaces in it. (My email program will probably insert some into this message, but there shouldn't be any.) > I also checked the .profile file and the recommended paths are in > there, but I still have to navigate to the /opt/local/bin directory > to even run the command. I should also mention that I have to use > the ./ to run the command, which makes me wonder if something is > set up wrong since the documentations says it should work without > it. I have tried setting up the older versions of DarwinPorts > before I tracked down where the current source was, if that might > give any indication. If someone has had this issue or know where I > could read up on it, any help will be appreciated. Thank you I don't know about .profile; I use the file ~/.bash_profile and it works fine. I include a line like this: export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin: $PATH From ryandesign at macports.org Tue Dec 5 11:34:33 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:10 2007 Subject: inet share on panther In-Reply-To: <45743C4C.7040900@terra.com.br> References: <45743C4C.7040900@terra.com.br> Message-ID: <5DB32A27-5B36-462F-BED3-01F4A1C113EB@macports.org> On Dec 4, 2006, at 09:18, SBarreto wrote: > hi, > please forgive me for asking so silly question: > does anybody know how to share internet *with macosx server (panther)? > the option on server version is not where it should be > thanx, > SBar This list is for the discussion of the MacPorts software, so that question is not on-topic. You might find the answer in the Mac OS X Server manual. http://www.apple.com/support/manuals/macosxserver/ From marshall_rodriquez at mac.com Tue Dec 5 13:26:07 2006 From: marshall_rodriquez at mac.com (Marshall Rodriquez) Date: Tue Oct 9 16:42:10 2007 Subject: Install issues In-Reply-To: References: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> Message-ID: On Dec 5, 2006, at 11:26 AM, Ryan Schmidt wrote: > On Dec 5, 2006, at 11:32, Marshall Rodriquez wrote: > >> I tried looking through the mailing list archives and didn't see >> my big issue covered. Basically I've installed version 1.320 and >> get the following error when I try to run the selfupdate: >> >> Marshall-Rodriquezs-Computer:/opt/local/bin marshallrodriquez$ >> sudo ./port selfupdate >> DarwinPorts base version 1.320 installed >> Error: ./port: selfupdate failed: couldn't open "/opt/local/var/db/ >> dports/sources/rsync.rsync.macports.org _dpupdate1/base/config/ >> dp_version": no such file or directory >> >> I checked and the folder is there, though there is a space in it >> which seems to be the disconnect. Is that supposed to be there? > > Where is there a space? The path "/opt/local/var/db/dports/sources/ > rsync.rsync.macports.org_dpupdate1/base/config/dp_version" should > exist without any spaces in it. (My email program will probably > insert some into this message, but there shouldn't be any.) > The space is "macports.org _dpupdate1". It's in the error message and in the folder name, so it seems like it's deliberate, but it doesn't allow things to work. I'll try looking through the source and see if it's there somewhere. > >> I also checked the .profile file and the recommended paths are in >> there, but I still have to navigate to the /opt/local/bin >> directory to even run the command. I should also mention that I >> have to use the ./ to run the command, which makes me wonder if >> something is set up wrong since the documentations says it should >> work without it. I have tried setting up the older versions of >> DarwinPorts before I tracked down where the current source was, if >> that might give any indication. If someone has had this issue or >> know where I could read up on it, any help will be appreciated. >> Thank you > > I don't know about .profile; I use the file ~/.bash_profile and it > works fine. I include a line like this: > > export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/ > bin:$PATH > Will try this ASAP. Marshall Rodriquez Rightful liberty is unobstructed action according to our will within limits drawn around us by the equal rights of others. I do not add "within the limits of the law" because law is often but the tyrant's will, and always so when it violates the rights of the individual. Thomas Jefferson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061205/42be563b/attachment.html From clint at robotic.com Tue Dec 5 14:03:05 2006 From: clint at robotic.com (Clint Laskowski) Date: Tue Oct 9 16:42:10 2007 Subject: Newbie Port Errors Message-ID: <4575EC99.5020206@robotic.com> Hello, I'm brand new to this list, but have been a Mac user since 1984 (I met Steve Jobs at SoftCon in February 1984 in New Orleans, a month after the Mac was introduced!). I'm trying to install Nepenthes (http://nepenthes.mwcollect.org/) on my iBook G4. There are some instructions on doing this at http://nepenthes.mwcollect.org/documentation:readme#mac_osx. Unfortunately, I'm unable to complete even the first command :-( Xcode2 is installed. My system is up-to-date (10.4.8). I have Internet connectivity. Here's what I get: $ sudo part install libtool # libtoolize Warning: Can't open index file for source: rsync://rsync.darwinports.org/dpupdate/dports Error: search for portname libtool failed: No index(es) found! Have you synced your source indexes? Can anyone point me in the right direction as to why this is not working, or what diagnostics I could perform to help figure this out? Any help will be very much appreciated. Thank you. -- Clint --- . Clint Laskowski, CISSP . BlueHat Security, Inc. . www.bluehatsecurity.com . clint@bluehatsecurity.com . mobile: 414-807-8845 "Helping Clients Understand and Improve the Security of their Information Systems." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061205/c6b6e6c3/attachment.html From tshubitz at mac.com Tue Dec 5 14:33:48 2006 From: tshubitz at mac.com (Tim Shubitz) Date: Tue Oct 9 16:42:10 2007 Subject: Newbie Port Errors In-Reply-To: <4575EC99.5020206@robotic.com> References: <4575EC99.5020206@robotic.com> Message-ID: <5BA12F32-9E0C-45D2-956A-F92C06B106CA@mac.com> Clint, I think you need to update the local index of available ports. Give this command a whirl then try installing the port you mentioned: sudo port selfupdate Hope that helps. Have a great day. - tim On Dec 5, 2006, at 4:03 PM, Clint Laskowski wrote: > Hello, > > I'm brand new to this list, but have been a Mac user since 1984 (I > met Steve Jobs at SoftCon in February 1984 in New Orleans, a month > after the Mac was introduced!). > > I'm trying to install Nepenthes (http://nepenthes.mwcollect.org/) > on my iBook G4. There are some instructions on doing this at http:// > nepenthes.mwcollect.org/documentation:readme#mac_osx. > > Unfortunately, I'm unable to complete even the first command :-( > > Xcode2 is installed. My system is up-to-date (10.4.8). I have > Internet connectivity. Here's what I get: > > $ sudo part install libtool # libtoolize > Warning: Can't open index file for source: rsync:// > rsync.darwinports.org/dpupdate/dports > Error: search for portname libtool failed: No index(es) found! Have > you synced your source indexes? > > Can anyone point me in the right direction as to why this is not > working, or what diagnostics I could perform to help figure this out? > > Any help will be very much appreciated. Thank you. > > -- Clint > > --- > . Clint Laskowski, CISSP > . BlueHat Security, Inc. > . www.bluehatsecurity.com > . clint@bluehatsecurity.com > . mobile: 414-807-8845 > > "Helping Clients Understand and Improve the Security of their > Information Systems." > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2415 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061205/cee3b1fa/smime.bin From ryandesign at macports.org Tue Dec 5 14:48:04 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:10 2007 Subject: Install issues In-Reply-To: References: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> Message-ID: <343C5E62-02D0-4E8E-A954-10F66C145D5E@macports.org> On Dec 5, 2006, at 15:26, Marshall Rodriquez wrote: > On Dec 5, 2006, at 11:26 AM, Ryan Schmidt wrote: > >> On Dec 5, 2006, at 11:32, Marshall Rodriquez wrote: >> >>> I tried looking through the mailing list archives and didn't see >>> my big issue covered. Basically I've installed version 1.320 and >>> get the following error when I try to run the selfupdate: >>> >>> Marshall-Rodriquezs-Computer:/opt/local/bin marshallrodriquez$ >>> sudo ./port selfupdate >>> DarwinPorts base version 1.320 installed >>> Error: ./port: selfupdate failed: couldn't open "/opt/local/var/ >>> db/dports/sources/rsync.rsync.macports.org _dpupdate1/base/config/ >>> dp_version": no such file or directory >>> >>> I checked and the folder is there, though there is a space in it >>> which seems to be the disconnect. Is that supposed to be there? >> >> Where is there a space? The path "/opt/local/var/db/dports/sources/ >> rsync.rsync.macports.org_dpupdate1/base/config/dp_version" should >> exist without any spaces in it. (My email program will probably >> insert some into this message, but there shouldn't be any.) > > The space is "macports.org _dpupdate1". It's in the error message > and in the folder name, so it seems like it's deliberate, but it > doesn't allow things to work. I'll try looking through the source > and see if it's there somewhere. Have you manually edited the file /opt/local/etc/ports/ports.conf to reference rsync.macports.org? If so, check if there is a space after "rsync.macports.org" in the relevant line; if so, remove it. From clint at robotic.com Tue Dec 5 14:54:13 2006 From: clint at robotic.com (Clint Laskowski) Date: Tue Oct 9 16:42:10 2007 Subject: Newbie Port Errors In-Reply-To: <5BA12F32-9E0C-45D2-956A-F92C06B106CA@mac.com> References: <4575EC99.5020206@robotic.com> <5BA12F32-9E0C-45D2-956A-F92C06B106CA@mac.com> Message-ID: <4575F895.5020203@robotic.com> That seems to have done it! Thanks. If I have other trouble with the port, I'll ask here :-) -- Clint Tim Shubitz wrote: > Clint, > I think you need to update the local index of available ports. Give > this command a whirl then try installing the port you mentioned: > > sudo port selfupdate > > Hope that helps. Have a great day. > > - tim > > > On Dec 5, 2006, at 4:03 PM, Clint Laskowski wrote: > >> Hello, >> >> I'm brand new to this list, but have been a Mac user since 1984 (I >> met Steve Jobs at SoftCon in February 1984 in New Orleans, a month >> after the Mac was introduced!). >> >> I'm trying to install Nepenthes (http://nepenthes.mwcollect.org/) on >> my iBook G4. There are some instructions on doing this at >> http://nepenthes.mwcollect.org/documentation:readme#mac_osx. >> >> Unfortunately, I'm unable to complete even the first command :-( >> >> Xcode2 is installed. My system is up-to-date (10.4.8). I have >> Internet connectivity. Here's what I get: >> >> $ sudo part install libtool # libtoolize >> Warning: Can't open index file for source: >> rsync://rsync.darwinports.org/dpupdate/dports >> Error: search for portname libtool failed: No index(es) found! Have >> you synced your source indexes? >> >> Can anyone point me in the right direction as to why this is not >> working, or what diagnostics I could perform to help figure this out? >> >> Any help will be very much appreciated. Thank you. >> >> -- Clint >> >> --- >> . Clint Laskowski, CISSP >> . BlueHat Security, Inc. >> . www.bluehatsecurity.com >> . clint@bluehatsecurity.com >> . mobile: 414-807-8845 >> >> "Helping Clients Understand and Improve the Security of their >> Information Systems." >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061205/46680f52/attachment.html From clint at robotic.com Tue Dec 5 17:45:51 2006 From: clint at robotic.com (Clint Laskowski) Date: Tue Oct 9 16:42:10 2007 Subject: Newbie Port Errors In-Reply-To: <5BA12F32-9E0C-45D2-956A-F92C06B106CA@mac.com> References: <4575EC99.5020206@robotic.com> <5BA12F32-9E0C-45D2-956A-F92C06B106CA@mac.com> Message-ID: <457620CF.8080309@robotic.com> Okay, after doing 'sudo port selfupdate' I was able to execute all the execute all the port install commands: sudo port install libtool # libtoolize sudo port install autoconf sudo port install automake sudo port install adns sudo port install pcre sudo port install file # for libmagic sudo port install curl And, it appears the ./configure line works, too: $ ./configure --libdir=/opt/local/lib --includedir=/opt/local/include --prefix=/opt/nepenthes But, when I try the 'make', I get an error: $ make make all-recursive Making all in nepenthes-core Making all in src Makefile:364: *** missing separator. Stop. make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 $ I know these questions are probably getting off topic, so if I need to take this private, please let me know. Otherwise, if you have any ideas on compiling Nepenthes, please let me know. Thank you. -- Clint Tim Shubitz wrote: > Clint, > I think you need to update the local index of available ports. Give > this command a whirl then try installing the port you mentioned: > > sudo port selfupdate > > Hope that helps. Have a great day. > > - tim > > > On Dec 5, 2006, at 4:03 PM, Clint Laskowski wrote: > >> Hello, >> >> I'm brand new to this list, but have been a Mac user since 1984 (I >> met Steve Jobs at SoftCon in February 1984 in New Orleans, a month >> after the Mac was introduced!). >> >> I'm trying to install Nepenthes (http://nepenthes.mwcollect.org/) on >> my iBook G4. There are some instructions on doing this at >> http://nepenthes.mwcollect.org/documentation:readme#mac_osx. >> >> Unfortunately, I'm unable to complete even the first command :-( >> >> Xcode2 is installed. My system is up-to-date (10.4.8). I have >> Internet connectivity. Here's what I get: >> >> $ sudo part install libtool # libtoolize >> Warning: Can't open index file for source: >> rsync://rsync.darwinports.org/dpupdate/dports >> Error: search for portname libtool failed: No index(es) found! Have >> you synced your source indexes? >> >> Can anyone point me in the right direction as to why this is not >> working, or what diagnostics I could perform to help figure this out? >> >> Any help will be very much appreciated. Thank you. >> >> -- Clint >> >> --- >> . Clint Laskowski, CISSP >> . BlueHat Security, Inc. >> . www.bluehatsecurity.com >> . clint@bluehatsecurity.com >> . mobile: 414-807-8845 >> >> "Helping Clients Understand and Improve the Security of their >> Information Systems." >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061205/d407c48a/attachment.html From rhwood at mac.com Wed Dec 6 02:04:00 2006 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:42:10 2007 Subject: gnome-applets Message-ID: <4C8E9F40-939E-4348-96DF-FB158F71CBD5@mac.com> ALCON: Here is the brief overview of the gnome-applet problem and how I am attempting to fix it: gnome-applets 2.12.x does not build, requiring a missing header from an earlier version of libxklavier or libgnomekbd. libxklavier can not be back-ported or the control-center port would break. both libgnomekbd and gnome-applets 2.14.x/2.16.x require a modern working dbus port, which I am working with the upstream dbus maintainers to get. Long term fix is to get the current (1.0.x) dbus packages running correctly in Mac OS X. A short-term fix would be to develop a libxklavier 2.2 port that does not conflict with libxklavier 3.x and then include configure arguments in gnome-applets 2.12.x that point to that version. Randall Wood rhwood@mac.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From markhollenbeck at web.de Wed Dec 6 03:12:53 2006 From: markhollenbeck at web.de (Mark Hollenbeck) Date: Tue Oct 9 16:42:10 2007 Subject: proftpd update 1.3.0a Message-ID: <4576A5B5.6060808@web.de> Hallo! I hope, that this is the right place to ask my question. Does anybody know, if there will be a portupdate for proftpd 1.3.0a? http://www.proftpd.org/ It has been released at November, 27th Thanks a lot, Mark From jwa at macports.org Wed Dec 6 04:16:25 2006 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:10 2007 Subject: Newbie Port Errors In-Reply-To: <457620CF.8080309@robotic.com> References: <4575EC99.5020206@robotic.com> <5BA12F32-9E0C-45D2-956A-F92C06B106CA@mac.com> <457620CF.8080309@robotic.com> Message-ID: <993502B1-DDAA-4778-B1CF-53399BFA00B1@macports.org> On 6.12.2006, at 3.45, Clint Laskowski wrote: > Okay, after doing 'sudo port selfupdate' I was able to execute all > the execute all the port install commands: > sudo port install libtool # libtoolize > sudo port install autoconf > sudo port install automake > > sudo port install adns > sudo port install pcre > sudo port install file # for libmagic > sudo port install curl > > And, it appears the ./configure line works, too: > > $ ./configure --libdir=/opt/local/lib --includedir=/opt/local/ > include --prefix=/opt/nepenthes > > But, when I try the 'make', I get an error: > > $ make > make all-recursive > Making all in nepenthes-core > Making all in src > Makefile:364: *** missing separator. Stop. > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > $ > > I know these questions are probably getting off topic, so if I need > to take this private, please let me know. > > Otherwise, if you have any ideas on compiling Nepenthes, please let > me know. > > Thank you. > > -- Clint Hi this doesn't seem to be a port question, as there is no nepenthes port (at least I did not find). I do not know the software, but is there any specification on the make tool to be used. There are several of them out there, and they are a bit different and could produce something like that. Just a guess, but HTH! ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From jenix at jinhyung.org Wed Dec 6 04:17:25 2006 From: jenix at jinhyung.org (Jin Hyung Park) Date: Tue Oct 9 16:42:10 2007 Subject: proftpd update 1.3.0a In-Reply-To: <4576A5B5.6060808@web.de> References: <4576A5B5.6060808@web.de> Message-ID: I made a patch, and a new Portfile.. could the committer apply my patch? :) On 12/6/06, Mark Hollenbeck wrote: > Hallo! > > I hope, that this is the right place to ask my question. > Does anybody know, if there will be a portupdate for proftpd 1.3.0a? > http://www.proftpd.org/ > It has been released at November, 27th > > Thanks a lot, > Mark > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -------------- next part -------------- A non-text attachment was scrubbed... Name: Portfile.patch Type: application/octet-stream Size: 630 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061206/e2768fd4/Portfile.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: Portfile Type: application/octet-stream Size: 1544 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061206/e2768fd4/Portfile-0001.obj From david at penhas.di.ubi.pt Wed Dec 6 07:28:21 2006 From: david at penhas.di.ubi.pt (david carvalho) Date: Tue Oct 9 16:42:11 2007 Subject: ettercap + pcre Message-ID: <005a01c7194b$2adcbf20$fd01000a@ubi.pt> Hi all ! got it ! I've installed ettercap-NG, not ettercap, after downloading pcre-6.7 manually to /opt/local/var/db/dports/distfiles/ thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061206/02ee76a9/attachment.html From m_nez_j at mac.com Wed Dec 6 08:07:47 2006 From: m_nez_j at mac.com (Mack Johnson) Date: Tue Oct 9 16:42:11 2007 Subject: dmg Message-ID: <906E8914-8E17-4A7E-8284-A77C8A78F33C@mac.com> where's the .dmg dl? all i'm seeing is the source. From marshall_rodriquez at mac.com Wed Dec 6 09:26:30 2006 From: marshall_rodriquez at mac.com (Marshall Rodriquez) Date: Tue Oct 9 16:42:11 2007 Subject: Install issues In-Reply-To: <343C5E62-02D0-4E8E-A954-10F66C145D5E@macports.org> References: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> <343C5E62-02D0-4E8E-A954-10F66C145D5E@macports.org> Message-ID: On Dec 5, 2006, at 2:48 PM, Ryan Schmidt wrote: > On Dec 5, 2006, at 15:26, Marshall Rodriquez wrote: > >> On Dec 5, 2006, at 11:26 AM, Ryan Schmidt wrote: >> >>> On Dec 5, 2006, at 11:32, Marshall Rodriquez wrote: >>> >>>> I tried looking through the mailing list archives and didn't see >>>> my big issue covered. Basically I've installed version 1.320 and >>>> get the following error when I try to run the selfupdate: >>>> >>>> Marshall-Rodriquezs-Computer:/opt/local/bin marshallrodriquez$ >>>> sudo ./port selfupdate >>>> DarwinPorts base version 1.320 installed >>>> Error: ./port: selfupdate failed: couldn't open "/opt/local/var/ >>>> db/dports/sources/rsync.rsync.macports.org _dpupdate1/base/ >>>> config/dp_version": no such file or directory >>>> >>>> I checked and the folder is there, though there is a space in it >>>> which seems to be the disconnect. Is that supposed to be there? >>> >>> Where is there a space? The path "/opt/local/var/db/dports/ >>> sources/rsync.rsync.macports.org_dpupdate1/base/config/ >>> dp_version" should exist without any spaces in it. (My email >>> program will probably insert some into this message, but there >>> shouldn't be any.) >> >> The space is "macports.org _dpupdate1". It's in the error message >> and in the folder name, so it seems like it's deliberate, but it >> doesn't allow things to work. I'll try looking through the source >> and see if it's there somewhere. > > Have you manually edited the file /opt/local/etc/ports/ports.conf > to reference rsync.macports.org? If so, check if there is a space > after "rsync.macports.org" in the relevant line; if so, remove it. > > Ok, last night I went through and removed every file and folder I could find and then reinstalled, and tried the .bash_profile to add the path. Now DP is installed and runs, though when I go to install fox or glut it seems to be trying to get them from opendarwin.org . Naturally, it just runs through those 4 servers over and over again. One odd thing is it's trying to fetch the file XFree86-4.5.0- src-3.tgz or XFree86-4.5.0-src-4.tgz , and tries to fetch it for either of my attempted installs. When I look in my sources.conf file, I see things pointed at rsync://rsync.darwinports.org/dpupdate/ dports . Am I correct that this(where the port is looking for the file) is something set server side? Marshall Rodriquez -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061206/100a3015/attachment.html From ryandesign at macports.org Wed Dec 6 12:54:24 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:11 2007 Subject: Install issues In-Reply-To: References: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> <343C5E62-02D0-4E8E-A954-10F66C145D5E@macports.org> Message-ID: <943EBEAD-4734-4B16-8C7D-3BF85A87EA46@macports.org> On Dec 6, 2006, at 11:26, Marshall Rodriquez wrote: > On Dec 5, 2006, at 2:48 PM, Ryan Schmidt wrote: > >> On Dec 5, 2006, at 15:26, Marshall Rodriquez wrote: >> >>> The space is "macports.org _dpupdate1". It's in the error message >>> and in the folder name, so it seems like it's deliberate, but it >>> doesn't allow things to work. I'll try looking through the source >>> and see if it's there somewhere. >> >> Have you manually edited the file /opt/local/etc/ports/ports.conf >> to reference rsync.macports.org? If so, check if there is a space >> after "rsync.macports.org" in the relevant line; if so, remove it. > > Ok, last night I went through and removed every file and folder I > could find and then reinstalled, and tried the .bash_profile to add > the path. Now DP is installed and runs, though when I go to install > fox or glut it seems to be trying to get them from opendarwin.org . > Naturally, it just runs through those 4 servers over and over > again. One odd thing is it's trying to fetch the file XFree86-4.5.0- > src-3.tgz or XFree86-4.5.0-src-4.tgz , and tries to fetch it for > either of my attempted installs. When I look in my sources.conf > file, I see things pointed at rsync://rsync.darwinports.org/ > dpupdate/dports . Am I correct that this(where the port is looking > for the file) is something set server side? As far as I know, rsync.darwinports.org is still the normal location for port updates to come from. Mine says rsync.macports.org, but only because I manually changed it because someone on this list said I should. But then someone else told me I shouldn't have done it. That's why I asked if you had manually edited the file. The fact that it's trying to install XFree86 suggests that you do not have all of Apple's X11 installed. I recommend you install Apple's X11 instead of building XFree86. Look in /Library/Receipts and see if you have both X11User.pkg and X11SDK.pkg. If you do not have X11User.pkg, install it from your Mac OS X CD or DVD. If you do not have X11SDK.pkg, install it from the Xcode CD or the Xcode download from developer.apple.com. From ryandesign at macports.org Wed Dec 6 12:57:38 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:11 2007 Subject: dmg In-Reply-To: <906E8914-8E17-4A7E-8284-A77C8A78F33C@mac.com> References: <906E8914-8E17-4A7E-8284-A77C8A78F33C@mac.com> Message-ID: <72B666B2-DBF9-4CCE-9166-67E51282D992@macports.org> On Dec 6, 2006, at 10:07, Mack Johnson wrote: > where's the .dmg dl? all i'm seeing is the source. For whatever reason, nobody made a dmg of 1.3.2. Therefore, the recommended way to install MacPorts from scratch is to download and install the dmg of 1.3.1, then "sudo port selfupdate" which will upgrade you to 1.3.2. http://svn.macports.org/repository/macports/downloads/DarwinPorts-1.3.1/ Hopefully there will be a 1.3.3 (with a dmg) soon so this question doesn't keep coming up. From marshall_rodriquez at mac.com Wed Dec 6 13:08:56 2006 From: marshall_rodriquez at mac.com (Marshall Rodriquez) Date: Tue Oct 9 16:42:11 2007 Subject: Install issues In-Reply-To: <943EBEAD-4734-4B16-8C7D-3BF85A87EA46@macports.org> References: <6DF117B0-7B4D-4579-94EA-B415BEC536EA@mac.com> <343C5E62-02D0-4E8E-A954-10F66C145D5E@macports.org> <943EBEAD-4734-4B16-8C7D-3BF85A87EA46@macports.org> Message-ID: <3009A5FF-6850-40C6-A374-E408AF920A74@mac.com> On Dec 6, 2006, at 12:54 PM, Ryan Schmidt wrote: > On Dec 6, 2006, at 11:26, Marshall Rodriquez wrote: > >> On Dec 5, 2006, at 2:48 PM, Ryan Schmidt wrote: >> >>> On Dec 5, 2006, at 15:26, Marshall Rodriquez wrote: >>> >>>> The space is "macports.org _dpupdate1". It's in the error >>>> message and in the folder name, so it seems like it's >>>> deliberate, but it doesn't allow things to work. I'll try >>>> looking through the source and see if it's there somewhere. >>> >>> Have you manually edited the file /opt/local/etc/ports/ports.conf >>> to reference rsync.macports.org? If so, check if there is a space >>> after "rsync.macports.org" in the relevant line; if so, remove it. >> >> Ok, last night I went through and removed every file and folder I >> could find and then reinstalled, and tried the .bash_profile to >> add the path. Now DP is installed and runs, though when I go to >> install fox or glut it seems to be trying to get them from >> opendarwin.org . Naturally, it just runs through those 4 servers >> over and over again. One odd thing is it's trying to fetch the >> file XFree86-4.5.0-src-3.tgz or XFree86-4.5.0-src-4.tgz , and >> tries to fetch it for either of my attempted installs. When I look >> in my sources.conf file, I see things pointed at rsync:// >> rsync.darwinports.org/dpupdate/dports . Am I correct that this >> (where the port is looking for the file) is something set server >> side? > > As far as I know, rsync.darwinports.org is still the normal > location for port updates to come from. Mine says > rsync.macports.org, but only because I manually changed it because > someone on this list said I should. But then someone else told me I > shouldn't have done it. That's why I asked if you had manually > edited the file. > > The fact that it's trying to install XFree86 suggests that you do > not have all of Apple's X11 installed. I recommend you install > Apple's X11 instead of building XFree86. Look in /Library/Receipts > and see if you have both X11User.pkg and X11SDK.pkg. If you do not > have X11User.pkg, install it from your Mac OS X CD or DVD. If you > do not have X11SDK.pkg, install it from the Xcode CD or the Xcode > download from developer.apple.com. > Thank you for all the help Ryan, I'll do that as soon as I get home :) Marshall Rodriquez "I don't like warriors. They're too narrow-minded. No sublety. Worse, they fight for hopeless causes...for honor! Honor has killed millions of people but hasn't saved a single one." ZORG, the Fifth Element -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061206/b5aebece/attachment.html From yt.dev at free.fr Wed Dec 6 14:16:52 2006 From: yt.dev at free.fr (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: Tue Oct 9 16:42:11 2007 Subject: iTerm and Zsh In-Reply-To: References: <7D73DBFC-1A8A-48E0-9491-7F23A432801B@free.fr> Message-ID: <82035995-7DA9-4F33-9793-F49ACB80D6B5@free.fr> Le jeudi 6 d?c. 06 19:06 ? 22:59, Charlie Allom a ?crit : > > please use Google. > does this means the mailing list isn't the right place to speak about a MacPorts project ? YT -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061206/5f40505c/attachment.html From nathan.stocks at gmail.com Wed Dec 6 16:16:18 2006 From: nathan.stocks at gmail.com (Nathan) Date: Tue Oct 9 16:42:11 2007 Subject: dmg In-Reply-To: <72B666B2-DBF9-4CCE-9166-67E51282D992@macports.org> References: <906E8914-8E17-4A7E-8284-A77C8A78F33C@mac.com> <72B666B2-DBF9-4CCE-9166-67E51282D992@macports.org> Message-ID: <96c9d6a80612061616k6f40c847of88a092e8f3066fd@mail.gmail.com> Related to this issue, it was very non-intuitive to me that you had to click on a "Source Code" link to get to the .dmg downloads at all. It literally took me 10 minutes of poking around the site today to find the images, and most of that was simply figuring out that the download area was called "Source Code". Would the powers-that-be object to changing that link to "Downloads" or something like that? ~ Nathan On 12/6/06, Ryan Schmidt wrote: > On Dec 6, 2006, at 10:07, Mack Johnson wrote: > > > where's the .dmg dl? all i'm seeing is the source. > > For whatever reason, nobody made a dmg of 1.3.2. Therefore, the > recommended way to install MacPorts from scratch is to download and > install the dmg of 1.3.1, then "sudo port selfupdate" which will > upgrade you to 1.3.2. > > http://svn.macports.org/repository/macports/downloads/DarwinPorts-1.3.1/ > > Hopefully there will be a 1.3.3 (with a dmg) soon so this question > doesn't keep coming up. > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > From rjhansen at cs.uiowa.edu Wed Dec 6 20:33:37 2006 From: rjhansen at cs.uiowa.edu (Robert J. Hansen) Date: Tue Oct 9 16:42:11 2007 Subject: liboil build failure (Mactel, OS X 10.4.8) Message-ID: <457799A1.4010503@cs.uiowa.edu> Using the workaround on trac addressed my problem with building evolution-data-server, but it's still a hack. Still, if that problem comes up in the future, there are at least two people who have been able to get around it. The next problem is liboil. Particularly, a weird Assembler pseudo-op called ".balign" is getting introduced, and GCC apparently doesn't know how to deal with it. I'm still unable to log into trac, so I can't open a bug on this myself. In the interim, I've sent a 'port -dv install liboil' log to Daniel Ericsson. Has anyone found this .balign problem before? If so, how did it get solved? A (non- -dv) port install output follows here. ===== ---> Building liboil with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_liboil/work/liboil-0.3.6" && make all" returned error 2 Command output: make all-recursive Making all in liboil Making all in colorspace make[3]: Nothing to be done for `all'. Making all in conv make[3]: Nothing to be done for `all'. Making all in copy make[3]: Nothing to be done for `all'. Making all in dct make[3]: Nothing to be done for `all'. Making all in i386 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -L/opt/local/lib -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -O2 -L/opt/local/lib -MT libi386_la-copy8x8_i386.lo -MD -MP -MF ".deps/libi386_la-copy8x8_i386.Tpo" -c -o libi386_la-copy8x8_i386.lo `test -f 'copy8x8_i386.c' || echo './'`copy8x8_i386.c; \ then mv -f ".deps/libi386_la-copy8x8_i386.Tpo" ".deps/libi386_la-copy8x8_i386.Plo"; else rm -f ".deps/libi386_la-copy8x8_i386.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -L/opt/local/lib -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -O2 -L/opt/local/lib -MT libi386_la-copy8x8_i386.lo -MD -MP -MF .deps/libi386_la-copy8x8_i386.Tpo -c copy8x8_i386.c -fno-common -DPIC -o .libs/libi386_la-copy8x8_i386.o /var/tmp//ccgwIKbW.s:24:Unknown pseudo-op: .balign /var/tmp//ccgwIKbW.s:24:Rest of line ignored. 1st junk character valued 49 (1). make[3]: *** [libi386_la-copy8x8_i386.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 From ryandesign at macports.org Wed Dec 6 21:09:09 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:11 2007 Subject: liboil build failure (Mactel, OS X 10.4.8) In-Reply-To: <457799A1.4010503@cs.uiowa.edu> References: <457799A1.4010503@cs.uiowa.edu> Message-ID: On Dec 6, 2006, at 22:33, Robert J. Hansen wrote: > Using the workaround on trac addressed my problem with building > evolution-data-server, but it's still a hack. Still, if that problem > comes up in the future, there are at least two people who have been > able > to get around it. > > The next problem is liboil. Particularly, a weird Assembler pseudo-op > called ".balign" is getting introduced, and GCC apparently doesn't > know > how to deal with it. > > I'm still unable to log into trac, so I can't open a bug on this > myself. > In the interim, I've sent a 'port -dv install liboil' log to Daniel > Ericsson. > > Has anyone found this .balign problem before? If so, how did it > get solved? > > A (non- -dv) port install output follows here. [snip] > /var/tmp//ccgwIKbW.s:24:Unknown pseudo-op: .balign > /var/tmp//ccgwIKbW.s:24:Rest of line ignored. 1st junk character > valued > 49 (1). > make[3]: *** [libi386_la-copy8x8_i386.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 320 results for "Unknown pseudo-op: .balign" on Google. Looks to me like that's a PowerPC thing, and you're on Intel. The liboil port is at version 0.3.6 which seems to be from November 2005. Current version is 0.3.10 from November 2006. Perhaps that fixes it. Port has no maintainer. Any reason we can't update this to 0.3.10? I have no idea what it is, what it's for or what might be using it. From rjhansen at cs.uiowa.edu Wed Dec 6 21:18:13 2006 From: rjhansen at cs.uiowa.edu (Robert J. Hansen) Date: Tue Oct 9 16:42:11 2007 Subject: liboil build failure (Mactel, OS X 10.4.8) In-Reply-To: References: <457799A1.4010503@cs.uiowa.edu> Message-ID: <4577A415.3080806@cs.uiowa.edu> Ryan Schmidt wrote: > 320 results for "Unknown pseudo-op: .balign" on Google. Looks to me like > that's a PowerPC thing, and you're on Intel. It's actually not a PowerPC thing. If I remember my gas right, it's just a macro; you should be able to substitute '.align X' for any set of '.balign Y'. If memory serves, X = log2 of Y, or maybe I have that reversed. I haven't needed to know gas since undergrad. It appears to be the case, judging from some traffic on the Fink list, that it's caused by Mactel gas being old and out-of-date compared to the current gas in binutils. > it. Port has no maintainer. Any reason we can't update this to 0.3.10? I > have no idea what it is, what it's for or what might be using it. liboil.freedesktop.org describes it as "a library of simple functions that are optimized for various CPUs". A lot of stuff in GNOME depends upon it. From rjhansen at cs.uiowa.edu Wed Dec 6 22:40:49 2006 From: rjhansen at cs.uiowa.edu (Robert J. Hansen) Date: Tue Oct 9 16:42:11 2007 Subject: liboil success Message-ID: <4577B770.8010602@cs.uiowa.edu> As it turns out, the bits of half-remembered gas were right. It was a problem with the .balign and .rept statements not being present in the version of gas used by Apple. The fix is fairly simple, although a bit tedious. * All instances of ".balign 16" need to be replaced with ".align 4". * All instances of ".rept 8"/".endr" need to be unrolled into linear statements, since Apple gas doesn't understand .rept. E.g.: .rept 2 .foo .endr ... gets unrolled into .foo .foo Hopefully this problem will get fixed by the liboil guys at freedesktop. If not, then I hope this is useful to the next poor schmuck who gets to wrestle with the problem. Enjoy! From ryandesign at macports.org Wed Dec 6 23:39:42 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:11 2007 Subject: liboil success In-Reply-To: <4577B770.8010602@cs.uiowa.edu> References: <4577B770.8010602@cs.uiowa.edu> Message-ID: On Dec 7, 2006, at 00:40, Robert J. Hansen wrote: > As it turns out, the bits of half-remembered gas were right. It was a > problem with the .balign and .rept statements not being present in the > version of gas used by Apple. > > The fix is fairly simple, although a bit tedious. > > * All instances of ".balign 16" need to be replaced > with ".align 4". > > * All instances of ".rept 8"/".endr" need to be unrolled > into linear statements, since Apple gas doesn't > understand .rept. E.g.: > > .rept 2 > .foo > .endr > > ... gets unrolled into > > .foo > .foo > > Hopefully this problem will get fixed by the liboil guys at > freedesktop. > If not, then I hope this is useful to the next poor schmuck who > gets to > wrestle with the problem. Enjoy! Could the reinplace command be used in the portfile to automate these changes? Also, shouldn't we update to liboil 0.3.10? Unless someone knows a reason we should not. If someone with an Intel Mac can provide the necessary patches to the portfile that would be most helpful. From rjhansen at cs.uiowa.edu Thu Dec 7 00:28:28 2006 From: rjhansen at cs.uiowa.edu (Robert J. Hansen) Date: Tue Oct 9 16:42:11 2007 Subject: liboil success In-Reply-To: References: <4577B770.8010602@cs.uiowa.edu> Message-ID: <4577D0AC.6050509@cs.uiowa.edu> Ryan Schmidt wrote: > Could the reinplace command be used in the portfile to automate these > changes? I don't know; I'm new to MacPorts. > Also, shouldn't we update to liboil 0.3.10? Unless someone knows a > reason we should not. I hope you'll forgive the newbie to the list coming into your sandbox and telling you there are problems, but I think "getting GNOME to compile on Mactel" is a much bigger priority item than "getting liboil to 0.3.10". I came to MacPorts just a few days ago and here's the list of obstacles I've run into: * Bug tracking is fundamentally broken. Even though I've registered, I can't log in to file bug reports. Or, for that matter, even browse them. * evolution-data-server refuses to build without manual Makefile tweaking. * liboil won't compile unless you know enough about GNU assembler and its history to recognize that liboil is using stuff not supported on Apple's antiquated gas. * gnome-applets won't even build, and I still can't figure out why. Something to do with libxklavier. Which is installed and in the proper place, but gswitchit_config.c in gnome-applets is expecting a libxklavier header file which the libxklavier package doesn't provide. * All of my problems have been reported on this list before, but I have not been able to find solutions on this list. Speaking as a newcomer to MacPorts, the experience has been very disheartening. Some individuals have been very helpful (Daniel Ericsson, for instance, gave me great help with the evolution-data-server problem). But by and large, the experience has been unpleasant and discouraging. I'm using MacPorts to get GNOME installed on my system, and it seems there's nothing but obstacles. From iane at sussex.ac.uk Thu Dec 7 01:20:32 2006 From: iane at sussex.ac.uk (Ian Eiloart) Date: Tue Oct 9 16:42:11 2007 Subject: iTerm and Zsh In-Reply-To: <82035995-7DA9-4F33-9793-F49ACB80D6B5@free.fr> References: <7D73DBFC-1A8A-48E0-9491-7F23A432801B@free.fr> <82035995-7DA9-4F33-9793-F49ACB80D6B5@free.fr> Message-ID: <003C735A0F0EE276CA20B452@Vigor11> --On 6 December 2006 23:16:52 +0100 Une B?vue wrote: > > Le jeudi 6 d?c. 06 19:06 ? 22:59, Charlie Allom a ?crit : > >> >> please use Google. >> > > > does this means the mailing list isn't the right place to speak about a > MacPorts project ? > iTerm and zsh are not MacPorts projects. MacPorts is an application installer. How you use the applications isn't relevant unless there is some bearing on the installation process. This issue doesn't seem to be related to installation of either iTerm or zsh. -- Ian Eiloart IT Services, University of Sussex From luc at honk-honk.com Thu Dec 7 03:51:13 2006 From: luc at honk-honk.com (Luc Heinrich) Date: Tue Oct 9 16:42:11 2007 Subject: The Python 2.5 port island Message-ID: <5747A152-15C7-420E-9965-DF70C7FD9E41@honk-honk.com> Greetings, As of today, the Python 2.5 port is an island. It has the correct dependencies and builds correctly, but it also has some major problems which makes it mostly useless: 1. The Python framework is not created (--enable-framework is not specified in the configure args). 2. The 'python' symlink to 'python2.5' is not created. 3. All MacPorts python libraries and applications depend on port:python24 or are part of portgroup:python24. Is there a specific reason for (1) and (2) or is this just an overlook ? More importantly, is there a way to workaround (3) and use MacPorts- managed python libraries and applications with port:python25 instead of port:python24 ? A way to ignore dependencies maybe ? (which wouldn't completely work for all ports though, the python variant of port:boost uses a hardcoded python version variable for example) -- Luc Heinrich - luc@honk-honk.com - http://www.honk-honk.com From yt.dev at free.fr Thu Dec 7 05:38:40 2006 From: yt.dev at free.fr (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: Tue Oct 9 16:42:11 2007 Subject: iTerm and Zsh In-Reply-To: <003C735A0F0EE276CA20B452@Vigor11> References: <7D73DBFC-1A8A-48E0-9491-7F23A432801B@free.fr> <82035995-7DA9-4F33-9793-F49ACB80D6B5@free.fr> <003C735A0F0EE276CA20B452@Vigor11> Message-ID: <4333511F-F7B5-4150-8B79-6FCDDAD47373@free.fr> Le jeudi 7 d?c. 06 19:06 ? 10:20, Ian Eiloart a ?crit : > iTerm and zsh are not MacPorts projects. MacPorts is an application > installer. How you use the applications isn't relevant unless there > is some bearing on the installation process. This issue doesn't > seem to be related to installation of either iTerm or zsh. OK, i see what you mean if the zsh and the iTerm, both installed with MacPORTS, don't work together, you don't care. Is that a new policy due to the darwinPorts to MACPORT migration ? better to know... YT -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061207/4797dd4c/attachment.html From cssdev at mac.com Thu Dec 7 05:55:09 2006 From: cssdev at mac.com (cssdev@mac.com) Date: Tue Oct 9 16:42:11 2007 Subject: iTerm and Zsh In-Reply-To: <003C735A0F0EE276CA20B452@Vigor11> References: <7D73DBFC-1A8A-48E0-9491-7F23A432801B@free.fr> <82035995-7DA9-4F33-9793-F49ACB80D6B5@free.fr> <003C735A0F0EE276CA20B452@Vigor11> Message-ID: <61F4EE91-DB9D-4828-9D3A-8C729B34D141@mac.com> On Dec 7, 2006, at 3:20 AM, Ian Eiloart wrote: > --On 6 December 2006 23:16:52 +0100 Une B?vue wrote: > >> Le jeudi 6 d?c. 06 19:06 ? 22:59, Charlie Allom a ?crit : >> >>> please use Google. >> >> does this means the mailing list isn't the right place to speak >> about a >> MacPorts project ? > > iTerm and zsh are not MacPorts projects. MacPorts is an application > installer. How you use the applications isn't relevant unless there > is some bearing on the installation process. This issue doesn't > seem to be related to installation of either iTerm or zsh. If you're having trouble installing a project installed using MacPorts, then this list is the best place to ask. If the project is already installed and your problem is related to using the project, then you should check with the original project's community. You can use "port info" to retrieve the homepage: $ port info iterm iTerm 0.8.2, aqua/iTerm http://iterm.sourceforge.net The mailing lists, forums, and trackers located on iTerm's sourceforge page are the appropriate places for resolving your problems with getting iTerm to use zsh. MacPorts changes how you got each of them and where they're located on your system, but usage questions are best handled by those most familiar with the specific projects. Hope this helps, Chris From yt.dev at free.fr Thu Dec 7 07:51:07 2006 From: yt.dev at free.fr (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: Tue Oct 9 16:42:11 2007 Subject: iTerm and Zsh In-Reply-To: <61F4EE91-DB9D-4828-9D3A-8C729B34D141@mac.com> References: <7D73DBFC-1A8A-48E0-9491-7F23A432801B@free.fr> <82035995-7DA9-4F33-9793-F49ACB80D6B5@free.fr> <003C735A0F0EE276CA20B452@Vigor11> <61F4EE91-DB9D-4828-9D3A-8C729B34D141@mac.com> Message-ID: <9CA81EAE-BB10-4802-AB1A-CFB633311A05@free.fr> Le jeudi 7 d?c. 06 19:06 ? 14:55, cssdev@mac.com a ?crit : > $ port info iterm > iTerm 0.8.2, aqua/iTerm > http://iterm.sourceforge.net > > The mailing lists, forums, and trackers located on iTerm's > sourceforge page are the appropriate places for resolving your > problems with getting iTerm to use zsh. MacPorts changes how you > got each of them and where they're located on your system, but > usage questions are best handled by those most familiar with the > specific projects. ok, i've found it : a message from 2006-11-15 said : >> iTerm does not honor default shell << )) bye, yt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061207/0a663fdb/attachment.html From delza at livingcode.org Thu Dec 7 08:32:40 2006 From: delza at livingcode.org (Dethe Elza) Date: Tue Oct 9 16:42:11 2007 Subject: The Python 2.5 port island In-Reply-To: <5747A152-15C7-420E-9965-DF70C7FD9E41@honk-honk.com> References: <5747A152-15C7-420E-9965-DF70C7FD9E41@honk-honk.com> Message-ID: On 7-Dec-06, at 3:51 AM, Luc Heinrich wrote: > As of today, the Python 2.5 port is an island. It has the correct > dependencies and builds correctly, but it also has some major > problems which makes it mostly useless: > > 1. The Python framework is not created (--enable-framework is not > specified in the configure args). > 2. The 'python' symlink to 'python2.5' is not created. > 3. All MacPorts python libraries and applications depend on > port:python24 or are part of portgroup:python24. > > Is there a specific reason for (1) and (2) or is this just an > overlook ? > > More importantly, is there a way to workaround (3) and use MacPorts- > managed python libraries and applications with port:python25 > instead of port:python24 ? A way to ignore dependencies maybe ? > (which wouldn't completely work for all ports though, the python > variant of port:boost uses a hardcoded python version variable for > example) I don't know the answer to all of these issues, but I do know that Martin Costabel has been working on Python2.5 and specifically that he has built boost and visual libraries for 2.5. This work lives in the unstable tree until it has been tested enough to be moved to stable, so if you want the cutting-edge stuff, maybe checking out the work in unstable would be worthwhile. --Dethe This [the adoption of open source software] isn't just my idea, or Brazil's idea. It's the idea of our time. The complexity of our times demands it." --Gilberto Gil, Brazilian Minister of Culture From delza at livingcode.org Thu Dec 7 08:36:50 2006 From: delza at livingcode.org (Dethe Elza) Date: Tue Oct 9 16:42:11 2007 Subject: Oops (was: Re: The Python 2.5 port island) In-Reply-To: References: <5747A152-15C7-420E-9965-DF70C7FD9E41@honk-honk.com> Message-ID: Sorry, my last message was a mistake. Martin Costabel has been working on the unstable branch of *fink*, not macports. I'm on both lists and got that mixed up. I apologize for the confusion. --Dethe Simple things should be declarative. Complex things should be procedural. --Adam Bosworth From kw at codebykevin.com Thu Dec 7 08:38:20 2006 From: kw at codebykevin.com (Kevin Walzer) Date: Tue Oct 9 16:42:11 2007 Subject: The Python 2.5 port island In-Reply-To: References: <5747A152-15C7-420E-9965-DF70C7FD9E41@honk-honk.com> Message-ID: <4578437C.5020806@codebykevin.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dethe Elza wrote: > > I don't know the answer to all of these issues, but I do know that > Martin Costabel has been working on Python2.5 and specifically that he > has built boost and visual libraries for 2.5. This work lives in the > unstable tree until it has been tested enough to be moved to stable, so > if you want the cutting-edge stuff, maybe checking out the work in > unstable would be worthwhile. > > --Dethe Dethe, I think you're referring to Fink here...MacPorts has no concept of "stable/unstable." - --Kevin - -- Kevin Walzer Code by Kevin http://www.codebykevin.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFeEN7EsLm8HXyq4sRAur0AJ4ksvtDqTuUP889qQVxcSmqpm4MewCeLc1M DYydYoxYEd9ReM9aAhTPpvo= =IqNG -----END PGP SIGNATURE----- From yeled at macports.org Thu Dec 7 11:52:37 2006 From: yeled at macports.org (Charlie Allom) Date: Tue Oct 9 16:42:11 2007 Subject: iTerm update In-Reply-To: References: Message-ID: <33630CC7-CCCB-4710-BEE6-F17B9A3B66E2@macports.org> On 21/11/2006, at 11:50 PM, Lu?s Be?a wrote: > Can any one please update iTerm 0.8.2 to 0.9.3 and add a Portuguese > aspell dict? Many thanks in advance. Cheers This is ridiculous, having a port that is CVS without a cap on the -Date and something that is easily downloadable and updates itself... I am going to remove it if no one speaks up. C. From marshall_rodriquez at mac.com Thu Dec 7 14:04:08 2006 From: marshall_rodriquez at mac.com (Marshall Rodriquez) Date: Tue Oct 9 16:42:11 2007 Subject: Install issues Message-ID: Forgive the history being missing Ok, once I installed the X11User.pkg I was able to proceed and install glut without issue, but fox still didn't go. I went to the site and found that 1.6.2 is the current stable version, and DP is trying to download 1.2.13. I'm presuming the problem is that this version isn't available anymore, leading to the error out. I'm guessing the next thing to try is contacting the maintainer of the port, but how would I find out who that is? Marshall Rodriquez From dluke at geeklair.net Thu Dec 7 14:18:33 2006 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:11 2007 Subject: Install issues In-Reply-To: References: Message-ID: <33A151DA-AD85-4772-A16D-FD693D4A7638@geeklair.net> On Dec 7, 2006, at 5:04 PM, Marshall Rodriquez wrote: > Ok, once I installed the X11User.pkg I was able to proceed and > install glut without issue, but fox still didn't go. I went to the > site and found that 1.6.2 is the current stable version, and DP is > trying to download 1.2.13. I'm presuming the problem is that this > version isn't available anymore, leading to the error out. I'm > guessing the next thing to try is contacting the maintainer of the > port, but how would I find out who that is? port info portname" % port info fox fox 1.2.13, Revision 1, x11/fox http://www.fox-toolkit.org/ FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. Library Dependencies: tiff, libpng, jpeg, XFree86 Platforms: darwin Maintainers: tristan@opendarwin.org -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061207/9fbac8e0/PGP.bin From watsonbladd at gmail.com Thu Dec 7 19:18:37 2006 From: watsonbladd at gmail.com (Watson Ladd) Date: Tue Oct 9 16:42:11 2007 Subject: Gnumeric fails to load Message-ID: <4578D98D.3080007@gmail.com> After installing gnumeric, typing gnumeric at a Xterm results in nothing happening. Any help would be greatly appreciated. Thank you, Watson Ladd -- They who would give up essential Liberty to purchase a little temporary Safety, deserve neither Liberty or Safety --Benjamin Franklin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061207/99981740/signature.bin From mkapes at gmail.com Fri Dec 8 00:40:04 2006 From: mkapes at gmail.com (Markos Kapes) Date: Tue Oct 9 16:42:11 2007 Subject: Subject: python24 fails to activate Message-ID: On trying to install Python24 on my new macbook, running 10.4.8, with no python ports installed except apple's standard 2.3 framework, I get: ---> Fetching python24 ---> Attempting to fetch Python-2.4.3.tar.bz2 from http:// www.python.org//ftp/python/2.4.3/ ---> Verifying checksum(s) for python24 ---> Extracting python24 ---> Applying patches to python24 ---> Configuring python24 ---> Building python24 with target all ---> Staging python24 into destroot ---> Installing python24 2.4.3_1+darwin_8 ---> Activating python24 2.4.3_1+darwin_8 Error: Target com.apple.activate returned: Image error: /Applications/ DarwinPorts/MacPython/BuildApplet.app/Contents/Info.plist already exists and does not belong to a registered port. Unable to activate port python24. Error: Status 1 encountered during processing. I noticed a similar thread a year ago & did port sync port clean --all python24 etc as the posts suggested, but still the same problem Any help most appreciated. --mk From ryandesign at macports.org Fri Dec 8 01:12:13 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:11 2007 Subject: Subject: python24 fails to activate In-Reply-To: References: Message-ID: <2341E240-76B5-44BB-B43A-A692ECDEF478@macports.org> On Dec 8, 2006, at 02:40, Markos Kapes wrote: > On trying to install Python24 on my new macbook, running 10.4.8, > with no python ports installed except apple's standard 2.3 > framework, I get: > > ---> Fetching python24 > ---> Attempting to fetch Python-2.4.3.tar.bz2 from http:// > www.python.org//ftp/python/2.4.3/ > ---> Verifying checksum(s) for python24 > ---> Extracting python24 > ---> Applying patches to python24 > ---> Configuring python24 > ---> Building python24 with target all > ---> Staging python24 into destroot > ---> Installing python24 2.4.3_1+darwin_8 > ---> Activating python24 2.4.3_1+darwin_8 > Error: Target com.apple.activate returned: Image error: / > Applications/DarwinPorts/MacPython/BuildApplet.app/Contents/ > Info.plist already exists and does not belong to a registered > port. Unable to activate port python24. > Error: Status 1 encountered during processing. > > I noticed a similar thread a year ago & did > port sync > port clean --all python24 > etc > > as the posts suggested, but still the same problem You apparently have things at /Applications/DarwinPorts/MacPython but MacPorts doesn't think it put them there. Either manually remove them first, or use the -f flag when installing the port to force it. From mrt5 at mac.com Fri Dec 8 03:54:46 2006 From: mrt5 at mac.com (Michael Thon) Date: Tue Oct 9 16:42:11 2007 Subject: xsane Message-ID: I successfully installed xsane and it recognized my scanner but the scanned images are full of artifacts - wide vertical lines and spots. I also got xsane working in ubuntu linux, installed in Parallels and it works fine. I compared the contents of the files / opt/local/etc/sane.d/umax* (its a umax scanner) to their counterparts in ubuntu and they seem the same. Is anyone using xsane successfully and does anyone have ideas what the problem is? Mike From yves at macports.org Fri Dec 8 05:33:43 2006 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:11 2007 Subject: macports address not working Message-ID: <6AB87366-0774-4B3F-B28D-AA28B420FC62@macports.org> Hi I can't connect to mail.opendarwin.org since a few days. Did I miss something ? yves yves@gnu-darwin.org From mac at the-evangelist.info Fri Dec 8 12:19:29 2006 From: mac at the-evangelist.info (mac@the-evangelist.info) Date: Tue Oct 9 16:42:11 2007 Subject: php5 port whith rrdtool extension support Message-ID: <4579C8D1.6010805@the-evangelist.info> An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20061208/bda76c86/attachment.html From mark.duling at biola.edu Fri Dec 8 13:22:24 2006 From: mark.duling at biola.edu (Mark Duling) Date: Tue Oct 9 16:42:11 2007 Subject: php5 port whith rrdtool extension support In-Reply-To: <4579C8D1.6010805@the-evangelist.info> References: <4579C8D1.6010805@the-evangelist.info> Message-ID: mac@the-evangelist.info on Friday, December 8, 2006 at 12:19 PM -0800 wrote: >I need the php5 port with rrdtool extension support. In rrdtool website i >found this patch php_rrdtool.tgz [ >http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/ >]http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/ but i do >not know how to apply to the php5 port. > > Anybody can help me?? The readme file is not helpful at all. Do you want to create rrdtool graphs manually creating your own PHP scripts? I just want to be sure you need it rather than an rrdtool frontend, such as NRG, Cacti, or NetMRG. The documentation for it is non-existent but I googled up this http://blogs.missiondata.com/?p=54 and I see there is a FreeBSD php5-rrdtool port http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/php5-rrdtool/. So maybe an rrdtool variant could be cooked up for the php5 port without too much difficulty. I'm curious so I'll try it in some spare minutes later today or this weekend. Mark From vmcgarry at austin.rr.com Sat Dec 9 20:11:59 2006 From: vmcgarry at austin.rr.com (McGarry Vince) Date: Tue Oct 9 16:42:11 2007 Subject: upgrading scrollkeeper fails Message-ID: <04AA12DF-CB2B-4440-B58F-DFAC803C68E5@austin.rr.com> Scrollkeeper does not activate with the following error: ---> Activating scrollkeeper 0.3.14_2 Error: Target com.apple.activate returned: Image error: /opt/local/ var/lib/scrollkeeper/am/scrollkeeper_cl.xml already exists and does not belong to a registered port. Unable to activate port scrollkeeper. Warning: the following items did not execute (for scrollkeeper): com.apple.activate Error: Status 1 encountered during processing. Upgrade went smoothly until this point. Any suggestions? Vince McGarry From john_owens at yahoo.com Sun Dec 10 05:48:13 2006 From: john_owens at yahoo.com (John Owens) Date: Tue Oct 9 16:42:11 2007 Subject: my first port - how to Message-ID: Greetings, I'm attempting to write my first port. Writing the portfile is not too difficult, as there's lots of good examples. However, actually making it install is a lot tougher. I am making it work by: - adding the portfile in the right place in /opt/local - changing the portindex file to add the port info manually (and making up a number for it) However, these things seem really kludgey. Is it not possible to have a local portfile somewhere and install it using a command line "port" command? That would seem much better, but I can't find any documentation on how that's done. (For instance, there's a local "~/.portsrc" file? but I can't find any docs on it.) I think this is the sort of thing that really ought to be on the wiki - the barrier to entry of adding a portfile is really very high, and a short guide would be helpful. What it should say: - "So you've written a Portfile. Here's how you test it locally." - "Here's how you prevent it from being clobbered when you selfupdate." - "Here's where you put it if you're testing it locally, and want to leave it local for a while." - "Your Portfile is awesome. It works. Here's how to add it to the MacPorts repository." - "... and here's how you update it." - "Your Portfile probably has lots of dependencies. Here's how you tell what they are." - "Here are naming conventions for ports." etc. Especially the first one right now would be very useful for me. JDO From mas at seligma.com Sun Dec 10 06:11:34 2006 From: mas at seligma.com (=?ISO-8859-1?Q?Marc_Andr=E9_Selig?=) Date: Tue Oct 9 16:42:11 2007 Subject: my first port - how to In-Reply-To: References: Message-ID: <04172FC8-0A8B-4B75-9547-FCD944AC8EFF@seligma.com> On 10.12.2006, at 14:48, John Owens wrote: > However, these things seem really kludgey. Is it not possible to > have a local portfile somewhere and install it using a command > line "port" command? Just cd to the directory where you've put the Portfile (*outside* of / opt/local) and try "sudo port -d install". That should work. Or you could set up a local repository: sudo port install subversion mkdir -p /Users/Shared/dports/x11/myport # and put your portfile there sudo sed -e '1i\ file:///Users/Shared/dports' -i~ /opt/local/etc/ports/sources.conf portindex /Users/Shared/dports sudo port install myport Regards, Marc From ehainry at free.fr Sun Dec 10 07:25:52 2006 From: ehainry at free.fr (Emmanuel Hainry) Date: Tue Oct 9 16:42:11 2007 Subject: my first port - how to In-Reply-To: References: Message-ID: <20061210152552.GA2841@velsheda.lateralis.org> Citando John Owens : > Greetings, I'm attempting to write my first port. Writing the portfile > is not too difficult, as there's lots of good examples. However, > actually making it install is a lot tougher. > > I am making it work by: > > - adding the portfile in the right place in /opt/local > - changing the portindex file to add the port info manually (and > making up a number for it) > > However, these things seem really kludgey. Is it not possible to > have a local portfile somewhere and install it using a command > line "port" command? That would seem much better, but I can't find > any documentation on how that's done. (For instance, there's a > local "~/.portsrc" file? but I can't find any docs on it.) > > I think this is the sort of thing that really ought to be on the > wiki - the barrier to entry of adding a portfile is really very > high, and a short guide would be helpful. > It used to be in the documentation: http://darwinports.opendarwin.org/docs/ch03s05.html#local_repository In two words, you just edit sources.conf and use the 'portindex' command in the right place. Most configuration files are in ${prefix}/etc/ports/. For information about ~/.portsrc, have a look at 'man ports.conf' Emmanuel -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061210/44c5266f/attachment.bin From mark.duling at biola.edu Sun Dec 10 08:46:10 2006 From: mark.duling at biola.edu (Mark Duling) Date: Tue Oct 9 16:42:11 2007 Subject: my first port - how to In-Reply-To: References: Message-ID: John Owens on Sunday, December 10, 2006 at 5:48 AM -0800 wrote: > Is it not possible to >have a local portfile somewhere and install it using a command >line "port" command? That would seem much better, but I can't find >any documentation on how that's done. (For instance, there's a >local "~/.portsrc" file? but I can't find any docs on it.) > >I think this is the sort of thing that really ought to be on the >wiki - the barrier to entry of adding a portfile is really very >high, and a short guide would be helpful. What it should say: You're right. Our documentation is woefully inadequate at present, and even the legacy reference docs missed some of the obviouspoints you mention. I've contributed a few minor documentaton items and I've had in mind the local repository item as the next one as the most needed individual item, lacking more comprehensive developer docs that might contain it. If no one else does I'll do it soon. The thing that this link http://darwinports.opendarwin.org/docs/ch03s05.html#local_repository doesn't say is that if you put the line specifying your local portfile *before* the normal rsync one, then duplicates (if you are doing develoment work on an existing port) the local port will be the one that shows up first when you run /port search foo' and gets installed when 'port install foo' is run. In other words, /opt/local/etc/ports/sources.conf looks like this: file:///Users/billy/dports rsync://rsync.darwinports.org/dpupdate/dports Mark From john_owens at yahoo.com Sun Dec 10 10:46:22 2006 From: john_owens at yahoo.com (John Owens) Date: Tue Oct 9 16:42:11 2007 Subject: my first port - how to References: <20061210152552.GA2841@velsheda.lateralis.org> Message-ID: Emmanuel Hainry free.fr> writes: > > In two words, you just edit sources.conf and use the 'portindex' command > in the right place. > > Most configuration files are in ${prefix}/etc/ports/. For information > about ~/.portsrc, have a look at 'man ports.conf' I found sources.conf, but would have found it useful if it indicated that I could have both a file:// AND rsync:// line. It has no indication that I can have more than one uncommented line. That would be a nice addition to the default sources.conf file, also with a line that says what overrides what (does the first line override the second or vice versa). Thank you for the pointer to man ports.conf. JDO From ryandesign at macports.org Mon Dec 11 00:04:49 2006 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:11 2007 Subject: upgrading scrollkeeper fails In-Reply-To: <04AA12DF-CB2B-4440-B58F-DFAC803C68E5@austin.rr.com> References: <04AA12DF-CB2B-4440-B58F-DFAC803C68E5@austin.rr.com> Message-ID: <180AEB80-F0BD-4CAA-BB8B-3F9AEBF99946@macports.org> On Dec 9, 2006, at 22:11, McGarry Vince wrote: > Scrollkeeper does not activate with the following error: > > ---> Activating scrollkeeper 0.3.14_2 > Error: Target com.apple.activate returned: Image error: /opt/local/ > var/lib/scrollkeeper/am/scrollkeeper_cl.xml already exists and does > not belong to a registered port. Unable to activate port > scrollkeeper. > Warning: the following items did not execute (for scrollkeeper): > com.apple.activate > Error: Status 1 encountered during processing. > > Upgrade went smoothly until this point. Any suggestions? Some possible answers from the issue tracker: "scrollkeeper support is fundamentally broken" in MacPorts. http://trac.macports.org/projects/macports/ticket/6912 Use "sudo port -f install ". "There are a number of ports that trigger scrollkeeper-update. Hunting them down and fixing them seems to be a never-ending task. The above command should get you through that problem without having to wait on the port to be fixed." http://trac.macports.org/projects/macports/ticket/7401 From lists-macports-users at magicpacket.net Mon Dec 11 10:34:18 2006 From: lists-macports-users at magicpacket.net (Eric Angell) Date: Tue Oct 9 16:42:11 2007 Subject: A variety of problems Message-ID: <20061211183418.GD12028@magicpacket.net> Since gnucash 2.0 was released five months ago, I've been anxiously awaiting a binary fink package, which I understand is slow in coming because of some experimental library dependencies. However, I recently noticed that there is now a portfile for it, and got excited. Gnucash is somewhat infamous for being a pain to compile by hand because of its huge pile of dependencies, so having that taken care of automatically sounded great. I've successfully used darwinports in the past with good success, so I set out on what has turned into a fool's errand. In a perfect world, I would expect that all I would have to incant to achieve such a feat would be something along the lines of: `port sync; port selfupdate; port sync; port install gnucash`, so I started with that. The port install failed for some reason (that I didn't record, sorry), so I figured maybe a `port update all` would help. It at least ran to completion without incident. Well, it substantially altered my default Muttrc, about which I'm pretty displeased, but everything at least compiled successfully. I then reran my gnucash install line, and had problems creating destroot for qt3. Specifically, it was trying to move something like /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_qt3/work/destroot/opt/local/lib/*.* to ~destroot/opt/local/lib/qt3/lib, and nothing was matching the glob. After a bunch of poking around, I found that the stuff it was looking for had actually been built in ~destroot/private/opt/local/lib, so I moved it over, convinced archive to rerun with some difficulty*, and all was happy. I have no idea why it was building the libraries in ~destroot/private/opt/..., since it built everything else in ~destroot/opt/..., but there it was. *: if I run port with -f, I expect the step to run, regardless of what the state file says; I don't expect to have to edit the state file by hand. `port clean --archive qt3` didn't even have the desired effect, though it printed a message that claimed to have done so. WTF? The qt3 hurdle passed, I continued with my port install gnucash aspiration, and came to the next dependency, aqbanking. If you guessed that it went poorly, you'd be right! ld: warning prebinding disabled because dependent library: /opt/local/lib/libgwenhywfar.38.dylib is not prebound ld: warning can't open dynamic library: /opt/local/lib/libintl.3.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) ld: Undefined symbols: _libintl_dgettext referenced from libgwenhywfar.38 expected to be defined in /opt/local/lib/libintl.3.dylib _libintl_bind_textdomain_codeset referenced from libgwenhywfar.38 expected to be defined in /opt/local/lib/libintl.3.dylib _libintl_bindtextdomain referenced from libgwenhywfar.38 expected to be defined in /opt/local/lib/libintl.3.dylib /usr/bin/libtool: internal link edit command failed make[5]: *** [libaqbanking.la] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 In fact, it couldn't find /opt/local/lib/libintl.3.dynlib because it didn't exist, so I suppose my frustration should be more focused on gettext than on aqbanking. Google led me to http://trac.macosforge.org/projects/macports/wiki/ProblemHotlist, which had me run a shell script to find a list of packages to rebuild. That might have been fine, except the script assumed that `port provides /path/to/foo` works correctly...nope: ~% port provides /opt/local/bin/ethereal /private/opt/local/bin/ethereal is not provided by a MacPorts port. ~% port contents ethereal | grep /opt/local/bin/ethereal /opt/local/bin/ethereal ~% port -v -d provides /opt/local/bin/ethereal DEBUG: Changing to port directory: /opt/local/bin/ethereal /private/opt/local/bin/ethereal is not provided by a MacPorts port. In fact, I can't find anything that `port provides` knows about, and the debug message about trying to treat /opt/local/bin/ethereal as a directory is pretty suspicious. So I chopped up the script and just got a list of files in which otool -L found references to libintl. I'd post it here, but it's 53 lines and I suspect it would just be distracting. I'll certainly provide it on request. I don't really want to identify the source packages for all 53 of those and rebuild them by hand. That's why I'm using a package _manager_. In fact, at this point, I've basically given up, and I'm going to reinstall fink's binary package for gnucash 1.8 when I next have time to work on this. Considering how well this install has gone so far, I really can't bring myself to continue when I expect I'll have more problems with most of the rest of the dependencies, and the list of them looks like this: Error: The following dependencies failed to build: aqbanking g-wrap slib-guile guile slib gconf libbonobo intltool p5-xml-parser orbit2 libidl popt gnucash-docs scrollkeeper docbook-xml docbook-xml-scrollkeeper docbook-xsl libxslt yelp gnome-vfs dbus gnome-mime-data howl neon libgnome esound audiofile libgnomeui gnome-keyring libbonoboui libgnomecanvas libart_lgpl libgtkhtml gail goffice libgnomeprintui gnome-icon-theme hicolor-icon-theme icon-naming-utils p5-xml-simple p5-xml-namespacesupport libgnomeprint bison m4 libgnomecups cups-headers libgsf libgtkhtml3 gal p5-finance-quote p5-crypt-ssleay p5-libwww-perl p5-compress-zlib p5-compress-raw-zlib p5-io-compress-base p5-io-compress-zlib p5-html-parser p5-html-tagset p5-uri p5-datemanip p5-html-tableextract If anyone can tell me something simple like "your darwinports install is completely messed up; run these five commands and wait 15 hours for everything to recompile", I'd be thrilled. Otherwise, consider this email a bug report. I'm not sure what packages I should really be filing reports against, so I'll let someone else do it or point me in the right direction and tell me what other info to include. I'm running Mac OS 10.4.8 on an iBook G4. uname -a says Darwin maunakea.magicpacket.net 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc Thanks for all the stuff that's worked, which is everything I've done with darwinports before now. I only wish this time had been so smooth. Sorry this email is so snarky. -E From dluke at geeklair.net Mon Dec 11 10:56:16 2006 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:11 2007 Subject: A variety of problems In-Reply-To: <20061211183418.GD12028@magicpacket.net> References: <20061211183418.GD12028@magicpacket.net> Message-ID: <0C37D1A5-AEF4-4D2B-BFAE-A0523084F3E1@geeklair.net> On Dec 11, 2006, at 1:34 PM, Eric Angell wrote: > `port sync; port selfupdate; port sync; port install gnucash`, selfupdate does a sync, so this could be reduced to: port selfupdate; port install gnucash > so I moved it over, convinced > archive to rerun with some difficulty*, and all was happy. I > have no idea why it was building the libraries in > ~destroot/private/opt/..., since it built everything else in > ~destroot/opt/..., but there it was. This seems odd, but I'm not sure from your description exactly what happened. > *: if I run port with -f, I expect the step to run, regardless of > what the state file says; I don't expect to have to edit the > state file by hand. You shouldn't have to, but you don't say what you ran (and what happened), why you decided to modify the state file, and what happened after you did. > `port clean --archive qt3` didn't even have > the desired effect, though it printed a message that claimed to > have done so. WTF? So, it didn't remove the qt3 archive? > In fact, it couldn't find /opt/local/lib/libintl.3.dynlib because > it didn't exist, so I suppose my frustration should be more > focused on gettext than on aqbanking. It's because you told macports to upgrade everything, without understanding what that meant (and without macports just 'doing the right thing' for you here). > That might have been fine, except the script assumed > that `port provides /path/to/foo` works correctly...nope: Ok, at this point I'm sure that there is something wrong with your macports install. > If anyone can tell me something simple like "your darwinports > install is completely messed up; run these five commands and wait > 15 hours for everything to recompile", I'd be thrilled. If you don't mind re-installing any installed ports, you could do something like rm -Rf /opt/local Then download and install macports and do: port selfupdate and then try again with port install gnucash -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061211/69f994ca/PGP.bin From frank.mcpherson at janusresearch.com Mon Dec 11 12:41:53 2006 From: frank.mcpherson at janusresearch.com (Frank McPherson) Date: Tue Oct 9 16:42:11 2007 Subject: A variety of problems In-Reply-To: <20061211183418.GD12028@magicpacket.net> References: <20061211183418.GD12028@magicpacket.net> Message-ID: <6E5AAA05-9B4F-460D-B508-CAE57D49A3A2@janusresearch.com> Eric, I can't help on your first problem installing macports, or the second one with qt3, but I ran in to something very similar to your libintl dylib problems. On Dec 11, 2006, at 13:34, Eric Angell wrote: > ld: warning prebinding disabled because dependent library: > /opt/local/lib/libgwenhywfar.38.dylib is not prebound > ld: warning can't open dynamic library: > /opt/local/lib/libintl.3.dylib (checking for undefined symbols > may be affected) (No such file or directory, errno = 2) > ld: Undefined symbols: > _libintl_dgettext referenced from libgwenhywfar.38 expected to be > defined in /opt/local/lib/libintl.3.dylib > _libintl_bind_textdomain_codeset referenced from libgwenhywfar.38 > expected to be defined in /opt/local/lib/libintl.3.dylib > _libintl_bindtextdomain referenced from libgwenhywfar.38 expected > to be defined in /opt/local/lib/libintl.3.dylib > /usr/bin/libtool: internal link edit command failed > make[5]: *** [libaqbanking.la] Error 1 > make[4]: *** [all-recursive] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 I think the script and script snippets in the second hint on http:// trac.macosforge.org/projects/macports/wiki/ProblemHotlist might help you solve problems related to a missing libint.3.dylib. This process is what I did on two machines, one PPC and one Intel, to solve this problem, and I have gnucash on both machines now. Frank From lists-macports-users at magicpacket.net Mon Dec 11 14:21:09 2006 From: lists-macports-users at magicpacket.net (Eric Angell) Date: Tue Oct 9 16:42:11 2007 Subject: A variety of problems In-Reply-To: <0C37D1A5-AEF4-4D2B-BFAE-A0523084F3E1@geeklair.net> References: <20061211183418.GD12028@magicpacket.net> <0C37D1A5-AEF4-4D2B-BFAE-A0523084F3E1@geeklair.net> Message-ID: <20061211222109.GA12615@magicpacket.net> On Mon, Dec 11, 2006 at 13:56:16 -0500, Daniel J. Luke wrote: > selfupdate does a sync, so this could be reduced to: > > port selfupdate; port install gnucash Good to know, thanks. > >so I moved it over, convinced > >archive to rerun with some difficulty*, and all was happy. I > >have no idea why it was building the libraries in > >~destroot/private/opt/..., since it built everything else in > >~destroot/opt/..., but there it was. > > This seems odd, but I'm not sure from your description exactly what > happened. Sorry, I didn't save the logs from everything because I didn't expect to have such a hard time, so I don't have exact error messages. I'll try the explanation again. As far as I could see, the only error message that I got during the qt3 build process was from `mv ~destroot/opt/local/lib/*.* ~destroot/opt/local/lib/qt3/lib`, which told me '.../*.*: No such file or directory'. That message was accurate, as the only thing in .../lib was a directory named qt3, so the *.* glob didn't match anything. I found another directory, ~destroot/private/opt/local/lib, that contained several library files and symlinks providing alternate names for them. Since there was a lot of different stuff under ~destroot/opt/local, and only this one directory under ~destroot/private, I assumed that some build setting had been misconfigured, though I wasn't able to locate it. The error had come from a mv command during the com.apple.destroot phase, but the build phase had run to completion. So I moved the stuff in ~destroot/private/opt over to ~destroot/opt, and got everything to package up and install nicely. aqbanking was then able to find the relevant qt libraries to let its configure script run to completion and start the build. (When I first got the error, I touched foo.bar in the appropriate directory, but the installed qt package then didn't include any libraries, so aqbanking failed to configure. I left that part out of the original description, sorry). > > >*: if I run port with -f, I expect the step to run, regardless of > >what the state file says; I don't expect to have to edit the > >state file by hand. > > You shouldn't have to, but you don't say what you ran (and what > happened), why you decided to modify the state file, and what > happened after you did. Once I had tricked qt3 into finishing by touching foo.bar, it created a .tgz and deleted the entire work directory. Since that didn't fix my problem, I wanted to futz with it some more, so I ran `port uninstall qt3`, which appropriately removed all of the installed files. I don't remember the exact order I ran other commands in, but I think I tried a `port install qt3`, figuring it would fail in the same way, but it just found its tgz package and reinstalled it, so I uninstalled again, then ran `port clean --archive qt3`, which deleted the .tgz. However, it did not clean the state file, so when I ran `port install qt3` again, it assumed it was still archived, and complained when it couldn't find the .tgz. `port -f build qt3` got me back to my original build problem, but after I located the ~destroot/private/ business, I still couldn't get it to create a new .tgz. `port -f archive qt3` said something about "creating the archive...skipping that step, it's already done". Once I manually deleted the line in the state file, then it ran the archive and installed, letting me go on to aqbanking. > > >`port clean --archive qt3` didn't even have > >the desired effect, though it printed a message that claimed to > >have done so. WTF? > > So, it didn't remove the qt3 archive? It removed the .tgz, but it did not modify the state file, and a further `port -f archive qt3` refused to create the archive, insisting that it already existed. > >In fact, it couldn't find /opt/local/lib/libintl.3.dynlib because > >it didn't exist, so I suppose my frustration should be more > >focused on gettext than on aqbanking. > > It's because you told macports to upgrade everything, without > understanding what that meant (and without macports just 'doing the > right thing' for you here). Okay, I may be naive in assuming that `port upgrade all` might help with my build problems. Again, I don't remember the original build error from qt3, but I'm pretty sure it changed after I did the upgrade all. > >That might have been fine, except the script assumed > >that `port provides /path/to/foo` works correctly...nope: > > Ok, at this point I'm sure that there is something wrong with your > macports install. > > >If anyone can tell me something simple like "your darwinports > >install is completely messed up; run these five commands and wait > >15 hours for everything to recompile", I'd be thrilled. > > If you don't mind re-installing any installed ports, you could do > something like > > rm -Rf /opt/local > > Then download and install macports and do: > > port selfupdate > > and then try again with > > port install gnucash Given that you think my current install is damaged based on the `port provides` behavior, I could see this as a potentially reasonable step. I know of at least one program (NmapFE) which is installed in /Applications/Darwinports/ rather than /opt/local. Is it likely that there is anything else outside /opt/local? I also note that the portfile for NmapFE no longer exists, but I haven't checked yet to see if that's because it's more of a Cocoa app anyway. If I assume that the only thing reinstalling from scratch would cost me is a bit of compile time, then it makes sense just to do it. Since it could botch the currently working installation of one of my ~60 packages, I'm a bit wary. -E From lists-macports-users at magicpacket.net Mon Dec 11 14:23:20 2006 From: lists-macports-users at magicpacket.net (Eric Angell) Date: Tue Oct 9 16:42:11 2007 Subject: A variety of problems In-Reply-To: <6E5AAA05-9B4F-460D-B508-CAE57D49A3A2@janusresearch.com> References: <20061211183418.GD12028@magicpacket.net> <6E5AAA05-9B4F-460D-B508-CAE57D49A3A2@janusresearch.com> Message-ID: <20061211222320.GB12615@magicpacket.net> On Mon, Dec 11, 2006 at 15:41:53 -0500, Frank McPherson wrote: > I think the script and script snippets in the second hint on http:// > trac.macosforge.org/projects/macports/wiki/ProblemHotlist might help > you solve problems related to a missing libint.3.dylib. This process > is what I did on two machines, one PPC and one Intel, to solve this > problem, and I have gnucash on both machines now. Thanks Frank. I did find that link as I mentioned in my first mail, but I ran into other problems while trying to follow the procedure listed there to fix it. -E From dluke at geeklair.net Mon Dec 11 15:43:05 2006 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:11 2007 Subject: A variety of problems In-Reply-To: <20061211222109.GA12615@magicpacket.net> References: <20061211183418.GD12028@magicpacket.net> <0C37D1A5-AEF4-4D2B-BFAE-A0523084F3E1@geeklair.net> <20061211222109.GA12615@magicpacket.net> Message-ID: <45A00B4C-3D69-401A-B481-8713A74250D8@geeklair.net> On Dec 11, 2006, at 5:21 PM, Eric Angell wrote: >> This seems odd, but I'm not sure from your description exactly what >> happened. > > Sorry, I didn't save the logs from everything because I didn't > expect to have such a hard time, so I don't have exact error > messages. I'll try the explanation again. As far as I could > see, the only error message that I got during the qt3 build > process was from `mv ~destroot/opt/local/lib/*.* > ~destroot/opt/local/lib/qt3/lib`, which told me '.../*.*: No such > file or directory'. Um, so you have a user named destroot and have somehow managed to get macports to use it's home directory as the destroot when building ports? (or are you just using ~ as a shortcut for the normal path to the destroot?) > (When I first got the error, I touched foo.bar in the > appropriate directory, but the installed qt package then didn't > include any libraries, so aqbanking failed to configure. I left > that part out of the original description, sorry). Yep, the qt3 port must have been broken (or at least broken on your system). >>> *: if I run port with -f, I expect the step to run, regardless of >>> what the state file says; I don't expect to have to edit the >>> state file by hand. >> >> You shouldn't have to, but you don't say what you ran (and what >> happened), why you decided to modify the state file, and what >> happened after you did. > > Once I had tricked qt3 into finishing by touching foo.bar, it > created a .tgz and deleted the entire work directory. Since that > didn't fix my problem, I wanted to futz with it some more, so I > ran `port uninstall qt3`, which appropriately removed all of the > installed files. I don't remember the exact order I ran other > commands in, but I think I tried a `port install qt3`, figuring it > would fail in the same way, but it just found its tgz package and > reinstalled it, so I uninstalled again, then ran `port clean > --archive qt3`, which deleted the .tgz. I think here you actually wanted port clean --all qt3 (as that would have removed the archive and the now stale work directory). FYI, archives are off by default on new macports installs. > It removed the .tgz, but it did not modify the state file, and a > further `port -f archive qt3` refused to create the archive, > insisting that it already existed. That's a bug that should probably be fixed. port -f archive should force new archive creation if it doesn't. Could you file a bug on this? [I might even feel motivated to fix it ;-) ] > Okay, I may be naive in assuming that `port upgrade all` might > help with my build problems. Again, I don't remember the > original build error from qt3, but I'm pretty sure it changed > after I did the upgrade all. That's possible. It's possible that some out-of-date other macports provided software could have caused the original failure. > Given that you think my current install is damaged based on the > `port provides` behavior, I could see this as a potentially > reasonable step. I know of at least one program (NmapFE) which > is installed in /Applications/Darwinports/ rather than > /opt/local. Is it likely that there is anything else outside > /opt/local? There are a couple of ports that install under /Applications/ Darwinports or /Applications/MacPorts macports provided X11 also doesn't install under /opt/local (because it refuses to work correctly if installed there). If you forget to remove anything, you'll just find out later when you go to install that same package again (as macports will refuse to install over it unless you use force). So you'll be able to clean it up. > I also note that the portfile for NmapFE no longer > exists, but I haven't checked yet to see if that's because it's > more of a Cocoa app anyway. IIRC It's because NmapFE isn't supported anymore and is superseded by the +gtk2 nmap variant. > If I assume that the only thing reinstalling from scratch would > cost me is a bit of compile time, then it makes sense just to do > it. Since it could botch the currently working installation of > one of my ~60 packages, I'm a bit wary. You could always tar up /opt/local before you remove it and restore it if your new install doesn't work ... -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20061211/a2323c3f/PGP.bin From lists-macports-users at magicpacket.net Mon Dec 11 16:47:38 2006 From: lists-macports-users at magicpacket.net (Eric Angell) Date: Tue Oct 9 16:42:11 2007 Subject: A variety of problems In-Reply-To: <45A00B4C-3D69-401A-B481-8713A74250D8@geeklair.net> References: <20061211183418.GD12028@magicpacket.net> <0C37D1A5-AEF4-4D2B-BFAE-A0523084F3E1@geeklair.net> <20061211222109.GA12615@magicpacket.net> <45A00B4C-3D69-401A-B481-8713A74250D8@geeklair.net> Message-ID: <20061212004738.GC12615@magicpacket.net> On Mon, Dec 11, 2006 at 18:43:05 -0500, Daniel J. Luke wrote: > (or are you just using ~ as a shortcut for the normal path to the > destroot?) Yes. I didn't particularly want to type (or even paste) /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_qt3/work/ several times. I hoped my shorthand would be understood, sorry for the confusion. > >It removed the .tgz, but it did not modify the state file, and a > >further `port -f archive qt3` refused to create the archive, > >insisting that it already existed. > > That's a bug that should probably be fixed. port -f archive should > force new archive creation if it doesn't. > > Could you file a bug on this? [I might even feel motivated to fix > it ;-) ] Yes, though I might take a little while to do so. > You could always tar up /opt/local before you remove it and restore > it if your new install doesn't work ... Very good point. I'll give the full reinstall a shot when I get a chance in the next few weeks and report success or failure back to the list. -E From drob at demo.schoolzone.net.nz Mon Dec 11 17:44:34 2006 From: drob at demo.schoolzone.net.nz (drob@demo.schoolzone.net.nz) Date: Tue Oct 9 16:42:11 2007 Subject: Problems fetching Message-ID: <20061212014434.500AA1A4005@adm1-mta.tnz.myschools.net> Hi all, I have been trying to get MacPorts to work within the network I help support. It is a fairly secure network, stringent firewalls and proxies, internal IP's NATted to external IP's, ftp traffic is passed through fine however. I have been able to get the selfupdate feature working by opening port 873 to rsync.darwinports.org and this function works fine now. My problem is that when I try to install an application all connections are unsuccessful. It will attempt to fetch from the correct site but the connection cannot be established, and hence no downloading occurs. I have tested the machine on a "vanilla" isp connection and MacPorts works fine. Is anyone able to tell me whether the connections made during the fetch command are on any particular port? Once I have completed my research I would be more than willing to write a FAQ pertaining to setting up MacPorts within a secure network. Thanks, Dave --- drob@demo.schoolzone.net.nz http://demo.schoolzone.net.nz/ -- -------------------------------------------------------------- This email was sent using Telecom SchoolZone. www.schoolzone.net.nz This email has been scanned for viruses by Telecom SchoolZone, but is not guaranteed to be virus-free. -------------------------------------------------------------- -- -------------------------------------------------------------- Sent from demo.schoolzone.net.nz From dluke at geeklair.net Mon Dec 11 17:57:29 2006 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue O