Re: updating packages

2006-12-29 Thread Huub


Beware though that it can leave some of your packages non-working. If 
I'm not confusing this with something else what bmake upgrade does is to 
deinstall all packages and then reinstall the new versions. Should the 
build of the first package fail then it will abort and you'll be left 
with fewer packages than you had (all those that was going to be updated 
are gone).




After some consideration I decided to go for pkg_chk -g/-r/-a. 
Unfortunately, it look like I'm getting stranded at thunderbird:


make[3]: Leaving directory 
`/usr/obj/pkgsrc/mail/thunderbird/work/mozilla/toolkit/components/build'

make[3]: write error
make[2]: *** [libs] Error 1
make[2]: Leaving directory 
`/usr/obj/pkgsrc/mail/thunderbird/work/mozilla/toolkit/components'

make[1]: *** [tier_50] Error 2
make[1]: Leaving directory `/usr/obj/pkgsrc/mail/thunderbird/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/mail/thunderbird
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/mail/thunderbird
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/mail/thunderbird
** 'cd /usr/pkgsrc/mail/thunderbird  /usr/pkg/bin/bmake update 
CLEANDEPENDS=yes' failed
*** ** 'cd /usr/pkgsrc/mail/thunderbird  /usr/pkg/bin/bmake update 
CLEANDEPENDS=yes' failed


What could this be? I can't do anything right now, since it would leave 
my system useless (no firefox, no links, no thunderbird, etc).


Thanks,

Huub


Re: updating packages

2006-12-29 Thread walt
Huub wrote:

 Beware though that it can leave some of your packages non-working. If
 I'm not confusing this with something else what bmake upgrade does is
 to deinstall all packages and then reinstall the new versions. Should
 the build of the first package fail then it will abort and you'll be
 left with fewer packages than you had (all those that was going to be
 updated are gone).

 
 After some consideration I decided to go for pkg_chk -g/-r/-a.
 Unfortunately, it look like I'm getting stranded at thunderbird:
 
 make[3]: Leaving directory
 `/usr/obj/pkgsrc/mail/thunderbird/work/mozilla/toolkit/components/build'
 make[3]: write error

I recognize that 'write error' as an old bug which was fixed months ago.

I can't remember at the moment what the fix was :o( but the answer is
buried in the mail-list archives.  I seem to recall that the bug was
actually in the DF system somewhere(?) so the solution (I think) would
be to use a newer version of DF.  What version of DF are you running?

Easier thing to try first would be to make sure you are running the
latest versions of gmake (but I think that turned out not to be the
problem after all).


Re: updating packages

2006-12-29 Thread Huub


make[3]: Leaving directory
`/usr/obj/pkgsrc/mail/thunderbird/work/mozilla/toolkit/components/build'
make[3]: write error


I recognize that 'write error' as an old bug which was fixed months ago.

I can't remember at the moment what the fix was :o( but the answer is
buried in the mail-list archives.  I seem to recall that the bug was
actually in the DF system somewhere(?) so the solution (I think) would
be to use a newer version of DF.  What version of DF are you running?

Easier thing to try first would be to make sure you are running the
latest versions of gmake (but I think that turned out not to be the
problem after all).


Well, I'm running DF 1.6 with the latest pkgsrc (cvs from 3 days ago). 
And this thunderbird is 1.5.0.9, gmake is GNU Make 3.81. Any suggestions?


Re: updating packages

2006-12-29 Thread Huub


Well, I'm running DF 1.6 with the latest pkgsrc (cvs from 3 days ago). 
And this thunderbird is 1.5.0.9, gmake is GNU Make 3.81. Any suggestions?


It turned out my system was unusable. Reinstalling from scratch.


Re: help over rsync vs cvsupd perfmance

2006-12-29 Thread Saverio Iacovelli
I need a list of url where I enabled to download
DragonFly source both rsync and cvsup.



__
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto 
spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 


Re: help over rsync vs cvsupd perfmance

2006-12-29 Thread Max N. Herrgaard

 I need a list of url where I enabled to download
 DragonFly source both rsync and cvsup.

http://www.dragonflybsd.org/main/download.shtml
There you are. Scroll down to Source mirrors.

But maybe the two already suggested sites, theshell.com
and chlamydia.fs.ei.tum.de is enough :-)


Re: Request for swapcontext and getcontext to be ported to our libc

2006-12-29 Thread Matt Emmerton

 Noone? Im willing to pay up to $150 AUD ($110 USD, approx 80-90 euro)
 for those couple of functions + ensuring that PowerDNS-Recursor works
 after that. Please consider an estimate of how long its going to take
 and let me know(i suppose it might take only like 30 mins for some of
 you). Let me know your hourly charge. However keep in mind that i will
 always double check with other devs that im not being ripped off(not
 that im cheap, but i know you understand i dont do C thus i cant say how
 long its going to take...parents taught me to always be careful with
 money and all)

I've started working on this, using the FreeBSD implementation as a first
cut for DFly.

It was asked earlier on in the thread why FreeBSD used syscalls for this -- 
it's best to look at the commit comments for rev 1.9 of ucontext.h for their
reasons -- 
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/include/ucontext.h

I'll be following the FreeBSD lead for the first cut; I'll see what we can
do to improve on this in our world as a follow-on.

Regards,
--
Matt Emmerton