RE: no module named vtk

2010-03-12 Thread Russell Jones
As a side note, it's always worth running
port variants package
when considering installing package
That way you can pick from the list and not have to guess, though of course 
variant names should be consistent. Have you encountered ports that have +py26 
as a variant? Sounds like it might be an error by the packager.

Russell
---BeginMessage---

On 10 Mar, 2010, at 16:41, Frank Schima wrote:

 
 
 
 On Mar 10, 2010, at 7:04 AM, Aron Wahlberg wrote:
 
 Thank you for your answers!
 
 You were right Brandon, I had two port versions of python. I uninstalled the 
 older and inactive version. I made sure I was running the remaining python 
 from macports, not the MacOSX one by which python, which points at 
 /opt/local/bin/python. Then I reinstalled vtk:
 
 sudo port uninstall vtk-devel
 sudo port clean --all vtk-devel
 sudo port -v install vtk-devel +py26
 
 However, I still get no module named vtk-devel. Other ideas?
 
 You want to install the python26 variant, not py26. 

Ah, I see. Thank you very much Frank. That solved my problem. Just by 
curiosity: could you give a short explanation of the differences of +py26 and 
+python26.

Thank's to all you helpful souls!

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


Re: no module named vtk

2010-03-12 Thread Aron Wahlberg
Yes, I have encountered +py26. I've even had it running before and it worked 
fine for several months until I reinstalled a software (FEniCS) that depended 
on vtk. However, Paraview still worked though. Isn't that wiered?

Anyway, now everything is fine again! :)

Aron


On 12 Mar, 2010, at 10:38, Russell Jones wrote:

 As a side note, it's always worth running
 port variants package
 when considering installing package
 That way you can pick from the list and not have to guess, though of course 
 variant names should be consistent. Have you encountered ports that have 
 +py26 as a variant? Sounds like it might be an error by the packager.
 
 Russell
 
 From: Aron Wahlberg a...@simula.no
 Date: 12 March, 2010 10:22:07 GMT+01:00
 To: Frank Schima macsforever2...@macports.org
 Cc: MacPorts Users macports-users@lists.macosforge.org
 Subject: Re: no module named vtk
 
 
 
 On 10 Mar, 2010, at 16:41, Frank Schima wrote:
 
 
 
 
 On Mar 10, 2010, at 7:04 AM, Aron Wahlberg wrote:
 
 Thank you for your answers!
 
 You were right Brandon, I had two port versions of python. I uninstalled 
 the older and inactive version. I made sure I was running the remaining 
 python from macports, not the MacOSX one by which python, which points at 
 /opt/local/bin/python. Then I reinstalled vtk:
 
 sudo port uninstall vtk-devel
 sudo port clean --all vtk-devel
 sudo port -v install vtk-devel +py26
 
 However, I still get no module named vtk-devel. Other ideas?
 
 You want to install the python26 variant, not py26. 
 
 Ah, I see. Thank you very much Frank. That solved my problem. Just by 
 curiosity: could you give a short explanation of the differences of +py26 and 
 +python26.
 
 Thank's to all you helpful souls!
 
 Aron
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
 
 On 10 Mar, 2010, at 16:41, Frank Schima wrote:
 
 
 
 
 On Mar 10, 2010, at 7:04 AM, Aron Wahlberg wrote:
 
 Thank you for your answers!
 
 You were right Brandon, I had two port versions of python. I uninstalled 
 the older and inactive version. I made sure I was running the remaining 
 python from macports, not the MacOSX one by which python, which points at 
 /opt/local/bin/python. Then I reinstalled vtk:
 
 sudo port uninstall vtk-devel
 sudo port clean --all vtk-devel
 sudo port -v install vtk-devel +py26
 
 However, I still get no module named vtk-devel. Other ideas?
 
 You want to install the python26 variant, not py26. 
 
 Ah, I see. Thank you very much Frank. That solved my problem. Just by 
 curiosity: could you give a short explanation of the differences of +py26 and 
 +python26.
 
 Thank's to all you helpful souls!
 
 Aron
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
 
 

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


Re: no module named vtk

2010-03-12 Thread Rainer Müller
On 2010-03-12 10:41 , Aron Wahlberg wrote:
 Yes, I have encountered +py26. I've even had it running before and it
 worked fine for several months until I reinstalled a software
 (FEniCS) that depended on vtk. However, Paraview still worked though.
 Isn't that wiered?

There is no port with a +py26 variant according to
'port echo variant:py26'. Don't mix this up with py26-* ports.

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


Need help diagnosing a digikam / imagemagick bug

2010-03-12 Thread Jürgen Starek
Hello everyone,

I have installed digiKam 1.1.0 from scratch (as in from a fresh MacPorts 
installation) using the patch posted on http://trac.macports.org/ticket/23720. 
However, there's a problem that I can't quite understand: 

If I start digikam from the dock, select one or more images and choose Resize 
Images from the Tools menu, I get an error stating that Cannot start 
'convert' program from 'ImageMagick' package; please check your installation. 
When the Always overwrite or ask method is selected in that dialog, this 
problem even deletes the selected image.

Interestingly, resizing works well if I start digikam from a terminal using 
cd /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS
./digikam

From the terminal, I can also use convert as one would expect. There is 
seemingly no useful output from digikam when run from the terminal; I have 
attached the entire output generated during the conversion process (please 
remove when replying to this message ;-))

Can anyone suggest how I can diagnose this further in order to file a helpful 
bug report?

Many thanks in advance

  Jürgen


--

digikam(2086)/kdecore (kdelibs) KToolInvocation::invokeBrowser: Using 
/opt/local/bin/kfmclient to open http://www.digikam.org;
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeImagesDialog::ResizeImagesDialog: Creating 
resize dialog
digikam(2086)/KIPI (loading) KIPIPlugins::KPAboutData::KPAboutData: 0x120d06d1a
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeOptionsBaseDialog::readSettings: reading 
settings
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeCommandBuilder::setFilterName: Unknown 
filter with name Standard . Using default 
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeOptionsBaseDialog::readSettings: reading 
settings
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeCommandBuilder::setFilterName: Unknown 
filter with name Standard . Using default 
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeOptionsBaseDialog::readSettings: reading 
settings
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeCommandBuilder::setFilterName: Unknown 
filter with name Standard . Using default 
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeOptionsBaseDialog::readSettings: reading 
settings
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeCommandBuilder::setFilterName: Unknown 
filter with name Standard . Using default 
digikam(2086)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::instance: 
instance(): ... initialised
digikam(2086)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::readConfig: 
readConfig(): local zone= Europe/Berlin
digikam(2086)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::readZoneTab: 
readZoneTab( /usr/share/zoneinfo/zone.tab )
digikam(2086)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation = 
Exif.Image.Orientation =  1
digikam(2086)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation = 
Exif.Image.Orientation =  1
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::ResizeImagesDialog::initProcess: generated 
command line:  (convert, -resize, 1000x1000, -quality, 75, 
-verbose, /Users/jstarek/Pictures/Geräte- und Flohmarktfotos/Umbau Tecra 
550/s1030887.jpg[0], /Users/jstarek/Pictures/Geräte- und Flohmarktfotos/Umbau 
Tecra 550//s1030887_1.jpg)
digikam(2086)/KIPI (general) 
KIPIBatchProcessImagesPlugin::BatchProcessImagesDialog::slotFinished: Convert 
exit ( 0 ) 
No itemShortInfo could be retrieved from the database for image 
s1030887_1.jpg 
No itemShortInfo could be retrieved from the database for image 
s1030887_1.jpg 
No itemShortInfo could be retrieved from the database for image 
s1030887_1.jpg 
digikam(2086)/digikam (core) Digikam::DImg::load: 
/Users/jstarek/Pictures/Geräte- und Flohmarktfotos/Umbau Tecra 
550/s1030887.jpg  : JPEG file identified
digikam(2086)/digikam (core) 
Digikam::ScanControllerLoadingCacheFileWatch::slotImageChanged: 14670 
/Users/jstarek/Pictures/Geräte- und Flohmarktfotos/Umbau Tecra 
550/s1030887.jpg
digikam(2086)/digikam (core) Digikam::isJpegImage: mimetype =  JPEG
digikam(2086)/digikam (core) Digikam::DImg::load: 
/Users/jstarek/Pictures/Geräte- und Flohmarktfotos/Umbau Tecra 
550/s1030887_1.jpg  : JPEG file identified
digikam(2086)/digikam (core) Digikam::ImageScanner::addImage: Adding new item 
/Users/jstarek/Pictures/Geräte- und Flohmarktfotos/Umbau Tecra 
550/s1030887_1.jpg
digikam(2086)/KEXIV2 KExiv2Iface::KExiv2::getImageDateTime: DateTime = 
Exif.Photo.DateTimeOriginal =  QDateTime(Mi. Mai 28 19:16:59 2008)
digikam(2086)/KEXIV2 KExiv2Iface::KExiv2::getDigitizationDateTime: DateTime 
(Exif digitalized):  Mi. Mai 28 19:16:59 2008
digikam(2086)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation = 
Exif.Image.Orientation =  1
digikam(2086)/digikam (core) 
Digikam::ScanControllerLoadingCacheFileWatch::slotImageChanged: 19250 

Gutenprint drivers

2010-03-12 Thread Janosch Peters
Hi,

I wanted to install gutenprint in order to use several printers. I 
prefer using any software from macports (instaed of installers). 
However the gutenprint port does only contain the gimp plugin part, not 
any printer drivers.

Is there another port which provides the drivers or are there any plans 
tin include the gutenprint drivers as a port or a variant of 
gutenprint?

cheers,
Janosch

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


Re: Need help diagnosing a digikam / imagemagick bug

2010-03-12 Thread Brandon Allbery

On Mar 12, 2010, at 08:13 , Jürgen Starek wrote:
If I start digikam from the dock, select one or more images and  
choose Resize Images from the Tools menu, I get an error stating  
that Cannot start 'convert' program from 'ImageMagick' package;  
please check your installation. When the Always overwrite or  
ask method is selected in that dialog, this problem even deletes  
the selected image.


Interestingly, resizing works well if I start digikam from a  
terminal using

cd /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS
./digikam


This sounds like a PATH problem; for programs started from the dock,  
you may need to set up ~/.MacOSX/environment.plist to initialize your  
PATH properly.


--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allb...@kf8nh.com
system administrator [openafs,heimdal,too many hats] allb...@ece.cmu.edu
electrical and computer engineering, carnegie mellon universityKF8NH





PGP.sig
Description: This is a digitally signed message part
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


can't build kdelibs4 universal

2010-03-12 Thread Payam Minoofar
This happens consistently during the building kdepimlibs4 during the kdelibs4 
process. I'm on an iMac running 10.6.2.

Do I need to install gpgme-objc?

Thanks in advance.

ditInteractor, GpgME::Data)in context.o
  _gpgme_op_trustlist_end, referenced from:
  GpgME::Context::endTrustItemListing() in context.o
  _gpgme_get_key, referenced from:
  GpgME::Context::key(char const*, GpgME::Error, bool)in context.o
  _gpgme_data_new_from_cbs, referenced from:
  GpgME::Data::Data(GpgME::DataProvider*)in data.o
  _gpgme_data_get_encoding, referenced from:
  GpgME::Data::encoding() constin data.o
  _gpgme_set_io_cbs, referenced from:
  GpgME::Context::uninstallIOCallbacks() in context.o
  GpgME::Context::installIOCallbacks(gpgme_io_cbs*)  in context.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//cct97muK.out (No such file or directory)
lipo: can't open input file: /var/tmp//ccja6l81.out (No such file or directory)
make[2]: *** [lib/libgpgme++-pth.2.4.0.dylib] Error 1
make[1]: *** [gpgme++/CMakeFiles/gpgmepp-pth.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
make[2]: *** [lib/libgpgme++.2.4.0.dylib] Error 1
make[1]: *** [gpgme++/CMakeFiles/gpgmepp.dir/all] Error 2
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command  cd 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepimlibs4/work/build
  /usr/bin/make -j2 all  returned error 2
DEBUG: Backtrace: shell command  cd 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepimlibs4/work/build
  /usr/bin/make -j2 all  returned error 2
while executing
command_exec build
(procedure portbuild::build_main line 9)
invoked from within
$procedure $targetname
Warning: the following items did not execute (for kdepimlibs4): 
org.macports.activate org.macports.build org.macports.destroot 
org.macports.install
Error: The following dependencies failed to build: kdebase4-runtime kdepimlibs4 
qtscriptgenerator taglib taglib-extras
Error: Status 1 encountered during processing.

__
Payam Minoofar, Ph.D.
Scientist
Meissner Filtration Products
4181 Calle Tesoro
Camarillo, CA 93012
+1 805 388 9911 ext. 159
+1 805 388 5948 fax
payam.minoo...@meissner.com
BEGIN:VCARD
VERSION:3.0
N:Minoofar;Payam;;;
FN:Payam Minoofar
ORG:Meissner Filtration Products;
EMAIL;type=INTERNET;type=WORK;type=pref:payam.minoo...@meissner.com
TEL;type=WORK;type=pref:+1-805-388-9911 x159
TEL;type=WORK;type=FAX:+1-805-388-5948
item1.ADR;type=WORK;type=pref:;;4181 Calle Tesoro;Camarillo;CA;93001;USA
item1.X-ABADR:us
item2.ADR;type=HOME:;;900 Tioga Dr;San Buenaventura;CA;93001;
item2.X-ABADR:us
item3.URL;type=pref:http\://www.meissner.com
item3.X-ABLabel:_$!HomePage!$_
PHOTO;BASE64:
  /9j/4AAQSkZJRgABAQAAAQABAAD/4QBARXhpZgAATU0AKggAAYdpAAQBGgAA
  AqACAAQB2qADAAQB2gD/2wBDAAIBAQIBAQICAQICAgICAwUDAwMDAwYE
  BAMFBwYHBwcGBgYHCAsJBwgKCAYGCQ0JCgsLDAwMBwkNDg0MDgsMDAv/2wBDAQICAgMCAwUDAwUL
  CAYICwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwv/wAAR
  CADaANoDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAECAwQFBgcICQoL/8QAtRAAAgED
  AwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRol
  JicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWW
  l5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3
  +Pn6/8QAHwEAAwEBAQEBAQEBAQECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3
  AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5
  OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaan
  qKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIR
  AxEAPwD9g/gjrGj6n4Otv+EMjP2aeMTmeOB0hnJ4JVj94ggj8OK68+et+rBlNuyEEEfMHz1B7jtj
  6Vwv7PFvd2fwW00RWlvb5DtbQ78KqFieSBxzk9K6XxH4iu9GhmaC1juUjg3MVcrtc8AEkYwfXt3p
  uUKa916f1qc01Ztn4c/8HZFstp8c/CksIRZLrRoi7d2xJKBn8ABXxt/wRE+Mtv8ABL/gol8NNb1O
  yh1CIedBIrZzGJBIhdPcA5Ga9o/4OTvi3qfxA/aaitfEylH0bT7WzXP8YwzFiOxJbJrwX/giroem
  eIP+CjHwktfFkwhsZ5JPMLJkdJsDHuQBXq0cW/axnD+W3quW35HtUbygrdn+KP6hvCHjHQvFev39
  5o95JI3mpatFLkBpcYzsPXGMZ+tL4u+EzXl7FeeArqPRL1NxkURB7e5yMEPGePX5lwea+fvhN4vk
  +BfxE1LVvFtyx0XxDi9tycSEQl2ykY4+YHB69jWh4x/4KJx/br60+HumTanObuMWPlxMxMQI3iVA
  MjPJHOcVxYityVGr2j067JHiufI/dOt8W/FGX4e/GHTovHkL6Ppj406IRlhaykr/AK9X4BK7jwRk
  Dt1qbwb+xroknjyPxLr72l/Ej+darbktHISS28vnnJPI74rgZ/jrP8dvh7Kt7oVpPDo1wJdRi1Bl
  238m8/JGhIcMqnGR0x7VmfskfGy2+EF9rVn40W+TQbtjNbXLo0hsjk4jbrhD0BHfr61pDFLFrtLp
  8u3ZipS9r7q3Oj/aqvtH+LPhvWfB/jiSHyNNuIntri3JaKEB1MgkPUlFBXj0q74q/YH8FTNbQeGI
  JNO0zUWWMzwl7i4dWzIzjIO0HCrn061e8Y/CbwzdfCG48Z+E571bdbKS5kWY5+1sScsxJODl29uK
  918P65bavAI7GWN5LaKIyhSD5e9AwB/Dn8q9KtirYeEoK6TktvKP/D+p0Kbpx919+nofhv8A8HGf
  7HnhP9nWz8EXHw4S78/UtPuo7yS4nEhl8srtIH8P329v1r80vgV4GvvGuraJpXhpXN7d6tFFCFOP
  

Re: can't build kdelibs4 universal

2010-03-12 Thread Ryan Schmidt

On Mar 12, 2010, at 11:49, Payam Minoofar wrote:

 This happens consistently during the building kdepimlibs4 during the kdelibs4 
 process. I'm on an iMac running 10.6.2.
 
 Do I need to install gpgme-objc?
 
 Thanks in advance.
 
 ditInteractor, GpgME::Data)in context.o
  _gpgme_op_trustlist_end, referenced from:
  GpgME::Context::endTrustItemListing() in context.o

[snip]

This isn't the first error. You should see the first error if you try again 
with the debug switch. It will probably just say that libgpgme.dylib is not of 
the right architecture, meaning you should rebuild gpgme with the universal 
variant.

sudo port upgrade --enforce-variants gpgme +universal

Any time you want to install any port universal, you need to ensure that any 
already-installed dependencies are rebuilt universal, too.

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


Re: can't build kdelibs4 universal

2010-03-12 Thread Payam Minoofar
On Mar 12, 2010, at 1:07 PM, Ryan Schmidt wrote:

 This isn't the first error. You should see the first error if you try again 
 with the debug switch. It will probably just say that libgpgme.dylib is not 
 of the right architecture, meaning you should rebuild gpgme with the 
 universal variant.
 
 sudo port upgrade --enforce-variants gpgme +universal
 
 Any time you want to install any port universal, you need to ensure that any 
 already-installed dependencies are rebuilt universal, too.

Thanks as always. I have realized this by now, but I haven't quite perfected  
the process of finding out which package failing on me. So, maybe a couple more 
inquiries of this sort. :)
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


port install wget broken

2010-03-12 Thread john maclean
port install wget is broken for me on Snow Leopard. here's the tail
end of `sudo port install -d wget` shown below. Anything that I can do
to help myself here?


---  Verifying checksum(s) for wget
DEBUG: Executing org.macports.checksum (wget)
---  Checksumming wget-1.12.tar.gz
Error: Checksum (md5) mismatch for wget-1.12.tar.gz
Portfile checksum: wget-1.12.tar.gz md5 141461b9c04e454dc8933c9d1f2abf83
Distfile checksum: wget-1.12.tar.gz md5 5564057108b14087262d9e5d7561300e
Error: Checksum (sha1) mismatch for wget-1.12.tar.gz
Portfile checksum: wget-1.12.tar.gz sha1
50d4ed2441e67db7aa5061d8a4dde41ee0e94248
Distfile checksum: wget-1.12.tar.gz sha1
50e76811aa248a2e22dfff890c9a4c0e76bb344b
Error: Checksum (rmd160) mismatch for wget-1.12.tar.gz
Portfile checksum: wget-1.12.tar.gz rmd160
232d0aa6fb36731c162d2b7374aa9ab59e671b7d
Distfile checksum: wget-1.12.tar.gz rmd160
3039244639db66fe23084ece7807ac7e10d9c54e
The correct checksum line may be:
checksums   md5 5564057108b14087262d9e5d7561300e \
sha150e76811aa248a2e22dfff890c9a4c0e76bb344b \
rmd160  3039244639db66fe23084ece7807ac7e10d9c54e
Error: Target org.macports.checksum returned: Unable to verify file checksums
DEBUG: Backtrace: Unable to verify file checksums
while executing
$procedure $targetname
Warning: the following items did not execute (for wget):
org.macports.activate org.macports.extract org.macports.checksum
org.macports.patch org.macports.configure org.macports.build
org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

-- 
John Maclean
07739 171 531
MSc (DIC)

Enterprise Linux Systems Engineer
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port install wget broken

2010-03-12 Thread Jürgen Starek

Am 12.03.2010 um 23:51 schrieb john maclean:

 port install wget is broken for me on Snow Leopard. here's the tail
 end of `sudo port install -d wget` shown below. Anything that I can do
 to help myself here?

Since it works for me (also on Snow Leopard) after a fresh selfupdate, and 
considering this...

 Error: Checksum (md5) mismatch for wget-1.12.tar.gz
 Portfile checksum: wget-1.12.tar.gz md5 141461b9c04e454dc8933c9d1f2abf83
 Distfile checksum: wget-1.12.tar.gz md5 5564057108b14087262d9e5d7561300e
 Error: Checksum (sha1) mismatch for wget-1.12.tar.gz

... I assume that the problem may just be an out-of-sync-mirror on your side.

Regards,

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


Re: port install wget broken

2010-03-12 Thread Adam Mercer
On Fri, Mar 12, 2010 at 16:51, john maclean jaye...@gmail.com wrote:
 port install wget is broken for me on Snow Leopard. here's the tail
 end of `sudo port install -d wget` shown below. Anything that I can do
 to help myself here?

Check the list at:

http://trac.macports.org/wiki/FAQ#checksums

if you still have a problem, report back.

Cheers

Adam

PS: wget fetches for me without issue.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users