You are not logged in.

#1 2007-02-20 06:25:03

thebombjoe2
Member
Registered: 2007-02-18
Posts: 4

Kiba-dock... i want the goodness

ok so i get kiba-dock from AUR
make a folder called kiba-dock-cvs in /var/abs/local and this is what i get when i makepkg

==> Making package: kiba-dock-cvs 20070211-1 (Tue Feb 20 00:17:59 EST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Validating source files with MD5sums
==> Extracting Sources...
==> Starting build()...
==> Connecting to metascape.afraid.org CVS server....
cvs checkout: warning: failed to open /root/.cvspass for reading: No such file or directory
cvs checkout: Updating kiba-dock
U kiba-dock/AUTHORS
U kiba-dock/COPYING
U kiba-dock/ChangeLog
U kiba-dock/Makefile.am
U kiba-dock/NEWS
U kiba-dock/README
U kiba-dock/TODO
U kiba-dock/autogen.sh
U kiba-dock/configure.in
U kiba-dock/kiba-dock.pc.in
cvs checkout: Updating kiba-dock/akamaru
U kiba-dock/akamaru/Makefile.am
U kiba-dock/akamaru/akamaru.c
U kiba-dock/akamaru/akamaru.h
U kiba-dock/akamaru/main.c
cvs checkout: Updating kiba-dock/bin
cvs checkout: Updating kiba-dock/dock
U kiba-dock/dock/Makefile.am
U kiba-dock/dock/kiba-akamaru.c
U kiba-dock/dock/kiba-akamaru.h
U kiba-dock/dock/kiba-dock.c
U kiba-dock/dock/kiba-dock.h
U kiba-dock/dock/kiba-events.c
U kiba-dock/dock/kiba-events.h
U kiba-dock/dock/kiba-gconf.c
U kiba-dock/dock/kiba-gconf.h
U kiba-dock/dock/kiba-geometry.c
U kiba-dock/dock/kiba-geometry.h
U kiba-dock/dock/kiba-object.c
U kiba-dock/dock/kiba-object.h
U kiba-dock/dock/kiba-render.c
U kiba-dock/dock/kiba-render.h
cvs checkout: Updating kiba-dock/files
U kiba-dock/files/Makefile.am
U kiba-dock/files/SimpleGladeApp.py
U kiba-dock/files/kiba.schemas
cvs checkout: Updating kiba-dock/gset-kiba
U kiba-dock/gset-kiba/Makefile.am
U kiba-dock/gset-kiba/gset-kiba.c
U kiba-dock/gset-kiba/gset-kiba.glade
cvs checkout: Updating kiba-dock/icons
U kiba-dock/icons/Makefile.am
U kiba-dock/icons/kiba_128.png
U kiba-dock/icons/kiba_16.png
U kiba-dock/icons/kiba_24.png
U kiba-dock/icons/kiba_48.png
U kiba-dock/icons/kiba_64.png
cvs checkout: Updating kiba-dock/plugins
U kiba-dock/plugins/Makefile.am
U kiba-dock/plugins/clock.c
U kiba-dock/plugins/launcher.c
U kiba-dock/plugins/memory.c
U kiba-dock/plugins/taskbar.c
cvs checkout: Updating kiba-dock/utils
U kiba-dock/utils/Makefile.am
U kiba-dock/utils/kiba-icon-editor.py
U kiba-dock/utils/kiba-icons.glade
U kiba-dock/utils/kiba-systray.py
U kiba-dock/utils/populate-dock.sh
==> CVS checkout done or server timeout
==> Starting make...
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: creating directory config
autoreconf: running: libtoolize --copy
Putting files in AC_CONFIG_AUX_DIR, `config'.
autoreconf: running: /usr/bin/autoconf
configure.in:74: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

pls help me get the goodness

Last edited by thebombjoe2 (2007-02-20 06:31:53)

Offline

#2 2007-02-20 09:48:36

Martyr
Member
From: Out there
Registered: 2006-10-04
Posts: 103
Website

Re: Kiba-dock... i want the goodness

This thread might give you some hints: http://bbs.archlinux.org/viewtopic.php?id=30010.

Offline

#3 2007-02-20 17:02:29

thebombjoe2
Member
Registered: 2007-02-18
Posts: 4

Re: Kiba-dock... i want the goodness

I took a look at that link. for some reason they tell me to

export ACLOCAL_FLAGS="-I /opt/gnome/share/aclocal -I /usr/share/aclocal"

This made

[root@myhost ~]# echo $ACLOCAL_FLAGS
-I /opt/gnome/share/aclocal

go to

[root@myhost ~]# echo $ACLOCAL_FLAGS
-I /opt/gnome/share/aclocal -I /usr/share/aclocal

and  now when i makepkg i get

[root@myhost kiba-dock-cvs]# makepkg
==> Making package: kiba-dock-cvs 20070211-1 (Tue Feb 20 11:00:55 EST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Validating source files with MD5sums
==> Extracting Sources...
==> Starting build()...
==> Connecting to metascape.afraid.org CVS server....
cvs checkout: warning: failed to open /root/.cvspass for reading: No such file or directory
cvs checkout: Updating kiba-dock
U kiba-dock/AUTHORS
U kiba-dock/COPYING
U kiba-dock/ChangeLog
U kiba-dock/Makefile.am
U kiba-dock/NEWS
U kiba-dock/README
U kiba-dock/TODO
U kiba-dock/autogen.sh
U kiba-dock/configure.in
U kiba-dock/kiba-dock.pc.in
cvs checkout: Updating kiba-dock/akamaru
U kiba-dock/akamaru/Makefile.am
U kiba-dock/akamaru/akamaru.c
U kiba-dock/akamaru/akamaru.h
U kiba-dock/akamaru/main.c
cvs checkout: Updating kiba-dock/bin
cvs checkout: Updating kiba-dock/dock
U kiba-dock/dock/Makefile.am
U kiba-dock/dock/kiba-akamaru.c
U kiba-dock/dock/kiba-akamaru.h
U kiba-dock/dock/kiba-dock.c
U kiba-dock/dock/kiba-dock.h
U kiba-dock/dock/kiba-events.c
U kiba-dock/dock/kiba-events.h
U kiba-dock/dock/kiba-gconf.c
U kiba-dock/dock/kiba-gconf.h
U kiba-dock/dock/kiba-geometry.c
U kiba-dock/dock/kiba-geometry.h
U kiba-dock/dock/kiba-object.c
U kiba-dock/dock/kiba-object.h
U kiba-dock/dock/kiba-render.c
U kiba-dock/dock/kiba-render.h
cvs checkout: Updating kiba-dock/files
U kiba-dock/files/Makefile.am
U kiba-dock/files/SimpleGladeApp.py
U kiba-dock/files/kiba.schemas
cvs checkout: Updating kiba-dock/gset-kiba
U kiba-dock/gset-kiba/Makefile.am
U kiba-dock/gset-kiba/gset-kiba.c
U kiba-dock/gset-kiba/gset-kiba.glade
cvs checkout: Updating kiba-dock/icons
U kiba-dock/icons/Makefile.am
U kiba-dock/icons/kiba_128.png
U kiba-dock/icons/kiba_16.png
U kiba-dock/icons/kiba_24.png
U kiba-dock/icons/kiba_48.png
U kiba-dock/icons/kiba_64.png
cvs checkout: Updating kiba-dock/plugins
U kiba-dock/plugins/Makefile.am
U kiba-dock/plugins/clock.c
U kiba-dock/plugins/launcher.c
U kiba-dock/plugins/memory.c
U kiba-dock/plugins/taskbar.c
cvs checkout: Updating kiba-dock/utils
U kiba-dock/utils/Makefile.am
U kiba-dock/utils/kiba-icon-editor.py
U kiba-dock/utils/kiba-icons.glade
U kiba-dock/utils/kiba-systray.py
U kiba-dock/utils/populate-dock.sh
==> CVS checkout done or server timeout
==> Starting make...
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: creating directory config
autoreconf: running: libtoolize --copy
Putting files in AC_CONFIG_AUX_DIR, `config'.
autoreconf: running: /usr/bin/autoconf
configure.in:74: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

It looks like the same thing...
what am i doing wrong?

Offline

#4 2007-02-20 22:01:30

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: Kiba-dock... i want the goodness

hmm, ummm .. did u pm me?
anyway....

these are the full sources for macros... afaik
according to locate .m4;;;;

export ACLOCAL_FLAGS=" -I /usr/lib/glibmm-2.4/proc/m4 \
-I /usr/lib/gtkmm-2.4/proc/m4 \
-I /usr/include/sigc++-2.0/sigc++/macros \
-I /usr/share/aclocal \
-I /usr/lib/php/build \
-I /usr/share/aclocal-1.10 \
-I /usr/share/apr-1/build \
-I /usr/share/autoconf/autoconf \
-I /usr/share/bison \
-I /usr/share/kbd/keymaps/i386/qwerty \
-I /opt/gnome/share/aclocal "

maybe add all those sources to ur ac flags via `-I`;

Last edited by noriko (2007-02-21 07:43:06)


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#5 2007-02-20 22:47:17

jotapesan
Member
From: chile
Registered: 2006-05-30
Posts: 27
Website

Re: Kiba-dock... i want the goodness

Thanks. your information was vital for fix the PKGBUILD. Now compiles on my laptop. Unfurtunely, this laptop not works with beryl (radeon x200m) so i did not know if the package works

Offline

#6 2007-02-20 23:47:44

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: Kiba-dock... i want the goodness

that sux sad
beryl is nice, although the wobbly windows annoy me... so i have to turn em off


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#7 2007-02-21 03:47:15

thebombjoe2
Member
Registered: 2007-02-18
Posts: 4

Re: Kiba-dock... i want the goodness

noriko wrote:

maybe add all those sources to ur ac flags via `-I`;

Is this done by

export ACLOCAL_FLAGS="-I /opt/gnome/share/aclocal -I /usr/share/aclocal -I /usr/lib/glibmm-2.4/proc/m4 -I /usr/lib/gtkmm-2.4/proc/m4 -I /usr/include/sigc++-2.0/sigc++/macros -I /usr/lib/php/build -I /usr/share/aclocal-1.10 -I /usr/share/apr-1/build -I /usr/share/autoconf/autoconf -I /usr/share/bison -I /usr/share/kbd/keymaps/i386/qwerty -I /opt/gnome/share/aclocal"

?

Offline

#8 2007-02-21 07:41:47

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: Kiba-dock... i want the goodness

ya


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

Board footer

Powered by FluxBB