Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Printing and Scanning with Canon Pixma/Pixus Series

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
503 posts
  • Page 2 of 21
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • Next
Author
Message
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Wed Apr 05, 2006 1:36 pm

@Eugene33:

I discovered another major bug, that did affect you. :oops:

I did't "inherit flag-o-matic multilibs" before. This way every attempt to compile it in 32bit-mode on AMD64 was supposed to fail. (Of course that's fixed now). :wink:


@Tlaloc:

I'm glad it worked for you (almost) at first glance. :D

Regarding the dependencies (which are still a big construction site):

You mentioned gtk+-1.2 to be the correct dependency, but isn't gtk+ backwards compatible?
If I enter "emerge -pv =gtk+-1.2" it wants to downgrade gtk to this version! Am I missing something?

I'd be very thankful if you could help me on some dependencies. :roll:
Top
Eugene33
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Nov 14, 2004 9:58 pm
Location: Lyon
Contact:
Contact Eugene33
Website

  • Quote

Post by Eugene33 » Wed Apr 05, 2006 2:21 pm

:lol: hey nice progress, I don't crash anymore on the library. I still crash, but I don't really know if this come from the ebuild or from my system, as, like some other folks i'm experimenting a big mess with the "expat" upgrade.
mkdir .libs
gcc -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -I../../libs/bjexec -march=k8 -pipe -O2 -o bjcups bjcups.o getipc.o bjutil.o -L/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/libs/paramlist /usr/lib64/libpopt.so /var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/libs/paramlist/.libs/libparamlist.a -lcups
/usr/lib64/libpopt.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [bjcups] Error 1
make[2]: Leaving directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/bjcups/bjcups'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/bjcups'
make: *** [all] Error 2

!!! ERROR: net-print/bjfilter-2.50 failed.
Call stack:
ebuild.sh, line 1526: Called dyn_compile
ebuild.sh, line 923: Called src_compile
bjfilter-2.50.ebuild, line 124: Called die

!!! Couldn't make bjcups
!!! If you need support, post the topmost build error, and the call stack if relevant.
Top
Tlaloc
Guru
Guru
User avatar
Posts: 451
Joined: Mon Feb 21, 2005 12:59 pm
Location: Europe - Alps - Tyrol

  • Quote

Post by Tlaloc » Wed Apr 05, 2006 3:47 pm

I think the two major gtk+ versions 1.* and 2.* are not compatible among each others, but releases of the same version are. (don't know if I used the right terms). When going to emerge gtk+-1.* I remembered that xmms needs it and did an "emerge -pv xmms to see which version is the latest stable at the moment. Then I simply used this emerge command:

Code: Select all

emerge -pv =gtk+-1.2.10-r11
No downgrade should occur as the major versions are slotted.
If you look at the xmms ebuild you can see how the dependency is stated there:

Code: Select all

DEPEND="=x11-libs/gtk+-1.2*"
Probably in the future when the more serious problems are solved you could change the ebuild and add one more use flags to install the monitor program only on request.

Bye, Val.
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Wed Apr 05, 2006 4:25 pm

Thanks for your info.

The "monitor" use-flag is already part of my roadmap :)
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Wed Apr 05, 2006 9:58 pm

updated dependencies (they've been a quick hack before)
install complete driver set if no model was chosen by useflag
install some tools only if the new use-flag "bjtools" is set


There is still a problem with AMD64. I don't know how to get 32bit versions of:

dev-libs/popt (essential)
gnome-base/libglade (less important)
dev-libs/libxml (less important)

They are not in any emul-linux-x86 - package!

I am open for any suggestion!
Top
zxy
Veteran
Veteran
User avatar
Posts: 1160
Joined: Fri Jan 06, 2006 8:07 am
Location: in bed in front of the computer
Contact:
Contact zxy
Website

  • Quote

Post by zxy » Fri Apr 07, 2006 8:08 pm

Works for me on pentium-m, GCC 4.1.0, ~x86 arch, gentoo-sources. Finaly!
Top
zxy
Veteran
Veteran
User avatar
Posts: 1160
Joined: Fri Jan 06, 2006 8:07 am
Location: in bed in front of the computer
Contact:
Contact zxy
Website

[edit]

  • Quote

Post by zxy » Sat Apr 08, 2006 11:42 pm

Printer is: Pixma 3100
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Sun Apr 09, 2006 6:01 am

@zxy: great! 8)

@Eugene33:

I've got an idea how to get it work with AMD64 - but I don't like it.

I could copy'n'paste the dev-libs/popt ebuild into my bjfilter ebuild and change it a little, too create popt in 32bit before making bjfilter. But that wouldn't be much more but a workaround. There has to be a better solution.
Top
zxy
Veteran
Veteran
User avatar
Posts: 1160
Joined: Fri Jan 06, 2006 8:07 am
Location: in bed in front of the computer
Contact:
Contact zxy
Website

  • Quote

Post by zxy » Sun Apr 09, 2006 8:27 am

Still have to do it on my amd64. Maybe today if I have time. Will pos results.
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Sun Apr 09, 2006 1:09 pm

It won't work out of the box on AMD64.

But I now decided to create a custom "emul-linux-x86-miscbj" package to make it work. It's the best solution I can think of currently.

It will contain:
dev-libs/popt (and dependencies)

It might contain:
gnome-base/libglade
dev-libs/libxml
(and dependencies)

I hope those libraries have few dependencies. Otherwise the problem would grow. :roll:
Top
Eugene33
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Nov 14, 2004 9:58 pm
Location: Lyon
Contact:
Contact Eugene33
Website

  • Quote

Post by Eugene33 » Sun Apr 09, 2006 1:24 pm

Thanks ColinK.
To be honest I don't care too much if this ebuild is a little "out of the box" It seems to me that you know your business, so you have all my trust :wink:
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Sun Apr 09, 2006 3:49 pm

Take a look at:

[bug=128560]net-print/bjfilter[/bug]
[bug=129352]app-emulation/emul-linux-x86-bjdeps[/bug]

The emul-linux-x86-bjdeps package currently provides a 32bit version of dev-libs/popt-1.7. This should make the bjfilter ebuild compile without bjtools on AMD64.

The bjtools component of the bjfilter ebuild needs additional libraries. I might someday add those to emul-linux-x86-bjdeps.

I am awaiting your reports - although I quite don't believe the first release to work flawless. :roll:
Top
Eugene33
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Nov 14, 2004 9:58 pm
Location: Lyon
Contact:
Contact Eugene33
Website

  • Quote

Post by Eugene33 » Sun Apr 09, 2006 6:27 pm

Hey some progress ;) so here my repport, I hope you will understand it :oops:
gcc -O2 -Wall -I../../libs/buftool -march=k8 -pipe -O2 -o pstocanonbj pstocanonbj.o canonopt.o paramlist.o -L/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/libs/buftool ../../libs/buftool/libbuftool.a /usr/lib64/libpopt.so -lcups
/usr/lib64/libpopt.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [pstocanonbj] Error 1
make[2]: Leaving directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/pstocanonbj/filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/pstocanonbj'
make: *** [all] Error 2

!!! ERROR: net-print/bjfilter-2.50 failed.
Call stack:
ebuild.sh, line 1532: Called dyn_compile
ebuild.sh, line 929: Called src_compile
bjfilter-2.50.ebuild, line 151: Called die

!!! Couldn't make pstocanonbj
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Tue Apr 11, 2006 3:59 pm

After a minor change Eugene33 reported the driver to work on AMD64 now.

Please feel free to tune the *.ppd files and report your changes. I'll adopt every improvement.

Furthermore please report compatible and incompatible printers!
Top
Eugene33
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Nov 14, 2004 9:58 pm
Location: Lyon
Contact:
Contact Eugene33
Website

  • Quote

Post by Eugene33 » Tue Apr 11, 2006 4:06 pm

So it works perfectly with the PIXMA 560x (i560) I'll try in the next days to see if i can get the 1200pixel working
Again Many thanks for this ebuild
Top
baaann
Guru
Guru
Posts: 558
Joined: Mon Jan 23, 2006 4:36 am
Location: uk

  • Quote

Post by baaann » Wed Apr 12, 2006 10:37 am

Emerged the bjfilter Ok(untested yet), but when trying to emerge with the bjtools use flag I get the following error

Code: Select all

Now type `make' to compile.
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/pixusip4100/printui'
Making all in po
make[2]: Entering directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/pixusip4100/printui/po'
file=./`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file cs.po
file=./`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file da.po
file=./`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file de.po
file=./`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file el.po
file=./`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file es.po
file=./`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file fi.po
file=./`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file fr.po
file=./`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file hu.po
file=./`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file it.po
file=./`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file ja.po
file=./`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file ko.po
file=./`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file nl.po
file=./`echo no | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file no.po
file=./`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file pl.po
file=./`echo pt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file pt.po
file=./`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file ru.po
file=./`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file sv.po
file=./`echo th | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -c -o $file th.po
th.po:1083: number of format specifications in 'msgid' and 'msgstr' does not match
/usr/bin/gmsgfmt: found 1 fatal error
make[2]: *** [th.gmo] Error 1
make[2]: Leaving directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/pixusip4100/printui/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/bjfilter-2.50/work/bjfilter-2.50/pixusip4100/printui'
make: *** [all] Error 2

!!! ERROR: net-print/bjfilter-2.50 failed.
!!! Function src_compile_pr, Line 271, Exitcode 2
!!! Couldn't make pixusip4100/printui
!!! If you need support, post the topmost build error, NOT this status message.
I have both slots of gtk+ installed

Code: Select all

sempron2600 bjfilter # equery l gtk+
[ Searching for package 'gtk+' in all categories among: ]
 * installed packages
[I--] [  ] x11-libs/gtk+-1.2.10-r11 (1)
[I--] [  ] x11-libs/gtk+-2.8.13 (2)
System is x86 Sempron 2600 512mb ram

Any ideas? Let me know if you need emerge info or anything else.

Barrie[/code]
Top
bladus
Apprentice
Apprentice
User avatar
Posts: 233
Joined: Wed Jul 27, 2005 9:06 pm

  • Quote

Post by bladus » Wed Apr 12, 2006 11:27 am

Just installed this on my AMD64. Added the Printer in CUPS. Printed a Test-Page on my IP4000.
And it all worked without any problems!

Thank you so much ColinK!
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Wed Apr 12, 2006 3:59 pm

@baaann:

What's your locale? Is it something like th_TH?

The error seems to be related to this.

Please post your make.conf.
Top
baaann
Guru
Guru
Posts: 558
Joined: Mon Jan 23, 2006 4:36 am
Location: uk

  • Quote

Post by baaann » Wed Apr 12, 2006 10:14 pm

Locale is en_GB

Output from emerge info

Code: Select all

Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r3, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 AMD Sempron(tm)   2600+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/NX/etc /usr/NX/home /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk ftp://mirrors.blueyonder.co.uk/mirrors/gentoo http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
LANG="en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="x86 3dnow X acpi alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bonobo bzip2 calendar cdr cgi cli crypt cups curl dba dbase dbus dbx dri dts dvb dvd dvdread eds emboss encode esd evo examples exif expat fam fbcon ffmpeg firebird flac flash foomaticdb fortran ftp gb gd gdbm gif glut gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal howl icq idn imagemagick imap imlib innodb ipv6 isdnlog jabber java javascript jpeg kde kdeenablefinal kdexdeltas kqemu lcms ldap libg++ libgda libwww lm_sensors mad matroska mhash mikmod mime ming mmx mng motif mozilla mp3 mpeg msn mysql ncurses nls odbc ogg oggvorbis opengl oss pam pcre pdflib pear perl php png postgres ppds pppd python qt quicktime readline ruby samba sdl slang snmp soap softmmu spell spl sqlite ssl svg svga tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb vorbis win32codecs wmf xine xml xml2 xmms xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS

Barrie
Top
baaann
Guru
Guru
Posts: 558
Joined: Mon Jan 23, 2006 4:36 am
Location: uk

  • Quote

Post by baaann » Fri Apr 14, 2006 10:31 pm

Ok, finally emerged the bjtools :D . Trawled the forums, set Locales.build to no effect, updated make.profile link from 2005.0 to 2006.0, still no effect. Re-emerged autoconf and automake, still failed. Eventually, going through the manual again, I realised I hadn't set the LINGUAS variable in make.conf :roll: and that it was required by packages using gettext.

Thats a bit more I've learn't about Gentoo :wink:

Just got to connect to the printer now.......

Barrie
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Fri Apr 14, 2006 10:52 pm

Great 8)

I wonder if I could implement a check whether LINGUAS isn't set. What else requirements must be met to reproduce this? (I'd guess many people don't set LINGUAS, but you are the first reporting this problem).
Top
apalos
n00b
n00b
Posts: 26
Joined: Thu Jul 08, 2004 8:51 pm
Location: Berlin (Germany)

  • Quote

Post by apalos » Thu Apr 20, 2006 10:38 am

Any experiences with Canon Pixma IP4200? I'm searching for a solution to run my printer for a while.
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Thu Apr 20, 2006 12:40 pm

No, but you are welcome to test those drivers with your printer.
Top
apalos
n00b
n00b
Posts: 26
Joined: Thu Jul 08, 2004 8:51 pm
Location: Berlin (Germany)

  • Quote

Post by apalos » Thu Apr 20, 2006 1:03 pm

I tried but I get this, and I can't explain it to myself:

Code: Select all

zicke apalos # cat /etc/portage/package.keywords
net-print/bjfilter ~amd64
zicke apalos # cat /etc/portage/package.unmask
=net-print/bjfilter-2.50
zicke apalos # emerge bjfilter -p

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

Calculating dependencies
!!! All ebuilds that could satisfy "bjfilter" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-print/bjfilter-2.50 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
Don't know where's the failure

Anyhow, this is a quote from baaann in http://forums.gentoo.org/viewtopic-p-32 ... ml#3269673:
I have looked at the canon.jp site and there are some linux drivers just released for the ip4200, so I would expect the ebuild to need modifying to accomodate these

http://64.233.179.104/translate_c?hl=en ... _qdr%3Dall
hope this helps
Top
ColinK
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Fri Dec 30, 2005 8:21 pm

  • Quote

Post by ColinK » Thu Apr 20, 2006 1:51 pm

I am sorry. The ebuild actually didn't accept ~amd64 (until now). Either accept ~x86 or download the updated version, or stay tuned for cnijfilter:


As Canon released a new set of printer drivers (called cnijfilter-2.60 instead of bjfilter-2.50) I will start working on an ebuild as soon as possible (but don't expect it to early) ..

The new set of printer drivers promises support for iP4200 / iP6600D / iP7500 / MP500 and compatible devices. :wink:

edit:

.. I couldn't stop myself and wrote a new ebuild (for canon ip1600/2200/4200/6600d/6600pd/7500 mp150/170/450/500 ... and maybe more). It was not very much work, as it's very similar to the bjfilter ebuild.

You can get it here: [bug=130645]net-print/cnijfilter[/bug] (~x86 ~amd64)
Top
Post Reply

503 posts
  • Page 2 of 21
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy