Hi On Tue, Mar 08, 2005 at 11:53:14AM -0800, Victoria Alexandru wrote:
[snip] > > Checking out from CVS: > [EMAIL PROTECTED] victoria]# cd /usr/src > [EMAIL PROTECTED] src]# export > CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot > [EMAIL PROTECTED] src]# cvs login > Logging in to > :pserver:[EMAIL PROTECTED]:2401/usr/cvsroot > CVS password: > [EMAIL PROTECTED] src]# cvs checkout zaptel libpri > asterisk asterisk-addons asterisk-sounds > ....... > U asterisk-sounds/sounds/wx/temperature.gsm > U asterisk-sounds/sounds/wx/wind-chill.gsm > U asterisk-sounds/sounds/wx/winds.gsm > [EMAIL PROTECTED] src]# One general priciple: RPM is for reproducable builds. When you build packages as root you don't get reproducable builds: the %install script can easily install on the real system. It may seem longer, but the result is a reproducable build. The general rule of thumb is that you build everything as a user, even the kernel packages. I don't know if Mandrake have kernel module packages. SuSE seem to have some. It basically only requires some convensions as to where the files will be. In Debian the zaptel-source package puts its files under /usr/src/module/zaptel and I currently manually copy those files to the build tree to generate the kernel-spcific zaptel-modules package. Just in case you don't have rpm configured to build packages as your user, I wrote a script a couple of years ago to create that configuration: http://iglu.org.il/~tzafrir/mkrpmconf -- Tzafrir Cohen | New signature for new address and | VIM is http://tzafrir.org.il | new homepage | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | Space reserved for other protocols | friend _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
