updating error

Recently i've updated one of my freebsd machines and got this error


Code:
========================================================================
skipping cups-client-1.4.6 /print/cups-client marked IGNORE reason: port marked BROKEN
skipping gtk-2.22.1_1 /x11-toolkits/gtk20 until dependency cups-client-1.4.8 updated
skipping vim-7.3.121 /editors/vim until dependency gtk-2.24.5_1 updated
------------------------------------------------------------------------


did any1 else received this one? what should i do now?
 
Try this:

# cd /usr/ports/print/cups-client && make rmconfig

And resume update of installed ports.

(I believe this should in the ports & packages subforum)
 
Note that some cups ports failed earlier today (due to the GNUTLS setting being on by default). The maintainer re-released the ports with that setting off (for example: http://bit.ly/omQmae). Running make rmconfig in those ports or de-selecting the GNUTLS setting using make config before building should resolve problems with the cups ports at least. But make sure your ports tree is fresh and crispy before proceeding any further.
 
the ports tree is fine

Code:
[root@gw2 ~]# portsnap update
Ports tree is already up to date.
 
I'm guessing you haven't updated in about 6-9 months. So you'll have to wade through 9 months worth of instructions in /usr/ports/UPDATING.

It's probably simpler to just pkg_delete -a and start over.
 
romeor said:
the ports tree is fine

Code:
[root@gw2 ~]# portsnap update
Ports tree is already up to date.

How about
Code:
[root@gw2 ~]# portsnap [color="Red"]fetch[/color] update
Without fetching anything new, the tree will always be "up to date" w.r.t. the old state.
 
heheh nice joke :)
i just do these commands separately
of course its fetched too.
if i use portmaster, then i come with this:

Code:
===>  cups-client-1.4.8 is marked as broken: gnutls does not support threads yet.
*** Error code 1
 
romeor said:
not that old. i update my freebsd systems periodically.
[edited]

Well, it's trying to update gtk-2.22.1_1 and that one was updated about 9 months ago.
 
the most funny thing is that update on other freebsd machine went without any error/warning. they are same old and same confs (both a routers). that makes me mad.
as i understand i can try to

Code:
#cd /usr/ports/print/cups-client 
#make config
and remove GNUTLS
and same to cups-image
i'll try to do that tonight.
 
romeor said:
... as i understand i can try to

Code:
#cd /usr/ports/print/cups-client 
#make config
and remove GNUTLS
and same to cups-image
i'll try to do that tonight.

I had the same issue, and my ports-tree has been perfectly updated almost every day. So, the problem is neither with your ports tree, nor with any guy in front of the screen. As DutchDaemon suggested in message #5 of this thread, the issue is really GNUTLS. I can confirm already now, that that, what you'll try to do tonight, will do the trick :).
 
romeor said:
heheh nice joke :)
i just do these commands separately
of course its fetched too.
if i use portmaster, then i come with this:
It was not clear if you use a seperate fetch command,so, sorry if this went down the wrong way. Let's blame experience with (some) customers for this, yes? ;)

And yes, I also had to remove the GNUTLS from cups last night. Really nice if you can see a build break every 2 minutes and cannot do anything for an hour (that is, when the developer-in-training has had enough bellyrubs and is back to sleep). :D
 
deem, now another problem.
okay i did
make config
and removed the GNUTLS
then i made make install clean
and then tried to update again.. now i come up with this:

Code:
skipping gtk-2.24.5_1 /x11-toolkits/gtk20 marked IGNORE reason: failed during make
any ideas?
 
Could it be this from /usr/ports/UPATING ?

Code:
20110730:
  AFFECTS: users of x11-toolkits/gtk20
  AUTHOR: gnome@FreeBSD.org

  The gtk-update-icon-cache utility has been split out of the gtk20 port.
  Use the following instructions to update your system.

  # pkg_delete -f gtk-2.\*
  # portmaster x11-toolkits/gtk20
  # portmaster -a
 
Back
Top