Custom Query (894 matches)
Results (52 - 54 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#1105 | desai | https://www.google.com/accounts/o8/id?id=AItOawnFfCcdne2GWePPC4xyCfq5d-kFOs_qfYM | fixed | Ubuntu PPA packages for 10.04 are breaked |
Description |
New Ubuntu install:
apt-get install python-software-properties
It returns the following:
E: Broken packages |
|||
#1103 | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc | fixed | RFE: Better logging from YUMng |
Description |
It appears that yum only logs to yum.log when called from the CLI, so operations performed by the Yum API (e.g., in YUMng) do not get logged to yum.log. Add stuff to YUMng.py to write to the yum logs when packages are updated/erased/installed/etc. It'd be really nice if we could use the code in yum in callback.py, but I'm not sure that'd be possible. |
|||
#1102 | desai | Dan Foster <[email protected]…> | fixed | Solaris build-chain broken |
Description |
Hi, There are are number of problems with the Makefile provided in solaris/ that prevents bcfg2 building on Solaris 10:
No such file or directory: '/export/home/df3804/bcfg2-1.2.1/solaris/lib/python2.6/site-packages/test-easy-install-9272.pth' The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /export/home/df3804/bcfg2-1.2.1/solaris/lib/python2.6/site-packages/ This directory does not currently exist. Please create it and try again, or choose a different installation directory (using the -d or --install-dir option).
/usr/local/bin/python -E -c pass TEST FAILED: /export/home/df3804/bcfg2-1.2.1/solaris/lib/python2.6/site-packages/ does NOT support .pth files error: bad install directory or PYTHONPATH You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from. The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /export/home/df3804/bcfg2-1.2.1/solaris/lib/python2.6/site-packages/ and your PYTHONPATH environment variable currently contains: '' Here are some of your options for correcting the problem: * You can choose a different installation directory, i.e., one that is on PYTHONPATH or supports .pth files * You can add the installation directory to the PYTHONPATH environment variable. (It must then also be on PYTHONPATH whenever you run Python and want to use the package(s) you are installing.) * You can set up the installation directory to support ".pth" files by using one of the approaches described here: http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations Please make the appropriate changes for your system and try again.
It is unclear to me if an updated prototype.bcfg2 and prototype.bcfg2-server should be provided or if these should be generated dynamically. As a first attempt, I have produced gen-prototypes.sh that produces these dynamically. Although, this could be considered more dirty than updating the prototypes manually every release. Attached to this ticket is the following:
|