View previous topic :: View next topic |
Author |
Message |
Vecha Tux's lil' helper
Joined: 07 Jun 2004 Posts: 80 Location: RT Germany
|
Posted: Fri Mar 02, 2007 11:47 am Post subject: webapp-config error blockt software-installationen |
|
|
Ich hab mir vor ein paar Wochen mal per Sabayon meine Kiste neu aufgesetzt und wollt heut nun mal'n bissle mit verschiedenen Web-Apps rumspielen.
MySQL, apache und php sind ja schon installiert, dann dacht ich mir, ich hau mal phpmyadmin drauf und schau dann mal was joomla so kann ...
Was mir aber gleich in die Quere kam, hat mir garnicht gefallen:
Code: | >>> Emerging (1 of 1) dev-db/phpmyadmin-2.10.0.1 to /
* phpMyAdmin-2.10.0.1-all-languages-utf-8-only.tar.bz2 MD5 ;-) ... [ ok ]
* phpMyAdmin-2.10.0.1-all-languages-utf-8-only.tar.bz2 RMD160 ;-) ... [ ok ]
* phpMyAdmin-2.10.0.1-all-languages-utf-8-only.tar.bz2 SHA1 ;-) ... [ ok ]
* phpMyAdmin-2.10.0.1-all-languages-utf-8-only.tar.bz2 SHA256 ;-) ... [ ok ]
* phpMyAdmin-2.10.0.1-all-languages-utf-8-only.tar.bz2 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking phpMyAdmin-2.10.0.1-all-languages-utf-8-only.tar.bz2 ;-) ... [ ok ]
* Fatal error:
* Fatal error: There is a problem with your configuration file.
* Fatal error: webapp-config tried to read the variable "config_protect"
* Fatal error: and received the following error:
* Fatal error:
* Fatal error: Bad value substitution:
* Fatal error: section: [USER]
* Fatal error: option : config_protect
* Fatal error: key : nxdir
* Fatal error: rawval : /etc ${NXDIR}/home /etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/share/config/kdm/ /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
* Fatal error:
* Fatal error: Please note that webapp-config is not written in bash anymore
* Fatal error: and that you cannot use the bash scripting features.
* Fatal error(s) - aborting
!!! ERROR: dev-db/phpmyadmin-2.10.0.1 failed.
Call stack:
ebuild.sh, line 1630: Called dyn_setup
ebuild.sh, line 702: Called qa_call 'pkg_setup'
ebuild.sh, line 38: Called pkg_setup
phpmyadmin-2.10.0.1.ebuild, line 21: Called webapp_pkg_setup
webapp.eclass, line 364: Called webapp_read_config
webapp.eclass, line 54: Called die
!!! Could not read settings from webapp-config!
!!! 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-db/phpmyadmin-2.10.0.1/temp/build.log'. |
Bei joomla, phpbb und so kommt überall das gleiche ..
Bin echt aufgeschmissen jetzt, weil von den web-apps garnix geht (^__^)"
edit:
Hab schon die Info gefunden, dass das Problem wohl was mit deamontools-scripts oder so zu tun hat
-- gibt aber nix mit deamontools was auf dem Rechner installiert wär
Auch, dass man den Fehler ganz leicht beheben könnt wenn man die "CONFIG_PROTECT="-Zeile in /etc/env.d/50nxpaths löscht, oder ${NXDIR} aus der "CONFIG_PROTECT="-Zeile in /etc/profile.env rausschmeisst
-- funktioniert alles net
edit2nd:
Hab Bug-Reports bei bugs.gentoo.org gefunden: 167343 bzw 153100 befasst sich auch mit dem Problem
-- bringt mich allerdings alles net weiter
.. |
|
Back to top |
|
|
smg Veteran
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Fri Mar 02, 2007 11:52 am Post subject: |
|
|
Quote: | * Fatal error: Please note that webapp-config is not written in bash anymore
* Fatal error: and that you cannot use the bash scripting features.
* Fatal error(s) - aborting |
das ist wohl das problem, mach halt alles per hand, zwar scheisse aber geht ja _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|
Back to top |
|
|
Vecha Tux's lil' helper
Joined: 07 Jun 2004 Posts: 80 Location: RT Germany
|
Posted: Fri Mar 02, 2007 11:54 am Post subject: |
|
|
Weia .. ^^"
Ich bin nooob xD
Wie mach ich das?
- Also den Kram installiern ohne das webapp dazwischenfunkt
Code: | webapp-config -I phpmyadmin 2.10.0.1
* Fatal error:
* Fatal error: There is a problem with your configuration file.
* Fatal error: webapp-config tried to read the variable "config_protect"
* Fatal error: and received the following error:
* Fatal error:
* Fatal error: Bad value substitution:
* Fatal error: section: [USER]
* Fatal error: option : config_protect
* Fatal error: key : nxdir
* Fatal error: rawval : /etc ${NXDIR}/home /etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/share/config/kdm/ /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
* Fatal error:
* Fatal error: Please note that webapp-config is not written in bash anymore
* Fatal error: and that you cannot use the bash scripting features.
* Fatal error(s) - aborting
| Mit dem webapp-config Dingens geht ja au net mehr ..
Was will der denn noch? óÒ |
|
Back to top |
|
|
Carlo Developer
Joined: 12 Aug 2002 Posts: 3356
|
Posted: Fri Mar 02, 2007 1:17 pm Post subject: |
|
|
Du hast eine NX Komponente installiert, die ${NXDIR} in /etc/env.d/<foo> platziert, anstatt den Pfad hart zu kodieren - oder deine lokale /etc/make.conf derart modifiziert. webapp-config goutiert das offensichtlich nicht. Sollte das kein lokales Problem sein, ist es einen Bug Report bezüglich des NX Ebuilds wert. _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs. |
|
Back to top |
|
|
Vecha Tux's lil' helper
Joined: 07 Jun 2004 Posts: 80 Location: RT Germany
|
Posted: Fri Mar 02, 2007 1:23 pm Post subject: |
|
|
Also wenn ich alles unmerge was mit nx zu tun hat (also nxserver, nxclient und so) könnts gehn? óÒ
-- Nö, wär ja au zu einfach gewesen xD
Des ${NXDIR} steht in allen möglichen Files .. |
|
Back to top |
|
|
Carlo Developer
Joined: 12 Aug 2002 Posts: 3356
|
Posted: Fri Mar 02, 2007 2:12 pm Post subject: |
|
|
Nur weil du Ebuilds deinstallierst, ändert dies nicht deine Umgebungsvariablen.
env-update && source /etc/profile _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs. |
|
Back to top |
|
|
Vecha Tux's lil' helper
Joined: 07 Jun 2004 Posts: 80 Location: RT Germany
|
Posted: Fri Mar 02, 2007 2:27 pm Post subject: |
|
|
Schon klar ^_^
Aber env-update hat an der Situation nix geändert.
Auch nicht nachdem ich nochmal env-update mit '&& source /etc/profile' gemacht hab.
Kümmert den alles garnet :/ |
|
Back to top |
|
|
Vecha Tux's lil' helper
Joined: 07 Jun 2004 Posts: 80 Location: RT Germany
|
Posted: Wed Apr 25, 2007 5:32 pm Post subject: |
|
|
Okee, ich weiß net was des war, jedenfalls hat's sich nu mit ner neuen mysql und phpmyadmin-version erledigt oO |
|
Back to top |
|
|
|