Date: Tue, 27 Sep 2011 19:04:50 +0300 From: =?koi8-r?B?68/O2MvP1yDl18fFzsnK?= <kes-kes@yandex.ru> To: Garrett Cooper <yanegomi@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re[2]: Failure upgrading from 8-stable to current (9.0-Beta2) Message-ID: <010490716.20110927190450@yandex.ru> In-Reply-To: <CAGH67wSa-=MmEpUfFAkXAq%2B=ucZm9GN9OvOZ5eXZBFJMO_RkQw@mail.gmail.com> References: <33594792.20110927052452@yandex.ru> <CAGH67wSa-=MmEpUfFAkXAq%2B=ucZm9GN9OvOZ5eXZBFJMO_RkQw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Garrett.
No, that patch did not work.
because
+ tzsetup $${optC} -r; \
run current installed tzsetup which use libdialog.so
you must use just compiled one
/usr/obj/usr/src/usr.sbin/tzsetup/tzsetup
PS. I have 9-0Current 201101 upgrading to 9-0Beta2 20110925
I even try by hand setup ENV and manually run tzsetup from console
and got 'Undefined symbol "_nc_wacs"'
If I run '/usr/obj/usr/src/usr.sbin/tzsetup/tzsetup' from console it
works fine, so when I change Makefile as I noted below it works for me.
๗ู ะษำมฬษ 27 ำลฮิัยาั 2011 ว., 6:00:46:
GC> 2011/9/26 ๋ฯฮุหฯื ๅืวลฮษส <kes-kes@yandex.ru>:
>> Hi
>>
>> For me patch do not working
>>
>> because tzsetup uses old tzsetup
>>
>> I use this:
>>
>>> --- share/zoneinfo/Makefile (revision 224989)
>>> +++ share/zoneinfo/Makefile (working copy)
>>> @@ -72,7 +72,8 @@
>>> optC="-C ${DESTDIR}"; \
>>> fi; \
>>> echo "Updating /etc/localtime"; \
>>> - tzsetup $${optC} -r; \
>>> + /usr/obj/usr/src/usr.sbin/tzsetup/tzsetup $${optC} -r; \
>>> fi; \
>>> else \
>>> echo "Run tzsetup(8) manually to update /etc/localtime."; \
>>>
>>
>> or run before world install
>> /usr/obj/usr/src/usr.sbin/tzsetup/tzsetup
>> I think it will be enough
GC> Or the patch attached to
GC> http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/160596 -- still open
GC> after 3 weeks...
GC> Thanks,
GC> -Garrett
--
๓ ีืมึลฮษลอ,
๋ฯฮุหฯื mailto:kes-kes@yandex.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010490716.20110927190450>
