Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Uwe Dippel
Date: Saturday, June 5, 2010 - 6:27 pm

Philip Guenther <guenther <at> gmail.com> writes:


So, no diff here, but a suggestion:

If one needs to avoid stale stuff lying around in /usr/obj at applying a patch,
the only logical consequence is, to clean out all /obj totally, even before
applying a single patch. 
If I am correct, the instructions should be clear for 00N_ThisApp.patch: 

Apply by doing:
         cd /usr/src
         patch -p0<  00N_ThisApp.patch

Clean the build directories by issuing the command /usr/sbin/mk_build_clean

And then rebuild and install the library and statically-linked binaries
that depend upon it:

         cd lib/libThisApp
         make obj
         make depend
         make includes
         make
         make install
         cd ../../sbin
         make obj
         make depend
         make
         make install
   

, where mk_build_clean is just the set of steps pointed out in 'man release',
respectively in FAQ5.
To me, and I guess Richard Toohey, the case is solved.

Everyone who can read, and likes following instructions, can read and follow
this easily.

Uwe
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade ..., patrick keshishian, (Thu Jun 3, 11:41 pm)
Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade ..., patrick keshishian, (Fri Jun 4, 1:32 am)
Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade ..., patrick keshishian, (Fri Jun 4, 10:31 pm)
Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade ..., Uwe Dippel, (Sat Jun 5, 6:27 pm)