Visualizzazione dei risultati da 1 a 5 su 5

Discussione: da .deb a .rpm

  1. #1
    Utente di HTML.it L'avatar di sevenn
    Registrato dal
    May 2004
    Messaggi
    30

    da .deb a .rpm

    Ciao a tutti...
    allora volevo installare WineX solo che pare che richieda un pacchetto: x-window-system-dev o qualcosa del genere.
    Ho cercato un po in giro e ho trovato solo dei .deb oppure ho letto di fare un "apt-get install x-window-system-dev" solo che avendo fedora 1 nn ho apt-get, così ho provato yum e up2date ma non trovano nulla (uso i server di default).
    Allora volevo convertire il .deb che avevo trovato -> http://www.freewebs.com/sevenn/x-win...g.1-1_i386.deb

    in un .rpm ... ho provato Alien senza installarlo e ho ottenuto questo:

    codice:
     [root@localhost alien]# ./alien.pl -r x-window-system-dev_4.3.0.dfsg.1-1_i386.deb
    Package build failed. Here's the log of the command (cd x-window-system-dev-4.3.0.dfsg.1; rpmbuild -bb  x-window-system-dev-4.3.0.dfsg.1-2.spec):
    Processing files: x-window-system-dev-4.3.0.dfsg.1-2
    Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
    Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/sevenn/alien/x-window-system-dev-4.3.0.dfsg.1
    error: Installed (but unpackaged) file(s) found:
       /x-window-system-dev-4.3.0.dfsg.1-2.spec
    
    RPM build errors:
        Installed (but unpackaged) file(s) found:
       /x-window-system-dev-4.3.0.dfsg.1-2.spec
    [root@localhost alien]#
    Nessuno mi fa il grandissimo favore di convertirmelo in .rpm?
    Oppure di dirmi come/dove lo posso trovare... (magari cambiando i server/liste di yum o up2date boh..)

    Grazie!

  2. #2
    x-window-system-dev è un pacchetto che ha solo debian non riusciresti ad installarlo comunque nella rpm based
    winex si trova per tutte le distro comunque su che distro la volevi installare ?

    se vuoi provare con chkinstall serve anche a questo

  3. #3
    Utente di HTML.it L'avatar di sevenn
    Registrato dal
    May 2004
    Messaggi
    30
    io volevo installarlo su fedora core 1
    e ho usato uno script per installarlo da CVS perchè in un howto avevo letto di installarlo così per emulare Steam, e anche perchè per avere i pacchetti sul sito ti devi registrare (pagando)...mi puoi spiegare bene come fare? chkinstall cos'è?

    grazie 1000!

  4. #4
    Utente di HTML.it L'avatar di sevenn
    Registrato dal
    May 2004
    Messaggi
    30
    comunque l'errore che mi da winex (durante la compilazione) da cui , cercando, ho trovato che serviva quel pacchetto x-window-system-dev è il seguente
    codice:
    Compiling ...
    
    
    
    
    --------- Error log - file /home/sevenn/temp/cvswinex/ErrorLog : ---------
    ts_xlib.c: In function `TSXOpenIM':
    ts_xlib.c:1176: error: `XIM' undeclared (first use in this function)
    ts_xlib.c:1176: error: syntax error before "r"
    ts_xlib.c:1178: error: `r' undeclared (first use in this function)
    ts_xlib.c:1178: warning: implicit declaration of function `XOpenIM'
    ts_xlib.c:1178: error: `a0' undeclared (first use in this function)
    ts_xlib.c:1178: error: `a1' undeclared (first use in this function)
    ts_xlib.c:1178: error: `a2' undeclared (first use in this function)
    ts_xlib.c:1178: error: `a3' undeclared (first use in this function)
    ts_xlib.c: At top level:
    ts_xlib.c:1183: error: syntax error before "TSXCheckIfEvent"
    ts_xlib.c:1183: error: syntax error before '*' token
    ts_xlib.c:1183: warning: type defaults to `int' in declaration of `TSXCheckIfEvent'
    ts_xlib.c:1183: error: `TSXCheckIfEvent' declared as function returning a function
    ts_xlib.c:1183: warning: type defaults to `int' in declaration of `XPointer'
    ts_xlib.c:1183: error: syntax error before "a3"
    ts_xlib.c:1186: warning: type defaults to `int' in declaration of `wine_tsx11_lock'
    ts_xlib.c:1186: error: `wine_tsx11_lock' redeclared as different kind of symbol
    ../include/ts_xlib.h:19: error: previous declaration of `wine_tsx11_lock'
    ts_xlib.c:1186: warning: data definition has no type or storage class
    ts_xlib.c:1187: warning: type defaults to `int' in declaration of `r'
    ts_xlib.c:1187: error: `r' used prior to declaration
    ts_xlib.c:1187: warning: implicit declaration of function `XCheckIfEvent'
    ts_xlib.c:1187: error: `a0' undeclared here (not in a function)
    ts_xlib.c:1187: error: `a1' undeclared here (not in a function)
    ts_xlib.c:1187: error: `a2' undeclared here (not in a function)
    ts_xlib.c:1187: error: `a3' undeclared here (not in a function)
    ts_xlib.c:1187: error: initializer element is not constant
    ts_xlib.c:1187: warning: data definition has no type or storage class
    ts_xlib.c:1188: warning: type defaults to `int' in declaration of `wine_tsx11_unlock'
    ts_xlib.c:1188: error: `wine_tsx11_unlock' redeclared as different kind of symbol
    ../include/ts_xlib.h:20: error: previous declaration of `wine_tsx11_unlock'
    ts_xlib.c:1188: warning: data definition has no type or storage class
    ts_xlib.c:1189: error: syntax error before "return"
    ts_xlib.c:1192: error: syntax error before '*' token
    ts_xlib.c:1192: error: syntax error before '*' token
    ts_xlib.c: In function `TSXSynchronize':
    ts_xlib.c:1194: error: syntax error before '*' token
    ts_xlib.c:1196: warning: implicit declaration of function `XSynchronize'
    ts_xlib.c:1196: error: `a0' undeclared (first use in this function)
    ts_xlib.c:1196: error: `a1' undeclared (first use in this function)
    ts_xlib.c:1196: warning: assignment makes pointer from integer without a cast
    ts_xlib.c: At top level:
    ts_xlib.c:1201: error: syntax error before '*' token
    ts_xlib.c:1203: error: syntax error before '*' token
    ts_xlib.c: In function `TS_XInitImageFuncPtrs':
    ts_xlib.c:1206: error: `a0' undeclared (first use in this function)
    make[1]: *** [ts_xlib.o] Error 1
    make[1]: Leaving directory `/home/sevenn/temp/cvswinex/winex/tsx11'
    make: *** [tsx11/libwine_tsx11.so] Error 2
    
    
    Error in Make

  5. #5
    con chkinstall puoi creare l'rpm dal sorgente se lo hai

    dai man chkinstall per avere tutte le opzioni

    l'errore è un po indefinito

    installa qualche -devel di fedora e tutti i tool per lo sviluppo per vedere se risolvi

    x-window.system è solo di debian anche se ce la fai a creare l'rpm scaricvando il relativo sorgente non te lo fa installare o non lo considera

    guarda se hai installabile xlib-devel o roba del genere

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.