Re: X won't upgrade in portupgrade of expat2

2004-05-11 Thread Christian Hofer
Seems to be solved! The portupgrade procedure described in the UPDATING 
file using

portupgrade -rf devel/compat2

seems to depend on some other port upgrades (perhaps imake-4.3.1_2 ?).
I could compile the X libraries meanwhile by a
portupgrade -arR!
Thanks to everyone who invested time into this question,

Chris

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X won't upgrade in portupgrade of expat2

2004-05-10 Thread Christian Hofer
Kris Kennaway wrote:

On Mon, May 10, 2004 at 02:44:06PM +0200, Christian Hofer wrote:
 

Hi,

I cvsup'ed my ports yesterday and just had to upgrade expat, following 
the instructions in /usr/ports/UPDATING.

But when I try

portupgrade -rf textproc/expat2

my computer starts compiling a lot of things and after a while gives 
back the error, that X could not be updated (thus: 1 package failed, 70 
or so skipped). Until now, everything still works fine, (or better: 
Thunderbird is working again after portupgrading expat) but I'm still 
worried what the error means.
   

It means that 1 package build failed :-)

To diagnose better, you need to look at the output of that package
build and report the error message.
Kris
 

Sorry for my imprecise error description but the cause of the error had 
long ago scrolled out of my terminal window.

So I tried again only upgrading the X-4-libraries with

portupgrade -rf x11/XFree86-4-libraries/

The following output appears. Can somebody make s.th. out of that?

Thanks for your help,
Chris
...
rm -f ks_tables.h makekeys makekeys.o
cc -o makekeys -O -pipe -mcpu=pentiumpro  -ansi -Dasm=__asm  
GccWarningOptions
 -I/usr/ports/x11/XFree86-4-libraries/work/xc 
-I/usr/ports/x11/XFree86-4-librar
ies/work/xc/exports/include   -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO 
-DXTHRE
ADS  -D_THREAD_SAFE -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI
-DMALLOC_0_RETURNS_
NULL  -DHAS_SNPRINTF -DLIBX11   
-DPOSTLOCALELIBDIR=\lib\   uti
l/makekeys.c -L/usr/X11R6/lib -lc_r   -Wl,-rpath,/usr/X11R6/lib
cc: GccWarningOptions: No such file or directory
*** Error code 1 (ignored)
./makekeys  
/usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11/keys
ymdef.h  ks_tables_h
./makekeys: not found
*** Error code 127

Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/X11.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4-libraries.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade41517.0 mak
e

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X won't upgrade in portupgrade of expat2

2004-05-10 Thread Kris Kennaway
On Mon, May 10, 2004 at 03:22:01PM +0200, Christian Hofer wrote:

 So I tried again only upgrading the X-4-libraries with
 
 portupgrade -rf x11/XFree86-4-libraries/
 
 The following output appears. Can somebody make s.th. out of that?
 
 Thanks for your help,
 Chris
 
 ...
 rm -f ks_tables.h makekeys makekeys.o
 cc -o makekeys -O -pipe -mcpu=pentiumpro  -ansi -Dasm=__asm  
 GccWarningOptions
  -I/usr/ports/x11/XFree86-4-libraries/work/xc 
 -I/usr/ports/x11/XFree86-4-librar
 ies/work/xc/exports/include   -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO 
 -DXTHRE
 ADS  -D_THREAD_SAFE -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI
 -DMALLOC_0_RETURNS_
 NULL  -DHAS_SNPRINTF -DLIBX11   
 -DPOSTLOCALELIBDIR=\lib\   uti
 l/makekeys.c -L/usr/X11R6/lib -lc_r   -Wl,-rpath,/usr/X11R6/lib
 cc: GccWarningOptions: No such file or directory
 *** Error code 1 (ignored)

Strange.  Do you have a stale copy of imake installed on your system
(look for it with find(1))?

Kris


pgp0.pgp
Description: PGP signature


Re: X won't upgrade in portupgrade of expat2

2004-05-10 Thread Christian Hofer
Kris Kennaway wrote:

Strange.  Do you have a stale copy of imake installed on your system
(look for it with find(1))?
Kris
 

The only -name imake I could find are:

/usr/ports/devel/imake
/usr/ports/x11/XFree86-4-libraries/work/xc/config/imake
/usr/ports/x11/XFree86-4-libraries/work/xc/config/imake/imake
/usr/ports/x11/XFree86-4-libraries/work/xc/config/imake/bootstrap/imake
/usr/X11R6/bin/imake
Chris

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X won't upgrade in portupgrade of expat2

2004-05-10 Thread Kris Kennaway
On Mon, May 10, 2004 at 03:49:08PM +0200, Christian Hofer wrote:
 Kris Kennaway wrote:
 
 Strange.  Do you have a stale copy of imake installed on your system
 (look for it with find(1))?
 
 Kris
  
 
 The only -name imake I could find are:
 
 /usr/ports/devel/imake
 /usr/ports/x11/XFree86-4-libraries/work/xc/config/imake
 /usr/ports/x11/XFree86-4-libraries/work/xc/config/imake/imake
 /usr/ports/x11/XFree86-4-libraries/work/xc/config/imake/bootstrap/imake
 /usr/X11R6/bin/imake

OK, and how old is the last one?  You have an out of date ports
collection (devel/imake was removed a few months ago), so you may have
this port installed.

Kris


pgp0.pgp
Description: PGP signature


[Fwd: Re: X won't upgrade in portupgrade of expat2]

2004-05-10 Thread Christian Hofer
This should have been sent to the list...
---BeginMessage---
Kris Kennaway wrote:

On Mon, May 10, 2004 at 03:49:08PM +0200, Christian Hofer wrote:
 

/usr/X11R6/bin/imake
   

OK, and how old is the last one?  You have an out of date ports
collection (devel/imake was removed a few months ago), so you may have
this port installed.
Kris
 

Thank you very much for your help.

Hmmm, I think I have to study the portupgrade process more seriously... 
I see, that it is impossible to make only some small changes to the system.

My FreeBSD install is not yet a few months old. But it seems to have 
installed an old ports collection. Anyway imake is of:

-rwxr-xr-x  1 root  wheel  15888  5 Dez 02:23 imake

and pkg_deinstall shows, that a whole bunch of software depends on it 
(X, KDE, Emacs, different languages, mplayer...). Hm, how can I upgrade 
a no more existing port?

Chris

---End Message---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X won't upgrade in portupgrade of expat2

2004-05-10 Thread Christian Hofer
Kris Kennaway wrote:

OK, and how old is the last one?  You have an out of date ports
collection (devel/imake was removed a few months ago), so you may have
this port installed.
Kris
 

When I try: portupgrade -rf devel/imake
I get: ** No such package 'devel/imake' is installed.
I am confused...
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


X won't upgrade in portupgrade of expat2

2004-05-10 Thread Christian Hofer
Hi,

I cvsup'ed my ports yesterday and just had to upgrade expat, following 
the instructions in /usr/ports/UPDATING.

But when I try

portupgrade -rf textproc/expat2

my computer starts compiling a lot of things and after a while gives 
back the error, that X could not be updated (thus: 1 package failed, 70 
or so skipped). Until now, everything still works fine, (or better: 
Thunderbird is working again after portupgrading expat) but I'm still 
worried what the error means.

Thank you for your help,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X won't upgrade in portupgrade of expat2

2004-05-10 Thread Kris Kennaway
On Mon, May 10, 2004 at 02:44:06PM +0200, Christian Hofer wrote:
 Hi,
 
 I cvsup'ed my ports yesterday and just had to upgrade expat, following 
 the instructions in /usr/ports/UPDATING.
 
 But when I try
 
 portupgrade -rf textproc/expat2
 
 my computer starts compiling a lot of things and after a while gives 
 back the error, that X could not be updated (thus: 1 package failed, 70 
 or so skipped). Until now, everything still works fine, (or better: 
 Thunderbird is working again after portupgrading expat) but I'm still 
 worried what the error means.

It means that 1 package build failed :-)

To diagnose better, you need to look at the output of that package
build and report the error message.

Kris


pgp0.pgp
Description: PGP signature