Re: pkgng upgrade options
On Tue, Dec 3, 2013 at 9:40 AM, Daniel Nebdal wrote: > On Tue, Dec 3, 2013 at 11:54 AM, Beeblebrox wrote: > > > >> There should be some OPTONS_FILE_UNSET variables > > I just left those out and only posted those with " OPTIONS_FILE_SET" > > > > >>It's possible that the FreeBSD repo is before your local repo. > > >>To see the repository order use: pkg -v -v > > Yes, the FreeBSD repo is listed first while myrepo is #2. I don't see > how I > > can change the order though. Combining all repo info into a single file > > comes to mind; tried and it seems to break things. > > > > The unixODBC / libiodbc conflict is from these two: databases/php5-odbc > & > > databases/php5-pdo_odbc > > They both have "OPTIONS_FILE_SET+=IODBC" however, so should nat ask for > > unixODBC > > > > The most serious pkg conflict I am seeing is devel/py27-distribute vs. > > devel/py27-setuptools > > "pkg set -o devel/py27-distribute:devel/py27-setuptools" has no effect. > > Only > > emulators/virtualbox-ose is asking for devel/py-distribute. > > > > > > > > - > > FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS > > > > This might be overly trivial, but ... is py27-setuptools already installed, > by chance? Can you try removing it? > > > -- > Daniel Nebdal > The issue with py-distribute/py-setuptools is covered in UPDATING. Just follow the instructions. ODBC is a more difficult issue. There are two ALMOST compatible implementations of OMDB an most ports use one, but a few use the other. Due to nearly identical name spaces, it is simply not possible to install both. Most ports can link with either (see make config), so try to get them all happy with one or the other and get rid of the one not used. Good luck. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng upgrade options
On Tue, Dec 3, 2013 at 11:54 AM, Beeblebrox wrote: > >> There should be some OPTONS_FILE_UNSET variables > I just left those out and only posted those with " OPTIONS_FILE_SET" > > >>It's possible that the FreeBSD repo is before your local repo. > >>To see the repository order use: pkg -v -v > Yes, the FreeBSD repo is listed first while myrepo is #2. I don't see how I > can change the order though. Combining all repo info into a single file > comes to mind; tried and it seems to break things. > > The unixODBC / libiodbc conflict is from these two: databases/php5-odbc & > databases/php5-pdo_odbc > They both have "OPTIONS_FILE_SET+=IODBC" however, so should nat ask for > unixODBC > > The most serious pkg conflict I am seeing is devel/py27-distribute vs. > devel/py27-setuptools > "pkg set -o devel/py27-distribute:devel/py27-setuptools" has no effect. > Only > emulators/virtualbox-ose is asking for devel/py-distribute. > > > > - > FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS > This might be overly trivial, but ... is py27-setuptools already installed, by chance? Can you try removing it? -- Daniel Nebdal ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng upgrade options
>> There should be some OPTONS_FILE_UNSET variables I just left those out and only posted those with " OPTIONS_FILE_SET" >>It's possible that the FreeBSD repo is before your local repo. >>To see the repository order use: pkg -v -v Yes, the FreeBSD repo is listed first while myrepo is #2. I don't see how I can change the order though. Combining all repo info into a single file comes to mind; tried and it seems to break things. The unixODBC / libiodbc conflict is from these two: databases/php5-odbc & databases/php5-pdo_odbc They both have "OPTIONS_FILE_SET+=IODBC" however, so should nat ask for unixODBC The most serious pkg conflict I am seeing is devel/py27-distribute vs. devel/py27-setuptools "pkg set -o devel/py27-distribute:devel/py27-setuptools" has no effect. Only emulators/virtualbox-ose is asking for devel/py-distribute. - FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/pkgng-upgrade-options-tp5862526p5865658.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng upgrade options
On Sat, Nov 30, 2013 at 8:28 AM, Beeblebrox wrote: > This "pkg upgrade" problem is getting ridiculous. > There needs to be an -x (exclude) flag or traceback method for pkg upgrade. > pkgng wants to install these, but I cannot locate the source / reason. As of > now, my upgrade is locked-up because there is no way to by-pass the two > conflicting-pair ports below. > > There are two repos FreeBSD & myrepo. pkg upgrade => > > THESE 2 CONFLICT > Installing unixODBC: 2.3.2 > Installing libiodbc: 3.52.8 > You need to find out which ports are trying to install these ports as a dependency and see if they have an option to either remove the dependency or choose the other ODBC port. Does pkg tell you which package it was trying to install that failed due to the conflicting ODBC the dependencies? > WANTS TO INSTALL THESE, BUT NO CONFIG SETTING FOR THEM. > Installing xf86-video-vesa: 2.3.3 [FreeBSD] > Installing xf86-video-radeonhd: 1.3.0_5 [FreeBSD] > Installing xf86-video-r128: 6.9.2 [FreeBSD] > Installing xf86-video-openchrome: 0.3.3 [FreeBSD] > Installing xf86-video-nv: 2.1.20_1 [FreeBSD] > Installing xf86-video-mach64: 6.9.4 [FreeBSD] > Installing xf86-video-intel: 2.7.1_5 [FreeBSD] > > x11-drivers/xorg-drivers config: > OPTIONS_FILE_SET+=ATI > OPTIONS_FILE_SET+=KEYBOARD > OPTIONS_FILE_SET+=MOUSE > OPTIONS_FILE_SET+=SIS > There should be some OPTONS_FILE_UNSET variables that tells the xorg-driver port not to depend on those other ports. Is the xorg-drivers port in your local rep? It's possible that pkg is getting the xorg-drivers port from the FreeBSD repo (which has a dependency on those ports) and not your local repo. Try installing the package directly without going thru the local repo (i.e download it to the system and install it locally). I just read the pkg-repository(5) man page. It says that when there are several repositories, pkg will download the package in the order specified. To see the repository order use: pkg -v -v It's possible that the FreeBSD repo is before your local repo. I would suggest reviewing the pkg-repository(5) man page. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng upgrade options
This "pkg upgrade" problem is getting ridiculous. There needs to be an -x (exclude) flag or traceback method for pkg upgrade. pkgng wants to install these, but I cannot locate the source / reason. As of now, my upgrade is locked-up because there is no way to by-pass the two conflicting-pair ports below. There are two repos FreeBSD & myrepo. pkg upgrade => THESE 2 CONFLICT Installing unixODBC: 2.3.2 Installing libiodbc: 3.52.8 THESE 2 CONFLICT Installing py27-setuptools Installing py27-distribute: 0.6.35 WANTS TO INSTALL THESE, BUT NO CONFIG SETTING FOR THEM. Installing xf86-video-vesa: 2.3.3 [FreeBSD] Installing xf86-video-radeonhd: 1.3.0_5 [FreeBSD] Installing xf86-video-r128: 6.9.2 [FreeBSD] Installing xf86-video-openchrome: 0.3.3 [FreeBSD] Installing xf86-video-nv: 2.1.20_1 [FreeBSD] Installing xf86-video-mach64: 6.9.4 [FreeBSD] Installing xf86-video-intel: 2.7.1_5 [FreeBSD] x11-drivers/xorg-drivers config: OPTIONS_FILE_SET+=ATI OPTIONS_FILE_SET+=KEYBOARD OPTIONS_FILE_SET+=MOUSE OPTIONS_FILE_SET+=SIS - FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/pkgng-upgrade-options-tp5862526p5864972.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"