You are not logged in.

#1 2009-03-03 23:34:38

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

elisa for i586: try to build gdk-pixbuf, error with libtool

Hi there!

I set up Archlinux on my Barebone, great job with the "new" i586 repo!

i try to build to build the packages on my laptop by simply editing my makepkg.conf to:

...
CARCH="i586"
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=i586 -mtune=generic -O2 -pipe"
...

this works for me for freevo, mplayer and many other programs. but now i tried to install elisa on this machine, everything build correct, but when i start elisa, i only get:

#--> elisa
Launcher core version: 0.5.29
/usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
Current core version: 0.5.29

/usr/lib/python2.6/site-packages/elisa/core/utils/classinit.py:34: UserWarning:                                                                                                                                    
ClassInitMeta class is deprecated
  warn("ClassInitMeta class is deprecated")
Traceback (most recent call last):
  File "/usr/bin/elisa", line 8, in <module>
    load_entry_point('elisa==0.5.29', 'gui_scripts', 'elisa')()
  File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 380, in main
    Launcher().main(sys.argv)
  File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 83, in main
    return self.main_after_voodoo(argv)
  File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 224, in main_after_voodoo
    self.run_application()
  File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 351, in run_application
    application = Application(self.options)
  File "/usr/lib/python2.6/site-packages/elisa/core/application.py", line 228, in __init__
    self._splash = SplashScreen()
  File "/usr/lib/python2.6/site-packages/elisa/core/utils/splash_screen.py", line 74, in __init__
    pixbuf = gtk.gdk.pixbuf_new_from_file(LOGO_PATH_SQUARE)
glib.GError: Couldn't recognize the image file format for file '/usr/lib/python2.6/site-packages/elisa/core/data/splash_screen_square.png'

gtk, gdk an anything else is build correct, so i thought, maybe there is something wrong with gdk-pixbuf. i don't post this thread in the i586 subforum, because i have the same problems building it for i686 arch, too! i fetch the newest pkgbuild from abs, heres the output:

`--> makepkg 
==> Making package: gdk-pixbuf 0.22.0-4 i586 (Wed Mar  4 00:26:53 CET 2009)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found gdk-pixbuf-0.22.0.tar.bz2 in build dir
  -> Found gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch in build dir
  -> Found gdk-pixbuf-0.22.0-bmp_secure.patch in build dir
  -> Found gdk-pixbuf-0.22.0-loaders.patch in build dir
  -> Found gdk-pixbuf-0.22.0-m4.patch in build dir
==> Validating source files with md5sums...
    gdk-pixbuf-0.22.0.tar.bz2 ... Passed
    gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch ... Passed
    gdk-pixbuf-0.22.0-bmp_secure.patch ... Passed
    gdk-pixbuf-0.22.0-loaders.patch ... Passed
    gdk-pixbuf-0.22.0-m4.patch ... Passed
==> Extracting Sources...
  -> bsdtar -x -f gdk-pixbuf-0.22.0.tar.bz2
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
patching file gdk-pixbuf/io-bmp.c
patching file gdk-pixbuf/io-bmp.c
Hunk #1 succeeded at 883 (offset 7 lines).
patching file gdk-pixbuf/io-ico.c
patching file gdk-pixbuf/io-xpm.c
patching file gdk-pixbuf.m4
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking whether make is GNU Make... yes
checking for gnome-config... no
Not building GnomeCanvasPixbuf library
checking whether to build gmodulized gdk-pixbuf... yes
checking whether dynamic modules work... libtool: line 397: CDPATH: command not found
yes
checking for location of rgb.txt database... /usr/lib/X11/rgb.txt
checking for TIFFReadScanline in -ltiff... yes
checking for tiffio.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
checking for jpeg_simple_progression in -ljpeg... yes
checking for png_read_info in -lpng... yes
checking for png.h... yes
checking for png_structp in png.h... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... void
checking for gtkdoc-mkdb... true
checking gtk-doc version (1.10) >= 0.6... yes
checking for db2html... false
checking for x86 platform... yes
checking compiler support for MMX... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gdk-pixbuf.spec
config.status: creating gdk-pixbuf/Makefile
config.status: creating gdk-pixbuf/gdk-pixbuf-features.h
config.status: creating gdk-pixbuf/pixops/Makefile
config.status: creating gdk-pixbuf-config
config.status: creating demo/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
Making all in gdk-pixbuf
make[2]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
Making all in pixops
make[3]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../../gdk-pixbuf    -march=i586 -mtune=generic -O2 -pipe -c pixops.c
../../libtool: line 397: CDPATH: command not found
../../libtool: line 1075: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
make[3]: *** [pixops.lo] Error 63
make[3]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
make: *** [all-recursive-am] Error 2
==> ERROR: Build Failed.
    Aborting...

i really dont know what went wrong here. maybe one of you could try to build this, so i know there is something wrong with my machine. i also tried to build this package on the barebone itself, but there is the same error, too.

thank you very much for your help!
andieh

Offline

#2 2009-03-07 02:03:40

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

Re: elisa for i586: try to build gdk-pixbuf, error with libtool

hmm, no ideas so far?

should i post it as a bug in libtool?

Offline

#3 2009-03-07 14:53:29

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: elisa for i586: try to build gdk-pixbuf, error with libtool

You may try a ./autogen.sh (if that file exists) or a autoreconf somewhere befor the configure step.

Offline

#4 2009-03-07 15:33:22

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

Re: elisa for i586: try to build gdk-pixbuf, error with libtool

hi stefan, thank you for your reply.

there is no ./autogen.sh, and autoreconf gives me the following output. i tried aclocal and autoconf, too, but also no success...

autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:             [Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
demo/Makefile.am: required file `./depcomp' not found
demo/Makefile.am:   `automake --add-missing' can install `depcomp'
doc/Makefile.am:160: blank line following trailing backslash
gdk-pixbuf/Makefile.am:121: `libexecdir' is not a legitimate directory for `LTLIBRARIES'
gdk-pixbuf/Makefile.am:70: variable `libpixbufloader_tiff_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:70: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:56: variable `libpixbufloader_ico_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:56: library has `libpixbufloader_ico_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:63: variable `libpixbufloader_ras_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:63: library has `libpixbufloader_ras_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:49: variable `libpixbufloader_gif_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:49: library has `libpixbufloader_gif_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:28: variable `libpixbufloader_png_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:28: library has `libpixbufloader_png_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:77: variable `libpixbufloader_pnm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:77: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:42: variable `libpixbufloader_xpm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:42: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:91: variable `libpixbufloader_xbm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:91: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:84: variable `libpixbufloader_bmp_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:84: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:35: variable `libpixbufloader_jpeg_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:35: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:76: variable `libpixbufloader_pnm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:76: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:69: variable `libpixbufloader_tiff_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:69: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:41: variable `libpixbufloader_xpm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:41: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:62: variable `libpixbufloader_ras_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:62: library has `libpixbufloader_ras_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:90: variable `libpixbufloader_xbm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:90: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:83: variable `libpixbufloader_bmp_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:83: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:27: variable `libpixbufloader_png_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:27: library has `libpixbufloader_png_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:34: variable `libpixbufloader_jpeg_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:34: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:48: variable `libpixbufloader_gif_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:48: library has `libpixbufloader_gif_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:55: variable `libpixbufloader_ico_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:55: library has `libpixbufloader_ico_la' as canonic name (possible typo)
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am:   to `configure.in' and run `aclocal' and `autoconf' again.
gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCAS' is undefined
gdk-pixbuf/pixops/Makefile.am:   The usual way to define `CCAS' is to add `AM_PROG_AS'
gdk-pixbuf/pixops/Makefile.am:   to `configure.in' and run `aclocal' and `autoconf' again.
gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCASFLAGS' is undefined
gdk-pixbuf/pixops/Makefile.am:   The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
gdk-pixbuf/pixops/Makefile.am:   to `configure.in' and run `aclocal' and `autoconf' again.
autoreconf: automake failed with exit status: 1

Offline

#5 2009-03-16 15:03:05

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: elisa for i586: try to build gdk-pixbuf, error with libtool

I think you need to define an assembler.

Offline

#6 2009-03-17 17:55:02

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

Re: elisa for i586: try to build gdk-pixbuf, error with libtool

i really dont know what to do now anymore. i never needed an assembler before with configure / aclocal, so i dont know what you mean.

i added AM_PROG_AS to configure.in and run aclocal, autoconf again, but after that, configure stops with

...
checking whether to build gmodulized gdk-pixbuf... yes
checking whether dynamic modules work... libtool: line 397: CDPATH: command not found
libtool: line 911: /opt/local/bin/gsed: No such file or directory
no checking for location of rgb.txt database... /usr/lib/X11/rgb.txt
./configure: line 15713: syntax error near unexpected token `newline'
./configure: line 15713: `  yes:no:'

i also installed ./depcomp with autoconf -a, but same error again.

don't know why autoreconf stops with this:

gdk-pixbuf/Makefile.am:137: `libexecdir' is not a legitimate directory for `LTLIBRARIES'
gdk-pixbuf/Makefile.am:70: variable `libpixbufloader_tiff_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:70: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:56: variable `libpixbufloader_ico_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:56: library has `libpixbufloader_ico_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:63: variable `libpixbufloader_ras_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:63: library has `libpixbufloader_ras_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:49: variable `libpixbufloader_gif_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:49: library has `libpixbufloader_gif_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:28: variable `libpixbufloader_png_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:28: library has `libpixbufloader_png_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:77: variable `libpixbufloader_pnm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:77: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:42: variable `libpixbufloader_xpm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:42: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:91: variable `libpixbufloader_xbm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:91: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:84: variable `libpixbufloader_bmp_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:84: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:35: variable `libpixbufloader_jpeg_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:35: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:76: variable `libpixbufloader_pnm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:76: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:69: variable `libpixbufloader_tiff_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:69: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:41: variable `libpixbufloader_xpm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:41: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:62: variable `libpixbufloader_ras_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:62: library has `libpixbufloader_ras_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:90: variable `libpixbufloader_xbm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:90: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:83: variable `libpixbufloader_bmp_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:83: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:27: variable `libpixbufloader_png_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:27: library has `libpixbufloader_png_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:34: variable `libpixbufloader_jpeg_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:34: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:48: variable `libpixbufloader_gif_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:48: library has `libpixbufloader_gif_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:55: variable `libpixbufloader_ico_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:55: library has `libpixbufloader_ico_la' as canonic name (possible typo)
autoreconf: automake failed with exit status: 1

seems, that i have to try something else than elisa. but thank you for your help stefan!

Offline

#7 2009-03-24 11:34:46

proc
Member
From: Italy
Registered: 2006-11-27
Posts: 71

Re: elisa for i586: try to build gdk-pixbuf, error with libtool

Hi, I'm the author of the Archlinux-i586 port and I can confirm that the problem with gdk-pixbuf and libtool is affecting i586 and i686 versions of Archlinux (can't test for amd64).

I don't have time to further investigate the issue now, but I'll look for a patch when I have some free time.

Offline

Board footer

Powered by FluxBB