[Ubuntu] Klibido wil niet echt...

Pagina: 1
Acties:
  • 165 views sinds 30-01-2008
  • Reageer

Onderwerpen


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Dear GoT,

Ik was zojuist bezig met de installatie van Klibido op mijn Ubuntu 5.0.1 Hoary bak.

Als eerste probeerde ik het natuurlijk via apt-get install klibido toen kwam ik erachter dat Klibido niet eens in de huidige repository zit.

Ten tweede heb ik een rpm install proberen te doen via alien. Dit werkte gedeeltelijk maar ik krijg Klibido niet opgestart in de KDE.

Ten derde op de site gezocht van Klibido en toen kwam ik dit stukje tegen :
http://klibido.sourceforge.net/#_download


Ubuntu Linux: The Debian package doesn't work on Ubuntu. However, after adding the deb-src to sources.list, it can easily be rebuilded on Ubuntu:

apt-get install apt-build
apt-build build-source klibido
cd /var/cache/apt-build/repository
dpkg --install klibido_0.2.2.2-1_i386.deb

Thanks to Gael Beaudoin for providing these steps.
Dus ik aan de slag :

Als eerste heb ik de comments (#'jes) voor de deb-src repository's weggehaald zodat die gebruikt kunnen worden sources.list ziet er dus na installatie van apt-build zo uit :

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
deb http://archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu hoary-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu hoary universe multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary universe multiverse

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://security.ubuntu.com/ubuntu hoary-security universe multiverse
deb-src http://security.ubuntu.com/ubuntu hoary-security universe multiverse

deb http://www.debian.nl/ubuntu/ hoary main universe multiverse restricted


Nu bij de tweede stap gaat het alweer mis :
root@Pringle:~ # apt-build build-source klibido
E: Unable to find a source package for klibido
Some error occured building package
Nu mijn vraag heeft iemand hier Klibido onder Ubuntu kunnen installeren/draaien en zoja hoe ?

Amen...

Acties:
  • 0 Henk 'm!

  • Seth4Chaos
  • Registratie: Maart 2001
  • Niet online

Seth4Chaos

that's me...

nadat je de " comments (#'jes)" heb weggehaald heb je uiteraard wel even "apt-get update" gedraaid?

Mistakes are proof that you are trying...


Acties:
  • 0 Henk 'm!

  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

code:
1
apt-get update && apt-build build-source klibido
zal wel werken denk ik ;)
atm is je machine niet op de hoogte van de files op die deb-src mirror, dat los je met apt-get update op :)

God, root, what is difference? | Talga Vassternich | IBM zuigt


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Ik had al een update gedaan en het helpt dus helemaal niets nog iemand ?

Acties:
  • 0 Henk 'm!

  • Nakebod
  • Registratie: Oktober 2000
  • Laatst online: 19:09

Nakebod

Nope.

Toen ik hier Kubuntu had draaien, had ik klibido ook via apt-get geprobeerd.
Hij was gewoon geinstalleerd, alleen verder dan een splash screen kwam ik niet :P

Probeer eens een:
code:
1
apt-cache search klibido

Misschien staat ie onder een iets andere naam?
Of, als je update doet, zie je geen 404 error van die mirror tussendoor? Zou namelijk wel verklaren waarom hij niets vinden kan, als ie niet up2date is.

Ey Nerull, jij hier? :P

Blog | PVOutput Zonnig Beuningen


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Met apt-get update :
root@Pringle:/ # apt-get update
Ign file: apt-build Release.gpg
Get:1 file: apt-build Release [89B]
Ign file: apt-build/main Packages
Get:2 http://www.debian.nl hoary Release.gpg [189B]
Hit http://www.debian.nl hoary Release
Get:3 http://security.ubuntu.com hoary-security Release.gpg [189B]
Hit http://www.debian.nl hoary/main Packages
Get:4 http://archive.ubuntu.com hoary Release.gpg [189B]
Get:5 http://archive.ubuntu.com hoary-updates Release.gpg [189B]
Get:6 http://security.ubuntu.com hoary-security Release [16.9kB]
Hit http://www.debian.nl hoary/universe Packages
Hit http://www.debian.nl hoary/multiverse Packages
Hit http://archive.ubuntu.com hoary Release
Hit http://www.debian.nl hoary/restricted Packages
Get:7 http://archive.ubuntu.com hoary-updates Release [16.8kB]
Hit http://security.ubuntu.com hoary-security/main Packages
Hit http://archive.ubuntu.com hoary/main Packages
Hit http://archive.ubuntu.com hoary/restricted Packages
Hit http://archive.ubuntu.com hoary/main Sources
Hit http://archive.ubuntu.com hoary/restricted Sources
Hit http://archive.ubuntu.com hoary/universe Packages
Hit http://archive.ubuntu.com hoary/multiverse Packages
Hit http://archive.ubuntu.com hoary/universe Sources
Hit http://archive.ubuntu.com hoary/multiverse Sources
Hit http://security.ubuntu.com hoary-security/restricted Packages
Hit http://security.ubuntu.com hoary-security/main Sources
Hit http://security.ubuntu.com hoary-security/restricted Sources
Hit http://security.ubuntu.com hoary-security/universe Packages
Hit http://security.ubuntu.com hoary-security/multiverse Packages
Hit http://security.ubuntu.com hoary-security/universe Sources
Hit http://security.ubuntu.com hoary-security/multiverse Sources
Hit http://archive.ubuntu.com hoary-updates/main Packages
Hit http://archive.ubuntu.com hoary-updates/restricted Packages
Hit http://archive.ubuntu.com hoary-updates/main Sources
Hit http://archive.ubuntu.com hoary-updates/restricted Sources
Fetched 34.2kB in 3s (8822B/s)
Reading package lists... Done
root@Pringle:/ #
Geen foutmelding dus met apt-search idem ook niets te vinden.

offtopic:
Ja nake ik hier :P

Acties:
  • 0 Henk 'm!

  • tomato
  • Registratie: November 1999
  • Niet online
Het gaat natuurlijk niet om de deb-src van de repositories die je toch al in je sources.list had staan (want daar zat klibido niet in), maar om de repository die op de klibido homepage vermeld wordt:
code:
1
2
deb http://orniere-du-globe.net/debian ./
deb-src http://orniere-du-globe.net/debian ./

(Onbekende repositories voeg je altijd op eigen risico toe, maar dat lijkt me logisch.)

Voeg dit dus toe aan je sources.list, doe dan een update, en voer dan de apt-build instructies uit.

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Hij is al sins 12:45 aan het compileren het volgende is in die tijd verschenen :
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... no
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking whether the gcc 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
g++.real: ": No such file or directory
g++.real: ": No such file or directory
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... no
checking if g++ supports -c -o file.o... no
checking if we can lock with hard links... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
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 for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking if res_init is available... yes
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/X11R6/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/share/qt3/lib, headers /usr/share/qt3/include using -mt
checking for moc... /usr/share/qt3/bin/moc
checking for uic... /usr/share/qt3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... no
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for kde-config... /usr/bin/kde-config
checking for meinproc... /usr/bin/meinproc
checking for xmllint... /usr/bin/xmllint
checking whether byte ordering is bigendian... no
checking for MAXPATHLEN... 4096
4096
checking for db.h... no
configure: no Berkeley DB version 4 or higher found
checking uudeview.h usability... no
checking uudeview.h presence... yes
configure: WARNING: uudeview.h: present but cannot be compiled
configure: WARNING: uudeview.h: check for missing prerequisite headers?
configure: WARNING: uudeview.h: see the Autoconf documentation
configure: WARNING: uudeview.h: section "Present But Cannot Be Compiled"
configure: WARNING: uudeview.h: proceeding with the preprocessor's result
configure: WARNING: uudeview.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for uudeview.h... yes
checking if doc should be compiled... yes
checking if po should be compiled... yes
checking if src should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating doc/Makefile
fast creating doc/en/Makefile
fast creating po/Makefile
fast creating src/Makefile
config.pl: fast created 5 file(s).
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory `/var/cache/apt-build/build/klibido-0.2.3'
/usr/bin/make all-recursive
make[2]: Entering directory `/var/cache/apt-build/build/klibido-0.2.3'
Making all in doc
make[3]: Entering directory `/var/cache/apt-build/build/klibido-0.2.3/doc'
Making all in .
make[4]: Entering directory `/var/cache/apt-build/build/klibido-0.2.3/doc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/cache/apt-build/build/klibido-0.2.3/doc'
Making all in en
make[4]: Entering directory `/var/cache/apt-build/build/klibido-0.2.3/doc/en'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[4]: Leaving directory `/var/cache/apt-build/build/klibido-0.2.3/doc/en'
make[3]: Leaving directory `/var/cache/apt-build/build/klibido-0.2.3/doc'
Making all in po
make[3]: Entering directory `/var/cache/apt-build/build/klibido-0.2.3/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/cache/apt-build/build/klibido-0.2.3/po'
Making all in src
make[3]: Entering directory `/var/cache/apt-build/build/klibido-0.2.3/src'
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o groupWidget.h ./groupWidget.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o serversWidget.h ./serversWidget.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o NewsGroupForm.h ./NewsGroupForm.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o qmgrform.h ./qmgrform.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o serverdlg.h ./serverdlg.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o prefgenerallayout.h ./prefgenerallayout.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o progressdlg.h ./progressdlg.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o prefdecodelauyout.h ./prefdecodelauyout.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o downloadselectdlg.h ./downloadselectdlg.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o catmandlg.h ./catmandlg.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o prefviewlayout.h ./prefviewlayout.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o prefheaderlayout.h ./prefheaderlayout.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o updoptdlg.h ./updoptdlg.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o addformdlg.h ./addformdlg.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o nzbformdlg.h ./nzbformdlg.ui
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I/usr/include/db4 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
g++.real: cannot specify -o with -c or -S and multiple compilations
/usr/share/qt3/bin/moc ./klibido.h -o klibido.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I/usr/include/db4 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT klibido.o -MD -MP -MF ".deps/klibido.Tpo" -c -o klibido.o klibido.cpp; \
then mv -f ".deps/klibido.Tpo" ".deps/klibido.Po"; else rm -f ".deps/klibido.Tpo"; exit 1; fi
g++.real: cannot specify -o with -c or -S and multiple compilations
Het systeem is een Compaq EN p3 500 MHZ 64 MB RAM, Maar is het normaal dat het compileren zolang duurt ? De load ligt btw op 3.05 2.97 3.06

[ Voor 100% gewijzigd door Verwijderd op 23-07-2005 14:25 ]


Acties:
  • 0 Henk 'm!

  • Boudewijn
  • Registratie: Februari 2004
  • Niet online

Boudewijn

omdat het kan

1 minuutje compileren?
je post om 12:46

ja hoor dat is normaal , zeker omdat je weinig ram hebt.

[ Voor 21% gewijzigd door Boudewijn op 23-07-2005 18:35 ]

i3 + moederbord + geheugen kopen?


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
BoudewijnLinux schreef op zaterdag 23 juli 2005 @ 18:34:
1 minuutje compileren?
je post om 12:46

ja hoor dat is normaal , zeker omdat je weinig ram hebt.
\

De post is edited ;) Maar ik laat hem vanacht ff rommelen dan zie ik wel wat ervan komt.

edit:

Hij was IDD erg lang bezig maar hij is klaar nu en het werkt thanks allemaal !

[ Voor 14% gewijzigd door Verwijderd op 24-07-2005 13:40 ]

Pagina: 1