Hi again,
I figured the out at least, why dev-db/pgadmin3-1.4.3 didn't start.
I filed the corresponding bug under
http://bugs.gentoo.org/show_bug.cgi?id=150547.
It hadt to do with the -fvisibility-inlines-hidden CXXFLAG.
Regards
Sebastian Noack
> Hi,
>
> both verions in portage of dev-db/pgadm
Hi,
both verions in portage of dev-db/pgadmin3 1.2.2 and 1.4.3 don't even
compile if I'm using the latest stable of x11-libs/wxGTK which is
version 2.6.2-r1.
Now I have updated x11-libs/wxGTK to version 2.6.3.3 and
dev-db/pgadmin3-1.4.3 compiles succesfully. But I still get following
error messag
Hi,
at the weekend I upgraded to baselayout-1.12.5. And this is the worse
version of baselayout since I'm using Gentoo.
The first reason therefore is, that the kernel log is spamming to your
console all the time, because of the loglevel doesn't become set to 1
anymore.
The workaround is to hack
ontag, 18. September 2006 13:50
> An: gentoo-user@lists.gentoo.org
> Betreff: Re: AW: [gentoo-user] [OT] Why directories aren't files?
>
> Hi,
>
> On Mon, Sep 18, 2006 at 11:49:38AM +0200, Noack, Sebastian wrote:
> > But independent from this aspect, a file refers in
The second field in /etc/passwd stands also for the password hash. But
since storing passwords in /etc/passwd is deprecated, it should ever be
an invalid hash like "x" or "*" for example.
Regards
Sebastian Noack
> OK, thank you. The * should appear in /etc/shadow, not in /etc/passwd.
> --
> Jorge
Hi,
the question is, what is a file? I would say; a file is an object related to a
specific inode. So a directory would be a file as well as FIFOs, unix-sockets,
char, block-devices, symlinks and of course regular files.
The problem is, that not each kind of file is threaded the same way on Lin
Good morning,
I try to rescue files from a corrupted ntfs partition. I don't care
about the corrupted files, but I would like to rescue the untained
files.
Is there a way to instruct cp or tar to skip corrupted files? Or is
there a tool under GNU/Linux which can simply delete the broken files?
Or
It doesn't have to be really the case, that there is no place left on disk.
Sometimes if something during procedure src_unpack of the corresponding ebuild
is going wrong this message appears also.
I had a similar issue a while ago, when I wrote an own ebuild. But I can't find
any bugs in mono-1
Of course you can disable the python-useflag like any other useflag. It will
just disable python for packages with optional support of python. Packages
which are based on python and really need it like portage, will still install
it with their dependencies.
Regards
Sebastian Noack
> -Ursp
Different from kde, in the world gnome there is no wrapper for the
corresponding toolkit (gtk+ in the case of gnome or qt in the case of
kde). While real kde-apps use the kdelibs, apps for the gnome desktop
use the gtk+ toolkit directly. So, whether a gtk+ based app is related
to the gnome desktop
> Your domain can be any one of your domains. Your hostname should not
> match anything in your virtual file. When you set your origin use the
> hostname and not the domain. That'll make things less likely to screw
up.
Couldn't I also omit the hostname or origin instead of it? And if not,
what wou
Hi,
I'm currently setting up a mail server according to
http://www.gentoo.org/doc/en/virt-mail-howto.xml and I don't understand
"Code Listing 2.2".
myhostname = $host.domain.name
mydomain = $domain.name
If this suppose to be a configuration for virtual hosts, than I don't
have a specific hostnam
] emerge fails with "tc-getCC: command not
> found"
>
> Hello,
>
> Noack, Sebastian <[EMAIL PROTECTED]> wrote:
> > tc-getCC is no binary. It is a function of the eclass toolchain, to
> > determine the path to the corresponding C-Compilier. You should make
Hi,
tc-getCC is no binary. It is a function of the eclass toolchain, to determine
the path to the corresponding C-Compilier. You should make sure that the
corresponding ebuild contains the line "inherit toolchain-funcs" in the
beginning. But however it seems to be a bug in the specified ebuild.
-I invoke `mknod -m 666 /dev/cmx0 c 253 0` by myself.
+I invoke `mknod -m 666 /dev/cmx0 c 254 0` by myself.
--
gentoo-user@gentoo.org mailing list
Hi,
I've bought an Omnikey Cardman 4040 card reader and have some trouble to
get it work. Maybe somebody have some experiences with it. Actually it
is one of the recommended card readers for Linux.
I have compiled and loaded the driver cm4040_cs and following line
appeared in /proc/devices:
254
> Julia Fischer wrote:
> > Opengl was already set to xorg-x11. I didn't try the emerge -e
> > xorg-x11 because I needed a running system today. I installed
kubuntu.
> > Thanks anyway!
> >
> > grottenolm.
> >>
> >> I don't think that this is the problem, because of the driver in
any
> >> case become
> Anthony E. Caudel wrote:
> > So I'm wondering what the consensus is regarding what is the best
irc
> > client under Gentoo.
> >
> > Tony
>
> I have tried most of them and I prefer Xchat for a gtk app and IRSSI
for
> the terminal but I am using Gaim right now for IRC because i like
having
> all
> On 8/8/06, Julia Fischer <[EMAIL PROTECTED]> wrote:
> > Here everythin from the first compiler error:
> >
> > glxcmds.c: In function `__glXBindSwapBarrierSGIX':
> > glxcmds.c:1749: warning: cast to pointer from integer of different
size
> > glxcmds.c: In function `__glxQueryHyperpipeNetworkSGIX':
> I have some trouble with emerging x11-base/xorg-x11. I tried to run
> emerge -avD x11-base/xorg-x11
-D affects only something if you pass also -u.
> !!! ERROR: x11-base/xorg-server-1.0.2-r7 failed.
> Call stack:
> ebuild.sh, line 1539: Called dyn_compile
> ebuild.sh, line 939: Called sr
> What is the most gentoo compliant place for executing a small script
> right before the 'umount -a' on shutdown/halt of the system ?
Create an init script into /etc/init.d/ which contains following:
depend() {
need localmount
}
Regards
Sebastian Noack
--
gentoo-user@gentoo.org mail
> > `emerge --nodeps` let you install packages without its dependencies,
>
> would require me to handle dependencies manually. very bad hack.
I would also prefer to make an overlay from the ebuild and implement a
workaround, but you asked for a way without manipulating the portage
three.
Regards
Hi,
`emerge --nodeps` let you install packages without its dependencies, but at
least the other dependencies unless xorg-server are required for compiling
xlib. So you would have to run `emerge --nodeps libX11`
Regards
Sebastian Noack
> -Ursprüngliche Nachricht-
> Von: Enrico Weigelt
> thats right.. but always been this way... i can figure out was wrong
>
>
> On 8/3/06, Jarry <[EMAIL PROTECTED]> wrote:
> Thiago Lüttig wrote:
>
> > /dev/sda4 /home ext3 defaults,quota,grpquota 1 2
>
> Should not it be: "defaults,usrquota,grpquota"?
> At least in my fstab it
> I have a hard time installing Gentoo 2006.0 using either the minimal
> installation image or the LiveCD. The machine has a Asus A8V Deluxe
> mainboard with onboard networking. Windows identifies the network
> controller as "Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet",
> and Gentoo's lsp
> You shouldn't need to, OOo detects which desktop it is running on and
> uses the appropriate icon set. There is an environment variable you
can
> use to force the choice, but you only need that if running an
unsupported
> desktop.
>
>
> --
> Neil Bothwick
That sounds good. Thanks.
Regards
Seb
> > Hi,
> >
> > does somebody know if app-office/openoffice-bin supports native look
> > and feel for kde? Or would I have to emerge app-office/openoffice
> > with KDE-useflag?
>
> The icons, to me, look KDE-ish.
Yeah, that is what I probably mean. I have seen OpenOffice on my mum's
notebook on w
Hi,
does somebody know if app-office/openoffice-bin supports native look and
feel for kde? Or would I have to emerge app-office/openoffice with
KDE-useflag?
Best Regards
Sebastian Noack
--
gentoo-user@gentoo.org mailing list
28 matches
Mail list logo