Re: [gentoo-user] emerge --update --deep --newuse world fails to update all packages

2008-02-23 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Erik wrote:
 I did emerge --update --deep --newuse world and it says:
 Calculating world dependencies... done!
 Auto-cleaning packages...
 
 No outdated packages were found on your system.
 
 
 But it seems like it is wrong about No outdated packages were found on
 your system., because when I run emerge -p world it says:
 
 These are the packages that would be merged, in order:
 
 Calculating world dependencies... done!
 [ebuild U ] media-gfx/digikam-0.9.2 [0.9.1] LINGUAS=-fa% -nds%
 [blocks B ] media-plugins/digikamimageplugins (is blocking
 media-gfx/digikam-0.9.2)
 
 
 So it seems like media-gfx/digikam is outdated despite what emerge
 --update --deep --newuse world said. I just wonder how much sense this
 behaviour makes.
 

It seems like something that you have installed depends on
digikam-0-9.1 so the deep world update pulled that in instead of the
new version. You can use the --debug option if you want to examine
the dependency strings to see which package pulled in the lower version.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHv9uk/ejvha5XGaMRAsZpAKDsDIK6AGaS6syS7kt200wusMvz6QCfcpT2
XuBScoXX0+Q8DymXiH1T3Yc=
=GtRH
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Unmerge failure

2008-02-23 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Corbin wrote:
 I'm getting this failure on numerous ebuilds during the umerge.   I'm at a 
 loss to explain it. Any ideas?
 
 cut---
 /tmp/binpkgs/dev-libs/libxml2-2.6.27/temp/environment: line 265: syntax error 
 near unexpected token `('
 /tmp/binpkgs/dev-libs/libxml2-2.6.27/temp/environment: line 265: `
 eval $1() { ${ECLASS}_$1 \$@ ; } /dev/null;'
 + exit 1

It seems that the content of
/var/db/pkg/dev-libs/libxml2-2.6.27/environment.bz2 is corrupt in
some way, preventing it from being parsed by bash. If you remove
that file then portage will actually try to source the ebuild and
use the eclasses from the portage tree.

If removing environment.bz2 doesn't solve the problem, you can
remove /var/db/pkg/dev-libs/libxml2-2.6.27/libxml2-2.6.27.ebuild (as
suggested in the die message) and the pkg_prerm() and pkg_postrm()
phases will be completely skipped.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHwI5i/ejvha5XGaMRArVtAKDjGJoCxeJKIBzVP47bX22C+wBL9gCdFkTR
UQHuN1mtHUhDPUAzzS6bvDY=
=90+w
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] emerge --depclean -p output looks weird

2008-04-05 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dale wrote:
 Calculating dependencies... done!
 
 
 These are the packages that would be unmerged:
 
 sys-kernel/gentoo-sources
selected: 2.6.23-r8
   protected: none
 omitted: 2.6.23-r3 2.6.24-r4
 
 sys-kernel/gentoo-sources
selected: 2.6.23-r9
   protected: none
 omitted: 2.6.23-r3 2.6.24-r4
 
 sys-kernel/gentoo-sources
selected: 2.6.24-r3
   protected: none
 omitted: 2.6.23-r3 2.6.24-r4
 
[snip]
 What looks weird you ask, why is it listing them that way?  They are
 separately listed and I don't recall ever seeing it listed that way
 before.  They are usually in one section.

That's a side effect from the fix for this bug:

http://bugs.gentoo.org/show_bug.cgi?id=201045

The code was never written to preserve unmerge order, but now that
it's been tweaked to do so, it displays a bit differently in cases
like this. It would be possible to make it look like it used to in
cases when the order doesn't matter, but since it's only
superficial, it's not a really a high priority.

 Another odd thing is this:
 
 [EMAIL PROTECTED] / # uname -r
 2.6.23-gentoo-r8
 [EMAIL PROTECTED] / # ls -al /usr/src/
 total 3
 drwxr-xr-x  4 root root  176 2008-04-04 16:58 .
 drwxr-xr-x 17 root root  496 2008-01-23 09:31 ..
 -rw-r--r--  1 root root0 2006-08-03 09:23 .keep
 lrwxrwxrwx  1 root root   32 2008-04-04 16:58 linux -
 /usr/src/linux-2.6.23-gentoo-r8/
 drwxr-xr-x 20 root root 1424 2008-04-04 17:21 linux-2.6.23-gentoo-r8
 drwxr-xr-x 21 root root 1472 2008-04-03 22:32 linux-2.6.24-gentoo-r4
 [EMAIL PROTECTED] / #
 
 It wants to remove the currently running kernel as well.  Seems it used
 to leave that one in the past.  I may be wrong tho.

That's this bug:

http://bugs.gentoo.org/show_bug.cgi?id=198200

With portage-2.2_pre the only solution is to add the versions that
you want to keep to the world file, like this:

emerge --noreplace =gentoo-sources-2.6.23-r8

After you do that, depclean shouldn't want to remove that one.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkf3KhMACgkQ/ejvha5XGaNLHwCeKY/EGULFLrcTknYIs59ZzXBH
EfcAn2GeHj7uhyMW/70YUIKOyn64xr7s
=yDS1
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mouse jerky when burning CD

2008-04-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Grant wrote:
 The mouse cursor is very jerky and somewhat unresponsive when I'm
 burning a CD on my laptop.  Can I make a software change to fix that?
 top shows over 50% of the CPU is idle.
 
 - Grant

Maybe you need to enable CONFIG_PREEMPT in your kernel.

Za
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkf5EEMACgkQ/ejvha5XGaPa1QCdEFz6n1dyz9s1CPoComdo8OjO
XB4An2hPYeyldwYyylvcz+jWB72Qs5eO
=rHRQ
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] problem emerging vte

2008-05-18 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Relson wrote:
 When I run emerge vte I get an access violation, just like bug
 #219211 x11-libs/vte-0.16.13 ACCESS VIOLATION during compilation
 describes.  
 
 The bug report recommends run python-updater when updating to python
 2.5
 
 It's been a while since I upgraded to python-2.5 and removed
 python-2.4.  When I run python-updater, it reports
 
  * Can't determine any previous Python version(s).
 
 FYFI, I'm running an AMD64 environment.  Any suggestions (beyond
 reporting the problem to b.g.o???)
 
 Regards,
 
 David

ACCESS DENIED  unlink:/usr/share/pygtk/2.0/codegen/argtypes.pyc
ACCESS DENIED  open_wr:   /usr/share/pygtk/2.0/codegen/argtypes.pyc

Those files belong to the dev-python/pygtk package. Maybe it will
help if you reinstall that package.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkgwvTkACgkQ/ejvha5XGaPBVQCg1OM91Yv3pIAT1x+JsG5uYFNU
inQAnAiv3WXwTgIohoKRQztqhsyx1v0O
=cwpT
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] emerge --depclean question

2007-07-21 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alex Schuster wrote:
 Hi there!
 
 Any idea why emerge --depclean wants to remove 
 app-shells/bash-completion-config? It it needed by some installed packages:
 
 [EMAIL PROTECTED] ~ -- equery depends app-shells/bash-completion-config
 [ Searching for packages depending on app-shells/bash-completion-config... ]
 app-editors/vim-7.0.235 (bash-completion? app-shells/bash-completion-config)
 app-editors/vim-core-7.0.235 (bash-completion? 
 app-shells/bash-completion-config)
 app-misc/figlet-222 (bash-completion? app-shells/bash-completion-config)
 app-portage/genlop-0.30.7 (bash-completion? app-shells/bash-completion-config)
 app-portage/udept-0.5.99.0.2.95-r1 (bash-completion? 
 app-shells/bash-completion-config)
 dev-util/subversion-1.3.2-r4 (bash-completion? 
 app-shells/bash-completion-config)
 
 I have the bash-completion USE flag set, so why does emerge --depclean
 want to remove this package? I also tried dep -a -d
 (from app-portage/udept), it also wants to remove it.

Apparently you didn't have the bash-completion enabled on those
packages when you installed them.  Look at the output of `emerge -pv
app-editors/vim` and you will be able to see if reinstalling the
package causes the flag to change state.  The symbols in the USE
flag display are documented with the --verbose option in `man emerge`.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.5 (GNU/Linux)

iD8DBQFGojqR/ejvha5XGaMRAp6sAKCQ/eEOZLdZM4FYOJPfwxlyg6IjvwCffmcH
I2gfkFh9S279Lyx9xs3IUTw=
=/gbg
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage sync error

2007-10-15 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stefán István wrote:
 At least according to 'top' a 'sed' commands are running for 21minutes, and I 
 can hardly imagine what it is doing for such a long time.
 
 I also tried to upgrade python with the 'emerge --nodeps -1v python' command, 
 but it also seems to hang with the sed command.

That's an interaction between an old version of bash and the sed
wrapper script located at /usr/lib/portage/bin/sed. You should
remove that wrapper script since it's only needed for FreeBSD users.
 I'll update the docs with a note about that.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHE9Bi/ejvha5XGaMRAmXLAJ96F1dB7b90MiNqIYN9xsjinoK8owCfXQdR
Rm0UYlf04c0IiJ0vwsQqWNY=
=DdwX
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Depclean and cross-foo/gcc

2007-10-19 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Barkalow wrote:
 I've been doing a lot of --depclean lately, and I've run into something 
 odd. emerge --depclean cross-avr/gcc wants to remove all 3 versions, but 
 it's in my world file. On the other hand, emerge --depclean doesn't want 
 to remove any of them. I initially set this up with a crossdev that's now 
 quite ancient, which may be significant, but I don't want to entirely redo 
 all my avr compilers to get them with the new crossdev.
 
 What I'd actually like is to have a specific version (the one that our 
 code is most heavily tested with), and the latest version (to test that). 
 Is there some way to have --depclean see a dependancy on a specific 
 version (or slot, as I've already masked other versions that would be in 
 that slot) from world or the equivalent?

I think you want --prune, since --depclean behaves like a dependency
aware version of --unmerge.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHGO5L/ejvha5XGaMRAuErAJ9X9fs1gK2Iyp2G9gvJlBf8Da0VwACgl/iQ
ZCYrEPK4lkhxwG4hGPBN+N4=
=yQOh
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Depclean and cross-foo/gcc

2007-10-19 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Barkalow wrote:
 According to the man page, --prune will remove the old version that I want 
 to keep. I want to have 3.4.4-r1 and (currently) 4.2.2, but I don't care 
 about 4.1.2. When 4.2.3 comes out, I'll want that instead of 4.2.2.

The problem is that world atoms are greedy with respect to slots, so
 if you have cross-avr/gcc in world then a global `emerge
- --depclean` will not remove 4.2.2 after 4.2.3 has been installed.
System atoms are not greedy for slots, so you can solve the problem
like this:

mkdir -p /etc/portage/profile
echo *cross-avr/gcc  /etc/portage/profile/packages
echo *cross-avr/gcc:3.4  /etc/portage/profile/packages

That pull the highest available overall and the highest available
from the 3.4 SLOT into your system set (the packages file is
documented in `man portage`). Remove the cross-avr/gcc atoms from
/var/lib/portage/world since you won't need them anymore. Once
you've done that, a global `emerge --depclean` should remove
everything except the highest available overall version and the
highest available from the 3.4 SLOT.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHGTpe/ejvha5XGaMRAukLAKCkVjyegFQYtE/ZHRPKE1cWfwfsKwCg25L0
TZCq6dvV/itwakHdG9bjKvA=
=G1j+
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --sync fails with CacheCorruption

2007-10-22 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Grant wrote:
   File /usr/lib/portage/pym/cache/util.py, line 31, in mirror_cache
 try:entry = src_cache[x]
   File /usr/lib/portage/pym/cache/metadata.py, line 32, in __getitem__
 return flat_hash.database.__getitem__(self, cpv)
   File /usr/lib/portage/pym/cache/flat_hash.py, line 38, in __getitem__
 raise cache_errors.CacheCorruption(cpv, e)
 cache.cache_errors.CacheCorruption: dev-games/ode-0.8 is corrupt:
 [Errno 5] Input/output error

http://bugs.gentoo.org/show_bug.cgi?id=196680

It is a bug in portage, but it's also abnormal to receive an
Input/output error in that case, so you should probably run fsck on
that filesystem.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHHU7//ejvha5XGaMRAncHAKDOKb1mCZRZwppLJDrzUyGAf3wmFACg2COt
6A3aSb7i3ZWOdGgj/slVk0Y=
=vZAK
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stefan G. Weichinger wrote:
 Greetings, gentoo-users,
 
 I see a problem with emerge on my notebook.
 
 Whenever I try to emerge something, it starts off like:
 
 # emerge -1 libsexy
 Calculating dependencies... done!
 Verifying ebuild Manifests...
 
 Emerging (1 of 1) x11-libs/libsexy-0.1.11 to /
 
 and then just hangs there, doing nothing.

That's right where it attempts to obtain a lock on the required
files in ${DISTDIR}. If that's on nfs and nfs isn't behaving
properly then it can cause problems like that. Check dmesg.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHIOFe/ejvha5XGaMRAt3SAJ0Qh8sFGSMIDNCHGfa/f72bNmXiRQCgzKvp
4JKW3J4QLaU4127iEeng544=
=EoOm
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stefan G. Weichinger wrote:
 Emerging (1 of 1) x11-libs/libsexy-0.1.11 to /
 and then just hangs there, doing nothing.
 That's right where it attempts to obtain a lock on the required
 files in ${DISTDIR}. If that's on nfs and nfs isn't behaving
 properly then it can cause problems like that. Check dmesg.
 
 Correct, my ${DISTDIR} is normally mounted via nfs.
 When I umount it, I can emerge ...
 
 When mounted, dmesg gives me
 
 lockd: cannot monitor ${IP_OF_NFS_SERVER}
 lockd: failed to monitor ${IP_OF_NFS_SERVER}
 
 What can I do to fix this? Restarting the nfs-service on the server did
 not help yet.

There are also nfs services that you need to run on the client side.
 Maybe you need to do something like this:

emerge --noreplace nfs-utils
rc-update add nfs default
/etc/init.d/nfs start

If both client and server side services are running correctly then
should just work.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHIQBD/ejvha5XGaMRAjscAKDtMwR9v/kk1si83X6Yw/bL8GscbgCdHGmC
t2spiSHCT+asZE7afFiJIHc=
=TrRr
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] eclipse 3.3

2007-10-31 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James wrote:
 Hello,
 
 Does anyone know about any eclipse 3.3 ebuilds anywhere?

It seems to be available in the java-experimental overlay:

http://overlays.gentoo.org/proj/java/browser/java-experimental/dev-util/eclipse-sdk

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHKOfT/ejvha5XGaMRAph1AKCBUWonrmdWjHOKqEFwhWrlMSjMcQCglZN8
kkruvHQLbcmZY1D1lU9yHzM=
=yxJe
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Overlay? Re: eclipse 3.3

2007-11-01 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James wrote:
 Is this the best(current) guide to follow?
 http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds
 
 
 This guide tell you to copy of the files sub-dir:
 cp /usr/portage/dev-util/eclipse-sdk/files
 /usr/local/portage/dev-util/eclipse-sdk/files
 
 Is this correct? It'd seem like the Eclipse(Europa 3.3)
 would need a new set of files in the sub-dir 'files', no?
 
 
 Will my 'dev-util/eclipse-sdk-3.2.1-r2/' remain pristine and usable?
 
 
 When the devs  do provide an elcipse 3.3 version in portage
 I'll just comment out the OVERLAY line in 'make.conf'
 and just emerge the official eclipse 3.3 from portage, or
 is there more to it than that? 
 
 
 
 Any other caveats, I should know about?

The fact that its not in the main tree yet may indicate that there
are some rough edges that you may not want to be exposed to. The
ebuild in that overlay seems to have dependencies from both the
java-experimental overlay and the main java-overlay.

Rather than install a bunch of software from outside the main tree,
it's probably a lot safer to use an eclipse-sdk-bin ebuild like the
one I've attached. You'll have to manually download
eclipse-SDK-3.3-linux-gtk.tar.gz or similar from eclipse.org and
save it in ${DISTDIR} before you can digest the ebuild and install
it (the gentoo-wiki guide should help you with that).

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHKgph/ejvha5XGaMRAu3hAJkBqMTJuVsRyrCy/OlBWZjTCdcOtwCg6EqQ
gmCBEnDMqcZAGoWyc7Mv/hE=
=DN1h
-END PGP SIGNATURE-
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

SRC_URI=eclipse-SDK-3.3-linux-gtk.tar.gz
DESCRIPTION=Eclipse Tools Platform
LICENSE=EPL-1.0
HOMEPAGE=http://www.eclipse.org/;
KEYWORDS=~x86
RESTRICT=fetch

SLOT=${PV}
S=${WORKDIR}
ECLIPSE_DIR=/opt/eclipse-${SLOT}

src_compile() {
true
}

pkg_nofetch() {
einfo Please download ${A} from:
einfo ${HOMEPAGE}
einfo and move it to ${DISTDIR}
}

src_install() {
dodir ${ECLIPSE_DIR%/*}
mv eclipse ${D}/${ECLIPSE_DIR}
echo '#!/bin/sh'  eclipse-${SLOT}
echo 'export JAVA_HOME=$(java-config --jdk-home)'  eclipse-${SLOT}
echo 'export PATH=${JAVA_HOME}/bin:${PATH}'  eclipse-${SLOT}
echo exec ${ECLIPSE_DIR}/eclipse  eclipse-${SLOT}
exeinto /usr/bin
doexe eclipse-${SLOT}
make_desktop_entry eclipse-${SLOT} Eclipse ${PV} 
${ECLIPSE_DIR}/icon.xpm
}


eclipse-sdk-bin-3.3.ebuild.sig
Description: Binary data


Re: [gentoo-user] Elibc GNU userland...

2007-11-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

pk wrote:
 Hi,
 
 Yesterday I made an emerge --sync and was afterwards treated to this
 (emerge -DupN):
 
 These are the packages that would be merged, in order:
 
 Calculating world dependencies... done!
 [ebuild   R   ] sys-libs/timezone-data-2007g  ELIBC=(glibc%*) (-FreeBSD)
 [ebuild   R   ] sys-apps/sed-4.1.5  USERLAND=(-GNU%*)
 [ebuild   R   ] app-arch/tar-1.18-r2  USERLAND=(GNU%*)
 [ebuild   R   ] sys-apps/help2man-1.36.4  ELIBC=(glibc%*)
 [ebuild   R   ] app-portage/gentoolkit-0.2.3-r1  USERLAND=(GNU%*)

It's related to this discussion:

http://archives.gentoo.org/gentoo-portage-dev/msg_06774.xml

In short, those ELIBC and USERLAND changes that you see won't really
make any difference. It's purely cosmetic.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHMM7x/ejvha5XGaMRAqlHAKDaJfZpJSSrB9vZ/06Jjo6ttAsT8wCg1S4h
6OjqR9TxW43gw2kgFwcXg5g=
=G4E3
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unlink ACCESS VIOLATIONs

2007-12-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tom Brown wrote:
 Source compiled.
 --- ACCESS VIOLATION SUMMARY
 ---
 LOG FILE =
 /var/log/sandbox/sandbox-gnome-base_-_gnome-desktop-2.20.1-27301.log
 
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 

After a python upgrade, most people run python-updater to recompile
all the python bytecodes. That's supposed to solve the above
problem. Alternatively, you can use a script like the one I've attached.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD4DBQFHWEdC/ejvha5XGaMRApMrAJjQhGgHPFFBMigd0itdhEJdtpvbAJ4v2D6N
680I8ppUyUjnra9i8Bpmwg==
=Q7/B
-END PGP SIGNATURE-
#!/usr/bin/env bash
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

usage() {
echo usage: ${0##*/} [directory]...
}

hasq() {
[[  ${*:2}  == * $1 * ]]
}

if hasq --help $* || hasq -h $* ; then
usage $@
exit 0
fi

for d in $@ ; do
if [ ! -d ${d} ] ; then
usage $@ 2
exit 1
fi
find ${d} -name *.py[co] | xargs -r rm -f
for x in  -O ; do
python ${x} -c import compileall; 
compileall.compile_dir('${d}', quiet=True)
done
done


recompile-bytecodes.bash.sig
Description: Binary data


Re: [gentoo-user] Re: initrd where is the docu

2005-12-18 Thread Zac Medico

[EMAIL PROTECTED] wrote:

John Jolet [EMAIL PROTECTED] writes:



mkinitrd :)

you shouldn't need that with a 2.6 kernel, though.



Is it not required for the trademark gentoo boot up with nifty graphics?



The installer initramfs is created by genkernel.  I use it myself to generate 
an initramfs with gensplash support.  The splash-themes-livecd package contains 
the splash screens used by the installer.

Zac
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bob Sanders wrote:
 Don't think so.  And don't run - emaint -f world.  It'll remove it and
 any updates won't occur.  Here's my list of what it want to take
 out of the world file - 
 
 'app-emulation/crossover-office-bin' has no ebuilds available
 'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
 'media-libs/epeg' has no ebuilds available
 'media-fonts/acroread-asianfonts' has no ebuilds available
 'sci-astronomy/setiathome' has no ebuilds available
 'media-tv/xawdecode' has no ebuilds available
 'games-fps/unreal-tournament-goty' has no ebuilds available
 
 I suspect a bug, but haven't gotten to the bug list to see if it's been
 filed or not.

http://bugs.gentoo.org/show_bug.cgi?id=115593

That's with portage-2.0.53, right?

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDse/Q/ejvha5XGaMRAmQ+AJ9rxnz5GB5d58FWgsxyQT8um6oUGwCfbzB7
CWyQ2Gz4yd8pfZeSthDOyT8=
=fypx
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Portage 50-51% and emerge metadata timings

2006-01-01 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter wrote:
| On Wed, 28 Dec 2005 10:53:18 -0500, Peter wrote:
| For right now, I have reiser handling /mnt/src, and I'll leave this
| alone for a while. Don't know if performance will improve. It _might_
| since the act of syncing will force a read through the entire portage
| tree which might make metadata faster
|
|
| Things were going along great...Well, after 4 days, it's back to hanging
| at 50-51% again. Hope this is better in the next version of portage.
| 


Actually, portage-2.1 has seen an improvement in this area.  In addition, I 
have written a patch that obsoletes the metadata transfer.  That's right, no 
metadata transfer necessary. :)

http://thread.gmane.org/gmane.linux.gentoo.portage.devel/1602

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDuJdB/ejvha5XGaMRAmH8AJ9WeMgBwjSs3CTDuWWE4iElurRJigCeIRPS
gC89IkTzngJtTVMMv5uachk=
=iTs5
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: Portage 50-51% and emerge metadata timings

2006-01-02 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter wrote:
| On Sun, 01 Jan 2006 19:00:17 -0800, Zac Medico wrote:
| Actually, portage-2.1 has seen an improvement in this area.  In addition,
| I have written a patch that obsoletes the metadata transfer.  That's
| right, no metadata transfer necessary. :)
|
| http://thread.gmane.org/gmane.linux.gentoo.portage.devel/1602
|
| Zac
| 
| Thank you. I will take a look. It sure _looks_ simple and logical enough.

| I don't know enough about portage though to understand! Will it work with
|  pre?. I have x86 portage installed, not ~x86.
| 


No, you need a 2.1_pre release due to cache changes that my patch relies on (a 
backport would not really be worth the trouble IMO).  Hopefully the 2.1 branch 
will be stable soon enough though.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDuXbx/ejvha5XGaMRAsVUAKCfDlOg8aloPHwgxeG2tQIYt0MnuACfe8zH
ApZjRceyt6uL/g64T7heGmM=
=KERa
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge --sync timeouts

2006-01-02 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthew Closson wrote:
| Hello,
| 
| When I have not sync'd in over a month or so and when I ran:
| 
| emerge --sync

| It basically shows the motd of the remote rsync server and then times out.
| I have let it run for a bit and try multiple servers and it just keeps 
| timing out after the motd regardless of which server it goes to... here 
| is some output:
| 
| 
| --

| Script started on Mon Jan  2 16:46:45 2006
| sh-3.00# emerge --sync
| ]2;Started emerge on: Jan 02, 2006 16:46:54]2; *** emerge  
| sync]2; === sync]2; starting rsync with 
| rsync://64.127.121.98/gentoo-portage starting rsync with 
| rsync://64.127.121.98/gentoo-portage...

| checking server timestamp ...
| Welcome to owl.gentoo.org
| 
| Server Address : 64.127.121.98

| Contact Name   : [EMAIL PROTECTED]
| Hardware   : 4 x Intel(R) Xeon(TM) CPU 2.40GHz, 1024MB RAM
| 
| 
| Please note: common gentoo-netiquette says you should not sync more

| than once a day.  Users who abuse the rsync.gentoo.org rotation
| may be added to a temporary ban list.
| 
| 
| MOTD brought to you by motd-o-matic, version 0.3
| 
| io timeout after 180 seconds - exiting

| rsync error: timeout in data send/receive (code 30) at io.c(109)
| retry ...

Have you upgraded rsync lately?  Do you run revdep-rebuild after updates?  
Maybe you just need to rebuild rsync...

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDubBt/ejvha5XGaMRAt4gAJ9VilSCej4b2y1UwjTwjJSWbAcQsgCfaUCK
Y5JmHxa7hOMrfQZ/aaljKhY=
=JJbV
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage overlay question

2006-01-03 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paweł Madej wrote:
~  I have tried line as below but then portage losed distfiles dir at all
| 
| #DISTDIR=/usr/portage/distfiles /usr/local/portage/distfiles
| 


Unfortunately, the multiple DISTDIR feature is not currently available (though 
it is planned).  As an alternative, perhaps you can run a script that creates 
symlinks for you.

Zac 
-BEGIN PGP SIGNATURE-

Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDux2V/ejvha5XGaMRAifBAJ4kLa75f9nRgTvGR04l+XKpohga2ACgl1tc
nkuomyvyHL62075SrK6m43k=
=EhkY
-END PGP SIGNATURE-


distdir-symlinks.sh
Description: application/shellscript


Re: [gentoo-user] portage overlay question

2006-01-04 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paweł Madej wrote:
| 
|  !!! No write access to write to /usr/portage/distfiles.  Aborting.
| 
| Is the only resolution of this problem giving /usr/portage/distfiles dir 
| write permissions for all?
| 
| I'll add that user from i try making ebuild digest is in portage group 
| (as an additional).
| 


Well, just add your user to the portage group and that should be enough.  
Portage automatically gives permissions for most things (except merge) to the 
portage group.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDu4gk/ejvha5XGaMRApdzAKCcIUO57i4nUTTC5TwdqcrSe9/9vACgv9kP
0FHxZ/toKFzxu0rjEWjS8y0=
=RZVe
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage overlay question

2006-01-04 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paweł Madej wrote:
| Zac Medico wrote:
| You should have done `ls -ld /usr/portage/distfiles/.locks`.
|
| I'm able to reproduce that problem here.  It seems that portage
| automatically changes the group id on ${DISTDIR} (when run as root) but
| it neglects to change the group id on ${DISTDIR}/.locks (I'd consider it
| a bug).  If you do `chgrp portage /usr/portage/distfiles/.locks  chmod
| g+w /usr/portage/distfiles/.locks` then that should allow you to work
| around the problem.
|
| Zac
| 
| Thank you very much Zac. That resolved a problem. I think if I should

| file a bug about this?
| 


Yeah, I think should.  The version of portage that I'm using (2.1_pre3) will 
create the directory with the correct gid (if the directory does not exist).  
However, after the directory has been created, portage does not ensure that 
.locks continues to have the correct gid.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDvCt2/ejvha5XGaMRAgXSAJ0REINi8BZ9sUHi/RSIUDLFVErgHQCeIaCc
ICVFMzigOEXKOPI2mQIVkkc=
=9gg1
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Neil Bothwick wrote:
| On Thu, 5 Jan 2006 11:10:38 +, Tom Martin wrote:
| 
| To the portage developers, how could this be handled?  Perhaps emerge

| could somehow figure out the reason for such a conflict, and then
| automatically unmerge the original package?
| 
| Not really a question to the portage developers -- just unmerge

| openmotif (the blocker) and continue as normal.
| 
| If would be nice is portage had a means for developers to handle these

| types of conflicts in the ebuild. A similar thing happened recently with
| xpdf/poppler, it happened with some FTP servers and the ftp-base package
| not long ago. I realise it is not possible to handle all conflicts, but
| with some instances, like this one, the conflict is expected. even if
| there were just a means to print a message if a package hits a block,
| something like
| 
| if_blocked_by('openmotif')

|   ewarn You must unmerge openmotif before proceeding
| 


It would be icky to have to specify blocker logic/messages like that.  There's 
actually an open bug specifically about this issue:

http://bugs.gentoo.org/show_bug.cgi?id=79606

Basically, the problem lies in the fact that portage unmerges the previous 
version _after_ the new version has been merged into place.  One possible 
solution would be to have a special feature that, when enabled, allows portage 
to automatically unmerge an old version _before_ the new one is installed (with 
protection against unmerging system packages of course).

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDvcR8/ejvha5XGaMRAnICAKDyA6xKtGb6mZXxS/mciU91Xvsz8QCeKidL
WRXlWMkvZ7plI2fNPlxO0TA=
=VAP2
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to compile 64bit Gentoo on a 32bit system?

2006-01-11 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Abhay Kedia wrote:
| Thanks for the reply Neil but I don't have a fast connection. Just a 64kbps 
| connection. If I follow GRP way then first I'll have to download a live CD, 
| then the GRP Packages and then undergo the whole process of downloading other 
| distfiles etc. It will be a really long and lengthy downloading process for 
| me. Can't I do it from my existing 32 bit installation?


Well, you can't convert the 32 bit userland directly to 64 bit.  However, you 
can run the 32 bit userland with a 64 bit kernel.  For example, you can borrow 
the kernel from the amd64 minimal install cd.  The 64 bit kernel behaves 
essentially the same as the 32 bit one, so you only need to setup the 
bootloader like you normally would.  After you've booted into a 64 bit kernel, 
you will be able to chroot from your 32 bit userland into a 64 bit stage3 and 
build your new system.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDxgZ5/ejvha5XGaMRAqR7AJ9vcMNbZyPNggzzPm9p/R0LRp5sAACdEHE9
61vlBVy5Fr0kJF10jwPZOSQ=
=P2Pj
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to compile 64bit Gentoo on a 32bit system?

2006-01-12 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Abhay Kedia wrote:
| On Thursday 12 January 2006 13:04, Zac Medico wrote:
| Well, you can't convert the 32 bit userland directly to 64 bit.  However,
| you can run the 32 bit userland with a 64 bit kernel.  For example, you can
| borrow the kernel from the amd64 minimal install cd.  The 64 bit kernel
| behaves essentially the same as the 32 bit one, so you only need to setup
| the bootloader like you normally would.  After you've booted into a 64 bit
| kernel, you will be able to chroot from your 32 bit userland into a 64 bit
| stage3 and build your new system.
|
| Wow!!! That sounds the perfect solution. Is it possible? I just compile a 
| 64bit kernel and chroot will be possible? Is there a place I can download the 
| kernel from?


You can boot off of the cd and build a kernel immediately or you can copy the 
cd's kernel.  When booted from the cd, the kernel is found at 
/mnt/cdrom/isolinux/gentoo-em64t and corresponding modules are in /lib/modules. 
 The install cd and stages are available from the /releases/amd64/2005.1-r1/ 
directory on the mirrors.

Zac

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDxiVQ/ejvha5XGaMRAlwOAKCf9FrcOjHVtoxvh7oOGNTDFVEurQCgvnLg
UGh456lLoB8I38YiuhsFMTg=
=Nm3C
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to compile 64bit Gentoo on a 32bit system?

2006-01-13 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Abhay Kedia wrote:
| Got the kernel and modules. Systems boots fine, just that I don't have X. This 
| probably is expected as there might not be the necessary modules installed?
| 
| Will be starting a 64bit install anytime now. Thanks for the tip of getting 
| the kernel and modules from the CD. BTW is there any way I can get X?


Apparently the new kernel does not include the necessary drivers or modules.  
You may get a clue from /var/log/Xorg.0.log.  Depending on your hardware, you 
may be able to get it working temporarily with either the vesa or fbdev 
drivers.  In any case, you can use a stage3 chroot to build yourself a new 
kernel and the appropriate drivers.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDx/E+/ejvha5XGaMRAidVAJ9RydzHcQrpPi4L5sGZodxhlxv6dQCfdaF6
zLp7pjcYAadzL+2n3Nrq8/c=
=sXzP
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ebuild makin problem

2006-01-18 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mike Yarmish wrote:
 Guys! What reasons of a message path.ebuild does not exist could be
 when I'm trying to emerge a custom created ebuild with emerging by path?
 Sry for silly question but I'm new to the world of ebuild making.
 Thank you in advance.

Do you have PORTDIR_OVERLAY properly configured (see `man make.conf`)?

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDzrgy/ejvha5XGaMRAqLmAJ9y7rco5xSMmQVZAr3GtwV49PF2YwCdF0mC
bRJnbQgJryz0eZhxViOGd60=
=QcLK
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sandbox access violation

2006-01-19 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mikhail Yarmish wrote:
 Hello guys,
I'm trying to write an ebuild for xmms plug-in, but always get an
 error during of emerging it. Here it is:
 --- ACCESS VIOLATION SUMMARY
 ---
 LOG FILE = /var/log/sandbox/sandbox-kde-misc_-_xmms-agent-1.1-15026.log
 
 open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
 open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
 open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
 open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
 
 
 
 What should I do to prevent that? Standart ./configure  make  make
 install working well...


You probably want to inherit either the qt3 or kde eclasses.  They use 
`addwrite ${QTDIR}/etc/settings` to avoid the sandbox violation.  The Eclass 
HOWTO has some documentation on the kde eclasses: 
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2chap=2

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDz/o+/ejvha5XGaMRAsK3AJ9gMfws0WbeDcwInq/fMRu03gK5ZwCgwsY+
6flfTbuBXg4zcluw9jvy8dg=
=PWKG
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Java SDK 1.5

2006-01-20 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Fish wrote:
 On 1/20/06, Rafael Barrera Oro [EMAIL PROTECTED] wrote:
 Does anyone know if Java SDK 1.5 (blackdown, sun, anyone) will be
 available soon through portage?
 
 It is available now, but you have to unmask it.  If you do, you should
 rebuild all java packages on your system, or you may run into trouble.
 

It's probably a good idea to read the faq:  
http://www.gentoo.org/proj/en/java/tiger-faq.xml

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD0Snj/ejvha5XGaMRAvpKAKCzV+0FTztgY5BXXA860lKeMrfCOgCglo4p
iIdPjkWL0FlfaedpFKLplnw=
=SNNP
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Java SDK 1.5

2006-01-20 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rafael Barrera Oro wrote:
 I was already reading the faq when i received your anser :)
 
 It seems this can be done, but not without certain risks.

It's pretty safe if you keep blackdown-jdk-1.4 as the system vm (for building 
packages) and use java-config to set sun-jdk-1.5 as the user vm.  The faq 
explains how to do it.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD0To5/ejvha5XGaMRAq3yAKDXWyBNfsrWSWUbALQ7J66uMEqMhQCgq6qy
A7YiSEkrGwefLJ5ADECEfO4=
=Lkrj
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge --buildpkgonly world won't go: kde metapackage problem?

2006-01-22 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Persson wrote:
 The reason I want to avoid installing straight away is because I'm doing a 
 kde 
 upgrade this time (3.4.3 to 3.5) and want to avoid a broken desktop

Generally, this isn't a problem because kde slots allow multiple versions of 
kde to be installed simultaneously.  There is some documentation here: 
http://www.gentoo.org/doc/en/kde-config.xml

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD09J//ejvha5XGaMRAsHIAJ4u7MUgjETP5N38TNSdLWQJEU87JACeOkGT
2dyD5cude4tX6LrOkzZT7cg=
=ltUt
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /usr/bin/test doesn't seem to do anything

2006-01-26 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Persson wrote:
 Someone was kind enough to send me a script that calls /usr/bin/test. When 
 the 
 script didn't work I realised that test was behaving strangely. Basically it 
 doesn't seem to return anything.
 
 For instance test -f /usr/bin/test doesn't display any output.
 
 Nor does test --help.
 
 Nor test --version.
 
 The version I am using is from sys-apps/coreutils-5.2.1-r6 .
 
 It's very hard to do a google search for anything to do with troubleshooting 
 a 
 program called test. Anyone know what is going on here?

Well, you could start with `man test`.  However, test is also a bash builtin 
(try `type test`) so you may want to consult the bash info manual instead (try 
`info bash`).

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD2WGn/ejvha5XGaMRAkjoAJ9LICiZO1ZUDB/RDVR+lVSCz5xu8ACg7bKq
Y56PjDpGuymg/Pp9icaqX+Y=
=SxG/
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update-eix has memory problems

2006-02-02 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wolfgang Liebich wrote:
 Hi,
 update-eix won't work anymore: If I try to start it, it prints Reading
 Portage settings .. and starts gobbling up memory at an amazing rate. 
 At a memory usage of about 770MB (according to top) the process stops
 with the message Aborted (nothing else).
 What now?
 Puzzled,
 Wolfgang


You should probably file a bug with the eix developers [1] (unless one has 
already been filed).  If it doesn't get past Reading Portage settings .. then 
I would guess that it is having trouble parsing one or more config files such 
as make.conf or those in /etc/portage/.

Zac

[1] http://dev.croup.de/proj/eix/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD4kCF/ejvha5XGaMRAtfVAKDwzxIq1c+HcXRIxC2UstnghM3jNwCfVlj/
9LR4kbzGt8Kfbjmlt3ku5Bs=
=FiEp
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A new experience an account on gentoo without root priv

2006-02-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Harry Putnam wrote:
 I have an account on a gentoo machine but no root privs.  Is there
 some allowance using emerge to install software in ~/

Though I have no experience with it, there's a Prefixed Portage that you may 
be able use: http://www.gentoo.org/proj/en/gentoo-alt/macos/targets.xml

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD58Jw/ejvha5XGaMRAs8xAJ0c1n4ze+SSupg1veUTSKkkO18kdgCg0iEV
mFe87ixlEYykAxhf5AZSdPg=
=DIFU
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage error?

2006-02-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael W. Holdeman wrote:
 emerge -uvDa world suddenly yeilds this:
 Calculating world dependencies -Traceback (most recent call last):
   File /usr/bin/emerge, line 3254, in ?
 if not mydepgraph.xcreate(myaction):
   File /usr/bin/emerge, line 1441, in xcreate
 if not self.select_dep(portage.root, mydep, raise_on_missing=True):
   File /usr/bin/emerge, line 1369, in select_dep
 if not self.create(myk,myparent,--onlydeps not in 
 myopts,myuse=binpkguseflags):
   File /usr/bin/emerge, line 1046, in create
 if not self.select_dep(/,mydep[/],myparent=mp,myuse=myuse):
   File /usr/bin/emerge, line 1364, in select_dep
 if not self.create(myk,myparent,myuse=binpkguseflags):
   File /usr/bin/emerge, line 1046, in create
 if not self.select_dep(/,mydep[/],myparent=mp,myuse=myuse):
   File /usr/bin/emerge, line 1237, in select_dep
 if myparent.split()[2] in portage.portdb.xmatch(match-all, x[1:]):
   File /usr/lib/portage/pym/portage.py, line 5110, in xmatch
 myval=match_from_list(mydep,self.cp_list(mykey))
   File /usr/lib/portage/pym/portage.py, line 3755, in match_from_list
 if mydep[0] == !:
 IndexError: string index out of range

What version of portage is that?  If it's not either 2.0.54 or 2.1_pre4-r1 
(latest stable or unstable) then please try to upgrade with `emerge portage`.  
If that doesn't resolve the problem then please file a bug at 
http://bugs.gentoo.org.

Zac

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD592w/ejvha5XGaMRAs21AJwJ9RYZcO7pPkT/4cblWNLz2HiwJACgqMJC
JRdH/X2MvhDZg9D4LIAr1lM=
=M1uc
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ebuild for python module

2006-02-10 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mikhail Yarmish wrote:
 Guys,
How to make right ebuild for a python module part which needs to be
 installed in kde/lib?
If I use PYTHON_MODNAME= I'll get Access Violation.

The Access Violation means that the ebuild tried to modify something outside 
of the sandbox.  Here are some sandbox docs:

http://dev.gentoo.org/~plasmaroo/devmanual/appendices/common-problems/index.html#handling-access-violations
http://bugday.gentoo.org/sandbox.html

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD7OTu/ejvha5XGaMRAgfPAJ9Ph6RensOotUuvDW7nYX78Kl+aJQCg0Lyr
a0cVSt0nSlqDk1H8SZbIDPY=
=RodT
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage cache question

2006-02-13 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Covington, Chris wrote:
 Hi all,
 
 I've recently built a new gentoo box and I noticed that the emerge
 --sync is lightning fast compared to an emerge --sync on the older
 boxes, even though both the new and older boxes are up to date and have
 almost identical world files / versions.  Is there a way I can delete
 and recreate the portage cache on my older boxes?

The post sync metadata transfer (equivalent to `emerge --metadata`) copies 
readonly pre-generated cache from ${PORTDIR}/metadata/cache/ to the writable 
cache which is stored in /var/cache/edb/dep/${PORTDIR}.  You can delete the 
whole cache with `rm -rf /var/cache/edb/*`.  After you've done that, you can 
repopulate it with `emerge --metadata` (`emerge --regen` is more time consuming 
because it sources all of the ebuilds and eclasses instead of using the 
pre-generated cache).

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD8LeP/ejvha5XGaMRAlk9AJ9Z/FpRGeu7QkQ2LSe0SpxANnUW0gCgsGVm
9fsYwKntydEyVefDzyNZj4c=
=lvIW
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage cache question

2006-02-13 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zac Medico wrote:
 You can delete the whole cache with `rm -rf /var/cache/edb/*`.

Actually, that's wrong, please don't do that.  It's `rm -rf 
/var/cache/edb/dep/*`.  Sorry.  :)

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD8Lg9/ejvha5XGaMRAm9sAJwNakfpXXqv1pzLcf3wojy6XyUAsACfazXt
RMMgJ1yaah0KTeQAlz5XyFg=
=P8jV
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage cache question

2006-02-13 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gogiel wrote:
 Zac Medico wrote:
 Zac Medico wrote:
  
 You can delete the whole cache with `rm -rf /var/cache/edb/*`.
 
 
 Actually, that's wrong, please don't do that.  It's `rm -rf
 /var/cache/edb/dep/*`.  Sorry.  :)
 
 Zac

 Oops. I've already done that. Will something go wrong now? :(

Portage should (more or less) regenerate that stuff automatically.  The worst 
part is probably the global updates bit which may take some time because 
portage will have no memory of the updates it has previously performed.  If you 
have any problems with it, join #gentoo-portage on irc.freenode.net and I'll 
help you.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD8P0u/ejvha5XGaMRAvy+AJ4n5jYv91prBwPxWRSLOx44g+LNDgCfeDWV
dNzf2gMlRAC8eSnKj515mrQ=
=37Bf
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.provided syntax

2006-03-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Harry Putnam wrote:
 I'm currently trying to get thru an emerge -vuD world but having
 various things crop up.  Some I thought were handled long ago like
 this overlooking what is in package.provided:
 
   rsnapshot-1.2.2
   bacula-1.48.5
   cvs-emacs-24

The example for package.provided syntax in `man portage` shows categories like 
this:

app-backup/rsnapshot-1.2.2
app-backup/bacula-1.48.5
app-editors/emacs-cvs-24


And like Dave said, you have cvs-emacs rather than emacs-cvs.

Zac

 
 The last two are fake versions so they would stay ahead of what ever
 comes into portage for a while.  My understanding is that portage
 looks here, and if the version is newer it by passes these packages.
 
 So this should not happen:
 
 emerge -vuDp app-editors/emacs-cvs
 These are the packages that would be merged, in order:
 
   Calculating dependencies... done!
   [ebuild U ] app-editors/emacs-cvs-22.0.50-r1 [22.0.50] USE=X gif
   gtk jpeg nls png spell -Xaw3d -tiff 0 kB
 
 Oh, and why is `tiff' turned off (-tiff)?
 
   
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (GNU/Linux)

iD8DBQFEDISR/ejvha5XGaMRAiiNAJ96sa0yTnYzsimB3MwzkgSaC5KeHQCeJaQt
/siLLdvGc77aWlmKr4s+OxU=
=7fXZ
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: package.provided syntax

2006-03-07 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Harry Putnam wrote:
 The example for package.provided syntax in `man portage` shows categories 
 like this:

 app-backup/rsnapshot-1.2.2
 app-backup/bacula-1.48.5
 app-editors/emacs-cvs-24
 
 Ok, I'm a little gun shy to post this now but I'm still seeing
 somethign screwy.
 
 cat /etc/portage/package.provided

Oops, package.provided goes in /etc/portage/profile/ (it's an override for 
/etc/make.profile).  That's probably a common mistake.


 app-backup/rsnapshot-1.2.2
 app-backup/bacula-1.48.5
 app-editors/emacs-cvs-24
 
 emerge -vp app-editors/emacs-cvs:
   These are the packages that would be merged, in order:
   Calculating dependencies... done!
 [ebuild U ] app-editors/emacs-cvs-22.0.50-r1 [22.0.50] USE=X gif
 gtk jpeg nls png spell -Xaw3d -tiff 0 kB

Hmm, the emerge output indicates that app-editors/emacs-cvs-22.0.50 is 
installed (managed by portage).  Normally package.provided is used for packages 
that aren't managed by portage.  Now I'm not sure what you want to accomplish.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (GNU/Linux)

iD8DBQFEDT/V/ejvha5XGaMRAuY5AJ9zVGlkeL+bjPhaA52m4d5edJQWlwCg44l7
x4iYA2CCaPYiLxTkqp7y29g=
=otXv
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB Keyboard

2005-05-20 Thread Zac Medico

--- Hendré Claassen [EMAIL PROTECTED] wrote:
 Hello,
  
 I'm new to the Linux world and have chosen Gentoo as
 my weapon of choice.  After compiling my kernel, and
 rebooting into my new Gentoo system, the keyboard
 seized to function.  I have compiled the USB Human
 Interface option into the kernel ... the keyboard
 functioned perfectly when I booted with the
 Universal CD.  Obviously I'm missing something ...
 any help will be appreciated.

Hello Hendré,

You need the usb keyboard driver. In the kernel config
you need CONFIG_USB_KBD=y or CONFIG_USB_KBD=m and if
compliled as a module it will appear as this file:
/lib/modules/$KV/kernel/drivers/usb/input/usbkbd.ko

If that module exists you can make it autoload like
this:

echo usbkbd  /etc/modules.autoload.d/kernel-2.6

Zac



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] adding files to an iso image

2005-05-20 Thread Zac Medico

--- Sad Jack [EMAIL PROTECTED] wrote:
 Does anyone know of a linux based prog to add files
 to an iso image?
 There are windows based ones but thats a route I'd
 rather not go down.
 
 Thanks in advance
 -- 
 gentoo-user@gentoo.org mailing list
 
 

An iso filesystem is read only AFAIK but you can
append additional sessions if you like.  If you want
to do it from the shell with cdrecord and mkisofs
(app-cdr/cdrtools) then you need the cdrecord -multi
and mkisofs -C options (the respective man pages have
further details).

Of course, any gui frontend will handle the nasty
details for you.  You can browse through the app-cdr
category at packages.gentoo.org.  k3b seems to be
highly recommended.

Zac



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] adding files to an iso image

2005-05-20 Thread Zac Medico
I was under the impression that the iso filesystem is
read only.  Of course, you could mount the iso on a
loop and create a new iso from those files.

If I create an iso with mkisofs -udf then I am able to
mount -t udf -o loop,rw but there is no extra space on
the filesystem to add files.  I use mkudffs from the
udftools package when I need a writable udf
filesystem.


--- [EMAIL PROTECTED] wrote:
 You can mount the iso on a loop device and
 manipuilate it there.
 
  
  From: Sad Jack [EMAIL PROTECTED]
  Date: 2005/05/20 Fri PM 04:01:59 EDT
  To: gentoo-user@lists.gentoo.org
  Subject: [gentoo-user] adding files to an iso
 image
  
  Does anyone know of a linux based prog to add
 files to an iso image?
  There are windows based ones but thats a route I'd
 rather not go down.
  
  Thanks in advance
  -- 
  gentoo-user@gentoo.org mailing list
  
  
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] adding files to an iso image

2005-05-20 Thread Zac Medico
Nice bluff though.  I was hoping sombody added rw
support to the iso9660 driver ;-)

--- Brett I. Holcomb [EMAIL PROTECTED]
wrote:

 Okay - it was a good idea in theory.  However, he
 can mount it, copy it 
 somewhere, modify it and then create an iso of the
 changes.
 
 On Fri, 20 May 2005, Ryan wrote:
 
  Sad Jack wrote:
 
  [EMAIL PROTECTED] wrote:
 
 
  You can mount the iso on a loop device and
 manipuilate it there.
 
 
 
  That not entirely correct.  You cannot simply use
 mount -o loop
  name.iso  /mountpoint and expect it to be
 writtable.  It will NOT be
  writtable, it will still only be read only.  That
 is probably the
  problem he is running into.   There are ways to
 mount it in write mode,
  but I've never needed to do this myself so I have
 no idea if it even
  works or not.  You might be able to use mount -o
 loop,rw name.iso
  /mountpoint.  But I've never tried it, so I dont
 know if that would work
  or not.
 
 
 
  From: Sad Jack [EMAIL PROTECTED]
  Date: 2005/05/20 Fri PM 04:01:59 EDT
  To: gentoo-user@lists.gentoo.org
  Subject: [gentoo-user] adding files to an iso
 image
 
  Does anyone know of a linux based prog to add
 files to an iso image?
  There are windows based ones but thats a route
 I'd rather not go down.
 
  Thanks in advance
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 
 
 
  Great idea. I'll give it a go.
 
  Thanks everyone
 
 
 
 
 
 -- 
 
 Brett I. Holcomb
 [EMAIL PROTECTED]
 Registered Linux User #188143
 Remove R777 to email
 -- 
 gentoo-user@gentoo.org mailing list
 
 




Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] keeping source

2005-05-20 Thread Zac Medico

--- cfk [EMAIL PROTECTED] wrote:
 Pardon the slightly naive question.
 
 I would like to study the c and cpp source on the
 packages I am emerging. I 
 *think* they are removed after compilation. I say I
 *think* as I was looking 
 in /var/tmp/portage and /usr/portage and didnt find
 them.
 
 How do I go about keeping the source for later
 reference of the various 
 packages that I emerge with gentoo.
 
 Charles
 -- 
 gentoo-user@gentoo.org mailing list
 
 

Edit /etc/make.conf and add keepwork to FEATURES. 
This will leave everything including the binaries.

Zac

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] adding files to an iso image

2005-05-21 Thread Zac Medico

--- Sad Jack [EMAIL PROTECTED] wrote:
 I have been able to mount the iso on /mnt/loop and
 copy the files. I
 have added my file and created a new iso.
 
 My difficulty now is to make it bootable. I have
 followed the link
 posted by Bill but the end bit about creating a
 bootable cd does not
 work for me.
 
 I have looked through k3b trying to find an option
 for creating a
 bootable cd but cannot find one.
 

Is it correct to assume that you want to boot Linux?
;-)

You could use grub or isolinux (syslinux package).

http://www.gnu.org/software/grub/manual/html_node/Making-a-GRUB-bootable-CD-ROM.html
http://syslinux.zytor.com/iso.php



Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] last problem OpenOffice not working from user acct.

2005-05-21 Thread Zac Medico

--- rob3 [EMAIL PROTECTED] wrote:
 Root or su can  start OO easily with ooffice
 command.  But it doesn't
 work as a user.  I keeps sending the error message
 that the setup is
 aborted.  Who knows what this means, but its
 irritating, having to go
 back in to user directory and chowning and chgrpin
 files.

Maybe it's choaking on some hidden config files in use
user's home directory like .openoffice or .sversionrc
or something.  What version of openoffice?

Zac



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Adding Menus in KDE

2005-05-21 Thread Zac Medico

--- cfk [EMAIL PROTECTED] wrote:
 I have my Gentoo system booting and running KDE,
 than you very much. Now is 
 the time to understand how menus are added to the
 task bar.
 
 I wonder how new programs, such as kdevelop, just
 emerged are added to the 
 menu. I know how to create a task bar button from a
 menu item, but I dont 
 know how to create a menu item.
 
 I am asking this question in two ways, both manually
 (right-click something 
 maybe) and automatically (all executables in a
 directory, or all executables 
 in a package, or executables emerged in a certain
 way).
 
 Charles Krinke
 -- 
 gentoo-user@gentoo.org mailing list
 
 

Right-click the K Menu and choose Menu Editor.  This
hasn't worked for me since kde 3.4 but I can launch
kmenuedit from the shell.

You can also create a user overlay of the menu by
adding desktop shortcuts inside ~/.kde/share/applnk

Zac



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- Budd, Tracy [EMAIL PROTECTED] wrote:
 Hello all,
 
 I have purchased a new MB and processor. I will be
 transitioning from a
 regular Athlon to an Athlon64. Since I am not
 upgrading my hard drives, I
 plan to upgrade the OS as follows:
 
 1. Boot from the latest Gentoo live CD.
 2. chroot
 3. emerge --update --deep --newuse world
 4. rebuild the kernel with new modules (for the new
 processor and MB)
 5. update /etc/modules.autoload.d/kernel-2.6 with
 the new modules
 
 Did I miss anything?
 
 Thank you for the help in advance.
 
 -tracy
 -- 
 gentoo-user@gentoo.org mailing list
 
 

If you want a 64 bit userland then you should start
over with an AMD64 stage.  Here are some relevant
links:

http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml
http://www.gentoo.org/proj/en/base/amd64/technotes/index.xml

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- Antonino Sabetta [EMAIL PROTECTED]
wrote:
  If you want a 64 bit userland then you should
 start
  over with an AMD64 stage.
 
 So you mean that whenever the hardware platform
 changes are
 so substantial (as in this case), one should install
 the system
 from scratch?
 Please, bear with me, I'm a new Gentoo user, even
 though I've
 been using Linux for a while...

The amd64 processors are backward compatible with 32
bit x86 code.  However, they also support a new x86_64
code.  The x86_64 code itself is not backward
compatible, so it requires different stage (AMD64).



__ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

By new config (AMD64) do you mean change
CHOST=i686-pc-linux-gnu to CHOST=x86_64-pc-linux-gnu ?
 Sounds like a bad idea.

--- Daniel da Veiga [EMAIL PROTECTED] wrote:
 Correct me if I'm wrong, but if you boot from the
 livecd, chroot and
 emerge the system using the new config (AMD64),
 recompile your kernel
 to the new processor and configure the boot loader,
 you're able to get
 your new system to work with the old configuration
 and the new
 architeture.
 
 Of course, this could take a LONG while (recompile
 your whole system
 and all the installed portage tree)... Maybe an
 experienced user can
 answer if this works...
 
 On 5/25/05, Antonino Sabetta
 [EMAIL PROTECTED] wrote:
   If you want a 64 bit userland then you should
 start
   over with an AMD64 stage.
  
  So you mean that whenever the hardware platform
 changes are
  so substantial (as in this case), one should
 install the system
  from scratch?
  Please, bear with me, I'm a new Gentoo user, even
 though I've
  been using Linux for a while...
  Thanks,
 Antonino
  --
  gentoo-user@gentoo.org mailing list
  
  
 
 
 -- 
 Daniel da Veiga
 Computer Operator - RS - Brazil
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- Budd, Tracy [EMAIL PROTECTED] wrote:

 Hmm.
 
 While admittedly extreme, shouldn't setting the new
 architecture work, if
 you recompile the entire system? Is this one of
 those
 should-work-in-theory-but-
 don't-try-this-at-home kind of things? I know there
 are some packages, like
 openoffice, that won't compile under the 64-bit
 arch, but I can just use the
 binaries for those, no?
 

You need a cross compiler to compile x86_64 binaries
from a plain x86 userland.  It's easier to grab an
existing AMD64 stage tarball.

 What if I don't bother updating the arch? Isn't the
 Athlon64 backwards
 compatible with the i386 arch? I know I would lose
 the benefits of the
 64-bit arch, but I would probably be ok with that
 for awhile, until this
 upgrade path got a little easier.

Sure, why not? If you have enough disk space you could
install x86_64 in a separate partition for testing
purposes before you migrate.

Like Emmanuel said, with multilib you can use 32 bit
x86 binaries along side your x86_64 binaries.

Zac



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- Emmanuel Durin [EMAIL PROTECTED] wrote:

 Athlon64 processors can execute 32 bits
 instructions. But you can't
 use 32 bits executables with 64 bits libraries (or
 contrary), and this
 will append while recompiling your system (when a
 library used by
 emerge or gcc will be recompiled), so it should fail
 at any time. I
 think it can be done, respecting a certain order and
 maintaining
 executables links to librairies by hand. Already
 it's not really
 recommended to modify the CHOST variable without
 starting with a stage

This could be done if you were to untar an AMD64 stage
tarball on top of your 32 bit system.  You would need
an x86_64  kernel (like the one on the install cd).  I
don't recommend this and doubt anyone else would. ;-)



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-27 Thread Zac Medico

--- Bob Sanders [EMAIL PROTECTED] wrote:

   - Then delete directories - bin, sbin, lib, sys,
 etc, opt.

http://www.gentoo.org/proj/en/base/amd64/technotes.xml?part=2chap=4#doc_chap3

You could recycle the old directories as a 32-bit
chroot environment.  That could come in handy if you
want to run some 32 bit apps like Wine.

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread Zac Medico

--- Jonathan Wright [EMAIL PROTECTED] wrote:
 The standard kernel should do fine. As far as the
 system is concerned 

Sure but what about 64 bits?  CMIIW but new intel
processors with EM64T are supposed to be x86_64
compatible, right?  That would mean that the gentoo
AMD64 project applies here.

Zac



__
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dual Core 64/Intel

2005-05-28 Thread Zac Medico

--- Zac Medico [EMAIL PROTECTED] wrote:
 
 --- Jonathan Wright [EMAIL PROTECTED] wrote:
  The standard kernel should do fine. As far as the
  system is concerned 
 
 Sure but what about 64 bits?  CMIIW but new intel
 processors with EM64T are supposed to be x86_64
 compatible, right?  That would mean that the gentoo
 AMD64 project applies here.
 

http://marc.theaimsgroup.com/?t=11089374211r=1w=2

This has been discussed on the gentoo-amd64 list. 
Apparently the gentoo AMD64 installation kernel and
stages are compiled for generic x86_64 which allows
them to run on intel EM64T systems.

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Building and using binary packages with emerge/portage

2005-05-30 Thread Zac Medico
--- Ow Mun Heng [EMAIL PROTECTED] wrote:
 I'm sorry but I looked inside the content of a tbz2
 file and didn't find
 that it has any references to the /var/db directory.
 

The data not inside the tar archive.  It's appended
onto the end of the tbz2 file.  You know it's there
because if you unzip the tbz2 file then bunzip2 says
trailing garbage after EOF ignored.

 And what does tbz2tool and xpak do? There's not much
 of a Man page for
 them.
 

They take care of what's needed to handle the appended
data.  They're not documented because normally they're
only used internally by portage.

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Building and using binary packages with emerge/portage

2005-05-31 Thread Zac Medico

--- Ow Mun Heng [EMAIL PROTECTED] wrote:
 
 In This case, how would one determine what IUSE
 values were used for the
 package said package then? How can one use to view
 this data?
 

#!/usr/bin/python
import sys
if len(sys.argv)!=2:
print usage: %s tbz2 file % sys.argv[0]
sys.exit(1)
sys.path = [/usr/lib/portage/pym]+sys.path
import xpak
mytbz2=xpak.tbz2(sys.argv[1])
myuse=mytbz2.getfile(IUSE)
print myuse


 
 I see. In such case, when we emerge -kv package will
 it list the IUSE
 flag which the package was compiled with?
 

/var/db/pkg/${CATEGORY}/${PN}-${PV}/IUSE


 Do you know off-hand w/o needing to compile it on
 one machine (with
 different use flags) and then use the package on
 another machine (which
 has a different USE flag) just to see the
 difference?
 

I'm not sure I understand the question.  You ant to
know if the USE flags are different depending on which
machine the package is compiled on?  Can you use the
above a variation of the above python script?

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Building and using binary packages with emerge/portage

2005-05-31 Thread Zac Medico

--- Ow Mun Heng [EMAIL PROTECTED] wrote:
 answer the 2nd question I have regarding the + or
 - and whether the
 USE flag is in USE?

This should do the trick:

#!/usr/bin/python
import sys
if len(sys.argv)!=2:
print usage: %s tbz2 file % sys.argv[0]
sys.exit(1)
sys.path = [/usr/lib/portage/pym]+sys.path
import xpak
mytbz2=xpak.tbz2(sys.argv[1])
myuse=mytbz2.getelements(USE)
myiuse=mytbz2.getelements(IUSE)
for use in myiuse:
operator=-
if use in myuse:
operator=+
print operator + use +  




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Building and using binary packages with emerge/portage

2005-05-31 Thread Zac Medico

--- Ow Mun Heng [EMAIL PROTECTED] wrote:

 
 So if I understand it correctly, what is being done
 is XPAK will take
 the USE flags from the system which compiled the
 binary and then sort of
 make a comparison with the USE flags for that
 particular package and
 work from there? Am I right?
 

Yes, you have access to all the old /var/db data.  The
filelist() method lists all the files that are
accessible via getfile() or getelements() methods.

The USE flags are a collection of boolean variables. 
A particular flag is enabled when it exists in both
IUSE and USE.

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Building and using binary packages with emerge/portage

2005-05-31 Thread Zac Medico

--- Ow Mun Heng [EMAIL PROTECTED] wrote:
 
 Cool.. nice script by the way. I'm gonna include
 that in Edition 3
 (July) of the MyOSS Magazine
 (http://mag.my-opensource.org) as Tips and
 Tricks. (crediting you of course)
 

Oh it's really nothing.  Glad I could help. ;-)

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Good diagram app

2005-05-31 Thread Zac Medico

--- Bruno Lustosa [EMAIL PROTECTED] wrote:
 Hello.
 
 I am in need of an application like Visio. I tried
 messing with dia,
 but it's still far from what I need, for it lacks
 lots of useful
 features.
 What program do the list recommend?
 

Hi Bruno,

Don't miss the Grumpy Editor's guide to diagram
editors:

http://lwn.net/Articles/83163/
http://lwn.net/Articles/84238/

Zac



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD drive not found on new AMD64 system

2005-06-03 Thread Zac Medico


--- Michael Kjorling [EMAIL PROTECTED] wrote:

   NFORCE3-250: BIOS didn't set cable bits correctly.
snip
   ide1: Wait for ready failed before probe !

Hi Michael,

Does your DVD drive still work with the livecd?  If so
you probably don't need to replace the drive.  I ran a
search for those messages from your dmesg:

http://www.google.com/search?hl=enq=%22BIOS+didn%27t+set+cable+bits+correctly.+Enabling+workaround.%22+%22Wait+for+ready+failed+before+probe+%21%22

This result looks similar to your issue:

http://kerneltrap.org/node/3971

In that case the problem was the ata_piix driver.  Did
you compile the ata_piix driver?

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] svgalib: Cannot open /dev/svga Is svgalib_helper module loaded?

2005-06-03 Thread Zac Medico


--- Michael Sullivan [EMAIL PROTECTED] wrote:

 I found a tutorial for svgalib this morning.  I've
 always been
 fascinated by graphics programming, but never found
 a tutorial that was
 simple enough for me to follow in the beginning.  I
 liked this tutorial.

Hi Michael,

Sounds like fun.  I've heard that svga is going to be
dropped from the default 2005.1 profile.  I'm not sure
how popuar it is these days.  You may want to consider
alternatives such as sdl or directfb.  I'm not
experienced with any of these but they might be worth
exploring.

Zac



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] symbolic link to var tmp

2005-06-03 Thread Zac Medico


--- Ognjen Bezanov [EMAIL PROTECTED] wrote:

 I am trying to upgrade my gentoo box but the
 partition where /var/tmp
 resides is too full.
 
 So I tried making a symbolic link to another disk
 which had a lot of
 space, but then gentoo refused to compile, giving me
 permission errors.
 

Hi Ognjen,

You can't use a symbolic link like that with sandbox. 
You need to set PORTAGE_TMPDIR in make.conf.

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] deadkeys in OpenOffice

2005-06-04 Thread Zac Medico


--- Dan Johansson [EMAIL PROTECTED] wrote:

 I'm having some problems with deadkeys in OO. In
 every other application the 
 deadkeys works fine (like Kmail) to enter chars like
 åäö. But in OO nothing 
 happens when i try to enter a special char (¨ + a to
 create a ä).
 

Hi Dan,

I never use those kinds of characters so maybe
somebody else knows a better way but anyways there's
an article at newsforge that says how to do it with
macros:

http://software.newsforge.com/software/05/05/12/1624209.shtml?tid=93

Near the bottom of the page there's an anonymous
comment about XkbOptions that may be useful.

Zac



__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mac-like automounting?

2005-06-04 Thread Zac Medico


--- Ognjen Bezanov [EMAIL PROTECTED] wrote:

 Hi all.
 
 I want to know if its possible under linux to have
 mac-like
 automounting, e.g. that when i insert a CDROM/usb
 stick/a removable
 device it will automatically pop-up on the desktop
 as an icon which i
 can then access.
 
 The closest i got to this is the 'supermount' patch
 which allows me to
 access CDROM/Floppy devices without (un)mounting,
 but doesnt work for
 USB devices.
 
 If it is possible can anyone tell me how to do it
 under gentoo (some
 links would be fine as well, thx)
 
 P.S please CC me, i am having trouble with the list

Hi Ognjen,

I hear that ivman works well for this:
http://gentoo-wiki.com/HOWTO_ivman

There is another similar packages called
gnome-volume-manager:
http://forums.gentoo.org/viewtopic.php?t=217412

Zac




__ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Installing on Firewire drive?

2005-06-04 Thread Zac Medico


--- Charles Trois [EMAIL PROTECTED] wrote:

 
 The problem now is that Gentoo does not boot: I get
 the message
 
 Cannot open root device sda11 or
 unknown-block(0.0). Please append 
 a correct root= boot option.
   Kernel panic - not syncing: VFS: unable to mount
 root fs on 
 unknown-block(0.0)
 

Hi Charles,

Do you have the Firewire drivers built into the
kernel?  If not then you could load them from an
initrd.  Genkernel will create an initrd for you. 
Simply add your Firewire modules to the
MODULES_FIREWIRE variable in
/usr/share/genkernel/ppc/modules_load and then run
genkernel initrd to generate the initrd (add --udev
if you're using it).  The initrd file will be placed
in /boot and hopefully you can configure your
bootloader to use it.  Add dofirewire to the kernel
command line in order to make the modules load.  You
may also need to add scandelay in order to give the
modules some time to initialize.

I do something similar to boot from a usb drive on
x86.  If the block device /dev/sda11 varies depending
on what you have plugged in, you may find this patch
usefull which allows you to specify a label (created
with e2label) instead of a specific device:

http://bugs.gentoo.org/show_bug.cgi?id=83771

Zac



__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Printer setup tool

2005-06-04 Thread Zac Medico


--- [EMAIL PROTECTED] wrote:

 Ghostscript 7.07.1:
 Unrecoverable error, exit code 1
 D [04/Jun/2005:14:54:36 -0400] [Job 6] renderer
 return value: 127
 D [04/Jun/2005:14:54:36 -0400] [Job 6] renderer
 received signal: 127
 D [04/Jun/2005:14:54:36 -0400] [Job 6] Process dying
 with The renderer
 command line returned an unrecognized error code
 127., exit stat: 1
 D [04/Jun/2005:14:54:36 -0400] [Job 6] The renderer
 command line returned
 an unrecognized error code 127.

Hi Creighton,

I've had a problem like this before.  In my case there
were several drivers to choose from (I use the kde
print wizard).  I picked another driver and
ghostscript was happy after that.

Zac



__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Watch out folks!!! (Bug #95050 appears deadly!!!)

2005-06-04 Thread Zac Medico


--- Mark Knecht [EMAIL PROTECTED] wrote:

 
 localhost root # emerge -pv system
 /usr/bin/python: error while loading shared
 libraries: libstdc++.so.5:
 cannot open shared object file: No such file or
 directory
 localhost root # emerge sync
 /usr/bin/python: error while loading shared
 libraries: libstdc++.so.5:
 cannot open shared object file: No such file or
 directory
 localhost root # emerge info
 /usr/bin/python: error while loading shared
 libraries: libstdc++.so.5:
 cannot open shared object file: No such file or
 directory
 localhost root #
 
 Bug report here:
 
 http://bugs.gentoo.org/show_bug.cgi?id=95050
 
 The is a bad one as far as I can tell. Anyone know
 what I might do to
 try and move forward??
 

Hi Mark,

You only need to get back libstdc++.so.5 ;-)

Are you sure it's gone?  Mine is in
/usr/lib/libstdc++-v3/libstdc++.so.5 and if yours is
still there then you can run ldconfig to fix it
(/usr/lib/libstdc++-v3 should be in /etc/ld.so.conf).

If it's really gone then you could get a libstdc++-v3
binary package and untar it.  If you have
FEATURES=buildpkg then you might have a tbz2 in
${PKGDIR}/All.  If you don't have a tbz2 you can use
quickpkg from the gentookit package to generate tbz2
from a working gentoo system.

Zac





__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] difficulty installing gentoo on AMD sempron

2005-06-04 Thread Zac Medico


--- Ted Ozolins [EMAIL PROTECTED] wrote:

 Thanks Zac, I was having the same problem and this
 fixed it for me.  It
 makes me wonder why was this necessary?
 

The bootstrap script probably works fine with the
2005.0 portage snapshot.  Apparenly there's a bug when
the script upgrades the compiler to a new version.

Zac



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random crash

2005-06-04 Thread Zac Medico


--- ««Omega21»» [EMAIL PROTECTED] wrote:

 Hi there.
 Right now, Im typing this in webmail because
 none of my Mozilla products are working right.
 And now that I think of it, Gaim is doing the same
 thing. 
 
 What happens is:
 I start the program (firefox // thunderbird //
 gaim)
 After what seems to be a random time, it suddenly
 closes.
 

Hi Omega21,

Do you remember what you did just before this problem
started?  Run one of those apps from a terminal so you
can see if there are any clues in stderr.

Zac



__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random crash

2005-06-04 Thread Zac Medico


--- Zac Medico [EMAIL PROTECTED] wrote:

 
 
 --- ««Omega21»» [EMAIL PROTECTED] wrote:
 
  Hi there.
  Right now, Im typing this in webmail because
  none of my Mozilla products are working right.
  And now that I think of it, Gaim is doing the same
  thing. 
  
  What happens is:
  I start the program (firefox // thunderbird //
  gaim)
  After what seems to be a random time, it suddenly
  closes.
  
 
 Hi Omega21,
 
 Do you remember what you did just before this
 problem
 started?  Run one of those apps from a terminal so
 you
 can see if there are any clues in stderr.
 
 Zac
 

I forgot to mention that if there are no clues on
stderr then you can try a debugging tool such as
strace:

strace -f -F -o ~/firefox-strace.txt firefox

The ouput file may have a clue.

Zac



__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random crash

2005-06-04 Thread Zac Medico


--- ««Omega21»» [EMAIL PROTECTED] wrote:
 
 I think I figured it out. Here is my output:
 bash-2.05b$ firefox
 \No running windows found
 /home/omega21/.gtk_qt_engine_rc:62: error:
 unexpected
 character `{', expected character `}'
 /usr/libexec/mozilla-launcher: line 547: 16841
 Segmentation fault  $mozbin $@
 firefox-bin exited with non-zero status (139)
 
 
 I now realize that Gaim, Firefox  Thunderbird are
 all
 GTK, and Im using qt-gtk-engine. That must be the
 issue.
 
 Can I get these things to work though with QT-GTK,
 because GTK without a theme -- well, no one deserves
 to see it. :)
 
 Ian
 

Looks like something is wrong with
~/.gtk_qt_engine_rc.If you can't fix it you could
delete it and start from scratch ;-)  I've used
gtk-qt-engine in the past with no problems.

For KDE users, Mozillux has some really nice themes
for firefox and thunderbird:
http://www.polinux.upv.es/mozilla/temas.php?idioma=en

Zac



__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Where to find ebuild info?

2005-06-04 Thread Zac Medico


--- Roy Wright [EMAIL PROTECTED] wrote:

 Howdy,
 
 Over the past few months since my first gentoo
 install, I have
 yet to discover how do I find out the current state
 of masked
 ebuilds.  I.e., I'm looking for 1) why are they
 masked, and 2) any
 known issues with the build.
 

Read /usr/portage/profiles/package.mask, the ebuild
itself, the ebuild changelog, and bugs.gentoo.org.

 I can look up the package on packages.gentoo.org,
 but can't
 find this info easily.  Yes I can go thru the change
 log and
 the bugs, but these are for all versions.  Takes
 time to sort
 out.
 

If you are really interested then you will take the
time but it really shouldn't take long after you get
used to it.

 Most of the time, I'd like to know if this masked
 for testing
 ebuild already has some known issues (particually
 critical
 ones) and is awaiting the next version or is it
 really just
 waiting for enough people to bang on it?
 

If it's a keyword mask like ~x86 then it is just
waiting for enough people to bang on it.  I use
ACCEPT_KEYWORDS=~x86 and then use -~x86 in
/etc/portage/package.keywords as necessary (most ~arch
packages work fine for me).  

Zac



__ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hostname

2005-06-05 Thread Zac Medico


--- smoke3 [EMAIL PROTECTED] wrote:

 Hi guys,
 suppose you lost /bin/hostname... what could you do
 in order to make
 it available again?
 

You can use equery from the gentoolkit package:

equery belongs /bin/hostname
sys-apps/net-tools

Zac



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with emerg sawfish

2005-06-05 Thread Zac Medico
moonspollo wrote:

 libtool: compile:specify a tag with '--tag'
 make: ***[rep-types.lo] error 1
 make: ***waiting for unfinished jobs
 libtools: compile: specify a tag with '--tag'
 make: ***[rep-gtk.lo] error 1
 
 !!! error: x11-libs/rep-gtk-0.18 failed.
 !!! function src_compile, line47, exitcode 2
 !!! (no error message)
 !!! if you need support, ! post the ...

Hi moonspollo,

There are some patches attached to this bug:
http://bugs.gentoo.org/show_bug.cgi?id=70514

Zac



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] difficulty installing gentoo on AMD sempron

2005-06-05 Thread Zac Medico


--- Allan Gottlieb [EMAIL PROTECTED] wrote:

 At Sat, 04 Jun 2005 18:54:21 -0700 (PDT) Zac Medico
 [EMAIL PROTECTED] wrote:
 
  --- Ted Ozolins [EMAIL PROTECTED] wrote:
 
  Thanks Zac, I was having the same problem and
 this
  fixed it for me.  It
  makes me wonder why was this necessary?
 
  The bootstrap script probably works fine with the
  2005.0 portage snapshot.  Apparenly there's a bug
 when
  the script upgrades the compiler to a new version.
 
 I agree.  Should I file a bug (I was the OP)?  It
 seems unfortunate to
 have problems in the initial install.  I know that
 gcc-config can be
 needed when you upgrade gcc.  If this problem can't
 be fixed in the
 bootstrap script, perhaps the handbook can give a
 warning.
 
 Thanks for your advice to try gcc-config.  It fixed
 the problem.
 

It looks like it might be related to bug 94861.  See
comment 5:
http://bugs.gentoo.org/show_bug.cgi?id=94861#c5

Zac




__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] busybox/e2fsprogs compile error

2005-06-06 Thread Zac Medico


--- Bogo Mipps [EMAIL PROTECTED] wrote:


 e2fsprogs/Makefile
 make[1]: *** No rule to make target `.config`,
 needed by `include/config.h`.
 Stop

I'm guessing that maybe you are using USE=savedconfig
improperly which requires you to provide your own
.config?  Look in the ebuild:

if use savedconfig ; then
[[ -r .config ]]  rm .config

Zac



__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [NEWBIE] Repeating error updating Evolution

2005-06-06 Thread Zac Medico


--- Jules Colding [EMAIL PROTECTED] wrote:

 On Mon, 2005-06-06 at 14:54 +0100, Peter Ruskin
 wrote:
  These sandbox violations happen all too
 frequently.  You should 
  raise a bug report at http://bugs.gentoo.org.  For
 the time being, 
  however, just do:
  
  FEATURES=-sandbox emerge evolution
 
 My make.global file contains sandbox in the
 FEATURES line, so
 shouldn't this be effective already?
 

Nope, the - operator disables sandbox which is what
you want.

Zac



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] question about dropped incoming packets

2005-06-06 Thread Zac Medico


--- askar ... [EMAIL PROTECTED] wrote:

 Hello!
 
 Below is the one line (iptables' log)of my
 /var/log/messages:
 --
 Jun  6 11:55:45 concord Dropped incoming: IN=ppp0
 OUT=eth0
 SRC=212.42.96.15 DST=192.168.0.250 LEN=64 TOS=0x00
 PREC=0x00 TTL=61
 ID=18896 DF PROTO=TCP SPT=110 DPT=25390 WINDOW=65535
 RES=0x00 ACK SYN
 URGP=0
 -
 Could anybody shortly explain me what it means??
 My understanding is: Packets' destination is
 192.168.0.250, comes into
 ppp0 and then trough eth0 goes to 192.168.0.250.
 These packets are
 dropped by firewall, i.e. not allowed to come in.
 ppp0 - is the 1st interface of the server connected
 to the adsl modem
 eth0 - second interface of the server
 192.168.0.250 -  ip adress of the pc in lan.
 But I can't understand if these packets are the
 reply to my request
 from pc with 192.168.0.250 ip address or someone
 trying to intrude my
 system?
 

Hi askar,

It is a reply to a request that originated from
192.168.0.250.  Your iptables rules are not allowing
the packet to be forwarded properly.

Zac



__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] foomatic build(rebuild) broken

2005-06-06 Thread Zac Medico


--- Stoian Ivanov [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] ~ # emerge -a foomatic-db-engine

USE=-sandbox emerge foomatic-db-engine

See http://bugs.gentoo.org/show_bug.cgi?id=91516

Zac



__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] foomatic build(rebuild) broken

2005-06-06 Thread Zac Medico


--- Stoian Ivanov [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] ~ # emerge -a foomatic-db-engine
 

Oops, thats FEATURES=-sandbox



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /etc/shadow syntax

2005-06-06 Thread Zac Medico


--- Hans Hvelplund Odborg [EMAIL PROTECTED] wrote:

 I don't mean to be rude or anything, but I've seen
 many answers like this on 
 different mailinglist archives and everyone seems to
 have an opinion of their 
 own regarding this. So I'd like to see documentation
 of some sort.
 
 Example where ! is different from *:

http://lists.debian.org/debian-user/2005/03/msg04197.html
 
 My original interest for this was sparked from
 gentoo.forums.org, where som 
 people write that changing ! into * in /etc/shadow
 helped them solve problems 
 with freenx. Which implies that * and ! does not
 mean the same.
 
 This is why I'd like to find some kind of more less
 official documentation.
 -- 
 gentoo-user@gentoo.org mailing list
 
 

Did you see man 5 shadow?  I've used freenx
successfully with no need to touch /etc/shadow.

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I set xorg.conf monitor scan rates for S-Video/TV output?

2005-06-06 Thread Zac Medico


--- Mark Knecht [EMAIL PROTECTED] wrote:

 Hi,
I have two machines (my laptop and a Pundit-R)
 that both have
 S-Video outputs which I would like to run X over to
 do MythTV with
 talking to TVs. Both machines are ATI-based.
 
The Pundit-R is set up to use the S-Video output
 instead of a
 monitor and I get all text info from the boot
 sequence and login on my
 TV. I've emerged ati-drivers and am modprobing
 'radeon' which results
 in the following getting loaded:
 
 myth11 root # lsmod
 Module  Size  Used by
 radeon 75776  0
 drm60820  1 radeon
 agpgart28968  1 drm
 myth11 root #
 
When I start X then X runs but the sync is wrong
 and the video is
 laid over on it's side and rolling. I tried all the
 Alt-Ctrl-PageUp
 settings but they all do this.
 
I'm unclear how to choose my monitor scan rates
 for a TV. Any and
 all clues really welcomed.
 
 Thanks,
 Mark
 

Maybe your resolution is not supported on the S-Video
output?  You would need to edit xorg.conf

Section Screen
SubSection Display
Modes640x480

Zac



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I set xorg.conf monitor scan rates for S-Video/TV output?

2005-06-06 Thread Zac Medico


--- Mark Knecht [EMAIL PROTECTED] wrote:

 Thanks. Tried it but same results, other than the
 Alt-Ctrl-+ stuff
 doesn't sequence anymore. (As expected.) Here's
 what's in the (I hope)
 relavant sections. I was assuming my monitor refresh
 rate choices were
 bogus:
 
 Section Monitor
 
 Identifier  My Monitor
 
 # HorizSync is in kHz unless units are specified.
 # HorizSync may be a comma separated list of
 discrete values, or a
 # comma separated list of ranges of values.
 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO
 YOUR MONITOR'S
 # USER MANUAL FOR THE CORRECT NUMBERS.
 
 HorizSync   31.5 - 48.5
 
 #HorizSync  30-64 # multisync
 #HorizSync  31.5, 35.2# multiple fixed sync
 frequencies
 #HorizSync  15-25, 30-50  # multiple ranges of
 sync frequencies
 
 # VertRefresh is in Hz unless units are specified.
 # VertRefresh may be a comma separated list of
 discrete values, or a
 # comma separated list of ranges of values.
 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO
 YOUR MONITOR'S
 # USER MANUAL FOR THE CORRECT NUMBERS.
 
 VertRefresh 50-90
 
 EndSection
 
 Section Device
 Identifier  ** ATI Radeon (generic)
   [radeon]
 Driver  radeon
 #VideoRam32768
 # Insert Clocks lines here if appropriate
 EndSection
 
 Section Screen
 Identifier  Screen 1
 Device  ** ATI Radeon (generic)
   [radeon]
 Monitor My Monitor
 DefaultDepth 24
 
 Subsection Display
 Depth   8
 Modes   1024x768 800x600 640x480
 ViewPort0 0
 EndSubsection
 Subsection Display
 Depth   16
 Modes   1024x768 800x600 640x480
 ViewPort0 0
 EndSubsection
 Subsection Display
 Depth   24
 Modes   640x480
 ViewPort0 0
 EndSubsection
 EndSection
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 

I'm not sure about the refresh rates.  Did you try
Xorg -configure?  Are you sure that it went into 24
bit depth?

grep -i depth /var/log/Xorg.0.log

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] photo management

2005-06-06 Thread Zac Medico


--- Grant [EMAIL PROTECTED] wrote:

 
 So access to a camera via USB Mass Storage is
 preferred over gphoto2?
 
 - Grant
 

Gphoto2 is for cameras that don't support USB Mass
Storage.  If USB Mass Storage is supported then use
that instead.

modprobe usb-storage
dmesg | grep sd
mount -t vfat /dev/sd? /mnt/camera

Zac




__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fix_libtool_files.sh failed

2005-06-06 Thread Zac Medico


--- Luigi Pinna [EMAIL PROTECTED]
wrote:

 Hello!
 I try to emerge cdk (a dependency fot licq) and
 received this error:
 
 x86_64-pc-linux-gnu-g++:

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3-20050110/crtendS.o:
 
 No such file or directory
 make: *** [libcdk.la] Error 1
 
 !!! ERROR: dev-libs/cdk-4.9.11.20031210-r1 failed.
 
 But I haven't more that version of gcc! Now I have
 gcc-3.4.4.
 I tried:
  fix_libtool_files.sh 3.4.4
 and to emerge another time but the error is the
 same...
 Did I forget something?
 Luigi
 

Try fix_libtool_files.sh 3.4.3-20050110

Zac





__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: foomatic build(rebuild) broken

2005-06-06 Thread Zac Medico


--- Bastian Balthazar Bux
[EMAIL PROTECTED] wrote:

 Stoian Ivanov wrote:

  Wow it is possible to have two consoles? Will you
 be so kind and tell me how do I 
  start/switch to second one? 
  BTW Is it possibe to have three of them or am I
 asking too much?
 
 outside X use
 Alt-F1 , Alt-F2 ... Alt-Fn
 
 inside X
 ctrl-alt-F1 ,...
 

In addition to virtual consoles I also find
app-misc/screen quite useful.  You can detach a
session and then reattach from an xterm, ssh, etc...

Zac



__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gthumb GTK error

2005-06-06 Thread Zac Medico


--- Grant [EMAIL PROTECTED] wrote:
 Huh, I logged out of root and I can run gthumb as a
 normal user just
 fine.  Not as root though.  Weird.

That's normal.  See the man page for xhost.

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] updated gnome packages to 2.10, missing menus

2005-06-07 Thread Zac Medico


--- Mats Lidell [EMAIL PROTECTED] wrote:

 I wrote:
  I have rebooted since the emerge so there must be
 something else.
 
 Following up on my own posting but after some
 investigation it seems 
 like my emerge is confused. If I do emerge -up
 world there is nothing 
 that needs to be updated but
 
 -
 # emerge -up gnome-common
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
 [ebuild U ] gnome-base/gnome-common-2.8.0
 [2.4.0]
 -
 
 So from my limited understanding of emerge I guess I
 have some work 
 getting the  portage tree in sync. (Maybe it is time
 for an emerge 
 --update --deep --newuse world !? or what do you
 suggest? And how could 
 this situation occur in the first place?)
 
 Yours
 -- 
 %% Mats
 -- 

Hi Mats,

It's working normally.

emerge -up world will only update packages that are
listed in /var/lib/portage/world.  OTH, emerge -up
gnome-common behaves just like emerge -p gnome-common.
 It is supposed to merge the latest (unmasked)
version.

I gather that gnome-common is not in your world file.
This is normal for packages that are pulled in as
dependencies.

Zac



__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Open Office toolbar

2005-06-07 Thread Zac Medico


--- James [EMAIL PROTECTED] wrote:

 Hello
 
 Sorry about this post, as I'm desperate for
 suggestions as to where
 to get answers; hours of googling and noodling with
 ooffice leave 
 me with a simple problem, which just may be KDE
 relatedthat
 I cannot figure out? Maybe an upgrade of ooffice is
 needed?
 currently (1.1.4-r1) is installed via portage.
 
 The View- toolbars selection usually puts any of
 the choices
 (function bar, text bar, object bar, main toolbar
 etc) into
 the header of the ooffice gui. However, the text
 object bar
 (or the object bar) displays in a popup menu (very
 annoying),
 for the last few days. On a winblowz system you just
 move it
 over the header section and it 'sucks' back into the
 header.
 However no matter what I do, I can  get it back into
 the
 header I'm not even sure what I did to move it
 (the popup
 of the object toolbar) from the header to a popup?
 
 Ideas or places to research this question are most
 appreciated...
 
 

Obvious dirty hack: rm -rf ~/.openoffice

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to set up a dhcp client?

2005-06-07 Thread Zac Medico


--- Claus Ladekjær Wilson [EMAIL PROTECTED] wrote:

 
 Problem is, that another version of gentoo (1.4)
 connects immediately where as 
 my present version takes about one minute. So I
 really miss to know what is 
 wrong about my configuration! Hope somebody could
 give an advice!
 

/sbin/dhcpcd is the client program.  Maybe you can
copy it from the other box just to see if there is a
difference.

Zac



__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Turn off monitor

2005-06-07 Thread Zac Medico


--- John J. Foster [EMAIL PROTECTED]
wrote:

 On Tue, Jun 07, 2005 at 10:31:59PM +0200, Peter De
 Zutter wrote:
  Hi John
  screensave on terminals
  
  setterm blank 0
  
  Greetz
  Peter
  
 In KDE -- Control Center -- Peripherals --
 Display
 On the Power Control tab, set monitor to power off
 after 10 minutes, or
 whatever. This is the behavior I want from a vc. Not
 just to blank.
 

Check the setterm manpage.  Looks like you want the
-powerdown option.  I guess you could do it in
~/.bashrc

Zac



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xpdf bin does not exist

2005-06-07 Thread Zac Medico


--- reg hughson [EMAIL PROTECTED] wrote:

 I have had xpdf installed for some time but haven't
 used it for a couple of weeks so don't really know
 which version caused me the problem...I now notice
 that the xpdf executable that used to be in /usr/bin
 no longer exists. 
 
 I did a search through the forums and found that I
 wasn't alone. However, all of the solutions listed
 in the forums involved openmotif or the xprint use
 flag or both. I have followed all of their
 suggestions including re-emerging xorg, openmotif
 and xpdf in any number of combinations. The result
 is the sameno xpdf bin file. 
 
 Any other suggestions would be appreciated. 
 

Hi reg,

You need to run motif-config before you merge xpdf
with USE=-nomotif.  You can use either openmotif or
lesstif and this is how you choose.

Zac




__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] busybox

2005-06-07 Thread Zac Medico
Norberto Bensa wrote:
 
 What is not mentioned is the motivation to replace
sash 
 with busybox. So my question is: why?

I don't know about sash but busybox is very very cool.
 It's a complete userland in one executable!  Check it
out: http://busybox.net

Zac



__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to set up a dhcp client?

2005-06-07 Thread Zac Medico


--- Raphael Melo de Oliveira Bastos Sales
[EMAIL PROTECTED] wrote:

 Sorry to disagree. I think if he follows what you
 proposed, it might
 break the package. He could, however, unmerge the
 package and install
 directly from sources a version that he knows for
 sure doesn't lag
 this much.
 

Agreed. ;-)

The worst case scenario is that he couldn't use that
binary and he'd have to get another.

ldd /sbin/dhcpcd
linux-gate.so.1 =  (0xe000)
libc.so.6 = /lib/libc.so.6 (0xb7eb4000)
/lib/ld-linux.so.2 (0xb7fec000)

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list



  1   2   3   4   5   6   >