Re: freebsd-update install failed

2014-10-24 Thread dt71

d...@gmx.com wrote on 10/24/2014 04:09:

# freebsd-update install
Installing updates...install: ///usr/src/contrib/tzdata/zone1970.tab: No such 
file or directory
  done.
#


OK, maybe the install didn't fail, and the quirk is ignorable.

However, in any case, freebsd-update shouldn't try to update anything in 
/usr/src.

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


Re: freebsd-update install failed

2014-10-24 Thread Allan Jude
On 2014-10-24 12:23, d...@gmx.com wrote:
 d...@gmx.com wrote on 10/24/2014 04:09:
 # freebsd-update install
 Installing updates...install: ///usr/src/contrib/tzdata/zone1970.tab:
 No such file or directory
   done.
 #
 
 OK, maybe the install didn't fail, and the quirk is ignorable.
 
 However, in any case, freebsd-update shouldn't try to update anything in
 /usr/src.
 
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Do you have a src tree installed?

This error is usually caused by it trying to install the update to an
empty src tree, so the contrib/tzdata parent directory does not exist.

It is a minor problem with freebsd-update where it gets confused the odd
time a new file has to be added in a security update.

-- 
Allan Jude



signature.asc
Description: OpenPGP digital signature


Re: freebsd-update install failed

2014-10-24 Thread dt71

Allan Jude wrote on 10/24/2014 18:29:

Do you have a src tree installed?


Obviously not.


This error is usually


Usually? You've gotta be kidding me.


caused by it trying to install the update to an
empty src tree, so the contrib/tzdata parent directory does not exist.

It is a minor problem with freebsd-update where it gets confused the odd
time a new file has to be added in a security update.


It is a problem with the update package, actually. To update /usr/src, one 
should use Subversion. Not? If it is the job of freebsd-update to update /usr/src (when 
it exists), then freebsd-update should also try to apply source code security patches as 
well, which apparently is not the case.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: freebsd-update install failed

2014-10-24 Thread RW
On Fri, 24 Oct 2014 19:23:00 +0200
d...@gmx.com wrote:

 Allan Jude wrote on 10/24/2014 18:29:
  Do you have a src tree installed?
 
 Obviously not.

It's not at all obvious.


  caused by it trying to install the update to an
  empty src tree, so the contrib/tzdata parent directory does not
  exist.
 
  It is a minor problem with freebsd-update where it gets confused
  the odd time a new file has to be added in a security update.
 
 It is a problem with the update package, actually. To
 update /usr/src, one should use Subversion. Not? If it is the job of
 freebsd-update to update /usr/src (when it exists), then
 freebsd-update should also try to apply source code security patches
 as well, which apparently is not the case.


freebsd-update can update /usr/src, it depends how it's set-up in
freebsd-update.conf
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


freebsd-update install failed

2014-10-23 Thread dt71

Do what (is it safe to retry the install?)?

log:

# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching public key from update5.freebsd.org... done.
Fetching metadata signature for 10.0-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata files... done.
Inspecting system... done.
Preparing to download files... done.
Fetching 88 patches.1020304050607080 done.
Applying patches... done.
Fetching 4 files... done.

The following files will be removed as part of updating to 10.0-RELEASE-p11:
/usr/share/zoneinfo/Asia/Chongqing
/usr/share/zoneinfo/Asia/Harbin
/usr/share/zoneinfo/Asia/Kashgar

The following files will be added as part of updating to 10.0-RELEASE-p11:
/usr/share/zoneinfo/Antarctica/Troll
/usr/share/zoneinfo/Asia/Chita
/usr/share/zoneinfo/Asia/Srednekolymsk
/usr/src/contrib/tzdata/zone1970.tab

The following files will be updated as part of updating to 10.0-RELEASE-p11:
/bin/freebsd-version
/boot/kernel/kernel
/boot/kernel/kernel.symbols
/rescue/[
[...]
/usr/share/zoneinfo/Pacific/Pago_Pago
/usr/share/zoneinfo/zone.tab
# freebsd-update install
Installing updates...install: ///usr/src/contrib/tzdata/zone1970.tab: No such 
file or directory
 done.
#
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org