Re: Strange issues while upgrading ports

2011-11-27 Thread Kaya Saman

On 11/27/2011 08:03 AM, Kevin Oberman wrote:

On Sat, Nov 26, 2011 at 8:01 PM, Kaya Samankayasa...@gmail.com  wrote:

I tried that and it didn't help :-(

I also just performed a version upgrade to 8.2 and still get the same
errors?

After running portsnap fetch; portsnap update; then portupgrade -a I get
these errors:

** Listing the failed packages (-:ignored / *:skipped / !:failed)
- devel/automake110 (marked as IGNORE)
- devel/automake15 (marked as IGNORE)
- devel/automake19 (marked as IGNORE)
- devel/libltdl22 (marked as IGNORE)

These versions of automake are obsolete. See /usr/ports/UPDATING for
the 20101208 entry for how to deal with them.


Just taking this into account, the /usr/ports/UPDATING file claims to run:

  # portmaster -o devel/autoconf devel/autoconf268
  # portmaster -o devel/automake devel/automake111
  # portmaster -o devel/libtool devel/libtool22
  # portmaster -o devel/libltdl devel/libltdl22

However, after cd'ing to /usr/ports/ the output I get is as so:

# portmaster -o devel/autoconf devel/autoconf268

=== The second argument to -o can be a port in /var/db/pkg,
   or a port directory from /usr/ports

   devel/autoconf268 does not seem to be installed,
   or listed as a dependency

=== No valid installed port, or port directory given
=== Try portmaster --help


Some comments in-line, but you MUST read /us/ports/UPDATING when ports
upgrading ports, especially when it has been a long time since the
existing ports were installed.




I don't really understand how to use the /usr/ports/UPDATING file as I 
had a look for the Apache22 version that I have installed only couldn't 
find anything as it spoke about updating Apache13 to Apache20 then 
Apache22. Nothing came up with the different sub-versions of the 
Apache22 port which I have installed.



Per this: http://www.freebsd.org/doc/handbook/ports-using.html

I have run portmaster -L and am now running portmaster -a

however, on doing so my terminal now seems to be caught in a recursive 
loop under: devel/php5-spl as it's displaying the same thing over and 
over again and not seeming to make any progress???









___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Strange issues while upgrading ports

2011-11-27 Thread Kaya Saman

On 11/27/2011 08:03 AM, Kevin Oberman wrote:



When it has been this long, you might want to completely delete and
re-install all ports following the instructions in the portmaster man
page examples. This will assure that EVERYTHING is properly cleaned
up. No obsolete libraries, header files, data files, or anything else.
It's the 11 step process and please read the relevant example in its
entirety to make sure you don't waste too much time. If your system
has a very large number of ports installed, consider using the -P
option to use packages when they are available.

I do see some ports that might benefit from CPU specific
optimizations. If you feel that these are important, re-install these
after you finish the basic re-installation.


I discovered in the UPDATING file that it claims the same thing:

20100409:
  AFFECTS: users of lang/php5
  AUTHOR: a...@freebsd.org

  As of PHP 5.3, a few extensions were removed from or included into 
the core

  PHP5 package.  Follow the steps below to update your installation.

  1) Delete the following packages (if installed):

 - php5-dbase
 - php5-ncurses
 - php5-pcre
 - php5-spl
 - php5-ming
 - php5-mhash

  2) Rebuild lang/php5 and all ports that depend on it.


The only problem is how to go about it?

I mean I have quite a few web based monitoring apps (cacti, zabbix, 
munin, etc) which all depend on PHP5 + apache22 so am not really sure if 
running:


make deinstall on each port is wise especially since I don't want 
the config files do be deleted (even though backed up) or backend 
database information to be get lost either.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


net/isc-dhcp41-server: please bump revision

2011-11-27 Thread Andriy Gapon

It looks like the revision has not been bumped after the fix for FreeBSD 10 in
isc-dhcpd.in.

I had already prepared the following email when I noticed that the installed rc
script and the one in the port were different.

Subject: net/isc-dhcp42-server: rc script is no freebsd-10 aware
Environment:
FreeBSD 10.0-CURRENT amd64
isc-dhcp41-server-4.1.e_2,2

Symptom:
/etc/rc: WARNING: dhcpd_devfs_enable disabled -- not available
/etc/rc: ERROR: unable to copy directory /dev to /var/db/dhcpd/dev

Cause:
if test `uname -r | cut -c 1` -le 6; then
...

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Strange issues while upgrading ports

2011-11-27 Thread Jerry
On Sun, 27 Nov 2011 14:25:04 +0200
Kaya Saman articulated:

 On 11/27/2011 08:03 AM, Kevin Oberman wrote:
 
 
  When it has been this long, you might want to completely delete and
  re-install all ports following the instructions in the portmaster
  man page examples. This will assure that EVERYTHING is properly
  cleaned up. No obsolete libraries, header files, data files, or
  anything else. It's the 11 step process and please read the
  relevant example in its entirety to make sure you don't waste too
  much time. If your system has a very large number of ports
  installed, consider using the -P option to use packages when they
  are available.
 
  I do see some ports that might benefit from CPU specific
  optimizations. If you feel that these are important, re-install
  these after you finish the basic re-installation.
 
 I discovered in the UPDATING file that it claims the same thing:
 
 20100409:
AFFECTS: users of lang/php5
AUTHOR: a...@freebsd.org
 
As of PHP 5.3, a few extensions were removed from or included into 
 the core
PHP5 package.  Follow the steps below to update your installation.
 
1) Delete the following packages (if installed):
 
   - php5-dbase
   - php5-ncurses
   - php5-pcre
   - php5-spl
   - php5-ming
   - php5-mhash
 
2) Rebuild lang/php5 and all ports that depend on it.
 
 
 The only problem is how to go about it?
 
 I mean I have quite a few web based monitoring apps (cacti, zabbix, 
 munin, etc) which all depend on PHP5 + apache22 so am not really sure
 if running:
 
 make deinstall on each port is wise especially since I don't want 
 the config files do be deleted (even though backed up) or backend 
 database information to be get lost either.

That was quite a while ago; however, I remember simply deinstalling
each of those ports. Then after updating the ports tree I ran
portmanager -u -l -y -p to update and rebuild the ports as required.
It works like a charm. I know others recommend portupgrade and I use
that from time to time also but it just seems to fail to update all
required ports sometimes in cases like this. Personally, portmaster
always seems to get my ass in a sling when I have attempted to use it
so I leave it alone. Obviously, YMMV.

BTW, if you use portmanager you will find a log file
/var/log/portmanager.log that will give you a complete list of what
it did if you should experience any problems..

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net/isc-dhcp41-server: please bump revision

2011-11-27 Thread Ryan Steinmetz
On (11/27/11 14:44), Andriy Gapon wrote:
 
 It looks like the revision has not been bumped after the fix for FreeBSD 10 in
 isc-dhcpd.in.
 
 I had already prepared the following email when I noticed that the installed 
 rc
 script and the one in the port were different.
 
 Subject: net/isc-dhcp42-server: rc script is no freebsd-10 aware
 Environment:
 FreeBSD 10.0-CURRENT amd64
 isc-dhcp41-server-4.1.e_2,2
 
 Symptom:
 /etc/rc: WARNING: dhcpd_devfs_enable disabled -- not available
 /etc/rc: ERROR: unable to copy directory /dev to /var/db/dhcpd/dev
 
 Cause:
 if test `uname -r | cut -c 1` -le 6; then
 ...
 
 -- 
 Andriy Gapon

I intentionally did not bump PORTREVISION as 10-CURRENT is bleeding edge
at this point.  Users who were testing it could simply
deinstall/reinstall to obtain the updated rc script if they happened to
be affected.

-r

-- 
Ryan Steinmetz
PGP: EF36 D45A 5CA9 28B1 A550  18CD A43C D111 7AD7 FAF2
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net/isc-dhcp41-server: please bump revision

2011-11-27 Thread Andriy Gapon
on 27/11/2011 16:20 Ryan Steinmetz said the following:
 I intentionally did not bump PORTREVISION as 10-CURRENT is bleeding edge
 at this point.

Sorry, I don't follow the logic.

 Users who were testing it could simply
 deinstall/reinstall to obtain the updated rc script if they happened to
 be affected.

Provided they had a chance to notice that what is installed is different from
what is in the port.  Ditto for package building.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Error run games/anki

2011-11-27 Thread Vladimir Vasilenko
Hello, I installed games/anki, and when I run anki after install, i see:

jeltoesolnce@twin] /usr/ports/games/py-anki anki
Traceback (most recent call last):
  File /usr/local/bin/anki, line 5, in module
pkg_resources.run_script('ankiqt==1.2.8', 'anki')
  File build/bdist.freebsd-8.2-RELEASE-p4-amd64/egg/pkg_resources.py,
line 489, in run_script
  File build/bdist.freebsd-8.2-RELEASE-p4-amd64/egg/pkg_resources.py,
line 1207, in run_script
  File
/usr/local/lib/python2.6/site-packages/ankiqt-1.2.8-py2.6.egg/EGG-INFO/scripts/anki,
 line 25, in module
raise Exception(You need to run tools/build_ui.sh in order for anki
to work.)
Exception: You need to run tools/build_ui.sh in order for anki to work.
[jeltoesolnce@twin] /usr/ports/games/py-anki 

On Anki Official Site says, that I probably send message to maintainer
this port.

Best regards,
Vladimir.


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net/isc-dhcp41-server: please bump revision

2011-11-27 Thread Martin Wilke

On Sun Nov 27 14:59:31 2011, Andriy Gapon wrote:

on 27/11/2011 16:20 Ryan Steinmetz said the following:

I intentionally did not bump PORTREVISION as 10-CURRENT is bleeding edge
at this point.


Sorry, I don't follow the logic.


Users who were testing it could simply
deinstall/reinstall to obtain the updated rc script if they happened to
be affected.


Provided they had a chance to notice that what is installed is different from
what is in the port.  Ditto for package building.



10/Current is supported best as possible, we dont bump ports for the 
rebuild in that case.

Thas was always like that.

--
+-oOO--(_)--OOo-+
With best Regards,
   Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


devel/yajl: = Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz, fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.

2011-11-27 Thread O. Hartmann
The recently updated port devel/yajl is not building due to the lack of
a tarrball:

=== Starting build for ports that need updating ===

=== Launching child to install devel/yajl

=== Port directory: /usr/ports/devel/yajl

=== Starting check for build dependencies
=== Gathering dependency list for devel/yajl from ports
=== Dependency check complete for devel/yajl
===  Cleaning for yajl-2.0.1

===  Vulnerability check disabled, database not found
===  License BSD accepted by the user
= lloyd-yajl-2.0.1-f4b2b1a.tar.gz doesn't seem to exist in
/usr/ports/distfiles//.
= Attempting to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Attempting to fetch
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Attempting to fetch
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Attempting to fetch
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Attempting to fetch
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Attempting to fetch
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Attempting to fetch
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Attempting to fetch
http://files.etoilebsd.net/yajl/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch: http://files.etoilebsd.net/yajl/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
Not Found
= Attempting to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles// and try again.
*** Error code 1

Stop in /usr/ports/devel/yajl.

=== make failed for devel/yajl
=== Aborting update

=== Update for devel/yajl failed
=== Aborting update


Regards,
Oliver



signature.asc
Description: OpenPGP digital signature


Re: devel/yajl: = Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz, fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2

2011-11-27 Thread Sahil Tandon
[ Adding port mainter to Cc: ]

On Sun, 2011-11-27 at 17:15:17 +0100, O. Hartmann wrote:

 The recently updated port devel/yajl is not building due to the lack of
 a tarrball:
 
 = lloyd-yajl-2.0.1-f4b2b1a.tar.gz doesn't seem to exist in
 /usr/ports/distfiles//.
 = Attempting to fetch
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
 File unavailable (e.g., file not found, no access)

The distfile on our local mirror is lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz,
but the port is looking for lloyd-yajl-2.0.1-f4b2b1a.tar.gz.

-- 
Sahil Tandon


pgpkfWqAvBF2N.pgp
Description: PGP signature


Re: devel/yajl: = Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz, fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2

2011-11-27 Thread Julien Laffaye

On 11/27/2011 5:15 PM, O. Hartmann wrote:

The recently updated port devel/yajl is not building due to the lack of
a tarrball:

===  Starting build for ports that need updating===

===  Launching child to install devel/yajl

===  Port directory: /usr/ports/devel/yajl

===  Starting check for build dependencies
===  Gathering dependency list for devel/yajl from ports
===  Dependency check complete for devel/yajl
===   Cleaning for yajl-2.0.1

===   Vulnerability check disabled, database not found
===   License BSD accepted by the user
=  lloyd-yajl-2.0.1-f4b2b1a.tar.gz doesn't seem to exist in
/usr/ports/distfiles//.
=  Attempting to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Attempting to fetch
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Attempting to fetch
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Attempting to fetch
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Attempting to fetch
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Attempting to fetch
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Attempting to fetch
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Attempting to fetch
http://files.etoilebsd.net/yajl/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch: http://files.etoilebsd.net/yajl/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
Not Found
=  Attempting to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
File unavailable (e.g., file not found, no access)
=  Couldn't fetch it - please try to retrieve this
=  port manually into /usr/ports/distfiles// and try again.
*** Error code 1

Stop in /usr/ports/devel/yajl.

===  make failed for devel/yajl
===  Aborting update

===  Update for devel/yajl failed
===  Aborting update


Regards,
Oliver


Looks like the mirrors did not... mirror the file yet! Wait n see.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/yajl: = Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz, fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2

2011-11-27 Thread Baptiste Daroussin
On Sun, Nov 27, 2011 at 11:40:02AM -0500, Sahil Tandon wrote:
 [ Adding port mainter to Cc: ]
 
 On Sun, 2011-11-27 at 17:15:17 +0100, O. Hartmann wrote:
 
  The recently updated port devel/yajl is not building due to the lack of
  a tarrball:
  
  = lloyd-yajl-2.0.1-f4b2b1a.tar.gz doesn't seem to exist in
  /usr/ports/distfiles//.
  = Attempting to fetch
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz
  fetch:
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bapt/lloyd-yajl-2.0.1-f4b2b1a.tar.gz:
  File unavailable (e.g., file not found, no access)
 
 The distfile on our local mirror is lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz,
 but the port is looking for lloyd-yajl-2.0.1-f4b2b1a.tar.gz.
 
 -- 
 Sahil Tandon


Fixed thanks


pgptDcl1qjQFy.pgp
Description: PGP signature


Re: Strange issues while upgrading ports

2011-11-27 Thread Kaya Saman

On 11/27/2011 03:01 PM, Jerry wrote:

On Sun, 27 Nov 2011 14:25:04 +0200
Kaya Saman articulated:


On 11/27/2011 08:03 AM, Kevin Oberman wrote:


When it has been this long, you might want to completely delete and
re-install all ports following the instructions in the portmaster
man page examples. This will assure that EVERYTHING is properly
cleaned up. No obsolete libraries, header files, data files, or
anything else. It's the 11 step process and please read the
relevant example in its entirety to make sure you don't waste too
much time. If your system has a very large number of ports
installed, consider using the -P option to use packages when they
are available.

I do see some ports that might benefit from CPU specific
optimizations. If you feel that these are important, re-install
these after you finish the basic re-installation.

I discovered in the UPDATING file that it claims the same thing:

20100409:
AFFECTS: users of lang/php5
AUTHOR: a...@freebsd.org

As of PHP 5.3, a few extensions were removed from or included into
the core
PHP5 package.  Follow the steps below to update your installation.

1) Delete the following packages (if installed):

   - php5-dbase
   - php5-ncurses
   - php5-pcre
   - php5-spl
   - php5-ming
   - php5-mhash

2) Rebuild lang/php5 and all ports that depend on it.


The only problem is how to go about it?

I mean I have quite a few web based monitoring apps (cacti, zabbix,
munin, etc) which all depend on PHP5 + apache22 so am not really sure
if running:

make deinstall on each port is wise especially since I don't want
the config files do be deleted (even though backed up) or backend
database information to be get lost either.

That was quite a while ago; however, I remember simply deinstalling
each of those ports. Then after updating the ports tree I ran
portmanager -u -l -y -p to update and rebuild the ports as required.
It works like a charm. I know others recommend portupgrade and I use
that from time to time also but it just seems to fail to update all
required ports sometimes in cases like this. Personally, portmaster
always seems to get my ass in a sling when I have attempted to use it
so I leave it alone. Obviously, YMMV.

BTW, if you use portmanager you will find a log file
/var/log/portmanager.log that will give you a complete list of what
it did if you should experience any problems..


Ok I got this one worked out:


Officially I want to thank Kevin Oberman for his offline help too :-)


Basically I ran:


cd /usr/ports/*/php5-*
make deinstall
make install clean


---php5 sorted out!



Then:


cd /usr/ports/www/apache22
make deinstall

make install clean - came up with errors so here's the next step:

cat Makefile | more
- check the library dependencies

cd /usr/ports/*/{each lib depend}
make deinstall
make install clean

cd /usr/ports/www/apache22
make install clean


Then ran:

portmanager -u -l -y -p


and now the only errornous ports I have are these:

skipping squid-2.7.7 /www/squid marked IGNORE reason: failed during make
skipping libltdl-2.2.6a /devel/libltdl22 marked IGNORE reason: port 
marked IGNORE
skipping gtk-2.16.6 /x11-toolkits/gtk20 marked IGNORE reason: performed 
(6) emergancy restore

skipping oss-4.2.b2000 /audio/oss until dependency gtk-2.24.6 updated
skipping zabbix-1.6.6,1 /net-mgmt/zabbix marked IGNORE reason: failed 
during make

skipping mutt-1.4.2.3_3 /mail/mutt marked IGNORE reason: failed during make


Few!!! :-D all fine and installed - now to fix the rest.


Thanks everyone for all your help

I really appreciate that even though I felt like a total noobie but hey 
this is the first time I've ever updated/upgraded a FreeBSD system. My 
nerves were a bit on edge as there are many ports installed and I was 
quite worried that I was gona loose the installed config files as linux 
is quite prone to doing.


Anyway, with everyone's patience and effort everything went more or less 
smoothly and was in fact quite painless and quick :-)



Best Regards to all.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Strange issues while upgrading ports

2011-11-27 Thread Doug Barton
On 11/27/2011 5:01 AM, Jerry wrote:
 Personally, portmaster
 always seems to get my ass in a sling when I have attempted to use it
 so I leave it alone. Obviously, YMMV.

As always, if you run into bugs or problems with portmaster I'm happy to
accept bug reports about it.

-- 

We could put the whole Internet into a book.
Too practical.

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


altivec for boinc-setiathome-enhanced on powerpc?

2011-11-27 Thread Rene Ladan
Hi,

despite the --disable-altivec configure option in the Makefile of
astro/boinc-setiathome-ennhanced (which should be removed because it is
autodetected), it is enabled automatically for PowerPC but there it
fails with cc1plus not recognizing the -faltivec option:

http://pointyhat.freebsd.org/errorlogs/powerpc-errorlogs/e.9.20111009030040/boinc-setiathome-enhanced-6.12_1.log

Does this mean we have no Altivec support or is something else going wrong?

Regards,
René
-- 
http://www.rene-ladan.nl:8080/

GPG fingerprint = ADBC ECCD EB5F A6B4 549F  600D 8C9E 647A E564 2BFC
(subkeys.pgp.net)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org