| View previous topic :: View next topic |
| Author |
Message |
highfve n00b

Joined: 12 Jun 2012 Posts: 11
|
Posted: Mon Aug 06, 2012 8:04 am Post subject: mysql 5.1.62 Error [Gelöst] |
|
|
Hallo,
ich möchte Mysql installieren das mache ich mit emerge mysql.
nach einer Weile bricht die Installation ab und zeigt mir..
| Code: | make: *** [all-recursive] Error 1
* ERROR: dev-db/mysql-5.1.62-r1 failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-db/mysql-5.1.62-r1'`,
* the complete build log and the output of `emerge -pqv '=dev-db/mysql-5.1.62-r1'`.
* The complete build log is located at '/var/tmp/portage/dev-db/mysql-5.1.62-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-5.1.62-r1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-db/mysql-5.1.62-r1/work/mysql'
* S: '/var/tmp/portage/dev-db/mysql-5.1.62-r1/work/mysql'
|
wie kann ich mysql jetzt doch installieren?
Grüße
Last edited by highfve on Tue Aug 07, 2012 8:51 am; edited 1 time in total |
|
| Back to top |
|
 |
Hollowman Guru

Joined: 19 Apr 2007 Posts: 584
|
Posted: Mon Aug 06, 2012 9:03 am Post subject: |
|
|
Hi
Poste mal ein paar Zeilen über dem make: *** mehr, dann sieht man auch wo der Fehler liegt und kann dir helfen.
Oder lad gleich die Datei /var/tmp/portage/dev-db/mysql-5.1.62-r1/temp/build.log bei pastebin hoch.
Sebastian |
|
| Back to top |
|
 |
highfve n00b

Joined: 12 Jun 2012 Posts: 11
|
|
| Back to top |
|
 |
Gladdle Apprentice


Joined: 27 Jul 2008 Posts: 172 Location: Bietigheim- Bissingen
|
Posted: Mon Aug 06, 2012 10:04 am Post subject: |
|
|
Ein Modul von yacc ist kaputt (../ylwrap: line 111: -d: command not found). Versuche entweder ein | Quote: | | emerge --oneshot yacc | oder ein _________________ Meine Gentoo Linux Konfiguration: Notebook (ACER Aspire 9920G) |
|
| Back to top |
|
 |
highfve n00b

Joined: 12 Jun 2012 Posts: 11
|
Posted: Mon Aug 06, 2012 11:32 am Post subject: |
|
|
| Gladdle wrote: | Ein Modul von yacc ist kaputt (../ylwrap: line 111: -d: command not found). Versuche entweder ein | Quote: | | emerge --oneshot yacc | oder ein |
beides hat nichts genützt bricht immer noch ab und auch mit der selben nachricht |
|
| Back to top |
|
 |
franzf Advocate


Joined: 29 Mar 2005 Posts: 3562 Location: Irgendwo im Nirgendwo
|
Posted: Tue Aug 07, 2012 7:34 am Post subject: |
|
|
yacc == virtual/yacc und bringt erstmal gar nichts.
Schau ob dev-util/yacc oder sys-devel/bison installist ist und baue das entsprechende neu.
Auch ein rebuild von sys-devel/flex wird nicht schaden. _________________ "der mac dennoch wesen geil"
Wolfram von Eschenbach, Parzival (Buch 1, Z. 7).
Ein frühes Statement gegen Windows.
My overlay |
|
| Back to top |
|
 |
highfve n00b

Joined: 12 Jun 2012 Posts: 11
|
Posted: Tue Aug 07, 2012 8:50 am Post subject: |
|
|
| franzf wrote: | yacc == virtual/yacc und bringt erstmal gar nichts.
Schau ob dev-util/yacc oder sys-devel/bison installist ist und baue das entsprechende neu.
Auch ein rebuild von sys-devel/flex wird nicht schaden. |
Super! Hat funktioniert Lag Wahrscheinlich an Bison.
Danke für die Hilfe.. |
|
| Back to top |
|
 |
|