View Single Post
  #8   (View Single Post)  
Old 17th June 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

Strange, most strange. Libcamel is certinly at 1.12.1, and wanting any version higher than that is an error.
It is unlikely to be a problem with a download from any country, although I will caution you that several of the .au cvsup servers are not up to date. All distfiles have their MD5 (and optionally SHA256) checksums verified.)

Anyway, try this: (if you don't have sudo, then su to root, and ignore it)
Code:
cd /usr/ports/evolution-exchange
script ~/evolution-exchange-build.txt
sudo make clean
sudo make
^D
(that last line means control-D)
If that fails, could you attach the script file generated (~/evolution-exchange-build.txt) so we can see exactly what failed?
If it works, then go right ahead with portupgrade/portmaster-ing it. Specify the -w option (or -C for portmaster), and they will not have to rebuild the port.
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.

Last edited by robbak; 17th June 2008 at 06:20 AM.
Reply With Quote