|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
niniveh@gentoo64 ~ $ hplip
bash: hplip: command not found
niniveh@gentoo64 ~ $ hp-toolbox
HP Linux Imaging and Printing System (ver. 2.8.6b)
HP Device Manager ver. 14.0
Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
error: PyQt not installed. GUI not available. Exiting.
warning: Qt/PyQt initialization failed.
error: hp-toolbox requires GUI support. Exiting.
niniveh@gentoo64 ~ $ eix PyQt
[I] dev-python/PyQt
Available versions: 3.17.6 ~3.18 ~3.18-r1 ~3.18.1 {debug doc examples}
Installed versions: 3.17.6(09:54:39 24.01.2009)...
[I] dev-python/PyQt4
Available versions: 4.4.4-r2 ~4.4.4-r5 ~4.5.2 {X assistant dbus debug doc examples kde opengl phonon qt3support sql svg webkit xmlpatterns}
Installed versions: 4.4.4-r2(08:44:04 27.06.2009)...
2 Treffer.
niniveh@gentoo64 ~ $ eix hplip
[I] net-print/hplip
Available versions: 2.8.6b ~2.8.7 ~3.9.2 ~3.9.4b ~3.9.4b-r1 {cupsddk dbus doc fax gtk minimal parport policykit ppds qt3 qt4 scanner snmp}
Installed versions: 2.8.6b(19:41:52 19.08.2008)...
niniveh@gentoo64 ~ $ eix hp-toolbox
Kein Treffer.
|
|
|
Quellcode |
1 2 3 4 5 6 |
emerge -avuND world [...] [ebuild NS ] dev-lang/python-2.6.2-r1 [2.5.4-r3] [ebuild N ] dev-python/numpy-1.3.0 [ebuild U ] app-admin/python-updater-0.7 [ebuild U ] dev-python/pygobject-2.18.0 |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
gentoo64 ~ # emerge --depclean -p
>>> These are the packages that would be unmerged:
net-libs/xulrunner
selected: 1.8.1.19
protected: none
omitted: none
dev-python/numeric
selected: 24.2-r6
protected: none
omitted: none
sys-devel/autoconf
selected: 2.13
protected: none
omitted: 2.63-r1
dev-lang/python
selected: 2.5.4-r3
protected: none
omitted: 2.6.2-r1
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
gentoo64 ~ # emerge --depclean
|
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Niniveh« (10. August 2009, 10:15)
|
|
Quellcode |
1 |
$ hp-toolbox |
|
|
Quellcode |
1 |
$ equery uses net-print/hplip-2.8.6b |
|
|
Quellcode |
1 2 |
qt3 : Enable graphical interface using Qt 3; when both qt3 and qt4 USE flags are enabled then qt4 has priority over qt3 qt4 : Enable graphical interface using Qt 4; when both qt3 and qt4 USE flags are enabled then qt4 has priority over qt3 |
|
|
Quellcode |
1 |
$ equery files net-print/hplip | grep python |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
niniveh@gentoo64 ~ $ eix hplip
[I] net-print/hplip
Available versions: 2.8.6b ~2.8.7 ~3.9.2 ~3.9.4b ~3.9.4b-r1 {cupsddk dbus doc fax gtk minimal parport policykit ppds qt3 qt4 scanner snmp}
Installed versions: 2.8.6b(19:41:52 19.08.2008)(dbus fax ppds qt3 qt4 scanner -cupsddk -doc -minimal -parport -snmp)
niniveh@gentoo64 ~ $ equery uses net-print/hplip-2.8.6b
[ Searching for packages matching net-print/hplip-2.8.6b... ]
[ Colour Code : set unset ]
[ Legend : Left column (U) - USE flags from make.conf ]
[ : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for net-print/hplip-2.8.6b ]
U I
- - cupsddk : Add support for net-print/cupsddk which enables dynamic PPD files (recommended)
+ + dbus : Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc)
- - doc : Adds extra documentation (API, Javadoc, etc)
+ + fax : Enable fax on multifunction devices which support it
- - minimal : Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features)
- - parport : Enable parallel port for devices which require it
+ + ppds : Adds support for automatically generated ppd (printing driver) files
+ + qt3 : Adds support for the Qt GUI/Application Toolkit version 3.x
+ + qt4 : Adds support for the Qt GUI/Application Toolkit version 4.x
+ + scanner : Adds support for scanner hardware (e.g. build the sane frontend in kdegraphics)
- - snmp : Adds support for the Simple Network Management Protocol if available
niniveh@gentoo64 ~ $ equery files net-print/hplip | grep python
/usr/lib64/python2.5
/usr/lib64/python2.5/site-packages
/usr/lib64/python2.5/site-packages/cupsext.la
/usr/lib64/python2.5/site-packages/cupsext.so
/usr/lib64/python2.5/site-packages/hpmudext.la
/usr/lib64/python2.5/site-packages/hpmudext.so
/usr/lib64/python2.5/site-packages/pcardext.la
/usr/lib64/python2.5/site-packages/pcardext.so
/usr/lib64/python2.5/site-packages/scanext.la
/usr/lib64/python2.5/site-packages/scanext.so
/usr/share/hplip/data/images/other/powered_by_python.png
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
gentoo64 ~ # revdep-rebuild [...] make: *** No targets specified and no makefile found. Stop. * * ERROR: dev-python/PyQt4-4.4.4-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3599: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r2/temp/environment'. * >>> Failed to emerge dev-python/PyQt4-4.4.4-r2, Log file: >>> '/var/tmp/portage/dev-python/PyQt4-4.4.4-r2/temp/build.log' * Messages for package app-emulation/virtualbox-ose-2.2.2: * Fallback PaX marking -m * /var/tmp/portage/app-emulation/virtualbox-ose-2.2.2/image//usr/lib64/virtualbox-ose/VBoxSDL * Fallback PaX marking -m * /var/tmp/portage/app-emulation/virtualbox-ose-2.2.2/image//usr/lib64/virtualbox-ose/VBoxHeadless * Fallback PaX marking -m * /var/tmp/portage/app-emulation/virtualbox-ose-2.2.2/image//usr/lib64/virtualbox-ose/VirtualBox * To launch VirtualBox just type: "VirtualBox" * You must be in the vboxusers group to use VirtualBox. * * The lastest user manual is available for download at: * http://download.virtualbox.org/virtualbox/2.2.2/UserManual.pdf * * For advanced networking setups you should emerge: * net-misc/bridge-utils and sys-apps/usermode-utilities * Messages for package app-pda/libopensync-0.22: * Building with 'debug' useflag is highly encouraged * and requiered for bug reports. * Also see http://www.opensync.org/wiki/tracing * Messages for package dev-python/PyQt4-4.4.4-r2: * * ERROR: dev-python/PyQt4-4.4.4-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3599: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r2/temp/environment'. * * GNU info directory index is up-to-date. * IMPORTANT: 2 config files in '/etc' need updating. * See the CONFIGURATION FILES section of the emerge * man page to learn how to update config files. * * revdep-rebuild failed to emerge all packages. * you have the following choices: * - If emerge failed during the build, fix the problems and re-run revdep-rebuild. * - Use /etc/portage/package.keywords to unmask a newer version of the package. * (and remove 5_order.rr to be evaluated again) * - Modify the above emerge command and run it manually. * - Compile or unmerge unsatisfied packages manually, * remove temporary files, and try again. * (you can edit package/ebuild list first) * * To remove temporary files, please run: * rm /var/cache/revdep-rebuild/*.rr * Found some broken files that weren't associated with known packages * The broken files are: * /usr/lib/qt4/plugins/designer/libpythonplugin.so gentoo64 ~ # dispatch-conf [...] |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Niniveh« (8. August 2009, 15:20)
|
|
Quellcode |
1 |
Nach dem Eintrag >dev-python/PyQt4-4.4.4-r2 in /etc/portage/package.keywords wollte emerge dennoch nur dev-python/PyQt4-4.4.4-r2 remergen und keine höhere Version akzeptieren. ?( |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Michigen« (8. August 2009, 21:09)
|
|
Quellcode |
1 2 3 4 5 6 7 |
# rm /var/cache/revdep-rebuild/*.rr # emerge --sync # emerge -1 PyQt4 # emerge -avuDN world evtl. ein # etc-update (oder alternativ dispatch-conf ) # revdep-rebuild |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
gentoo64 ~ # emerge -av1 PyQt4
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] x11-libs/qt-test-4.5.1 USE="iconv -debug -pch" 111,980 kB
[ebuild U ] dev-python/PyQt4-4.4.4-r5 [4.4.4-r2] USE="X dbus kde%* opengl svg -assistant% -debug -doc -examples -phonon% -sql% -webkit -xmlpatterns% (-qt3support%)" 0 kB
Total: 2 packages (1 upgrade, 1 new), Size of downloads: 111,980 kB
Would you like to merge these packages? [Yes/No] y
>>> Emerging (1 of 2) x11-libs/qt-test-4.5.1 [wurde installiert]
[...]
>>> Emerging (2 of 2) dev-python/PyQt4-4.4.4-r5
* PyQt-x11-gpl-4.4.4.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking PyQt-x11-gpl-4.4.4.tar.gz to /var/tmp/portage/dev-python/PyQt4-4.4.4-r5/work
>>> Source unpacked in /var/tmp/portage/dev-python/PyQt4-4.4.4-r5/work
>>> Preparing source in /var/tmp/portage/dev-python/PyQt4-4.4.4-r5/work/PyQt-x11-gpl-4.4.4 ...
* Applying configure.py.patch ... [ ok ]
* Applying PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch ... [ ok ]
* Applying fix_license_check.patch ... [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/PyQt4-4.4.4-r5/work/PyQt-x11-gpl-4.4.4 ...
python configure.py --confirm-license --bindir=/usr/bin --destdir=/usr/lib64/python2.6/site-packages --sipdir=/usr/share/sip --enable=QtCore --enable=QtNetwork --enable=QtScript --enable=QtTest --enable=QtXml --enable=QtGui --enable=QtDesigner --enable=QtOpenGL --enable=QtSvg
Traceback (most recent call last):
File "configure.py", line 43, in <module>
import sipconfig
ImportError: No module named sipconfig
*
* ERROR: dev-python/PyQt4-4.4.4-r5 failed.
* Call stack:
* ebuild.sh, line 49: Called src_configure
* environment, line 3634: Called die
* The specific snippet of code:
* ${myconf} || die "configuration failed";
* The die message:
* configuration failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r5/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r5/temp/environment'.
*
>>> Failed to emerge dev-python/PyQt4-4.4.4-r5, Log file:
>>> '/var/tmp/portage/dev-python/PyQt4-4.4.4-r5/temp/build.log'
* Messages for package x11-libs/qt-test-4.5.1:
* After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt
* and KDE styles and widgets) can no longer be loaded. In this situation you
* should recompile the packages providing these plugins. Also, make sure you
* compile the Qt packages, and the packages that depend on it, with the same
* GCC version and the same USE flag settings (especially the debug flag).
*
* Packages that typically need to be recompiled are kdelibs from KDE4, any
* additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report,
* make sure all your Qt4 packages are up-to-date and built with the same
* configuration.
*
* For more information, see http://doc.trolltech.com/4.5/plugins-howto.html
* Messages for package dev-python/PyQt4-4.4.4-r5:
*
* ERROR: dev-python/PyQt4-4.4.4-r5 failed.
* Call stack:
* ebuild.sh, line 49: Called src_configure
* environment, line 3634: Called die
* The specific snippet of code:
* ${myconf} || die "configuration failed";
* The die message:
* configuration failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r5/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/PyQt4-4.4.4-r5/temp/environment'.
*
* GNU info directory index is up-to-date.
|
Zitat
zZt ist ja die PyQt4-4.4.4-r5 Version Stable,
|
|
Quellcode |
1 2 3 4 |
gentoo64 ~ # eix PyQt4
[U] dev-python/PyQt4
Available versions: 4.4.4-r2 (~)4.4.4-r5 ~4.5.2 ~4.5.4 ~4.5.4-r1 {X assistant dbus debug doc examples kde opengl phonon qt3support sql svg webkit xmlpatterns}
Installed versions: 4.4.4-r2(08:44:04 27.06.2009)
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Niniveh« (9. August 2009, 09:46)
|
|
Quellcode |
1 2 3 |
$ eix dev-python/PyQt4
[I] dev-python/PyQt4
Available versions: 4.4.4-r2 4.4.4-r5 (~)4.5.2 (~)4.5.4 (~)4.5.4-r1
|
|
|
Quellcode |
1 |
ImportError: No module named sipconfig |
lief das sauber durch, baute "phyton-updater" einige Pakete, nun gegen python:2.6 neu? , denn hplip wurde ja anscheinend noch gegen python2.5 gebaut
Zitat
Das Ausführen von phyton-updater half jedenfalls nicht.
|
|
Quellcode |
1 2 3 |
eix -I -e -c python und eselect python list |
Zitat
Was sagen den aktuell...
|
|
Quellcode |
1 2 3 4 5 6 7 8 |
gentoo64 ~ $ eix -I -e -c python [I] dev-lang/python (2.6.2-r1(2.6)@31.07.2009): Python is an interpreted, interactive, object-oriented programming language. gentoo64 ~ $ eselect python list Available python interpreters: [1] python2.6 * gentoo64 ~ # python-updater |
|
|
Quellcode |
1 |
# python-updater --help |
|
|
Quellcode |
1 |
# python-updater -o 2.5 |
Zitat
...du hast wohl python:2.5 deinstalliert (depclean) bevor du den "python-updater" gestartet hast?
|
|
Quellcode |
1 |
Total: 15 packages (1 upgrade, 14 reinstalls) |
Datenbanken Geforce-MX-4000 Anwendungen Externe Geräte Rezepte Flohmarkttermine Forumskonventionen Lob & Kritik Kontaktanzeigen Stadtpläne Suchfunktion Neueste Mitglieder Emerge Probleme Online Preise vergleichen Tutorials,Tipps & Tricks imbisswagen Spiele Drucker Winterurlaub Andere Architekturen Arthrose Installation WLAN Probleme Linux-Onlineshop