Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Dont know how to interpret portage message ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
augustin2
Apprentice
Apprentice


Joined: 16 Mar 2012
Posts: 244
Location: France

PostPosted: Sat Jan 19, 2013 11:58 am    Post subject: [SOLVED] Dont know how to interpret portage message ? Reply with quote

Hi,

At the time of updating my config with
Code:
emerge --update --deep --with-bdeps=y world
I get a message saying that I was having unmet requirements to satisfy xsane and sane-backends ebuild. As I was not able to understand, I unmerged both and finished my update normally.

Then I wanted to emerge anew xsane. Here is the message I get, which is roughly the same as before.

Quote:
jaaf-PC jaaf # emerge -p xsane

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! The ebuild selected to satisfy "media-gfx/sane-backends" has unmet requirements.
- media-gfx/sane-backends-1.0.23::gentoo USE="(consolekit) ipv6 (multilib) (policykit) usb -avahi -doc -gphoto2 -threads -v4l -xinetd" SANE_BACKENDS="abaton agfafocus apple artec artec_eplus48u as6e avision bh canon canon630u canon_dr canon_pp cardscan coolscan coolscan2 coolscan3 dc210 dc240 dc25 dell1600n_net dmc epjitsu epson epson2 fujitsu genesys gt68xx hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm1005 hpsj5s hs2p (ibm) kodak kodakaio kvs1025 kvs20xx kvs40xx leo lexmark ma1509 magicolor matsushita microtek microtek2 mustek mustek_pp mustek_usb mustek_usb2 nec net niash p5 pie pixma plustek plustek_pp qcam ricoh rts8891 s9036 sceptre sharp sm3600 sm3840 snapscan sp15c st400 stv680 tamarack teco1 teco2 teco3 test u12 umax umax1220u umax_pp xerox_mfp -pnm"

The following REQUIRED_USE flag constraints are unsatisfied:
sane_backends_mustek_usb2? ( threads ) sane_backends_kvs40xx? ( threads )

(dependency required by "media-gfx/xsane-0.998-r1" [ebuild])
(dependency required by "xsane" [argument])

* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

jaaf-PC jaaf #


I am not very experienced, and till now, when emerging, I got messages saying clearly what I should do e.g. to add a condition in /etc/portage/package.use. But it is the first time I get a message like this one (a bit more complex) and I don't know what to do exactly.
Could somebody help me understanding ?


Last edited by augustin2 on Sun Jan 20, 2013 8:26 am; edited 1 time in total
Back to top
View user's profile Send private message
swanson
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2004
Posts: 147
Location: Edinburgh, Scotland

PostPosted: Sat Jan 19, 2013 12:22 pm    Post subject: Reply with quote

It's stating that the sane-backends package needs the threads USE flag enabled for a couple of its components. However this flag is not enabled in the default profile and is an ebuild bug for which someone has already raised bug 451822. To workaround just prepend USE="threads" to your emerge command for now or add to package.use.
_________________
Alan.
Back to top
View user's profile Send private message
augustin2
Apprentice
Apprentice


Joined: 16 Mar 2012
Posts: 244
Location: France

PostPosted: Sat Jan 19, 2013 12:41 pm    Post subject: Reply with quote

Thank you very much
I added threads for sane-backends in /etc/portage/package.use and now I have an other trouble

Quote:
jaaf-PC jaaf # cat /etc/portage/package.use
x11-base/xorg-server udev
>=sys-libs/zlib-1.2.7 minizip

>=media-libs/freetype-1.4_pre20080316-r2:1 kpathsea


=dev-lang/python-2.7.3-r2 tk
=media-plugins/alsa-plugins-1.0.25-r1 pulseaudio

x11-libs/qt-webkit icu
=dev-libs/libxml2-2.8.0-r3 icu
=virtual/mysql-5.1 embedded
=dev-db/mysql-5.1.66 embedded
=dev-lang/python-2.7.3-r2 sqlite
media-gfx/sane-backends threads
jaaf-PC jaaf # emerge xsane

* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 3) sys-libs/libieee1284-0.2.11-r2
* libieee1284-0.2.11.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking libieee1284-0.2.11.tar.bz2 to /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work
>>> Source unpacked in /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work
>>> Preparing source in /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11 ...
* econf: updating libieee1284-0.2.11/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating libieee1284-0.2.11/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-shared --disable-static --without-python --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11/config.log
* ERROR: sys-libs/libieee1284-0.2.11-r2 failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 3308: Called econf '--enable-shared' '--disable-static' '--without-python' '--disable-dependency-tracking'
* phase-helpers.sh, line 501: Called die
* The specific snippet of code:
* die "econf failed"
*
* If you need support, post the output of `emerge --info '=sys-libs/libieee1284-0.2.11-r2'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/libieee1284-0.2.11-r2'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'
* S: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'

>>> Failed to emerge sys-libs/libieee1284-0.2.11-r2, Log file:

>>> '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/build.log'

* Messages for package sys-libs/libieee1284-0.2.11-r2:

* ERROR: sys-libs/libieee1284-0.2.11-r2 failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 3308: Called econf '--enable-shared' '--disable-static' '--without-python' '--disable-dependency-tracking'
* phase-helpers.sh, line 501: Called die
* The specific snippet of code:
* die "econf failed"
*
* If you need support, post the output of `emerge --info '=sys-libs/libieee1284-0.2.11-r2'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/libieee1284-0.2.11-r2'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'
* S: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'
jaaf-PC jaaf #
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21431

PostPosted: Sat Jan 19, 2013 4:44 pm    Post subject: Reply with quote

augustin2 wrote:
Code:
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11/config.log
Back to top
View user's profile Send private message
augustin2
Apprentice
Apprentice


Joined: 16 Mar 2012
Posts: 244
Location: France

PostPosted: Sat Jan 19, 2013 5:42 pm    Post subject: Reply with quote

La commande
Code:
emerge xsane
ne donne plus tout à fait le même résultat. Voici donc l'ensemble des éléments

La commande :
Quote:
jaaf-PC jaaf # emerge xsane

* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 3) sys-libs/libieee1284-0.2.11-r2
* libieee1284-0.2.11.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking libieee1284-0.2.11.tar.bz2 to /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work
>>> Source unpacked in /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work
>>> Preparing source in /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11 ...
* econf: updating libieee1284-0.2.11/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating libieee1284-0.2.11/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-shared --disable-static --without-python --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11/config.log
* ERROR: sys-libs/libieee1284-0.2.11-r2 failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 3308: Called econf '--enable-shared' '--disable-static' '--without-python' '--disable-dependency-tracking'
* phase-helpers.sh, line 501: Called die
* The specific snippet of code:
* die "econf failed"
*
* If you need support, post the output of `emerge --info '=sys-libs/libieee1284-0.2.11-r2'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/libieee1284-0.2.11-r2'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'
* S: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'

>>> Failed to emerge sys-libs/libieee1284-0.2.11-r2, Log file:

>>> '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/build.log'

* Messages for package sys-libs/libieee1284-0.2.11-r2:

* ERROR: sys-libs/libieee1284-0.2.11-r2 failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 3308: Called econf '--enable-shared' '--disable-static' '--without-python' '--disable-dependency-tracking'
* phase-helpers.sh, line 501: Called die
* The specific snippet of code:
* die "econf failed"
*
* If you need support, post the output of `emerge --info '=sys-libs/libieee1284-0.2.11-r2'`,
* the complete build log and the output of `emerge -pqv '=sys-libs/libieee1284-0.2.11-r2'`.
* The complete build log is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/environment'.
* Working directory: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'
* S: '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/work/libieee1284-0.2.11'
jaaf-PC jaaf #


Ensuite le résultat de
Code:
emerge --info '=sys-libs/libieee1284-0.2.11-r2'

Quote:
jaaf-PC jaaf # emerge --info '=sys-libs/libieee1284-0.2.11-r2'
!!! No gcc found. You probably need to 'source /etc/profile'
!!! to update the environment of this terminal and possibly
!!! other terminals also.
Portage 2.1.11.31 (default/linux/amd64/10.0/desktop/kde, [unavailable], glibc-2.15-r3, 3.5.7-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-3.5.7-gentoo-x86_64-Intel-R-_Core-TM-_i5_CPU_760_@_2.80GHz-with-gentoo-2.1
Timestamp of tree: Fri, 18 Jan 2013 15:15:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash: 4.2_p37
dev-lang/python: 2.7.3-r2, 3.2.3
dev-util/cmake: 2.8.9
dev-util/pkgconfig: 0.27.1
sys-apps/baselayout: 2.1-r1
sys-apps/openrc: 0.11.8
sys-apps/sandbox: 2.5
sys-devel/autoconf: 2.13, 2.69
sys-devel/automake: 1.9.6-r3, 1.11.6
sys-devel/binutils: 2.22-r1
sys-devel/gcc: 4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4-r1
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc: 2.15-r3
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://mirror.ovh.net/gentoo-distfiles/"
LANG="fr_FR.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync3.fr.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pppd qt3support qt4 readline sdl semantic-desktop session spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xcb xcomposite xinerama xml xscreensaver xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="fr" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

jaaf-PC jaaf #


Quote:
jaaf-PC jaaf # emerge -pqv '=sys-libs/libieee1284-0.2.11-r2'
[ebuild N ] sys-libs/libieee1284-0.2.11-r2 USE="-doc -python -static-libs"

* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

jaaf-PC jaaf


Le fichier /var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/build.log est vide.

Et voici The ebuild environment file is located at '/var/tmp/portage/sys-libs/libieee1284-0.2.11-r2/temp/environment'.
Fichier : http://www.partage-fichiers.com/upload/6erdv9bt
Taille du fichier : 138.20 KB
Utilisateur : wj2pahtl
Mot de passe : pbpfw5wb
Ce fichier est disponible durant 15 jours
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54028
Location: 56N 3W

PostPosted: Sat Jan 19, 2013 6:09 pm    Post subject: Reply with quote

augustin2,

Code:
 # emerge --info '=sys-libs/libieee1284-0.2.11-r2'
!!! No gcc found. You probably need to 'source /etc/profile'
!!! to update the environment of this terminal and possibly
!!! other terminals also.
Portage 2.1.11.31 (default/linux/amd64/10.0/desktop/kde, [unavailable], glibc-2.15-r3, 3.5.7-gentoo x86_64)


Either you have managed to remove gcc or you did emerge --depclean and that did it for you.
In the latter case, you have a newer but not yet active gcc.

What does
Code:
gcc-config -l
show ?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
augustin2
Apprentice
Apprentice


Joined: 16 Mar 2012
Posts: 244
Location: France

PostPosted: Sat Jan 19, 2013 6:59 pm    Post subject: Reply with quote

Thank you NeddySeagon,

Quote:
jaaf-PC jaaf # gcc-config -l
* gcc-config: Active gcc profile is invalid!

[1] x86_64-pc-linux-gnu-4.6.3
jaaf-PC jaaf #
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54028
Location: 56N 3W

PostPosted: Sat Jan 19, 2013 7:04 pm    Post subject: Reply with quote

augustin2,

Thats harmless. You updated gcc but did not select the newer gcc.
emerge --depclean then removed your active gcc.

You must make your new gcc active.

gcc-config is the command you need but following your signature, I'll let you work out how to use it ... unless you ask directly.

You must also follow the on screen instructions once you select your new gcc.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
augustin2
Apprentice
Apprentice


Joined: 16 Mar 2012
Posts: 244
Location: France

PostPosted: Sun Jan 20, 2013 8:24 am    Post subject: Reply with quote

Thank you again NeddySeagon. I could manage to fix the problem following your advices.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum