PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : rpm spec ?! hilfe!



skike
19.09.04, 18:25
hi,

ich möchte die ms_fonts installieren und brauche dafür ein programm (oder was auch immer) welches per spec file daher kommt...
dieses soll ich per rpm -ba /filename/ entpacken ... doch ich bekomme immer nur eine nachricht das er -ba nicht kennt.

kann mir jemand helfen?

BBlack
19.09.04, 18:32
richtig das wurde aus rpm ausgegliedert, anstatt rpm musst jetzt rpmbuild als befehl verwenden!

skike
19.09.04, 18:34
aaaah super.
danke

mir fehlt nur noch ttmkfdir im usr/bin ...

// edit.
dabei hab ich folgendes problem. beim ausführen der Makefile kommt das hier


linux:/home/skike/Desktop/Site/ttmkfdir # sh Makefile
Makefile: line 1: FREETYPE_BASE: command not found
Makefile: line 1: FREETYPE_BASE: command not found
Makefile: line 3: -lttf: command not found
Makefile: line 1: FREETYPE_INCL: command not found
Makefile: line 6: -pedantic: command not found
Makefile: line 1: FREETYPE_LIB: command not found
Makefile: line 7: -s: command not found
Makefile: line 9: all:: command not found
Makefile: line 11: tar:: command not found
Makefile: line 13: ttmkfdir.tar.gz:: command not found
Makefile: line 14: -rm: command not found
tar: $^: Kann stat nicht ausführen.: Datei oder Verzeichnis nicht gefunden
tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler.
Makefile: line 17: ttmkfdir.linuxbin.glibc2:: command not found
Makefile: line 18: $@: ambiguous redirect
Makefile: line 20: ttmkfdir:: command not found
Makefile: line 1: CC: command not found
Makefile: line 1: LDFALGS: command not found
Makefile: line 1: LDFALGS: command not found
Makefile: line 21: $(LDFALGS): ambiguous redirect
Makefile: line 23: ttmkfdir.o:: command not found
Makefile: line 25: clean:: command not found
Makefile: line 26: -rm: command not found
linux:/home/skike/Desktop/Site/ttmkfdir #

skike
19.09.04, 18:50
ok mir fehlt freetype ... habe das also runtergeladen und extrahiert.
dann configure aufgerufen ... ging.
dann make aufgerufen ... hat viele src/ files erstellet .... ging.
aber bei sh Makefile bekomme ich noch fehler


Makefile: line 18: PROJECT: command not found
Makefile: line 19: PROJECT_TITLE: command not found
Makefile: line 21: USE_MODULES: command not found
Makefile: line 26: ifndef: command not found
Makefile: line 27: TOP_DIR: command not found
Makefile: line 28: endif: command not found
Makefile: line 1: TOP_DIR: command not found
Makefile: line 30: include: command not found

:confused: :confused: :confused:

// edit.
ok das problem hat sich auch erledigt nur ttmkfdir krieg ich nicht installiert.
hat jemand da hilfe für mich :(