wblock@ said:That comments out a section in the pkg-plist that does not apply--a list of files that are not installed--when CUPS is not enabled.
But what of a (seemingly) unsatisfied conditional -- the other errors referencing PAPI and print*?
wblock@ said:That comments out a section in the pkg-plist that does not apply--a list of files that are not installed--when CUPS is not enabled.
adripillo said:Sorry to insist, but this is giving me more problems each day. Now I can not install almost any program since most of them use x11-toolkits/gkt20. I am using Konqueror because I can not start www/firefox, www/opera or www/chromium.
% script /tmp/pkg_libchk.log
% pkg_libchk -q
% exit
# script /tmp/gtk-build.log
# cd /usr/ports/x11-toolkits/gtk20
# make rmconfig
# make clean
# make
# exit
Chris_H said:D'OH! Sorry. How about
Code:portmaster -PP /var/db/pkg/gtk2.<your-version-here>
make config, and choose defaults. Or simply delete /var/db/ports/gtk20, which effectively does the same. But in either case, choosing the defaults when presented with the dialog, is the most important.wblock@ said:First, update the ports tree. Show the exact command used to do that.
Make certain you have no misguided additions to /etc/make.conf, and there are no other customizations like whatever portugprade has for doing custom things to certain ports.
Install sysutils/bsdadminscripts and run
Code:% script /tmp/pkg_libchk.log % pkg_libchk -q % exit
Post /tmp/pkg_libchk.log[/url] to pastebin.com. It should not show anything, or at least anything except missing libraries due to the gtk problem.
Reset the x11-toolkits/gtk20 options to default, clean, and build:
Code:# script /tmp/gtk-build.log # cd /usr/ports/x11-toolkits/gtk20 # make rmconfig # make clean # make # exit
Post /tmp/gtk-build.log to pastebin.com.
Give the URLs to the two files here.
portmaster --check-depends is probably going to try to install the problem GTK port, among others.wblock@ said:There are enough problems with the first that it's not worth looking at the second. There are some serious problems, and 1044 packages installed.
portmaster --check-dependsis probably going to try to install the problem GTK port, among others.
Reinstalling all ports might be the easiest way to fix all this, although it will take a long time. Before doing that, we have figure out how it got that way or it will just happen again.
# portmaster www/firefox
portmaster --check-depends it merely pointed out issues it felt existed, and prompted me for action (install required port/library/version). So I felt it would be a good tool to report overall system (ports) integrity. Is it worth an attempt to simply
cd /usr/ports/x11-toolkits/gtk20
make rmconfig
make config (choose defaults [press enter])
make && if success
make install clean
adripillo said:This is the more strange thing, this is the first time I never run a portupgrade. I mean the last times I had to delete and install the system was because portupgrade + not reading the UPDATING failed in some update.
But this time I never run portupgrade, KDE was going awesome till I notice that was a new version of Firefox, so I run
Code:# portmaster www/firefox
wblock@ said:For as long as this has been a problem for you, I think I'm going to say use portmaster to reinstall all ports.
There is a procedure at the end of portmaster(8). It will collect a list of ports to install, then deinstall all the existing ones, then rebuild. So other than time, it will end up with a full install.