Skocz do zawartości

[Fedora 16] Kompilacja Pidgin 2.10.1


Krystian Kiermasz

Rekomendowane odpowiedzi

Witam.

 

Nie chce tworzyc nowego tematu dlatego dopisuje sie tutaj. Mam Fedore 16 na Gnome3 od 2 dni (czyli swieza instalacja) i chcialbym zainstalowac Pidgin 2.10.1.

 

Pakiety potrzebne do kompilacji mam juz zainstalowane. Problem pojawil sie u mnie juz na samym poczatku próby kompilacji Pidgina gdyz brakowalo dosc sporej ilosci pakietów (mam tylko nadzieje ze nic przez to nie przekombinowalem, jestem swiezym uzytkownikiem tej wersji linuxa).

 

Ogólnie brakowalo:

- GTK +3.2.2

- ATK

- PANGO

- CAIRO

- CAIRO-GOBJECT

- GDK PIXBUF

- GLIB 2.30.2

 

Poradzilem sobie (mam nadzieje ze nic nie namieszalem) ze wszystkim oprócz GTK+.

Przy poleceniu make pojawia mi sie

[root@fedora gtk+-3.2.2]# make
make  all-recursive
make[1]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2'
Making all in po
make[2]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/po'
Making all in po-properties
make[2]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/po-properties'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/po-properties'
Making all in gdk
make[2]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
 GEN    gdkconfig.h
make  all-recursive
make[3]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
Making all in x11
make[4]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk/x11'
 CC     gdkdevice-xi.lo
In file included from gdkdevice-xi.c:24:0:
gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory
compilation terminated.
make[4]: *** [gdkdevice-xi.lo] Error 1
make[4]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk/x11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2'
make: *** [all] Error 2
[root@fedora gtk+-3.2.2]# make
make  all-recursive
make[1]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2'
Making all in po
make[2]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/po'
Making all in po-properties
make[2]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/po-properties'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/po-properties'
Making all in gdk
make[2]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
 GEN    gdkconfig.h
make  all-recursive
make[3]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
Making all in x11
make[4]: Entering directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk/x11'
 CC     gdkdevice-xi.lo
In file included from gdkdevice-xi.c:24:0:
gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory
compilation terminated.
make[4]: *** [gdkdevice-xi.lo] Error 1
make[4]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk/x11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/krystian/Pobrane/gtk+-3.2.2'
make: *** [all] Error 2

 

Szukalem informacji w internecie, ale nie moge sie doszukac. Czy w ogóle instalacja tego pakietu nie namiesza w systemie?

 

Przedstawie jeszcze wynik polecenia ./configure

[root@fedora gtk+-3.2.2]# ./configure --prefix /opt/gtk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking whether make sets $(MAKE)... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for native Win32... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm - interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... no
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking dependency style of gcc -std=gnu99... gcc3
checking for nm... /usr/bin/nm -B
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... yes
checking for CAIRO_BACKEND... yes
checking Whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for indent... no
checking for lstat... yes
checking for mkstemp... yes
checking for flockfile... yes
checking for getc_unlocked... yes
checking for localtime_r... yes
checking for _NL_TIME_FIRST_WEEKDAY... yes
checking for _NL_MEASUREMENT_MEASUREMENT... yes
checking for _NL_PAPER_HEIGHT... yes
checking for _NL_PAPER_WIDTH... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  af am ang ar as ast az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kg kk kn ko ku lg li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@ije sr@latin sv ta te th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for HP-UX... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.29.14... yes (version 2.30.1)
checking for bind_textdomain_codeset... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ftw.h usability... yes
checking ftw.h presence... yes
checking for ftw.h... yes
checking for GNU ftw extensions... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for mallinfo... yes
checking for getresuid... yes
checking for uid_t in sys/types.h... yes
checking for uxtheme.h... no
checking for round in -lm... yes
checking for rint in -lm... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking whether to build dynamic modules... yes
checking whether dynamic modules work... yes
checking immodules to build... 
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource
checking for XOpenDisplay... yes
checking for XextFindDisplay... yes
checking if <X11/extensions/XIproto.h> is needed for xReply... no
checking for XConvertCase... yes
checking for XInternAtoms... yes
checking for XAddConnectionWatch... yes
checking for XkbQueryExtension... yes
checking for XShapeCombineMask... yes
checking for XSyncQueryExtension... yes
checking for X11/extensions/sync.h... yes
checking for Xinerama packages... no
checking for XineramaQueryExtension in -lXinerama... no
checking for XGetEventData... yes
checking Pango flags... -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
checking ATK flags... -pthread -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -latk-1.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for struct sockaddr_un.sun_len... no
checking for cups-config... no
checking libpapi... checking for papiServiceCreate in -lpapi... no
checking cairo-pdf.h usability... yes
checking cairo-pdf.h presence... yes
checking for cairo-pdf.h... yes
checking cairo-ps.h usability... yes
checking cairo-ps.h presence... yes
checking for cairo-ps.h... yes
checking cairo-svg.h usability... yes
checking cairo-svg.h presence... yes
checking for cairo-svg.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for gobject-introspection... no
checking whether to use PackageKit... yes
checking whether to use colord... yes
checking for COLORD... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for db2html... false
checking for -Bsymbolic-functions linker flag... yes
configure: creating ./config.status
config.status: creating config.h.win32
config.status: creating gtk-zip.sh
config.status: creating Makefile
config.status: creating gdk-3.0.pc
config.status: creating gtk+-3.0.pc
config.status: creating gtk+-unix-print-3.0.pc
config.status: creating gail-3.0.pc
config.status: creating gtk+-3.0-uninstalled.pc
config.status: creating gail-3.0-uninstalled.pc
config.status: creating m4macros/Makefile
config.status: creating po/Makefile.in
config.status: creating po-properties/Makefile.in
config.status: creating demos/Makefile
config.status: creating demos/gtk-demo/Makefile
config.status: creating demos/gtk-demo/geninclude.pl
config.status: creating demos/pixbuf-demo/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating tests/a11y/Makefile
config.status: creating tests/css/Makefile
config.status: creating tests/css/parser/Makefile
config.status: creating tests/reftests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/gdk/Makefile
config.status: creating docs/reference/gdk/version.xml
config.status: creating docs/reference/gtk/Makefile
config.status: creating docs/reference/gtk/version.xml
config.status: creating docs/reference/libgail-util/Makefile
config.status: creating docs/reference/libgail-util/version.xml
config.status: creating docs/tools/Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs10/Makefile
config.status: creating gdk/Makefile
config.status: creating gdk/broadway/Makefile
config.status: creating gdk/x11/Makefile
config.status: creating gdk/win32/Makefile
config.status: creating gdk/win32/rc/Makefile
config.status: creating gdk/win32/rc/gdk.rc
config.status: creating gdk/quartz/Makefile
config.status: creating gdk/wayland/Makefile
config.status: creating gdk/tests/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk/makefile.msc
config.status: creating gtk/gtkversion.h
config.status: creating gtk/gtk-win32.rc
config.status: creating gtk/a11y/Makefile
config.status: creating gtk/tests/Makefile
config.status: creating libgail-util/Makefile
config.status: creating modules/Makefile
config.status: creating modules/engines/Makefile
config.status: creating modules/engines/pixbuf/Makefile
config.status: creating modules/engines/ms-windows/Makefile
config.status: creating modules/engines/ms-windows/Theme/Makefile
config.status: creating modules/engines/ms-windows/Theme/gtk-3.0/Makefile
config.status: creating modules/input/Makefile
config.status: creating modules/printbackends/Makefile
config.status: creating modules/printbackends/cups/Makefile
config.status: creating modules/printbackends/lpr/Makefile
config.status: creating modules/printbackends/file/Makefile
config.status: creating modules/printbackends/papi/Makefile
config.status: creating modules/printbackends/test/Makefile
config.status: creating perf/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po-properties commands
config.status: executing gdk/gdkconfig.h commands
config.status: gdk/gdkconfig.h is unchanged

       GTK+ 3.2.2
       ===========

       GDK backends:         x11
       X11 extensions:       XKB
       Print backends:       file lpr
       Dynamic modules:      yes
       Included immodules:   none
       PackageKit support:   yes
       colord support:       no
       Introspection:        no
       Debugging:            minimum
       Documentation:        no

 

Bardzo prosze moderatora/administratora o pomoc!

Nie rozumiem punktu regulaminu jesli wklejasz wiecej niz 15 linijek kodu, uzywaj znacznika <i>codebox</i> zamiast <i>code</i> tzn. nie umiem zastosowac.

Wiem ze tak jak to teraz zrobilem wyglada zle - i za to przepraszam. Znam tylko polecenie

 na wstawianie kodu, na poprzednim forum innej dystrybucji linuxa to dzialalo. Okienko bylo o wiele mniejsze z opcja przewijania z boku.
Odnośnik do komentarza
Udostępnij na innych stronach

W sumie szkoda Twojego czasu, ale jak bardzo chcesz to zwróc uwage na linie gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory, która mówi o brakujacym pliku naglówkowym. Pliki naglówkowe znajduja sie w pakietach -devel i mozesz latwo zlokalizowac brakujacy pakiet uzywajac yuma. Wystarczy yum provides XInput.h (albo moze yum whatprovides XInput.h) i w rezultacie powinienes dostac nazwe brakujacego pakietu.

Odnośnik do komentarza
Udostępnij na innych stronach

[code[root@fedora ~]# yum provides XInput.h
Loaded plugins: langpacks, presto, refresh-packagekit
No Matches found
[root@fedora ~]# yum whatprovides XInput.h
Loaded plugins: langpacks, presto, refresh-packagekit
No Matches found
[root@fedora ~]#
][/code]

 

Rozumiem Cie, i przyznaje ze masz bardzo duzo racji.W tym momencie nie zalezy mi tak bardzo na samym programie (gdzie dobrze wiem ze ta aktualizacja jest "smieszna" i nic nie wniesie)a bardziej chodzi mi o zainstalowanie a raczej aktualizacje biblioteki GTK+. Czytalem ze nie tylko jest potrzebna do tego konkretnego programu, ale w przyszlosci przyda sie do kompilacji równiez innych. Nie ukrywam ze bardzo lubie prosta instalacje z poziomu gotowych pakietów, jednak raz na jakis czas odswiezam sobie sposób recznej kompilacji, która w niektórych przypadkach aktualizacji badz instalacji wydaje sie nieoceniona.

 

Twoja pomoc okazala sie nieoceniona!! wpisalem w google yum provides XInput.h i znalazlem informacje iz powinienem wykonac sudo yum install libXi-devel. Kompilacja przebiegla bez bledów, ale...no wlasnie, przy próbie ./configure (Pingin) wyskakuje

configure: error: 

You must have GTK+ 2.10.0 or newer development headers installed to compile
Pidgin.  If you want to build only Finch then specify --disable-gtkui when
running configure.

To ja juz nic nie rozumiem.

Odnośnik do komentarza
Udostępnij na innych stronach

Pidgin nie zostal jeszcze przeportowany na GTK+ 3 i wciaz trzeba go kompilowac z biblioteka GTK+ 2, czyli potrzebujesz develi dla starego GTK+.

Myslalem, ze provides dziala jak pkgfile w Archu, ale moze szuka wylacznie po bibliotekach (*.so).

 

EDIT: Poza tym to jak moze przejsc kompilacja bez ./configure? Kolejnosc wykonywania to: ./configure (moze byc z prefiksem, zeby nie robic smietnika na systemie), potem make i na koncu make install.

EDIT2: teoretycznie provides powinno dzialac tak jak napisalem, ale moze wielkie litery mu zaszkodzily. Moze yum provides xinput.h zwrócilby libXi-devel.

Odnośnik do komentarza
Udostępnij na innych stronach

Faktycznie wlasnie zobaczylem ze potrzeba mi pakietu libgtk2.0-devktórego o dziwo nie moze znalezc yum, ani graficzny program wynajdywania pakietów. Mówiac ze udala sie kompilacja biblioteki mialem oczywiscie na mysli ./configure, make oraz make install. Chociaz ja zawsze po ./configure wykonuje make check zawsze aby niepotrzebnie smietnika nie robic, a prefiks na opt leci.

 

Nigdy bym nie zgadl ze instalacja komunikatora moze byc taka czasochlonna. Udalo mi sie zainstalowac owy pakiet i zadowolony wykonuje ./configure a tu kolejny blad.

XScreenSaver extension development headers not found.
Use --disable-screensaver if you do not need XScreenSaver extension support,
this is required for detecting idle time by mouse and keyboard usage.

Odnośnik do komentarza
Udostępnij na innych stronach

Teraz robie z tym poradnikiem:

http://www.baudys.de/blog/2008/08/02/pidgin-243-unter-debian-etch-kompilieren/

Wiem, ze to inna wersja linuxa, duzo pakietów sie róznilo, ale sa wspólne czesci. Obecnie utknalem nad libperl-devpo bledzie

configure: error: 
Perl development headers not found.
Use --disable-perl if you do not need Perl scripting support.

 

No i jest polowiczny sukces !! Polecenie ./configure przeszlo bez problemów i bledów, jednak make wyrzuca

/usr/bin/ld: gtkimhtmltoolbar.o: undefined reference to symbol 'sqrt@@GLIBC_2.0'
/usr/bin/ld: note: 'sqrt@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [pidgin] Error 1
make[3]: Leaving directory `/home/krystian/Pobrane/pidgin-2.10.1/pidgin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/krystian/Pobrane/pidgin-2.10.1/pidgin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/krystian/Pobrane/pidgin-2.10.1'
make: *** [all] Error 2

 

Póki co poszlo make clean oraz make distclean, dzis juz za pózno i tak 8h instaluje komunikator - jutro pora wrócic do tego:)

Odnośnik do komentarza
Udostępnij na innych stronach

Nie korzystaj z poradnika dla Debiana, bo z tego w Fedorze zaden pozytek.

Skorzystaj z rady thofa, sciagnij *.src.rpm i zwyczajnie przebuduj zgodnie z poradnikiem na naszej wiki.

Podpowiem, ze kompilacja idzie ok, jesli zainstaluje sie odpowiednie *-devel. Ponizej instrukcja "copy-paste" (zakladajac, ze zbudowales strukture katalogów do budowy RPM zgodnie z wiki)

yum install cyrus-sasl-devel nss-devel tcl-devel tk-devel gtkspell-devel \
evolution-data-server-devel libsilc-devel gstreamer-devel \
NetworkManager-glib-devel avahi-glib-devel meanwhile-devel \
perl-devel perl\(ExtUtils\:\:Embed\) farsight2-devel
# to zainstaluje wszystkie potrzebne devele
rpmbuild --rebuild SRPMS/pidgin-2.10.1-1.fc16.src.rpm
#powyzsze polecenie zbuduje pidgina i wszelkie "oficjalne" wtyczki

Paczka sie zbudowala, ale nie wiem czy i jak dziala. To w koncu wersja z koji, wiec nie musi byc stabilna (chociaz zapewne jest OK).

 

[EDIT]

IMHO to sztuka dla sztuki, bo - nie dam glowy ale tak mysle - za jakis tydzien nowa wersja pojawi sie w standardowych aktualizacjach ;)

Edytowane przez WalDo
Odnośnik do komentarza
Udostępnij na innych stronach

Paczka już jest w aktualizacjach. Tak na przyszłość, jeśli chcesz kompilować nową wersję, której na koji jeszcze nie ma, to potrzebne pakiety najprościej jest zainstalować tak:

su
yumdownloader --source pidgin
yum-builddep pidgin-2.10.1-1.fc16.src.rpm #pobrany src.rpm 

Yumdownloader można używać jako zwykły użytkownik, ale za każdym razem będzie on pobierał listę plików, więc jako root jest trochę szybciej.

Odnośnik do komentarza
Udostępnij na innych stronach

Faktycznie Pidgin pojawił się w aktualizacjach i mam już wersję 2.10.1. Chciałbym wszystkim bardzo podziękować za pomoc - mimo że wiedzieliście iż to bardziej sztuka dla sztuki to jednak pomogliście. Właśnie tak powinna wyglądać prawdziwa społeczność linuxa. Między innymi właśnie dlatego po roku używania innej wersji byłem "zmuszony" poszukać czegoś innego. Bardzo się cieszę że odkryłem Fedorę i już widzę iż zostanę z nią na długo.

 

Pozdrawiam serdecznie,

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...