Re: pkg_add not working

2013-04-17 Thread Baptiste Daroussin
On Wed, Apr 17, 2013 at 08:59:25PM -0700, Mehmet Erol Sanliturk wrote: > On Wed, Apr 17, 2013 at 8:49 PM, Neel Natu wrote: > > > Hi, > > > > I am running HEAD and recently started getting errors on pkg_add. > > > > uname: 10.0-CURRENT FreeBSD 10.0-CURRENT #103 r249396M: Thu Apr 11 23:25:06 > > PD

Re: pkg_add not working

2013-04-17 Thread Mehmet Erol Sanliturk
On Wed, Apr 17, 2013 at 8:49 PM, Neel Natu wrote: > Hi, > > I am running HEAD and recently started getting errors on pkg_add. > > uname: 10.0-CURRENT FreeBSD 10.0-CURRENT #103 r249396M: Thu Apr 11 23:25:06 > PDT 2013 > > > pkg_add -r sudo > Error: Unable to get > > ftp://ftp.freebsd.org/pub/FreeB

Re: pkg_add segfault

2003-03-19 Thread Dag-Erling Smørgrav
Mike Makonnen <[EMAIL PROTECTED]> writes: > is this ok with you? Ugh, yes. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pkg_add segfault

2003-03-19 Thread Joris Vandalon
On Wed, Mar 19, 2003 at 12:28:06PM -0500, Mike Makonnen wrote: > Here's a patch. Tnx, works fine now Regards, Joris > > Des, > is this ok with you? > > Cheers. > -- > Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc > [EMAIL PROTECTED] | Fingerprint: D228 1A6F C64E 120A A1C9 A3

Re: pkg_add segfault

2003-03-19 Thread Mike Makonnen
Here's a patch. Des, is this ok with you? Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc [EMAIL PROTECTED] | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 Index: lib/libfetch/ftp.c === RCS

Re: pkg_add segfault

2003-03-19 Thread Mike Makonnen
On Wed, 19 Mar 2003 16:19:59 +0100 Joris Vandalon <[EMAIL PROTECTED]> wrote: > Hi there, > > it seemd that pkg_add coredumps while doing pkg_add -r $package > pkg_add $package seems work ok. > anyone else experiencing the same problem? > > -example- > > [EMAIL PROTECTED] strace]# pkg_add -r lft

Re: pkg_add segfault

2003-03-19 Thread Pierrick Brossin
Quoting Joris Vandalon <[EMAIL PROTECTED]>: > Hi there, > > it seemd that pkg_add coredumps while doing pkg_add -r $package > pkg_add $package seems work ok. > anyone else experiencing the same problem? Yeah! Wanted to pkg_add -r and it coredumped. I tried to cvsup and remake it but it's not an

Re: pkg_add segfault

2003-03-19 Thread Scott Sipe
pkg_add -r coredumps for me on a system built Mar 18, but not on one built Mar 3. Scott From: "Joris Vandalon" <[EMAIL PROTECTED]> > Hi there, > > it seemd that pkg_add coredumps while doing pkg_add -r $package > pkg_add $package seems work ok. > anyone else experiencing the same problem? > > -

Re: pkg_add

2002-09-17 Thread Craig Rodrigues
On Sun, Sep 15, 2002 at 07:56:09PM -0700, David O'Brien wrote: > On Sun, Sep 15, 2002 at 09:47:28PM +, justin wrote: > > >> SORRY IF THIS IS A REPEAT! > > > > I have recompiled my base the past 2 days now, and pkg_add will segfault > > signal 10 and core dumps after the second file transfer I

Re: pkg_add broken by POLA breakage in tar

2002-08-02 Thread Bakul Shah
I said: > my guess is John Gilmore originally created gnu tar from > reading of the man page. If so, that would explain the > difference. I don't have the V7 sources so can't check but > given that companies with the Unix licence (and the orig. > sources) all do the same I believe the V7 man pag

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Garrett Wollman
< said: > If it were upto me I'd choose what POSIX says. POSIX says to use pax(1). There is no `tar' in POSIX. (There is, unfortunately, a cpio(1) in POSIX.) -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bakul Shah
> Well, OK, now I am really confused. So what should we be bound to? To > the POLA (old GNU tar in 4.6-release and downward was not fully > preserving permissions unless -p is specified, even when invoked by > root)? Or to what other systems do? Bruce, what do you think? Okay, I did some more res

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bruce Evans
On Thu, 1 Aug 2002, Maxim Sobolev wrote: > Bakul Shah wrote: > > > > My recollection matches what Bruce says (and I have been > > using unix since when version 7 was the latest and greatest). > > At least the SUN OS 5.6 man page I could locate online says > > this: > > > > The o function modifie

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bruce Evans
On Thu, 1 Aug 2002, Maxim Sobolev wrote: > Maxim Sobolev wrote: > > > > Maxim Sobolev wrote: > > > > > > Bruce Evans wrote: > > > > > > > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > > > > thousands of user scripts that are no more careful than pkg_add) in > > > >

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Bakul Shah wrote: > > My recollection matches what Bruce says (and I have been > using unix since when version 7 was the latest and greatest). > At least the SUN OS 5.6 man page I could locate online says > this: > > The o function modifier is only valid with the x function. p > Restore the na

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bakul Shah
My recollection matches what Bruce says (and I have been using unix since when version 7 was the latest and greatest). At least the SUN OS 5.6 man page I could locate online says this: The o function modifier is only valid with the x function. p Restore the named files to their original modes,

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Maxim Sobolev wrote: > > Maxim Sobolev wrote: > > > > Bruce Evans wrote: > > > > > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > > > thousands of user scripts that are no more careful than pkg_add) in > > > -current and RELENG_4: > > > > Are you sure? My own investi

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Maxim Sobolev wrote: > > Bruce Evans wrote: > > > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > > thousands of user scripts that are no more careful than pkg_add) in > > -current and RELENG_4: > > Are you sure? My own investigation at the time of the commit showed

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Bruce Evans wrote: > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > thousands of user scripts that are no more careful than pkg_add) in > -current and RELENG_4: Are you sure? My own investigation at the time of the commit showed that old tar shipped with FreeBSD, wa

Re: pkg_add problems, and garbage at end of dist tarballs

2001-09-17 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: > >Core was generated by `pkg_add'. >Program terminated with signal 10, Bus error. >Reading symbols from /usr/lib/libfetch.so.3...(no debugging symbols >found)... >done. >Reading symbols from /usr/lib/libmd.so.2...(no debugging symbols >found)...done. >Rea

Re: pkg_add -r broken

2000-10-28 Thread Dag-Erling Smorgrav
"David O'Brien" <[EMAIL PROTECTED]> writes: > Are others seeing that ``pkg_add -r foo'' is broken? Found the bug, there'll be a fix within an hour. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of t