Re: cvsup error

2004-09-14 Thread Matthew Seaman
On Mon, Sep 13, 2004 at 04:06:29PM +0300, Petre Bandac wrote:
> xxl# portsdb -Uu
> Updating the ports index ... Generating INDEX.tmp - please
> wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
> Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2
> Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
> Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18
>  Done.
> done
> [Updating the portsdb  in /usr/ports ... - 11732 port
> entries found
> .1000.2000.3000.4000.5000..
> ...6000.7000.8000/usr/local/lib/ruby/site_ruby/1.8/
> portsdb.rb:587: [BUG] Bus Error
> ruby 1.8.1 (2004-05-02) [i386-freebsd5]
> 
> Abort (core dumped)
> xxl# 
> 
> how can it be fixed ?

http://lists.freebsd.org/pipermail/freebsd-stable/2004-September/008688.html
Recommend you search the mailing list archives for the extensive
traffic this problem has generated over the last few weeks.  Try
http://freebsd.rambler.ru/ for a nice interface.

   
http://freebsd.rambler.ru/srch?words=%5BBUG%5D+Bus+Error+ruby+1.8.2+%282004-07-29%29+%5Bi386-freebsd5%5D%0D%0A%3E+Abort+trap+%28core+dumped%29

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpdcrc60CWfY.pgp
Description: PGP signature


Re: cvsup: Error code 1

2003-10-07 Thread Kris Kennaway
On Tue, Oct 07, 2003 at 11:55:08AM -0700, [EMAIL PROTECTED] wrote:
> For some reason the portupgrade / or make reinstall does not work on any 
> of the outdated ports. Get the same error on all of them. Error code 1. 

Post the actual error with context so we can begin trying to help you.

Kris


pgp0.pgp
Description: PGP signature


Re: cvsup error

2003-01-29 Thread Steve Bertrand
Try adding the following line to the /etc/hosts file:

192.168.1.10myhostname.domain.com

where 192.168.1.10 is your hosts IP. Then take a look in /etc/rc.conf 
for the hostname= directive and verify that it is the same as the entry 
in /etc/hosts.

Steve

Tyler Parrott wrote:

Hello all,

I'm getting the following error when trying to cvsup my ports.any
ideas?

jeenyus# cvsup ports-supfile
Cannot get IP address of my own host -- is its hostname correct?

Thanks
Tyler


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CVSup Error When Updating Sources

2003-01-19 Thread Jack L. Stone
At 10:40 AM 1.19.2003 -0500, Bill Moran wrote:
>Giorgos Keramidas wrote:
>> On 2003-01-19 01:23, Matt Rudderham <[EMAIL PROTECTED]> wrote:
>> 
>>>Hi all,
>>>I'm taking my first shot at upgrading my old 4.0-Release system to
4.7-Stable, when I run
>>>/usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
>>>I get this error right off the bat,
>>>/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined symbol
"__stderrp"
>>>Can anyone fill me in?
>>>Thanks!
>> 
>> 
>> It looks like you're trying to run a GUI version of CVSup without
>> having installed X11.  You can either install X11, or try removing
>> your cvsup package and installing the net/cvsup-without-gui version.
>
>Or use the -g option to cvsup to tell it not to start the gui.
>
>-- 
>Bill Moran

I supect the earlier poster was right about reading the UPDATING document
at /usr/src/UPDATING. The "...Undefined symbol "__stderrp" pertains to the
release notes righ at the top of the DOC about the COMPAT3X. You will need
to add "COMPATX3= yes" to your make.conf file. This hit you early, so you
may need to purge other parts of your system as well.


Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CVSup Error When Updating Sources

2003-01-19 Thread Bill Moran
Bill Moran wrote:

Giorgos Keramidas wrote:


On 2003-01-19 01:23, Matt Rudderham <[EMAIL PROTECTED]> wrote:


Hi all,
I'm taking my first shot at upgrading my old 4.0-Release system to 
4.7-Stable, when I run
/usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
I get this error right off the bat,
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined 
symbol "__stderrp"
Can anyone fill me in?
Thanks!



It looks like you're trying to run a GUI version of CVSup without
having installed X11.  You can either install X11, or try removing
your cvsup package and installing the net/cvsup-without-gui version.



Or use the -g option to cvsup to tell it not to start the gui.


My bad ... replied without reading the whole message.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CVSup Error When Updating Sources

2003-01-19 Thread Bill Moran
Giorgos Keramidas wrote:

On 2003-01-19 01:23, Matt Rudderham <[EMAIL PROTECTED]> wrote:


Hi all,
I'm taking my first shot at upgrading my old 4.0-Release system to 4.7-Stable, when I run
/usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
I get this error right off the bat,
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined symbol "__stderrp"
Can anyone fill me in?
Thanks!



It looks like you're trying to run a GUI version of CVSup without
having installed X11.  You can either install X11, or try removing
your cvsup package and installing the net/cvsup-without-gui version.


Or use the -g option to cvsup to tell it not to start the gui.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CVSup Error When Updating Sources

2003-01-18 Thread Kris Kennaway
On Sun, Jan 19, 2003 at 01:23:10AM -0400, Matt Rudderham wrote:
> Hi all,
> I'm taking my first shot at upgrading my old 4.0-Release system to 4.7-Stable, when 
>I run
> /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
> I get this error right off the bat,
> /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined symbol "__stderrp"
> Can anyone fill me in?

You haven't read/followed the upgrading directions in UPDATING.

Kris



msg15954/pgp0.pgp
Description: PGP signature


Re: CVSup Error When Updating Sources

2003-01-18 Thread Giorgos Keramidas
On 2003-01-19 01:23, Matt Rudderham <[EMAIL PROTECTED]> wrote:
> Hi all,
> I'm taking my first shot at upgrading my old 4.0-Release system to 4.7-Stable, when 
>I run
> /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
> I get this error right off the bat,
> /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Undefined symbol "__stderrp"
> Can anyone fill me in?
> Thanks!

It looks like you're trying to run a GUI version of CVSup without
having installed X11.  You can either install X11, or try removing
your cvsup package and installing the net/cvsup-without-gui version.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message