Re: [gentoo-user] emerge --emptytree : how to ?

2017-10-15 Thread R0b0t1
On Sun, Oct 15, 2017 at 8:51 PM, Walter Dnes <waltd...@waltdnes.org> wrote:
> On Sat, Oct 14, 2017 at 06:25:35AM -0500, Dale wrote
>
>> Some of my make.conf entries.  You may not need all of these so edit out
>> what you don't want or change values if you need to.  I have a four core
>> CPU.
>>
>> FEATURES="-usersync -userpriv -usersandbox buildpkg sandbox parallel-fetch"
>>
>> MAKEOPTS="-j5"
>
>   There is some controversy over setting MAKEOPTS=${number of threads}
> possibly being better than MAKEOPTS=${number of threads} + 1
> https://blogs.gentoo.org/ago/2013/01/14/makeopts-jcore-1-is-not-the-best-optimization/
>

I received the same results when I tested it myself. On modern servers
especially, RAM access speed seems to be matched to core processing
capability very well.

Strangely, adding to the build thread count doesn't seem to help when
disk IO is the bottleneck. It is conceivable that it could but in
practice the location of build data and files seems to be disperse
enough that there are no great access optimizations, and each read
blocks individually.

Cheers,
 R0b0t1



Re: [gentoo-user] What do you think about Firefox 57?

2017-09-07 Thread R0b0t1
On Thu, Sep 7, 2017 at 7:38 AM, konsolebox <konsole...@gmail.com> wrote:
> On Thu, Sep 7, 2017 at 8:26 PM, Danny YUE <sheepd...@gmail.com> wrote:
>> Afterwards I found that it seems Firefox 57 will use a new ecosystem for
>> extensions and be more strict for plugin developers.
>>
>> So Firefox gurus, what do you think about it?
>
> Not a guru, but if it's something that enhances add-on security
> without sacrificing flexibility, I don't mind.
>

I've seen some questionable choices w.r.t. security being made. Things
aren't being made less secure, but choices made in the interest of
security don't really seem to relate to it. The last big extension
update was like that. There was some easy way to get around the
sandbox that Mozilla made for Firefox.

This update will break my favorite extension, Vimperator. I am already
looking at replacements for Firefox due to this. So far I have found
qutebrowser which isn't really as featureful.

R0b0t1.



Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Adam Carter
>
> I have to confess, I set most of this as defaults in make.conf.  The
> most often commands I use, eix-sync and emerge -uaDN world.  Everything
> else is in make.conf.  Listy for those who may be curious.
>
> EMERGE_DEFAULT_OPTS="--with-bdeps y --backtrack=100 --keep-going -v -j5
> --quiet-build=n -1 --unordered-display"
>
> FEATURES="-usersync userpriv usersandbox buildpkg sandbox parallel-fetch"
>
> Each of those were added as I noticed I needed them more often than
> not.  The backtrack option started out at 50 but sometimes that wasn't
> enough so I increased it to 100.  That has worked well so far.  The
> --oneshot, (-1), option was to keep unneeded things from being added to
> my world file.  Each option has some reason for being there.
>
>
Won't the -1 mean that --depclean will remove packages that you want?


Re: [gentoo-user] Sandbox violations when installing a Python package

2017-12-06 Thread Michael Orlitzky
On 12/06/2017 11:09 AM, Helmut Jarausch wrote:
> 
> But then using this version of imapclient fails since it wants
> dev-python/backports-ssl (from PyPi).
> But  dev-python/backports-ssl-0.0.9  doesn't install here before a name  
> clash with dev-python/backports-1.0.
> And no, this version of backports doesn't contain the 'ssl' class
> 
> How did you solve this.

I didn't get that far. Once it installed, I came here to report my progress.


> I nothing helps, I will rename backports to old-backports and patch  
> imapclient correspondingly.

That /sounds/ like a bad idea, but I don't know enough about these
packages to say for sure. If you ask in #gentoo-python, you might
encourage someone who knows how to fix that to do so. There is an open
bug for the new version: https://bugs.gentoo.org/571310



Re: [gentoo-user] Re: Hostile takeover of our github mirror. Don't use ebuild from there until new warning!

2018-06-30 Thread zless
În ziua de sâmbătă, 30 iunie 2018, la 16:52:09 EEST, Francisco Blas Izquierdo 
Riera (klondike) a scris:
> El 29/06/18 a las 17:11, Dale escribió:
> > R0b0t1 wrote:
> >> I can't help but notice this was moved to gentoo-user. Are posts to
> >> gentoo-dev being moderated properly, or should I not bother submitting
> >> anything?
> >>
> >>
> > I suspect it was done to let users know about the breach.  Otherwise,
> > anyone who syncs using the git thingy wouldn't know it is hacked and
> > shouldn't be trusted. 
> >
> > I could be wrong but that's my guess.
> That was indeed the point. When I submitted this I saw the rm -rf /* on
> the ebuilds and wanted to make as little people as possible hit by it.
> 

Anyone tested if the "rm -rf /*" thing works inside the portage sandbox?





Re: [gentoo-user] The return of the dreaded "Cannot run C compiled programs"

2018-03-27 Thread Peter Humphrey
On Tuesday, 27 March 2018 10:33:45 BST Alexander Kapshuk wrote:
> On Tue, Mar 27, 2018 at 12:01 PM, Peter Humphrey <pe...@prh.myzen.co.uk> 
wrote:
> > On Tuesday, 27 March 2018 01:24:09 BST Daniel Frey wrote:
> >> I ran into this some time ago and one of the updates removed the /lib ->
> >> /lib64 symlink.
> >> 
> >> I simply ran `ln -s /lib64 /lib` and it was fine after that.
> > 
> > Nice idea, Dan, but that isn't it in this case:
> > 
> > # /bin/ls -ld /lib
> > lrwxrwxrwx 1 root root 5 Mar 12 00:08 /lib -> lib64
> > 
> > --
> > Regards
> > Peter
> 
> See if this post helps:
> Failed to emerge sys-apps/sandbox-2.12:
> https://forums.gentoo.org/viewtopic-t-1076582-start-0.html

No, it doesn't look like the same problem: he seems not to have failed with 
the same error "cannot run C compiled programs."

-- 
Regards
Peter




Re: [gentoo-user] sys-libs/e2fsprogs-libs causing sandbox violation in /root/.ccache?

2018-03-29 Thread J García
2018-03-28 22:33 GMT-06:00 P Levine :

> The relevant part of the build:
>
>> make[1]: 'compile_et' is up to date.
>> make[1]: Leaving directory
>> '/var/tmp/portage/sys-libs/e2fsprogs-libs-1.44.1/work/e2fsprogs-libs-1.44.1-ab
>> i_x86_64.amd64/lib/et'
>> making all in lib/et
>> * ACCESS DENIED:  utimes:   /root/.ccache
>> * ACCESS DENIED:  mkdir:/root/.ccache/3

The ebuild is working fine on my end, it was built yesterday with no
issues according to my logs. Is FEATURES=ccache part of your
make.conf?
If it is, try to build it with without that feature.


PD: HTML is not welcome in the messages for this list, not everyone is
reading this list with an HTML capable mail reader, those people are
only able to see a bunch of garbage if you send it this way.
Many will ignore your message because of that. Next time just send plain text.



Re: [gentoo-user] sys-libs/e2fsprogs-libs causing sandbox violation in /root/.ccache?

2018-03-29 Thread Rich Freeman
On Thu, Mar 29, 2018 at 8:46 AM, J García  wrote:
> 2018-03-28 22:33 GMT-06:00 P Levine :
>
>> The relevant part of the build:
>>
>>> make[1]: 'compile_et' is up to date.
>>> make[1]: Leaving directory
>>> '/var/tmp/portage/sys-libs/e2fsprogs-libs-1.44.1/work/e2fsprogs-libs-1.44.1-ab
>>> i_x86_64.amd64/lib/et'
>>> making all in lib/et
>>> * ACCESS DENIED:  utimes:   /root/.ccache
>>> * ACCESS DENIED:  mkdir:/root/.ccache/3
>
> The ebuild is working fine on my end, it was built yesterday with no
> issues according to my logs. Is FEATURES=ccache part of your
> make.conf?
> If it is, try to build it with without that feature.

That would almost certainly make the problem go away.

I don't have this issue with e2fsprogs-libs-1.43.6 with ccache, so the
issue is either specific to the newer version or something wrong with
the local config.

-- 
Rich



Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Jacques Montier
Le lun. 21 janv. 2019 à 11:21, Raffaele Belardi  a
écrit :

>
> Well, they are owned by jacques instead of root. Could it be the reason
> why you're asked
> for a password? Maybe some strange interaction with the sandbox?
>
> raffaele
>


Yes, i noticed that, but how to explain my root password rejected when
emerging bash ?

I also noticed something strange :
$ ls -al /proc/self/fd
total 0
dr-x-- 2 jacques jacques  0 21 janv. 11:49 ./
dr-xr-xr-x 9 jacques jacques  0 21 janv. 11:49 ../
lrwx-- 1 jacques jacques 64 21 janv. 11:49 0 -> /dev/pts/1
lrwx-- 1 jacques jacques 64 21 janv. 11:49 1 -> /dev/pts/1
lrwx-- 1 jacques jacques 64 21 janv. 11:49 2 -> /dev/pts/1
lr-x-- 1 jacques jacques 64 21 janv. 11:49 3 -> /proc/4461/fd/

The /proc/4461 directory does not exist !

--
Jacques


Re: [gentoo-user] .tmp-unverified-download-quarantine

2020-01-13 Thread Mick
On Monday, 13 January 2020 22:40:14 GMT Neil Bothwick wrote:
> On Mon, 13 Jan 2020 11:15:31 +, Mick wrote:
> > According to my emerge --info output I have sandbox, usersandbox and
> > userpriv, all set.  The owner of my portage directory and all files
> > therein is root:root.  Should the ownership be portage:portage?  What
> > is the default?
> 
> As it happens, I switched a machine from rsync to git syncing last night,
> so started with a new tree. Everything is root:root. That implies that
> portage does not drop permissions for the sync, otherwise it wouldn't be
> able to write to the tree. And ps confirms that with an rsync sync, rsync
> is running as root.

Thanks Neil, this this leaves me mildly confused as to what the gentoo-default 
ownership of portage tree is/should be.  Until I hear differently I'll leave 
my old installations as portage:portage and the latest as root:root.

-- 
Regards,

Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] .tmp-unverified-download-quarantine

2020-01-14 Thread n952162

On 2020-01-14 00:16, Mick wrote:

On Monday, 13 January 2020 22:40:14 GMT Neil Bothwick wrote:

On Mon, 13 Jan 2020 11:15:31 +, Mick wrote:

According to my emerge --info output I have sandbox, usersandbox and
userpriv, all set.  The owner of my portage directory and all files
therein is root:root.  Should the ownership be portage:portage?  What
is the default?

As it happens, I switched a machine from rsync to git syncing last night,
so started with a new tree. Everything is root:root. That implies that
portage does not drop permissions for the sync, otherwise it wouldn't be
able to write to the tree. And ps confirms that with an rsync sync, rsync
is running as root.

Thanks Neil, this this leaves me mildly confused as to what the gentoo-default
ownership of portage tree is/should be.  Until I hear differently I'll leave
my old installations as portage:portage and the latest as root:root.


It sounds to me like the repository is broken - having ownership as root
seems to be slightly more entropy than portage and could have happened
as a unintended consequence of some uncarefully completed operation.

Is this the proper list to be on?




Re: [gentoo-user] Gentoo Tinderboxes?

2020-04-23 Thread Michael Jones
On Thu, Apr 23, 2020 at 3:21 PM Steven Lembark  wrote:

>
> Q: You have Docker (or any other lxc) running on something local?
>
> We could use my system here as a sandbox. There should be a decent
> way to have a "gentoo-qc" image for testing: Just snag the image and
> have it "emerge --update" to see what works, or something similar.
>
>
> --
> Steven Lembark  5725 Aylesboro Ave
> Workhorse ComputingPittsburgh PA 15217
> lemb...@wrkhors.com+1 888 359 3508
>


If this question is directed at me, then here's some information:

1) Already installed, and used regularly: systemd-nspawn
2) Docker, or others: Well, whatever tool is needed is only an emerge away

If someone were to add (or, if there is already such a feature and I'm just
not aware...) automatic build log uploads on failure to the make.conf
FEATURES variable, I would also be OK to enable that on my equipment.


[gentoo-user] sandbox problems

2008-03-17 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am trying to udate kde-meta (actually, I think it never completely
installed, but I'm doing an update now) and it won't get past the very
first part, that of kde-base/libkpimidentities-3.5.8, because it gets this
error:

libsandbox:  Can't resolve getcwd: (null)

Actually, mmods of that basic line, including the word libsandbox, can't
resolv show up aboout a dozen times, then finally:

make  all-recursive
make[1]: Entering directory
`/var/tmp/portage/kde-base/libkpimidentities-3.5.8/work/libkpimidentities-3.5.8'
Making all in doc
make[2]: Entering directory
`/var/tmp/portage/kde-base/libkpimidentities-3.5.8/work/libkpimidentities-3.5.8/doc'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/kde-base/libkpimidentities-3.5.8/work/libkpimidentities-3.5.8/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kde-base/libkpimidentities-3.5.8/work/libkpimidentities-3.5.8'
make: *** [all] Error 2
 *
 * ERROR: kde-base/libkpimidentities-3.5.8 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 4367:  Called kde-meta_src_compile
 * environment, line 2916:  Called kde_src_compile
 * environment, line 3081:  Called kde_src_compile 'src_compile'
 * environment, line 3202:  Called kde_src_compile
'src_compile' 'all' 'myconf'
 * environment, line 3198:  Called die
 * The specific snippet of code:
 *   emake || die died running emake, $FUNCNAME:make
 *  The die message:
 *   died running emake, kde_src_compile:make

OK, that's all of it, but I *think* it's all revolving around that
libsandbox thing.  There's no man page on it, nothing in the emerge or
portage man pages on sandbox, but therer are some things I saw on Google
saying this might be some enw error (but I saw no workaround)  I did see
some places in the man page for make.conf, but they didn't tell me enouhg
to let me modify it, but DID tell me that I shouldn't touch it.  My portage
is now broken because if it, at least, that's what it seems like.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH3sdMz62J6PPcoOkRAuxZAJ93mfsOCfQlvaU2HRBLeH0gGNbu9ACghYQt
38i76lMDA7RBs9+k0yFqkmM=
=kz9E
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: Fwd: [gentoo-user] beagle and thunderbird

2008-06-30 Thread Stefan G. Weichinger

Dirk Uys schrieb:


Should I unmask this unstable release to get the feature I am looking for?


You will have to keyword the following:

app-misc/beagle
dev-libs/libbeagle
dev-dotnet/dbus-sharp
dev-dotnet/dbus-glib-sharp
dev-dotnet/taglib-sharp


OK, did that ...


You will want to build Beagle with -eds otherwise that will add
additional deps on evolution-data-server etc which you probably don't
need since you use thunderbird.

Also, don't build Nautilus or Yelp with the beagle USE flag, the
stable versions (2.20) of both depend on beagle-0.2.18


Understood and set accordingly.


If you face problems, feel free to mail this list or catch me
(bheekling) or Arun (Ford_Prefect) on #gentoo-desktop @ FreeNode or
#dashboard @ GimpNet (depending on whether the question is
gentoo-specific or beagle-specifi ;)


Should things behave as I expect them to behave?


Beagle should behave, cedk (the maintainer) has kept the package in
good shape :)


Do I have to configure something somewhere?


Probably not. Your profile will be migrated automatically. Once again,
feel free to contact me or Arun if you face problems. This will help
us as well since Arun has recently started pushing for getting Beagle
stabilised with GNOME 2.22, and we would appreciate it if we could get
some testers :)


Yup, I face (a) problem(s):

I keyworded the mentioned pkgs and tried to emerge beagle.

I get access violations and libbeagle does not emerge successfully:

--- ACCESS VIOLATION SUMMARY 
---

LOG FILE = /var/log/sandbox/sandbox-15448.log

unlink:/usr/share/pygtk/2.0/codegen/argtypes.pyc
open_wr:   /usr/share/pygtk/2.0/codegen/argtypes.pyc
unlink:/usr/share/pygtk/2.0/codegen/definitions.pyc
open_wr:   /usr/share/pygtk/2.0/codegen/definitions.pyc
unlink:/usr/share/pygtk/2.0/codegen/defsparser.pyc
open_wr:   /usr/share/pygtk/2.0/codegen/defsparser.pyc
unlink:/usr/share/pygtk/2.0/codegen/scmexpr.pyc
open_wr:   /usr/share/pygtk/2.0/codegen/scmexpr.pyc
unlink:/usr/share/pygtk/2.0/codegen/override.pyc
open_wr:   /usr/share/pygtk/2.0/codegen/override.pyc
unlink:/usr/share/pygtk/2.0/codegen/reversewrapper.pyc
open_wr:   /usr/share/pygtk/2.0/codegen/reversewrapper.pyc


I don't want to delete them, I prefer to ask you first ;)

Thanks for any help, Stefan



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



[gentoo-user] Got myself in a bind unmerging portage

2007-12-16 Thread reader
It all started like this:  Using rsync I was getting an error when
ever I used the `--stats' flag.  The output said it was an error in
the stack ... Rather than mess with it, I thought I might take the
opportunity to sync portage and see if a newer rsync was available.

Its been a mnth or so since I synced.

At the end of the sync I got the notice about emerging a new
portage... so did so.

But then when I attempted to emerg rsync I got some errors I'd never
seen before:

--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /var/log/sandbox/sandbox-14253.log

open_rd:   /root/.bash_history
open_rd:   /root/.bash_history


What was shown there is absolutely all that is in the log and there
are no others at that location.

Looking at /root/.bash_history  I saw nothing wrong.  Its permissions
were 600... but just incase I set it to 644 but it didn't help.

Since these were (To me) unusual errors I thought maybe I should back
out the portage update.

Foolishly I ran emerge -vC portage  before thinking about it much.

I was deeply embroiled in some perl programming is my only excuse
other than deep seated stupidity.

But cutting to the chase: Now of course many of the portage tools were
rm'ed before the emerge -vC failed here:

[...]
--- !empty   dir /usr
--- !empty   dir /etc/portage
--- !empty   dir /etc/logrotate.d
--- !empty   dir /etc/env.d
--- !empty   dir /etc
[portage-2.1.4_rc10] bash: /usr/lib/portage/bin/ebuild.sh: No such file or 
directory
!!! FAILED postrm: 127
 
So very basic stuff is missing.

emerge is one of the tools now missing 

I thought maybe I could download portage and compile it manually but
it appears not to really be made to be used like that. 

At least looking in the unpacked top level directory I don't see the
familiar signs of a gnu sources package like ./configure and such.  It
does have a ready made emerge at ./bin/emerge but running it seems to
indicate it is looking in the wrong places for stuff and isn't going
to be usefull without some more skilled technician than me.

What are my choices here... is the only one to use the livecd and
emerge portage from there?  Or is there such a thing as a sources
package of portage arranged for a stand alone compile job.

All I could find was the distfile..

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge troubles

2006-02-14 Thread Jorge Almeida

On Tue, 14 Feb 2006, Benno Schulenberg wrote:


Jorge Almeida wrote:

cc1: out of memory allocating 8579592 bytes after a total of
7716864 bytes


Swap not enabled?  Also, emerge --info output would be helpful.

Swap was enabled. 
$ emerge info

Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 
2.6.14-gentoo-r2 i686)
=
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.14
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb 
/usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ 
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=ftp://ftp.rnl.ist.utl.pt/pub/gentoo http://distfiles.gentoo.org 
http://www.ibiblio.org/pub/Linux/distributions/gentoo;
LANG=en_US
MAKEOPTS=-j1
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=x86 X aalib acpi bash-completion bitmap-fonts bzip2 cdb cdparanoia cdr crypt 
cups curl gif gtk gtk2 imap imlib java jpeg jpeg2k kde maildir motif ncurses nls nptl 
nsplugin opengl pam pdflib perl pic png posix python qt readline recode ssl tiff truetype 
truetype-fonts type1-fonts xml zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



[gentoo-user] imlib error

2005-10-11 Thread Jorge Almeida
I'm trying to emerge kde-meta. It fails with imlib:

checking for IceConnectionNumber in -lICE... yes
checking for XShmAttach in -lXext... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking whether shmctl IPC_RMID allowes subsequent attaches... yes
checking X11/extensions/XShm.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
checking for TIFFReadScanline in -ltiff... yes
checking for tiffio.h... yes
checking for gif_lib.h... no
configure: error: *** GIF header not found ***


[EMAIL PROTECTED] / $ emerge info
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6,
glibc-2.3.5-r2, 2.6.11 i686)
=
System uname: 2.6.11 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5, 2.4.1-r1
sys-apps/sandbox:1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/env.d
CXXFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo;
LANG=C
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=x86 X bitmap-fonts bzip2 crypt cups curl doc gif jpeg jpeg2k kde
ncurses nls nptl opengl pam perl pic png python qt readline ssl tiff
truetype truetype-fonts type1-fonts xml zlib userland_GNU kernel_linux
elibc_glibc
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

revdep-rebuild show no errors...

-- 
Jorge Almeida
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem emerging ATI drivers

2007-02-17 Thread David Corbin
I'm getting the following output while emerging 
x11-drivers/ati-drivers-8.32.5.

I have no understanding of why this is failing.

All help appreciated
---cut---
 * Preparing fglrx module
make -C /usr/src/linux 
M=/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod 
modules
make[1]: Entering directory `/usr/src/linux-2.6.19'
  CC 
[M]  
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/firegl_public.o
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/firegl_public.c:452:
 
warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/firegl_public.c:
 
In function 'firegl_stub_open':
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/firegl_public.c:575:
 
warning: assignment discards qualifiers from pointer target type
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/firegl_public.c:
 
In function '__ke_request_irq':
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/firegl_public.c:2564:
 
warning: passing argument 2 of 'request_irq' from incompatible pointer type
  LD 
[M]  
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/fglrx.o
  Building modules, stage 2.
  MODPOST 1 modules
  
CC  
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/fglrx.mod.o
  LD 
[M]  
/var/tmp/portage/ati-drivers-8.32.5/work/common/lib/modules/fglrx/build_mod/fglrx.ko
make[1]: Leaving directory `/usr/src/linux-2.6.19'
 Source compiled.
--- ACCESS VIOLATION 
SUMMARY ---
LOG FILE 
= /var/log/sandbox/sandbox-x11-drivers_-_ati-drivers-8.32.5-18092.log

open_wr:   /usr/src/linux-2.6.19/astest18195.out
open_wr:   /usr/src/linux-2.6.19/astest18199.out
open_wr:   /usr/src/linux-2.6.19/astest18209.out
open_wr:   /usr/src/linux-2.6.19/astest18213.out

-- 
David Corbin
Learn more about the FairTax - http://www.fairtax.org
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Clamassassin - does anyone know what is wrong?

2007-03-23 Thread Steve [Gentoo]

#emerge clamassassin
Calculating dependencies... done!

 Emerging (1 of 1) mail-filter/clamassassin-1.2.3 to /
* clamassassin-1.2.3.tar.gz RMD160 ;-) 
...   [ ok ]
* clamassassin-1.2.3.tar.gz SHA1 ;-) 
... [ ok ]
* clamassassin-1.2.3.tar.gz SHA256 ;-) 
...   [ ok ]
* clamassassin-1.2.3.tar.gz size ;-) 
... [ ok ]
* checking ebuild checksums ;-) 
...  [ ok ]
* checking auxfile checksums ;-) 
... [ ok ]
* checking miscfile checksums ;-) 
...[ ok ]
* checking clamassassin-1.2.3.tar.gz ;-) 
... [ ok ]

 Unpacking source...
 Unpacking clamassassin-1.2.3.tar.gz to 
/var/tmp/portage/mail-filter/clamassassin-1.2.3/work

 Source unpacked.
 Compiling source in 
/var/tmp/portage/mail-filter/clamassassin-1.2.3/work/clamassassin-1.2.3 ...
./configure --prefix=/usr --host=i686-pc-linux-gnu 
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share 
--sysconfdir=/etc --localstatedir=/var/lib --disable-subject-rewrite 
--disable-clamdscan --build=i686-pc-linux-gnu

checking for rm... /bin/rm
checking for cat... /bin/cat
checking for sed... /bin/sed
checking for echo... /bin/echo
checking for formail... /usr/bin/formail
checking for mktemp... /bin/mktemp
checking for sigtool... /usr/bin/sigtool
checking for clamscan... /usr/bin/clamscan
checking for clamdscan... /usr/bin/clamdscan
checking for /tmp/clamd... no
configure: ClamAV version 0.90 detected.
configure: Using scanner /usr/bin/clamscan
configure: Using scanner options --no-summary --stdout --mbox
configure: Using virus signature file dir /var/lib/clamav
configure: Signature version reporting is off.
configure: Scanner name adding is on.
configure: Using temporary directory 
/var/tmp/portage/mail-filter/clamassassin-1.2.3/temp

configure: Subject header rewriting is off.
configure: creating ./config.status
config.status: creating clamassassin
config.status: creating Makefile
 Source compiled.
--- ACCESS VIOLATION SUMMARY 
---
LOG FILE = 
/var/log/sandbox/sandbox-mail-filter_-_clamassassin-1.2.3-11762.log


open_wr:   /var/lib/clamav/.dbLock
open_wr:   /var/lib/clamav/.dbLock
 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clamassassin - does anyone know what is wrong?

2007-03-23 Thread Xavier Parizet
Hi !

Please post the log file showed by the last line (LOG FILE =) after retrying 
to install it to see if the install process make the same error, because it 
seems it leaves the portage chroot...

Regards.

Friday 23 March 2007 19:38:17 Steve [Gentoo], you wrote :
 #emerge clamassassin
 Calculating dependencies... done!

   Emerging (1 of 1) mail-filter/clamassassin-1.2.3 to /

  * clamassassin-1.2.3.tar.gz RMD160 ;-)
 ...   [ ok ]
  * clamassassin-1.2.3.tar.gz SHA1 ;-)
 ... [ ok ]
  * clamassassin-1.2.3.tar.gz SHA256 ;-)
 ...   [ ok ]
  * clamassassin-1.2.3.tar.gz size ;-)
 ... [ ok ]
  * checking ebuild checksums ;-)
 ...  [ ok ]
  * checking auxfile checksums ;-)
 ... [ ok ]
  * checking miscfile checksums ;-)
 ...[ ok ]
  * checking clamassassin-1.2.3.tar.gz ;-)
 ... [ ok ]

   Unpacking source...
   Unpacking clamassassin-1.2.3.tar.gz to

 /var/tmp/portage/mail-filter/clamassassin-1.2.3/work

   Source unpacked.
   Compiling source in

 /var/tmp/portage/mail-filter/clamassassin-1.2.3/work/clamassassin-1.2.3 ...
 ./configure --prefix=/usr --host=i686-pc-linux-gnu
 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
 --sysconfdir=/etc --localstatedir=/var/lib --disable-subject-rewrite
 --disable-clamdscan --build=i686-pc-linux-gnu
 checking for rm... /bin/rm
 checking for cat... /bin/cat
 checking for sed... /bin/sed
 checking for echo... /bin/echo
 checking for formail... /usr/bin/formail
 checking for mktemp... /bin/mktemp
 checking for sigtool... /usr/bin/sigtool
 checking for clamscan... /usr/bin/clamscan
 checking for clamdscan... /usr/bin/clamdscan
 checking for /tmp/clamd... no
 configure: ClamAV version 0.90 detected.
 configure: Using scanner /usr/bin/clamscan
 configure: Using scanner options --no-summary --stdout --mbox
 configure: Using virus signature file dir /var/lib/clamav
 configure: Signature version reporting is off.
 configure: Scanner name adding is on.
 configure: Using temporary directory
 /var/tmp/portage/mail-filter/clamassassin-1.2.3/temp
 configure: Subject header rewriting is off.
 configure: creating ./config.status
 config.status: creating clamassassin
 config.status: creating Makefile

   Source compiled.

 --- ACCESS VIOLATION SUMMARY
 ---
 LOG FILE =
 /var/log/sandbox/sandbox-mail-filter_-_clamassassin-1.2.3-11762.log

 open_wr:   /var/lib/clamav/.dbLock
 open_wr:   /var/lib/clamav/.dbLock
 ---
-


-- 
Xavier Parizet
http://www.linuxant.fr/


pgpbHCxQyG0Pq.pgp
Description: PGP signature


[gentoo-user] Help emerging PEAR-DB

2006-03-11 Thread Ronald Vincent Vazquez
Hello list:

I am experiencing the error below while attempting to install PEAR-DB on my 
Gentoo system.

# php -v
PHP 5.1.1-gentoo with Hardening-Patch 0.4.8 (cli) (built: Mar  2 2006 21:40:36) 
(DEBUG)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies

# emerge PEAR-DB
Calculating dependencies ...done!
 emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /
 md5 files   ;-) PEAR-DB-1.6.8.ebuild
 md5 files   ;-) PEAR-DB-1.7.6-r1.ebuild
 md5 files   ;-) PEAR-DB-1.7.6.ebuild
 md5 files   ;-) files/digest-PEAR-DB-1.7.6-r1
 md5 files   ;-) files/digest-PEAR-DB-1.6.8
 md5 files   ;-) files/digest-PEAR-DB-1.7.6
 md5 src_uri ;-) DB-1.7.6.tgz
 Unpacking source...
 Unpacking DB-1.7.6.tgz to /var/tmp/portage/PEAR-DB-1.7.6-r1/work
tar: A lone zero block at 1436
 Source unpacked.
 Test phase [not enabled]: dev-php/PEAR-DB-1.7.6-r1

 Install PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/ 
 category dev-php
ACCESS DENIED  access_wr: /usr/share/php/.depdb
man:
prepallstrip:
 Completed installing PEAR-DB-1.7.6-r1 into 
 /var/tmp/portage/PEAR-DB-1.7.6-r1/image/

--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /var/log/sandbox/sandbox-dev-php_-_PEAR-DB-1.7.6-r1-15768.log

access_wr: /usr/share/php/.depdb


# emerge PEAR-DB
Calculating dependencies ...done!
 emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /

I am attempting to create an overlay but I get the following error after I edit 
the ebuild file to add the needed option (addpredict  /usr/share/php/.depdb):

!!! Digest verification Failed:
!!!/usr/local/portage/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild
!!! Reason: Filesize does not match recorded size

 Please ensure you have sync'd properly. Please try 'emerge sync' and
 optionally examine the file(s) for corruption. A sync will fix most cases.

How do I fix the Filesize does not match recorded size problem?

Thanks in advance,
Ronald Vazquez
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems installing Opera 8.54

2006-05-28 Thread Martin Larsson
I tried upgrading my Opera 8.52 to 8.54. That gave me severa ACCESS DENIEDerrors, as well as a ACCESS VIOLATION SUMMARY and stop in emerge eventhough more packages were ready to install.Here's what I got (Ikke tilgang means No access):
 Unpacking opera-8.54-20060330.1-static-qt.i386-en.tar.bz2 to /var/tmp/portage/opera-8.54/work Source unpacked. Test phase [not enabled]: www-client/opera-8.54 Install 
opera-8.54 into /var/tmp/portage/opera-8.54/image/ category www-clientSystem wide configuration files:/var/tmp/portage/opera-8.54/image//etc//opera6rc/var/tmp/portage/opera-8.54/image//etc//opera6rc.fixed
 would be ignored if installed with the prefix /var/tmp/portage/opera-8.54/image//opt/opera.Do you want to install them in /var/tmp/portage/opera-8.54/image//etc/ [ y,n | yes,no ] ?Shortcut icons will be ignored if installed with the prefix /var/tmp/portage/opera-
8.54/image//opt/opera.Do you want to (try to) install them in default locations [ y,n | yes,no ] ?ACCESS DENIEDopen_wr: /usr/share/icons/hicolor/48x48/apps/opera.pngcp: cannot create regular file «/usr/share/icons/hicolor/48x48/apps/opera.png»: Ikke tilgang
ACCESS DENIEDopen_wr: /usr/share/icons/hicolor/32x32/apps/opera.pngcp: cannot create regular file «/usr/share/icons/hicolor/32x32/apps/opera.png»: Ikke tilgangACCESS DENIEDopen_wr: /usr/share/icons/hicolor/22x22/apps/opera.png
cp: cannot create regular file «/usr/share/icons/hicolor/22x22/apps/opera.png»: Ikke tilgangCould not find shortcut installation directory, desktop entry not installed.man:strip: i686-pc-linux-gnu-strip --strip-unneeded
 /opt/opera/lib/opera/8.54-20060330.1/spellcheck.so /opt/opera/lib/opera/8.54-20060330.1/opera /opt/opera/lib/opera/8.54-20060330.1/works /opt/opera/lib/opera/8.54-20060330.1/missingsyms.so /opt/opera/lib/opera/plugins/libnpp.so
 /opt/opera/lib/opera/plugins/operaplugincleaner /opt/opera/lib/opera/plugins/operamotifwrapper-1 /opt/opera/lib/opera/plugins/operamotifwrapper-2 /opt/opera/lib/opera/plugins/operamotifwrapper-3
 Completed installing opera-8.54 into /var/tmp/portage/opera-8.54/image/--- ACCESS VIOLATION SUMMARY ---LOG FILE = /var/log/sandbox/sandbox-www-client_-_opera-
8.54-11280.logopen_wr: /usr/share/icons/hicolor/48x48/apps/opera.pngopen_wr: /usr/share/icons/hicolor/32x32/apps/opera.pngopen_wr: /usr/share/icons/hicolor/22x22/apps/opera.png



Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-02 Thread Jerry McBride
On Friday 01 December 2006 06:28, Andrew Gaydenko wrote:
 After installing sys-kernel/gentoo-sources-2.6.19 I have tried
 to reinstall lirc and got the error shown below.

 Where is my fault?


 ===
 ...
 make[1]: Leaving directory
 `/wrk/tmp/portage/portage/app-misc/lirc-0.8.0-r6/work/lirc-0.8.0'

  Source compiled.

 --- ACCESS VIOLATION SUMMARY
 --- LOG FILE =
 /var/log/sandbox/sandbox-app-misc_-_lirc-0.8.0-r6-8905.log

 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13467.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13471.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13478.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13482.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13535.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13539.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13546.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13550.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13601.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13605.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13612.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13616.out
 ---
-


Andrew...

If you are still following this thread... It's not your problem... it's an 
unexpected reaction between kbuild in latter version of kernels and portage. 
The simple fix is to patch kbuild in /usr/src/linux...

Here's the relevent patch from gentoo-sources...

Index: linux-2.6.19/scripts/Kbuild.include
===
--- linux-2.6.19.orig/scripts/Kbuild.include
+++ linux-2.6.19/scripts/Kbuild.include
@@ -66,9 +66,11 @@ as-option = $(shell if $(CC) $(CFLAGS) $
 # as-instr
 # Usage: cflags-y += $(call as-instr, instr, option1, option2)
 
-as-instr = $(shell if echo -e $(1) | $(AS) /dev/null 21 -W -Z -o 
astest.out ; \
+as-instr = $(shell if echo -e $(1) | $(AS) /dev/null 21 -W -Z -o \
+  $(if $(KBUILD_EXTMOD),$(firstword 
$(KBUILD_EXTMOD))/)astest.out ; \
   then echo $(2); else echo $(3); fi; \
-  rm -f astest.out)
+  rm -f \
+  $(if $(KBUILD_EXTMOD),$(firstword 
$(KBUILD_EXTMOD))/)astest.out)
 
 # cc-option
 # Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)


Basicly what it does is prevents emerge process from writing 
into /usr/src/linux...

Cheers...

--

Jerry McBride
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kdewebdev-3.4.2 fails to emerge

2005-08-01 Thread sayles
So this is the error message produced from emerge kdewebdev and emerge
--info.

thanks again if anyone can offer help.

-
error message from
emerge kdewebdev

!!! ERROR: kde-base/kdewebdev-3.4.2 failed.
!!! Function kde_src_compile, Line 169, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status
message.


-
emerge --info

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r7 i686)
=
System uname: 2.6.12-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:1.2.11
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo;
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.ca.gentoo.org/gentoo-portage
USE=x86 X alsa arts avi bitmap-fonts cdr crypt cups curl eds emboss
encode esd fam foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2
imagemagick imlib ipv6 jpeg kde libg++ libwww mad mikmod mmx motif mp3
mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python qt
quicktime readline samba sdl spell sse ssl tcltk tcpd tiff truetype
truetype-fonts type1-fonts vorbis xml2 xmms xv zlib userland_GNU
kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS,
PORTDIR_OVERLAY

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] genlop times was: migrating to gcc-3.4.4

2005-08-25 Thread Willie Wong
On Thu, Aug 25, 2005 at 05:33:14PM +, Fernando Meira wrote:
 I would say that most of the emerged packages were emerged before.. but 
 maybe not that much so that genlop could be accurate. Also, a new compiler 
 was being used.. no idea how much can that change the performance.

That might. -shrug-

 Ok.. so I'll get better estimations the more times I update my system. 

Genlop actually just monitors /var/log/emerge.log
and the estimated times comes from, as I said, averaging the times
from past emerges. So you don't really need to have genlop installed
before hand or used it before for it to gather data. 

 Great!! That was in fact the first time I've used genlop. It's quite 
 interesting to be able to predict how much something will take to emerge. 

It's like weather prediction: you will be 80% correct if you guess the
weather tomorrow is the same as today. Same spirit with genlop.

 For what you said, is it worth it just sitting here reading a book or 
 should I just go to bed, would it be possible to check an active emerge for 
 the estimated time left? That would tell you what you should do... does 
 genlop do that?

Technically, genlop -c should show the currently compiling package and
estimate time left. (And if it has been compiling longer than the
average time, it would say: Any Time Now.)

BUT!!! It seems that there is a bug with genlop and newer versions of
portage because some issues with a sandbox lockfile. Search for
genlop sandbox on bugs.gentoo.org for more info. In any case, for
the time being, until the bug is fixed, genlop -c will never detect an
active emerge. So that's too bad. 

Though... if you are talking about, for example, emerge world, then
genlop won't be able to tell you how long until EVERYTHING is done. It
can give you an estimate on how long it will be until the current
compiling package is done. 

W
-- 
I assume you've all done stationary phase integrals...right?
~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 13 days, 21:48
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] trouble with locale and ca-certificates

2011-09-02 Thread Allan Gottlieb
On one machine an emerge of ca-certificates complains that my locale is
bad (details below).  In particular it asserts that filesystem encoding
is ANSI_X3.4-1968.

I followed the localization guide; now my locale seems right (although
filesystem encoding is not mentioned).

allan env.d # locale; locale -a
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
C
en_US
en_US.iso88591
en_US.utf8
POSIX
allan env.d # 

Nonetheless I still get the complaints with ca-certificates.
Any help would be appreciated.
thanks,
allan


 * Messages for package app-misc/ca-certificates-20110502-r1:

 * Package:app-misc/ca-certificates-20110502-r1
 * Repository: gentoo
 * Maintainer: base-sys...@gentoo.org
 * USE:amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
 * Package:app-misc/ca-certificates-20110502-r1
 * Repository: gentoo
 * Maintainer: base-sys...@gentoo.org
 * USE:amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
 * This package installs one or more file names containing characters that
 * do not match your current locale settings. The current setting for
 * filesystem encoding is 'ANSI_X3.4-1968'.
 * 
 *  
usr/share/ca-certificates/mozilla/AC_Ra\ufffd\ufffdz_Certic\ufffd\ufffdmara_S.A..crt
 *  
usr/share/ca-certificates/mozilla/EBG_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd.crt
 *  
usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.crt
 *  
usr/share/ca-certificates/mozilla/T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.crt
 * 
 * For best results, UTF-8 encoding is recommended. See the Gentoo Linux
 * Localization Guide for instructions about how to configure your locale
 * for UTF-8 encoding:
 * 
 *  http://www.gentoo.org/doc/en/guide-localization.xml



Re: [gentoo-user] Re: emerge: 'libsandbox.so' from LD_PRELOAD cannot be preloaded

2013-12-20 Thread Mike Gilbert
On Fri, Dec 20, 2013 at 12:22 PM, Grant Edwards
grant.b.edwa...@gmail.com wrote:
 On 2013-12-20, Grant Edwards grant.b.edwa...@gmail.com wrote:
 One of my systems has suddenly started displaying a lot of error
 messages any time any package is emerged:

  Emerging (1 of 1) x11-terms/rxvt-unicode-9.18
  * rxvt-unicode-9.18.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...
[ ok ]
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  Unpacking source...
  Unpacking rxvt-unicode-9.18.tar.bz2 to 
  /home/portage/tmp/portage/x11-terms/rxvt-unicode-9.18/work
  Source unpacked in 
  /home/portage/tmp/portage/x11-terms/rxvt-unicode-9.18/work
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  [...]

 This seems to have been caused by my setting the NET_RAW capability on
 /usr/bin/python2.7.  I maintain several Python applications that have
 to use raw sockets, and I got tired of having to use sudo to test
 them -- I also thought it would be safer if I tested them with the
 minimum capabilities required.  But, it appears that setting that
 capability on the python executable (setting it on a .py file is
 pointless) breaks the sandbox feature used by emerge.

 After removing the NET_RAW capability from /usr/bin/python2.7 the
 sandbox errors went away.

 So now it's back to running my Python apps as root when all they
 really need is raw sockets...


An couple of workarounds for you:

1. Create a copy of the python2.7 binary, set the NET_RAW cap on that.
2. Create a small wrapper in C that calls the python2.7 binary. Set
the NET_RAW cap on the wrapper binary.



[gentoo-user] Re: emerge: 'libsandbox.so' from LD_PRELOAD cannot be preloaded

2013-12-20 Thread Grant Edwards
On 2013-12-20, Mike Gilbert flop...@gentoo.org wrote:
 On Fri, Dec 20, 2013 at 12:22 PM, Grant Edwards
grant.b.edwa...@gmail.com wrote:
 On 2013-12-20, Grant Edwards grant.b.edwa...@gmail.com wrote:
 One of my systems has suddenly started displaying a lot of error
 messages any time any package is emerged:

  Emerging (1 of 1) x11-terms/rxvt-unicode-9.18
  * rxvt-unicode-9.18.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...   
 [ ok ]
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  Unpacking source...
  Unpacking rxvt-unicode-9.18.tar.bz2 to 
  /home/portage/tmp/portage/x11-terms/rxvt-unicode-9.18/work
  Source unpacked in 
  /home/portage/tmp/portage/x11-terms/rxvt-unicode-9.18/work
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: 
 ignored.
  [...]

 This seems to have been caused by my setting the NET_RAW capability on
 /usr/bin/python2.7.  I maintain several Python applications that have
 to use raw sockets, and I got tired of having to use sudo to test
 them -- I also thought it would be safer if I tested them with the
 minimum capabilities required.  But, it appears that setting that
 capability on the python executable (setting it on a .py file is
 pointless) breaks the sandbox feature used by emerge.

 After removing the NET_RAW capability from /usr/bin/python2.7 the
 sandbox errors went away.

 So now it's back to running my Python apps as root when all they
 really need is raw sockets...

 An couple of workarounds for you:

 1. Create a copy of the python2.7 binary, set the NET_RAW cap on that.

That's not a bad idea.

 2. Create a small wrapper in C that calls the python2.7 binary. Set
the NET_RAW cap on the wrapper binary.

AFAICT, that won't work -- but I think something similar will.  The
NET_RAW capability will be lost when the wrapper binary does the
fork/exec.  But, I could set CAP_SETPCAP for the wrapper binary which
would then be able to fork/exec a child python process and set the
NET_RAW capability for that process.

Sure would be easier if network interfaces showed up under /dev so you
could use normal group permissions to deal with things like this...

-- 
Grant Edwards   grant.b.edwardsYow! If I felt any more
  at   SOPHISTICATED I would DIE
  gmail.comof EMBARRASSMENT!




Re: [gentoo-user] Question about initial/default ownership of /usr/portage

2015-10-03 Thread Neil Bothwick
On Sat, 3 Oct 2015 10:40:42 +0200, Alan McKinnon wrote:

> On 03/10/2015 10:26, Neil Bothwick wrote:
> > On Fri, 2 Oct 2015 20:48:06 -0700, Raymond Jennings wrote:
> >   
> >> Who is supposed to own /usr/portage?  
> > 
> > This was discussed in some detail two weeks ago. Search for the thread
> > entitled "portage directory ownerships?".
> > 
> >   
> 
> 
> There's an aspect of that we didn't discuss 2 weeks ago.
> 
> The answer to the OP's question is, as always, "it depends".
> From man 5 make.conf, section "FEATURES":
> 
>   userfetch
>  When  portage  is  run  as root, drop privileges to
>  portage:portage  during  the  fetching  of  package
>  sources.
> 
>   userpriv
>      Allow  portage  to drop root privileges and compile
>  packages  as  portage:portage  without  a   sandbox
>  (unless usersandbox is also used).
> 
>   usersandbox
>  Enable  the sandbox in the compile phase, when run‐
>  ning without root privs (userpriv).
> 
>   usersync
>  Drop privileges to the owner of  ${repository_loca‐
>  tion}  for  emerge(1)  --sync operations. Note that
>  this feature assumes  that  all  subdirectories  of
>  ${repository_location}  have  the same ownership as
>  ${repository_location} itself.  It  is  the  user's
>  responsibility  to  ensure correct ownership, since
>  otherwise Portage would have to waste time validat‐
>  ing ownership for each and every sync operation.
> 
> 
> So logically, if user* is in FEATURES then $PORTDIR should be
> portage:portage
> If emerge --sync is done as user alan, then all repos ($PORTDIR, local
> overlays, layman overlays) need to be owned by alan:
> 
> if user* is not in FEATURES and everything gets run as root, then
> PORTDIR, DISTDIR and so on can be root:root.

That's interesting, but I think only the last one applies to $POSTDIR.
userfetch applies to $DISTDIR, which may or may not be within $PORTDIR
while the others relate to compiling so should only affect transient
directories in $PORTAGE_TMPDIR.

> The point is, there really isn't a "owner:group /should/ be" rule for
> portage data, the admin needs to make it whatever he needs it to be.

The default though is for all four of those features to be set, so
you would expect $PORTDIR to be portage:portage, yet on this recent
install it is root:root. The local portage mirror it syncs from is
portage:portage.

I'm beginning to think portage is female and all attempts to understand it
are futile...


-- 
Neil Bothwick

Give a man a fish and you feed him for a day; teach him
to use the Net and he won't bother you for weeks.


pgpd9yXAapzxZ.pgp
Description: OpenPGP digital signature


[gentoo-user] Emerge interferes with Git (Was: Wlan disappeared after suspend)

2016-09-13 Thread Bertram Scharpf
On Tuesday, 13. Sep 2016, 08:08:39 -0400, Michael Orlitzky wrote:
> On 09/13/2016 04:23 AM, Bertram Scharpf wrote:
> > after suspend, my wlan is dead and it cannot be restarted
> 
> I had this same problem with the ath5k driver (still do, I bet)
> on my Thinkpad x61s. What happens if you run "sudo rfkill list"
> after you resume from suspend? Does it show that the wireless is
> "hard blocked"?

First of all:

The rfkill install interferes with Git!

Error log:


>>> Compiling source in 
>>> /usr/portage/tmp/portage/net-wireless/rfkill-0.5/work/rfkill-0.5 ...
make -j2 V=1 
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -Wundef 
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -W
error-implicit-function-declaration -c -o rfkill.o rfkill.c
./version.sh version.c
 * ACCESS DENIED:  open_wr:  /usr/portage/.git/index.lock
rfkill.c: In function ‘get_name’:
rfkill.c:83:2: warning: ignoring return value of ‘read’, declared with 
attribute warn_unused_result [-Wunused-result]
  read(fd, name, sizeof(name) - 1);
  ^
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -Wundef 
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -W
error-implicit-function-declaration -c -o version.o version.c
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed rfkill.o version.o  -o rfkill
>>> Source compiled.
 * --- ACCESS VIOLATION SUMMARY 
---
 * LOG FILE: "/var/log/sandbox/sandbox-10986.log"
 * 
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /usr/portage/.git/index.lock
A: /usr/portage/.git/index.lock
R: /usr/portage/.git/index.lock
C: git update-index --refresh --unmerged 
 * 


>>> Failed to emerge net-wireless/rfkill-0.5, Log file:

>>>  '/usr/portage/tmp/portage/net-wireless/rfkill-0.5/temp/build.log'

I helped myself by renaming the .git directory, but that's
only a workaround.

How can I fix this? Should I report this?

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de



Re: [gentoo-user] ...if linking a completly unused library...

2016-10-02 Thread Rich Freeman
On Sun, Oct 2, 2016 at 1:00 PM, Michael Orlitzky <m...@gentoo.org> wrote:
> On 10/02/2016 10:38 AM, Rich Freeman wrote:
>> That said, some distros have better
>> tools for finding missing dependencies, like blocking access to files
>> that aren't part of a declared dependency during the build process.
>> I've looked at the portage jail and that actually wouldn't be hard to
>> add to Gentoo.  Right now portage configures the jail to give read
>> access to everything by default.  If you disabled that you could
>> instead pass a configuration that explicitly gives read access to
>> every single file in the build dependencies (and @system I suppose),
>> and denied everything else.  Implementation is left as an exercise to
>> the reader.
>>
>
> This has to be harder than it looks. The benefit would be huge, so if it
> was easy, someone would have done it already, right?
>

I did some of the research but didn't get beyond that.

Basically you need to use the portage API to walk the full dependency
tree (unless we require deps of deps to be explicitly defined, then
you just need to walk one level), and use the portage API to obtain a
list of installed files for each.  That just all goes into a list
which is passed to the sandbox when it is set up (it just takes a list
of paths I believe with a R/W access setting).  You need to pass it
the full contents of @system as well.

If it is slow you could probably make it a FEATURE that ordinary users
can choose to use or not, but which of course would be recommended for
devs.

Right now /etc/sandbox.d/00default contains SANDBOX_READ="/".  That
would need to be removed, and set explicitly in portage.

What I haven't done is traced all the portage sources to best figure
where to do it.  I imagine portage will already have the dependency
list cached somewhere.  I'm not sure if it already walks their list of
files, but if so then this is an obvious optimization.  I suspect it
wouldn't perform all that badly actually as this stuff is all easy to
resolve, unless the sandbox binary itself struggles with a long ACL.

-- 
Rich



Re: [gentoo-user] Weird compilation error (nasm)

2018-11-13 Thread David Haller
Hello,

On Tue, 13 Nov 2018, tu...@posteo.de wrote:
>I got a weird looking error while upgrading/recompiling nasm:
>cmake -C 
>/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake
> -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr 
>-DCMAKE_INSTALL_DEFAULT_DOCDIR=/usr/share/doc/libjpeg-turbo-2.0.1 
>-DENABLE_STATIC=no -DWITH_JAVA=no -DWITH_MEM_SRCDST=ON 
>-DCMAKE_BUILD_TYPE=Gentoo 
>-DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_toolchain.cmake
>  /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1
>loading initial cache file 
>/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake
> * ACCESS DENIED:  fopen_wr: /?
>Build type  Gentoo
>Install path/usr
>Compiler flags:
>C   -march=native -O -pipe
>C++ 
>Linker flags:
>Executable  -Wl,-O1 -Wl,--as-needed
>Module  -Wl,-O1 -Wl,--as-needed
>Shared  -Wl,-O1 -Wl,--as-needed
>
>>>> Source configured.
> * --- ACCESS VIOLATION SUMMARY 
> ---
> * LOG FILE: "/var/log/sandbox/sandbox-16492.log"
> * 
>VERSION 1.0
>FORMAT: F - Function called
>FORMAT: S - Access Status
>FORMAT: P - Path as passed to function
>FORMAT: A - Absolute Path (not canonical)
>FORMAT: R - Canonical Path
>FORMAT: C - Command Line
>
>F: fopen_wr
>S: deny
>P: /?
>A: /?
>R: /?
>C: /usr/bin/nasm /? 
> * 
> 

The problem is cmake's way to figure out what nasm it has got:

 /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:79 
  list(APPEND CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDORS MSVC )
  set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_FLAGS_MSVC "/?")
  set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_REGEX_MSVC "Microsoft


Workaround1:


--- libjpeg-turbo-2.0.1.ebuild~ 2018-11-13 20:45:58.0 +0100
+++ libjpeg-turbo-2.0.1.ebuild  2018-11-13 20:44:02.0 +0100
@@ -52,6 +52,7 @@
-DENABLE_STATIC="$(usex static-libs)"
-DWITH_JAVA="$(multilib_native_usex java)"
-DWITH_MEM_SRCDST=ON
+   -DCMAKE_ASM_NASM_COMPILER_ID=GNU
)
[[ ${ABI} == "x32" ]] && mycmakeargs+=( -DREQUIRE_SIMD=OFF ) #420239
cmake-utils_src_configure


Workaround2: if you have dev-lang/yasm installed, use:

ASM_NASM=/usr/bin/yasm [ebuild|emerge] ...

Workaround3: delete those MSVC lines from
/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake

Workaround4: patch cmake-utils.eclass to add 
-DCMAKE_ASM_NASM_COMPILER_ID=GNU to cmakeargs in
cmake-utils_src_configure.

HTH,
-dnh, I'd prefer solution 3 ;)

-- 
my other signature is more intellectual



Re: [gentoo-user] Weird compilation error (nasm)

2018-11-14 Thread tuxic
Hi,

its gone this evening while updateing...

Thanks a lot to all for the help!

Cheers
Meino




On 11/13 09:35, David Haller wrote:
> Hello,
> 
> On Tue, 13 Nov 2018, tu...@posteo.de wrote:
> >I got a weird looking error while upgrading/recompiling nasm:
> >cmake -C 
> >/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake
> > -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr 
> >-DCMAKE_INSTALL_DEFAULT_DOCDIR=/usr/share/doc/libjpeg-turbo-2.0.1 
> >-DENABLE_STATIC=no -DWITH_JAVA=no -DWITH_MEM_SRCDST=ON 
> >-DCMAKE_BUILD_TYPE=Gentoo 
> >-DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_toolchain.cmake
> >  /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1
> >loading initial cache file 
> >/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake
> > * ACCESS DENIED:  fopen_wr: /?
> >Build type  Gentoo
> >Install path/usr
> >Compiler flags:
> >C   -march=native -O -pipe
> >C++ 
> >Linker flags:
> >Executable  -Wl,-O1 -Wl,--as-needed
> >Module  -Wl,-O1 -Wl,--as-needed
> >Shared  -Wl,-O1 -Wl,--as-needed
> >
> >>>> Source configured.
> > * --- ACCESS VIOLATION SUMMARY 
> > ---
> > * LOG FILE: "/var/log/sandbox/sandbox-16492.log"
> > * 
> >VERSION 1.0
> >FORMAT: F - Function called
> >FORMAT: S - Access Status
> >FORMAT: P - Path as passed to function
> >FORMAT: A - Absolute Path (not canonical)
> >FORMAT: R - Canonical Path
> >FORMAT: C - Command Line
> >
> >F: fopen_wr
> >S: deny
> >P: /?
> >A: /?
> >R: /?
> >C: /usr/bin/nasm /? 
> > * 
> > 
> 
> The problem is cmake's way to figure out what nasm it has got:
> 
>  /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:79 
>   list(APPEND CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDORS MSVC )
>   set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_FLAGS_MSVC "/?")
>   set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_REGEX_MSVC "Microsoft
> 
> 
> Workaround1:
> 
> 
> --- libjpeg-turbo-2.0.1.ebuild~ 2018-11-13 20:45:58.0 +0100
> +++ libjpeg-turbo-2.0.1.ebuild  2018-11-13 20:44:02.0 +0100
> @@ -52,6 +52,7 @@
> -DENABLE_STATIC="$(usex static-libs)"
> -DWITH_JAVA="$(multilib_native_usex java)"
> -DWITH_MEM_SRCDST=ON
> +   -DCMAKE_ASM_NASM_COMPILER_ID=GNU
> )
> [[ ${ABI} == "x32" ]] && mycmakeargs+=( -DREQUIRE_SIMD=OFF ) #420239
> cmake-utils_src_configure
> 
> 
> Workaround2: if you have dev-lang/yasm installed, use:
> 
> ASM_NASM=/usr/bin/yasm [ebuild|emerge] ...
> 
> Workaround3: delete those MSVC lines from
> /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake
> 
> Workaround4: patch cmake-utils.eclass to add 
> -DCMAKE_ASM_NASM_COMPILER_ID=GNU to cmakeargs in
> cmake-utils_src_configure.
> 
> HTH,
> -dnh, I'd prefer solution 3 ;)
> 
> -- 
> my other signature is more intellectual
> 



Re: [gentoo-user] Re: bash upgrading problem

2019-01-20 Thread Jacques Montier
Le sam. 19 janv. 2019 à 19:42, Jacques Montier  a
écrit :

>
> Thanks Jack,
>
> Le sam. 19 janv. 2019 à 19:03, Jack  a
> écrit :
>
>>
>> --quoted attachment
>> “app-shells:bash-4.4_p23-r1:20190119-102517.log”--
>> [snip much of emerge log]
>> So the problem occurs at the end of the ./configure stage.  You did not
>> include this in your original post.
>> > checking which library has the termcap functions... (cached) using
>> > libcurses
>> > checking whether /dev/fd is available...
>> > ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be
>> > preloaded (cannot open shared object file): ignored.
>> So this is the real error - portage can't (pre)load libsandbox.so.
>> 1) When is the last time you did a full upgrade?  I'm now wondering if
>> you have inconsistent versions of different packages installed.
>> 2) Try re-emerging sys-apps/sandbox.
>>
>
>  - I just did a full upgrade by : emerge -auvDN --with-bdeps=y
> --keep-going world => so i have to upgrade bash
> [ebuild U  ] app-shells/bash-4.4_p23-r1::gentoo [4.4_p12::gentoo]
> USE="net nls (readline) -afs -bashlogger -examples -mem-scramble -plugins"
> 0 KiB
> - Then emerge sandbox => OK
> - Then emerge bash => it stops asking for passwd. :-(
>
> 3) If that does not work, try running revdep-rebuild.  It should not
>> normally be necessary, but there are times.  Did an emerge world ever
>> get interrupted?
>>
>>
> - revdep-rebuild done without any error
>
>
> --
> Jacques
>


Hello all,

As i was backing up my gentoo system to an external USB drive via
SystemRescueCD, i tried one thing :

- i mounted all the partitions (/ , boot, home, etc.) and /dev, /sys, /proc
and chroot into the system

then
#emerge bash
and...it works ! No password asked !

After umounting all that stuff, reboot.

- I tried to re-emerge bash ; password : ? and it stops.

Anyone could explain that to me ? It would be great !

Thanks a lot !


*--*
*Jacques*

*https://sites.google.com/site/jacquesfr35/
<https://sites.google.com/site/jacquesfr35/>*


[gentoo-user] gobject-introspection-1.62.0 invalid eapi version

2020-05-20 Thread Pascal Schorde
Hi List,
first time posting to this list as non-native english speaker. Please
excuse any typos.

While emerging @world I get the following error:

 * Package:dev-libs/gobject-introspection-1.62.0
 * Repository: gentoo
 * Maintainer: gn...@gentoo.org
 * USE:abi_x86_64 amd64 elibc_glibc kernel_linux
python_single_target_python3_7 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * Using python3.7 to build
>>> Unpacking source...
>>> Unpacking gobject-introspection-1.62.0.tar.xz to
/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work
>>> Source unpacked in
/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work
>>> Preparing source in
/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0
...
>>> Source prepared.
>>> Configuring source in
/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0
...
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/meson", line 6, in 
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
 * ERROR: dev-libs/gobject-introspection-1.62.0::gentoo failed (configure
phase):
 *   __eapi7_ver_compare: invalid version:
 *
 * Call stack:
 * ebuild.sh, line  125:  Called src_configure
 *   environment, line 2431:  Called meson_src_configure
 *   environment, line 1623:  Called ver_test '' '-lt' '0.54'
 *   environment, line 3164:  Called __eapi7_ver_compare '' '0.54'
 *   environment, line  337:  Called die
 * The specific snippet of code:
 *   [[ ${va} =~ ${re} ]] || die "${FUNCNAME}: invalid version: ${va}";
 *
 * If you need support, post the output of `emerge --info
'=dev-libs/gobject-introspection-1.62.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv
'=dev-libs/gobject-introspection-1.62.0::gentoo'`.
 * The complete build log is located at
'/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/temp/environment'.
 * Working directory:
'/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0'
 * S:
'/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0'

Here is the output from
emerge --info '=dev-libs/gobject-introspection-1.62.0::gentoo'

https://pastebin.com/utSSCc1r

Any idea what this error means or how to fix this?
Please ask for more infos.

Thank you very much
Pascal


Re: [gentoo-user] Shared libraries lack a SONAME

2020-09-28 Thread urpion
On Mon, Sep 28, 2020 at 03:10:09PM +1000, urp...@gmx.com wrote:
> On Sat, Sep 26, 2020 at 09:57:59AM -0400, Michael Orlitzky wrote:
> > On 2020-09-26 00:50, urp...@gmx.com wrote:
> > >
> > > Files matching a file type that is not allowed:
> > >usr/lib/liblsp-dsp-lib-0.5.9.so
> > >  * ERROR: media-libs/lsp-dsp-lib-0.5.9::macro failed:
> > >  *   multilib-strict check failed!
> > >  *
> >
> > That's a 64-bit library I guess. It has to go in /usr/lib64 instead of
> > /usr/lib.
> >
> > (You can read about multilib-strict in `man make.conf`)
> >
>   Thanks very much. I'll look into that. If this gets through, my last
> replys seem to have disappeard.
>
  I have tried putting multilib-strict in make.conf. I didn't realize
default profiles had become multilib, but I still get the same error.

  Here's the info I tried to post before:


emerge -pqv '=media-libs/lsp-dsp-lib-0.5.9::macro'
[ebuild  N] media-libs/lsp-dsp-lib-0.5.9


emerge --info '=media-libs/lsp-dsp-lib-0.5.9::macro'
Portage 3.0.4 (python 3.8.5-final-0, default/linux/amd64/17.1/desktop, 
gcc-9.3.0, glibc-2.31-r6,
+5.6.19-rt-rt11 x86_64)
=
 System Settings
=
System uname:
+Linux-5.6.19-rt-rt11-x86_64-Intel-R-_Core-TM-_i5-3210M_CPU_@_2.50GHz-with-glibc2.2.5
KiB Mem: 3936604 total,383664 free
KiB Swap:  0 total, 0 free
Timestamp of repository gentoo: Sat, 26 Sep 2020 00:36:22 +
Head commit of repository gentoo: 8e6455de0a243fbcf735170e615431fee9af24c9

Timestamp of repository audio-overlay: Wed, 23 Sep 2020 18:35:18 +
Head commit of repository audio-overlay: 
38d215903f0a936ebfbddb6b6e302afc212630fa

Timestamp of repository brave-overlay: Tue, 22 Sep 2020 19:05:23 +
Head commit of repository brave-overlay: 
1d42a89a08f8a94a864c59f2dfabf8e2e0281aab

Head commit of repository fordfrog: b2f40f59b304b012ac8b9eb7aac37ed97c773867

Head commit of repository abendbrot: ee15f9f30a7d171348c9fe19bca8e2ad6ab0b557

sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
ccache version 3.7.11 [enabled]
app-shells/bash:  5.0_p18::gentoo
dev-java/java-config: 2.3.1::gentoo
dev-lang/perl:5.30.3::gentoo
dev-lang/python:  2.7.18-r2::gentoo, 3.6.11-r2::gentoo, 
3.7.8-r2::gentoo, 3.8.5::gentoo
dev-util/ccache:  3.7.11::gentoo
dev-util/cmake:   3.16.5::gentoo
dev-util/pkgconfig:   0.29.2::gentoo
sys-apps/baselayout:  2.7::gentoo
sys-apps/openrc:  0.42.1::gentoo
sys-apps/sandbox: 2.18::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:   1.16.1-r1::gentoo
sys-devel/binutils:   2.34-r2::gentoo
sys-devel/gcc:9.3.0-r1::gentoo
sys-devel/gcc-config: 2.3.1::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:   2.31-r6::gentoo

#Repositories:

Installed sets: @lbry
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=ivybridge -mtune=ivybridge -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf
+/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
+/etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d 
/etc/texmf/web2c"
CXXFLAGS="-march=ivybridge -mtune=ivybridge -O2 -pipe"
DISTDIR="/home/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB 
PERL5OPT PERLPREFIX
+PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME 
XDG_DATA_HOME
+XDG_RUNTIME_DIR"
FCFLAGS="-march=ivybridge -mtune=ivybridge -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache
+config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox 
merge-sync
+multilib-strict network-sandbox news parallel-fetch parallel-install 
pid-sandbox preserve-libs
+protect-owned qa-unresolved-soname-deps sandbox sfperms strict 
unknown-features-warn
+unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=ivybridge -mtune=ivybridge -O2 -pipe"
GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo 
https://ftp.jaist.ac.jp/pub/Linux/Gentoo/;
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4 -l1"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--o

Re: [gentoo-user] Chromium build process tries wrong LLVM

2023-05-01 Thread Michael
On Monday, 1 May 2023 00:34:11 BST Alan Grimes wrote:
> There does not seem to be a gcc-config or eselect for LLVM / clang
> 
> The ebuild for today's chromium requires LLVM 16 -> LLVM 16 is
> installed.  Fine so far...
> 
> So therefore something selects llvm 15 to build =(
> #
> *  sys-devel/clang
>Latest version available: 16.0.2
>Latest version installed: 16.0.2
>Size of files: 115,471 KiB
>Homepage:  https://llvm.org/
>Description:   C language family frontend for LLVM
>License:   Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
> #
> 
>  >>> Failed to emerge www-client/chromium-112.0.5615.165, Log file:
>  >>> '/var/tmp/portage/www-client/chromium-112.0.5615.165/temp/build.log'
>  >>> Jobs: 0 of 1 complete, 1 failed Load avg: 7.37,
> 
> 2.34, 1.00
>   * Package:www-client/chromium-112.0.5615.165:0/stable
>   * Repository: gentoo
>   * Maintainer: chrom...@gentoo.org
>   * USE:X abi_x86_64 amd64 cups elibc_glibc hangouts
> kernel_linux l10n_af l10n_am l10n_ar l10n_bg l10n_bn l10n_ca l10n_cs
> l10n_da l10n_de l10n_el l10n_en-GB l10n_es l10n_es-419 l10n_et l10n_fa
> l10n_fi l10n_fil l10n_fr l10n_gu l10n_he l10n_hi l10n_hr l10n_hu l10n_id
> l10n_it l10n_ja l10n_kn l10n_ko l10n_lt l10n_lv l10n_ml l10n_mr l10n_ms
> l10n_nb l10n_nl l10n_pl l10n_pt-BR l10n_pt-PT l10n_ro l10n_ru l10n_sk
> l10n_sl l10n_sr l10n_sv l10n_sw l10n_ta l10n_te l10n_th l10n_tr l10n_uk
> l10n_ur l10n_vi l10n_zh-CN l10n_zh-TW lto official pic
> proprietary-codecs pulseaudio qt5 screencast suid system-av1
> system-harfbuzz system-icu userland_GNU wayland
>   * FEATURES:   network-sandbox nostrip sandbox splitdebug userpriv
> usersandbox
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>   * Using LLVM slot 15 to build
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>   * Checking for at least 9 GiB RAM ...
>   [ ok ]
>   * Checking for at least 13 GiB disk space at
> "/var/tmp/portage/www-client/chromium-112.0.5615.165/temp" ...
>   [ ok ]
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>   * ERROR: www-client/chromium-112.0.5615.165::gentoo failed (setup phase):
>   *   At least clang 16 is required <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< *
>   * Call stack:
>   *ebuild.sh, line 136:  Called pkg_setup
>   *   chromium-112.0.5615.165.ebuild, line 310:  Called die
>   * The specific snippet of code:
>   *  die "At least clang 16 is required"
[snip...]

Check if your env includes llvm-16.  Take a look at the contents of /etc/
env.d/60llvm-* to see what paths it points to.





Re: [gentoo-user] Re: Emerge load again

2023-11-30 Thread Michael
On Thursday, 30 November 2023 10:16:25 GMT Nuno Silva wrote:
> On 2023-11-29, Michael wrote:
> > On Monday, 27 November 2023 15:39:33 GMT Peter Humphreey wrote:
> >> Hello list,
> >> 
> >> I still can't see how portage limits the load. Today I'm emerging
> >> libreoffice, and it's spending almost the whole time working with 4 CPU
> >> threads. But:
> >> 
> >> $ grep -e '\-j' -e distcc /etc/portage/make.conf
> >> EMERGE_DEFAULT_OPTS="--jobs=18 --load-average=30 --backtrack=200 --
> >> autounmask=n --keep-going  --nospinner"
> >> FEATURES="distcc userfetch buildpkg network-sandbox parallel-install
> >> sandbox userpriv usersandbox"
> >> MAKEOPTS="-j18"
> >> 
> >> I found a suggestion to use distcc in the installation handbook, which I
> >> hadn't seen there before, so I went searching for it and found how to do
> >> it. It usually works well, in this case starting 18 packages before
> >> starting LO itself. grep -rw doesn't find '4' anywere relevant under
> >> /etc/portage/ . Other times it just doesn't help at all.
> >> 
> >> What am I missing?
> > 
> > In absence of other contributions I'll offer a theoretical explanation,
> > based on random observations on my systems.
> 
> I can't explain the 4, but one thing about this configuration (although
> it's possible this has been already discussed before, apologies if
> 
> that's the case):
> > You have specified as many as 18 packages to be emerged in parallel x up
> > to 18 make jobs each.  The result of [18 x 18 = 324] is to be limited by
> > a total load average of 30.
> 
> [...]
> 
> > Were this to occur the load limit restriction would kick in and you would
> > see only up to 30 jobs listed in top, with individual package processes
> > alternating in the top list of make threads.
> 
> The load limit is being set only for emerge, not make, so it would only
> affect the decision to start building more packages in parallel. The
> already started ongoing builds could still take the load beyond 30, with
> more than 30 processes - there is nothing set to prevent that, or is
> there?

As I understand it any tasks the emerge command is spawning, including make 
jobs, will be respectful of the '--load-average 30.0'.  When only MAKEOPTS is 
specified, then a '-l 30.0' would be needed there to apply the same load limit 
average.

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] CD ripper that generates song titles?

2015-09-07 Thread Fernando Rodriguez
uri.common.checksum
> > >   (/var/tmp/portage/media-
> > sound/morituri-0.2.3/work/morituri-0.2.3/morituri/common/checksum.py)
> > > (gst-plugin-scanner:3783): GStreamer-CRITICAL **:
> > > gst_structure_empty_new: assertion 'gst_structure_validate_name (name)'
> > > failed
> > > 
> > > (gst-plugin-scanner:3783): Clutter-CRITICAL **: Unable to initialize
> > > Clutter: Could not initialize Gdk
> > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> > > Warning: Unable to extract the base list for
> > > twisted.trial.unittest.TestDecorator: Bad dotted name
> > > Warning: Module gobject._gobject is shadowed by a variable with the same
> > > name.
> > > Warning: 18 markup errors were found while processing docstrings.  Use
> > > the verbose switch (-v) to display markup errors.
> > > >>> Source compiled.
> > >  (null)*(null) --- ACCESS VIOLATION SUMMARY
> > >  ---
> > >  (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-3700.log"
> > >  (null)*(null)
> > > VERSION 1.0
> > > FORMAT: F - Function called
> > > FORMAT: S - Access Status
> > > FORMAT: P - Path as passed to function
> > > FORMAT: A - Absolute Path (not canonical)
> > > FORMAT: R - Canonical Path
> > > FORMAT: C - Command Line
> > > 
> > > F: mkstemp
> > > S: deny
> > > P: /run/user/0/orcexec.XX
> > > A: /run/user/0/orcexec.XX
> > > R: /run/user/0/orcexec.XX
> > > C: /usr/lib64/gstreamer-0.10/gst-plugin-scanner -l
> > >  (null)*(null)
> > >  
> > 

> > > 
> > > >>> Failed to emerge media-sound/morituri-0.2.3, Log file:
> > > 
> > > >>>  '/var/log/portage/media-sound:morituri-0.2.3:20150907-233836.log'
> > > 
> > > 
> > > So, how can I fix or is this a dead package i.e. no maintainance?
> > > 
> > > Thanks in advance for any ideas.
> > > 
> > > 
> > > 
> > 
> > If you trust the ebuild you can try emerging it with FEATURES="-sandbox" 
or 
> > add an exception for the temp directory on the ebuild.
> > 
> > https://devmanual.gentoo.org/function-reference/sandbox-functions/
> 
> But what is it really complaining about?  I don't want to do this
> arbitrarily, it is there for a reason.

In that case it looks like it's just trying to create a temp file under /run. 
Portage defines a temp directory within the sandbox but it looks like the build 
system uses some other method to determine the temp dir. Also note that it is 
running as root (I think that's because the ebuild has userpriv set) so 
although a temp file sounds harmless there's no way to tell what else it'll do 
if you run it without the sandbox. You can use the addwrite function at the 
top of the src_compile() function to allow it to write only to that directory.

-- 
Fernando Rodriguez



Re: [gentoo-user] CD ripper that generates song titles?

2015-09-07 Thread Fernando Rodriguez
uri.common.checksum
> > >   (/var/tmp/portage/media-
> > sound/morituri-0.2.3/work/morituri-0.2.3/morituri/common/checksum.py)
> > > (gst-plugin-scanner:3783): GStreamer-CRITICAL **:
> > > gst_structure_empty_new: assertion 'gst_structure_validate_name (name)'
> > > failed
> > > 
> > > (gst-plugin-scanner:3783): Clutter-CRITICAL **: Unable to initialize
> > > Clutter: Could not initialize Gdk
> > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> > > Warning: Unable to extract the base list for
> > > twisted.trial.unittest.TestDecorator: Bad dotted name
> > > Warning: Module gobject._gobject is shadowed by a variable with the same
> > > name.
> > > Warning: 18 markup errors were found while processing docstrings.  Use
> > > the verbose switch (-v) to display markup errors.
> > > >>> Source compiled.
> > >  (null)*(null) --- ACCESS VIOLATION SUMMARY
> > >  ---
> > >  (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-3700.log"
> > >  (null)*(null)
> > > VERSION 1.0
> > > FORMAT: F - Function called
> > > FORMAT: S - Access Status
> > > FORMAT: P - Path as passed to function
> > > FORMAT: A - Absolute Path (not canonical)
> > > FORMAT: R - Canonical Path
> > > FORMAT: C - Command Line
> > > 
> > > F: mkstemp
> > > S: deny
> > > P: /run/user/0/orcexec.XX
> > > A: /run/user/0/orcexec.XX
> > > R: /run/user/0/orcexec.XX
> > > C: /usr/lib64/gstreamer-0.10/gst-plugin-scanner -l
> > >  (null)*(null)
> > >  
> > 

> > > 
> > > >>> Failed to emerge media-sound/morituri-0.2.3, Log file:
> > > 
> > > >>>  '/var/log/portage/media-sound:morituri-0.2.3:20150907-233836.log'
> > > 
> > > 
> > > So, how can I fix or is this a dead package i.e. no maintainance?
> > > 
> > > Thanks in advance for any ideas.
> > > 
> > > 
> > > 
> > 
> > If you trust the ebuild you can try emerging it with FEATURES="-sandbox" 
or 
> > add an exception for the temp directory on the ebuild.
> > 
> > https://devmanual.gentoo.org/function-reference/sandbox-functions/
> 
> So, if I wanted to add addpredict /run where would I put it?  Somewhere
> in the ebuild?  I still tink its pretty funky.
> 
> 

It looks like it's happening during the compile phase so at the top of 
src_compile(). If it's a live (git) ebuild it's likely that it's an upstream 
change since the ebuild was written. If a malicious ebuild wants to escape the 
sandbox it's easy (clear LD_PRELOAD or load a dummy sandbox library) so it's 
likely just bad practices.

I don't know if addpredict will work but it's worth a try, in any case I think 
it'll be harmless to write there (any user can do it). If there's no 
src_compile() make it:

src_compile() {
addpredict /run/user/0/
default
}

I don't remember if that's the right syntax for a directory, it may be 
addpredict "/run/user/0/*"

-- 
Fernando Rodriguez



Re: [gentoo-user] CD ripper that generates song titles?

2015-09-08 Thread covici
.3'
> > > > if test -e ./.git; then make REVISION; fi
> > > > make[1]: Leaving directory
> > > > '/var/tmp/portage/media-sound/morituri-0.2.3/work/morituri-0.2.3'
> > > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> > > > Progress:
> > > > 00:10
> > > >  (null)*(null) (null)ACCESS DENIED(null):  mkstemp:
> > > >  
> > > 
> /run/user/0/orcexec.XX-]
> > > >   Building documentation: morituri.common.checksum
> > > > (/var/tmp/portage/media-
> > > sound/morituri-0.2.3/work/morituri-0.2.3/morituri/common/checksum.py)
> > > > (gst-plugin-scanner:3783): GStreamer-CRITICAL **:
> > > > gst_structure_empty_new: assertion 'gst_structure_validate_name (name)'
> > > > failed
> > > > 
> > > > (gst-plugin-scanner:3783): Clutter-CRITICAL **: Unable to initialize
> > > > Clutter: Could not initialize Gdk
> > > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> > > > Warning: Unable to extract the base list for
> > > > twisted.trial.unittest.TestDecorator: Bad dotted name
> > > > Warning: Module gobject._gobject is shadowed by a variable with the same
> > > > name.
> > > > Warning: 18 markup errors were found while processing docstrings.  Use
> > > > the verbose switch (-v) to display markup errors.
> > > > >>> Source compiled.
> > > >  (null)*(null) --- ACCESS VIOLATION SUMMARY
> > > >  ---
> > > >  (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-3700.log"
> > > >  (null)*(null)
> > > > VERSION 1.0
> > > > FORMAT: F - Function called
> > > > FORMAT: S - Access Status
> > > > FORMAT: P - Path as passed to function
> > > > FORMAT: A - Absolute Path (not canonical)
> > > > FORMAT: R - Canonical Path
> > > > FORMAT: C - Command Line
> > > > 
> > > > F: mkstemp
> > > > S: deny
> > > > P: /run/user/0/orcexec.XX
> > > > A: /run/user/0/orcexec.XX
> > > > R: /run/user/0/orcexec.XX
> > > > C: /usr/lib64/gstreamer-0.10/gst-plugin-scanner -l
> > > >  (null)*(null)
> > > >  
> > > 
> 
> > > > 
> > > > >>> Failed to emerge media-sound/morituri-0.2.3, Log file:
> > > > 
> > > > >>>  '/var/log/portage/media-sound:morituri-0.2.3:20150907-233836.log'
> > > > 
> > > > 
> > > > So, how can I fix or is this a dead package i.e. no maintainance?
> > > > 
> > > > Thanks in advance for any ideas.
> > > > 
> > > > 
> > > > 
> > > 
> > > If you trust the ebuild you can try emerging it with FEATURES="-sandbox" 
> or 
> > > add an exception for the temp directory on the ebuild.
> > > 
> > > https://devmanual.gentoo.org/function-reference/sandbox-functions/
> > 
> > So, if I wanted to add addpredict /run where would I put it?  Somewhere
> > in the ebuild?  I still tink its pretty funky.
> > 
> > 
> 
> It looks like it's happening during the compile phase so at the top of 
> src_compile(). If it's a live (git) ebuild it's likely that it's an upstream 
> change since the ebuild was written. If a malicious ebuild wants to escape 
> the 
> sandbox it's easy (clear LD_PRELOAD or load a dummy sandbox library) so it's 
> likely just bad practices.
> 
> I don't know if addpredict will work but it's worth a try, in any case I 
> think 
> it'll be harmless to write there (any user can do it). If there's no 
> src_compile() make it:
> 
> src_compile() {
>   addpredict /run/user/0/
>   default
> }
> 
> I don't remember if that's the right syntax for a directory, it may be 
> addpredict "/run/user/0/*"

Well, I did get it to emerge, but it was very broke, like they never
finished the thing, even valid commands would always give a traceback,
so I got rid of the thing.

Thanks anyway for all your help -- I learned something anyway.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] could there be a problem with acct-group/lp?

2020-12-30 Thread Jack

On 2020.12.30 17:17, n952162 wrote:
When I try to restore my pkgs, after the --depclean, the emerge  
fails. 
It seems like there's an error in the pre-inst script of  
acct-group/lp? 

That's need by cups:

1270~/adm/gentoo/emerged>sudo cat
/var/tmp/portage/acct-group/lp-0-r1/temp/build.log
 * Package:    acct-group/lp-0-r1
 * Repository: gentoo
 * Maintainer: syst...@gentoo.org print...@gentoo.org
 * USE:    abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv  
usersandbox

>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/acct-group/lp-0-r1/work
>>> Preparing source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source compiled.
>>> Test phase [not enabled]: acct-group/lp-0-r1

>>> Install acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image
>>> Completed installing acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image

 * Final size of build directory:  4 KiB
 * Final size of installed tree:  20 KiB

 * checking 1 files for package collisions
>>> Merging acct-group/lp-0-r1 to /
error writing group entry: Invalid argument
 * Adding group 'lp' to your system ...
error writing group entry: Invalid argument
 *  - Groupid: 7
groupadd: group 'lp' already exists
This seems to be the basic cause.  However, I have no idea what that  
emerge should do if the group it wants to install does already exist.   
I can re-emerge this package with no problems.  Is this a new install  
or reinstall?  All the logic is in the eclass which does have the  
comment "Creates the group if it does not exist."


What happens if you just run "emerge -1 acct-group/lp"?  Have you done  
a successful "emerge -auDvN @system" ?  There may well be something  
else required still missing, but not an explicit dependency because it  
is part of @system.



 * ERROR: acct-group/lp-0-r1::gentoo failed (preinst phase):
 *   (no error message)
 *
 * Call stack:
 * ebuild.sh, line  125:  Called pkg_preinst
 *   environment, line 1194:  Called acct-group_pkg_preinst
 *   environment, line  360:  Called enewgroup 'lp' '7'
 *   environment, line  735:  Called die
 * The specific snippet of code:
 *   groupadd -r ${opts} "${egroup}" || die
 *
 * If you need support, post the output of `emerge --info
'=acct-group/lp-0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv
'=acct-group/lp-0-r1::gentoo'`.
 * The complete build log is located at
'/var/tmp/portage/acct-group/lp-0-r1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/acct-group/lp-0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/acct-group/lp-0-r1/homedir'
 * S: '/var/tmp/portage/acct-group/lp-0-r1/work'
!!! FAILED preinst: 1

Then there's this, from emerge --info:

Password:
Portage 3.0.9 (python 3.8.6-final-0, default/linux/amd64/17.1,
gcc-9.3.0, glibc-2.32-r3, 4.19.72-gentoo x86_64)
=
 System Settings
=
System uname:
Linux-4.19.72-gentoo-x86_64-AMD_A9-9420_RADEON_R5,_5_COMPUTE_CORES_2C+3G-with-glibc2.2.5
KiB Mem: 7672120 total,   1147028 free
KiB Swap:    8388604 total,   8387316 free
Timestamp of repository gentoo: Wed, 30 Dec 2020 20:30:01 +
Head commit of repository gentoo:  
19c597e94d94dff08de5c0d8a692f871b75c4130

sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash:  5.0_p18::gentoo
dev-lang/perl:    5.30.3::gentoo
dev-lang/python:  2.7.18-r4::gentoo, 3.6.12::gentoo,
3.7.9::gentoo, 3.8.6::gentoo, 3.9.0::gentoo
dev-util/cmake:   3.17.4-r1::gentoo
sys-apps/baselayout:  2.7::gentoo
sys-apps/openrc:  0.42.1::gentoo
sys-apps/sandbox: 2.20::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:   1.16.2-r1::gentoo
sys-devel/binutils:   2.34-r2::gentoo
sys-devel/gcc:    9.3.0-r2::gentoo
sys-devel/gcc-config: 2.3.2-r1::gentoo
sys-devel/libtool:    2.4.6-r6::gentoo
sys-devel/make:   4.3::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:   2.32-r3::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts:
    sync-rsync-verify-metamanifest: yes

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS=&q

Re: [Gentoo] : Re: [gentoo-user] logcheck fallback detection message

2020-07-08 Thread elu6-u259

Jul 7, 2020, 22:35 by a...@suugaku.co.uk:

   On Tue, Jul 07, 2020 at 08:48:33AM -0400, elu6-u...@spamex.com wrote:

   Noticed the line "Using fallback detection... please install
   python-magic for
   better gzip detection." I installed python-magic, but that makes no
   difference.

   Anybody have any idea how to get rid of it?

   With which PYTHON_TARGETS was `python-magic` built ? Please post the
   output of
   `emerge --info python-magic` (place it as an attachment to the
   e-mail, not a
   link to an external hosting service).

   -- 


   Ashley Dixon
   suugaku.co.uk

   2A9A 4117
   DA96 D18A
   8A7B B0D2
   A30E BF25
   F290 A8AA


Output is attached as requested. Snippet:

   PYTHON_TARGETS="python2_7 python3_7 (-pypy3) -python3_6 (-python3_8) 
(-python3_9)"


Tom Naujokas (elu6-u259 at spamex.com)
Portage 2.3.99 (python 3.7.7-final-0, default/linux/x86/17.0/desktop/gnome, 
gcc-9.3.0, glibc-2.30-r8, 5.4.28-ck-bcache i686)
=
 System Settings
=
System uname: 
Linux-5.4.28-ck-bcache-i686-AMD_Sempron-tm-_Processor_3400+-with-gentoo-2.6
KiB Mem: 1865660 total,280144 free
KiB Swap:   53710844 total,  53710068 free
Timestamp of repository gentoo: Wed, 08 Jul 2020 09:00:01 +
Head commit of repository gentoo: a419a4c32987fc825ff2cbfc0dcaa4fed186b99e
sh bash 5.0_p17
ld GNU ld (Gentoo 2.33.1 p2) 2.33.1
ccache version 3.7.9 [disabled]
app-shells/bash:  5.0_p17::gentoo
dev-lang/perl:5.30.3::gentoo
dev-lang/python:  2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.2-r2::gentoo
dev-util/ccache:  3.7.9::gentoo
dev-util/cmake:   3.16.5::gentoo
sys-apps/baselayout:  2.6-r1::gentoo
sys-apps/openrc:  0.42.1::gentoo
sys-apps/sandbox: 2.18::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:   1.11.6-r3::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils:   2.33.1-r1::gentoo
sys-devel/gcc:9.3.0::gentoo
sys-devel/gcc-config: 2.3::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:   2.30-r8::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-metamanifest: yes
sync-rsync-extra-opts: 
sync-rsync-verify-max-age: 24
sync-rsync-verify-jobs: 1

ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="@FREE"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mno-ssse3 -mno-sse4a 
-mcx16 -msahf -mno-movbe -mno-aes -mno-sha -mno-pclmul -mno-popcnt -mno-abm 
-mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-sgx -mno-bmi2 -mno-pconfig 
-mno-wbnoinvd -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt 
-mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed -mno-prfchw 
-mno-adx -mfxsr -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er 
-mno-avx512cd -mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec 
-mno-xsaves -mno-avx512dq -mno-avx512bw -mno-avx512vl -mno-avx512ifma 
-mno-avx512vbmi -mno-avx5124fmaps -mno-avx5124vnniw -mno-clwb -mno-mwaitx 
-mno-clzero -mno-pku -mno-rdpid -mno-gfni -mno-shstk -mno-avx512vbmi2 
-mno-avx512vnni -mno-vaes -mno-vpclmulqdq -mno-avx512bitalg -mno-movdiri 
-mno-movdir64b -mno-waitpkg -mno-cldemote -mno-ptwrite --param l1-cache-size=64 
--param l1-cache-line-size=64 --param l2-cache-size=256 -mtune=k8 -O2 
-fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild 
/etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mno-ssse3 
-mno-sse4a -mcx16 -msahf -mno-movbe -mno-aes -mno-sha -mno-pclmul -mno-popcnt 
-mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-sgx -mno-bmi2 
-mno-pconfig -mno-wbnoinvd -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 
-mno-lzcnt -mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed 
-mno-prfchw -mno-adx -mfxsr -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er 
-mno-avx512cd -mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec 
-mno-xsaves -mno-avx512dq -mno-avx512bw -mno-avx512vl -mno-avx512ifma 
-mno-avx512vbmi -mno-avx5124fmaps -mno-avx5124vnniw -mno-clwb -mno-mwaitx 
-mno-clzero -mno-pku -mno-rdpid -mno-gfni -mno-shstk -mno-avx512vbmi2 
-mno-avx512vnni -mno-vaes -mno-vpclmulqdq -mno-avx512bitalg -mno-movdiri 
-mno-movdir64b -mno-waitpkg -mno-cldemote -mno-ptwrite --param l1-cache-size=64 
--param l1-cache-

Re: [gentoo-user] CD ripper that generates song titles?

2015-09-08 Thread Fernando Rodriguez
directory
> > > > '/var/tmp/portage/media-sound/morituri-0.2.3/work/morituri-0.2.3'
> > > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> > > > Progress:
> > > > 00:10
> > > >  (null)*(null) (null)ACCESS DENIED(null):  mkstemp:
> > > >  
> > > 
> 
/run/user/0/orcexec.XX-------------]
> > > >   Building documentation: morituri.common.checksum
> > > > (/var/tmp/portage/media-
> > > sound/morituri-0.2.3/work/morituri-0.2.3/morituri/common/checksum.py)
> > > > (gst-plugin-scanner:3783): GStreamer-CRITICAL **:
> > > > gst_structure_empty_new: assertion 'gst_structure_validate_name 
(name)'
> > > > failed
> > > > 
> > > > (gst-plugin-scanner:3783): Clutter-CRITICAL **: Unable to initialize
> > > > Clutter: Could not initialize Gdk
> > > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> > > > Warning: Unable to extract the base list for
> > > > twisted.trial.unittest.TestDecorator: Bad dotted name
> > > > Warning: Module gobject._gobject is shadowed by a variable with the 
same
> > > > name.
> > > > Warning: 18 markup errors were found while processing docstrings.  Use
> > > > the verbose switch (-v) to display markup errors.
> > > > >>> Source compiled.
> > > >  (null)*(null) --- ACCESS VIOLATION SUMMARY
> > > >  ---
> > > >  (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-3700.log"
> > > >  (null)*(null)
> > > > VERSION 1.0
> > > > FORMAT: F - Function called
> > > > FORMAT: S - Access Status
> > > > FORMAT: P - Path as passed to function
> > > > FORMAT: A - Absolute Path (not canonical)
> > > > FORMAT: R - Canonical Path
> > > > FORMAT: C - Command Line
> > > > 
> > > > F: mkstemp
> > > > S: deny
> > > > P: /run/user/0/orcexec.XX
> > > > A: /run/user/0/orcexec.XX
> > > > R: /run/user/0/orcexec.XX
> > > > C: /usr/lib64/gstreamer-0.10/gst-plugin-scanner -l
> > > >  (null)*(null)
> > > >  
> > > 
> 

> > > > 
> > > > >>> Failed to emerge media-sound/morituri-0.2.3, Log file:
> > > > 
> > > > >>>  '/var/log/portage/media-sound:morituri-0.2.3:20150907-233836.log'
> > > > 
> > > > 
> > > > So, how can I fix or is this a dead package i.e. no maintainance?
> > > > 
> > > > Thanks in advance for any ideas.
> > > > 
> > > > 
> > > > 
> > > 
> > > If you trust the ebuild you can try emerging it with FEATURES="-sandbox" 
> or 
> > > add an exception for the temp directory on the ebuild.
> > > 
> > > https://devmanual.gentoo.org/function-reference/sandbox-functions/
> > 
> > So, if I wanted to add addpredict /run where would I put it?  Somewhere
> > in the ebuild?  I still tink its pretty funky.
> > 
> > 
> 
> I installed the ebuild and it didn't throw any errors, but judging by your 
> output it's happening while building the documentation so it must be 
something 
> related to your epydoc installation. Disabling the doc use flag should get 
> around it.
> 
> 
...or maybe your have user-sandbox on your make.conf FEATURES...
-- 
Fernando Rodriguez



[gentoo-user] sci-libs/spqr-1.2.3-r1 failed to emerge

2020-04-08 Thread gevisz
I've tried to install julia-1.4.0 but one of its dependencies, namely,
sci-libs/spqr-1.2.3-r1 failed to emerge with the following error message:

* Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/sci-libs/spqr-1.2.3-r1/temp/automake.out

 * ERROR: sci-libs/spqr-1.2.3-r1::gentoo failed (prepare phase):
 *   Failed Running automake !
 *
 * Call stack:
 * ebuild.sh, line  125:  Called src_prepare
 *   environment, line 2324:  Called autotools-utils_src_prepare
 *   environment, line  512:  Called eautoreconf
 *   environment, line  830:  Called eautomake
 *   environment, line  784:  Called autotools_run_tool 'automake'
'--add-missing' '--copy' '--foreign' '--force-missing'
 *   environment, line  648:  Called die
 * The specific snippet of code:
 *   die "Failed Running $1 !";
 *
 * If you need support, post the output of `emerge --info
'=sci-libs/spqr-1.2.3-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv
'=sci-libs/spqr-1.2.3-r1::gentoo'`.
 * The complete build log is located at
'/var/log/portage/sci-libs:spqr-1.2.3-r1:20200408-071552.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/sci-libs/spqr-1.2.3-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sci-libs/spqr-1.2.3-r1/work/SPQR'
 * S: '/var/tmp/portage/sci-libs/spqr-1.2.3-r1/work/SPQR'

>>> Failed to emerge sci-libs/spqr-1.2.3-r1, Log file:  
>>> '/var/log/portage/sci-libs:spqr-1.2.3-r1:20200408-071552.log'

I tried to look into the automake.out file mentioned above but it even
does not exists (or empty).

The log file is attached. The output of emerge --info
'=sci-libs/spqr-1.2.3-r1::gentoo' is as follows:
# emerge --info '=sci-libs/spqr-1.2.3-r1::gentoo'
Portage 2.3.89 (python 3.6.10-final-0,
default/linux/amd64/17.1/desktop, gcc-9.2.0, glibc-2.29-r7,
4.19.86-gentoo+ x86_64)
=
 System Settings
=
System uname: 
Linux-4.19.86-gentoo+-x86_64-AMD_Phenom-tm-_II_X4_945_Processor-with-gentoo-2.6
KiB Mem:20554020 total,  12064808 free
KiB Swap:   11718652 total,  11718652 free
Timestamp of repository gentoo: Tue, 07 Apr 2020 00:45:01 +
sh bash 4.4_p23-r1
ld GNU ld (Gentoo 2.32 p2) 2.32.0
app-shells/bash:  4.4_p23-r1::gentoo
dev-lang/perl:5.30.1::gentoo
dev-lang/python:  2.7.17-r2::gentoo, 3.6.10-r1::gentoo, 3.7.7-r1::gentoo
dev-util/cmake:   3.16.5::gentoo
dev-util/pkgconfig:   0.29.2::gentoo
sys-apps/baselayout:  2.6-r1::gentoo
sys-apps/openrc:  0.42.1::gentoo
sys-apps/sandbox: 2.13::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:   1.16.1-r1::gentoo
sys-devel/binutils:   2.32-r1::gentoo, 2.33.1-r1::gentoo
sys-devel/gcc:9.2.0-r2::gentoo
sys-devel/gcc-config: 2.2.1::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4::gentoo (virtual/os-headers)
sys-libs/glibc:   2.29-r7::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: webrsync
sync-uri: "http://mirror.netcologne.de/gentoo/;
priority: -1000
sync-webrsync-verify-signature: yes

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb/symbols/ /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--ask --fail-clean"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT
PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME
XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
config-protect-if-modified distlocks ebuild-locks fail-clean
fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news
parallel-fetch pid-sandbox preserve-libs protect-owned
qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn
unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync
webrsync-gpg"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://mirror.netcologne.de/gentoo/
https://mirrors.lug.mtu.edu/gentoo http://de-mirror.org/gentoo/
http://www.mirrorservice.org/sites/distfiles.gentoo.org/
http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo;
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as

[gentoo-user] gnokii emerge failed

2020-09-05 Thread n952162

gnokii wanted to emerge 6 packages and failed on the last:

/txm1 /var/tmp/portage/app-mobilephone/gnokii-0.6.31-r1 # less
/var/tmp/portage/app-mobilephone/gnokii-0.6.31-r1/temp/autoconf.out//
//* autoconf *//
//* PWD:
/var/tmp/portage/app-mobilephone/gnokii-0.6.31-r1/work/gnokii-0.6.31//
//* autoconf --force//
//
//configure.ac:74: error: possibly undefined macro: AM_LANGINFO_CODESET//
//  If this token and others are legitimate, please use
m4_pattern_allow.//
//  See the Autoconf documentation./

It looks like this could be an ebuild error.  Any hints, how to proceed?

Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-9.2.0, 
glibc-2.30-r8, 4.19.86-gentoo-x86_64 x86_64)
=
 System Settings
=
System uname: 
Linux-4.19.86-gentoo-x86_64-x86_64-AMD_Ryzen_3_3200G_with_Radeon_Vega_Graphics-with-gentoo-2.6
KiB Mem: 6082028 total,528120 free
KiB Swap:8695804 total,   8695804 free
Timestamp of repository gentoo: Sun, 10 May 2020 09:30:01 +
Head commit of repository gentoo: e77950dfa6e2dcd84b46e22ddf3349f3ba23e9d6
sh bash 5.0_p17
ld GNU ld (Gentoo 2.32 p2) 2.32.0
app-shells/bash:  5.0_p17::gentoo
dev-lang/perl:5.30.1::gentoo
dev-lang/python:  2.7.18::gentoo, 3.6.10-r2::gentoo, 3.7.7-r2::gentoo, 
3.8.2-r2::gentoo
dev-util/cmake:   3.16.5::gentoo
sys-apps/baselayout:  2.6-r1::gentoo
sys-apps/openrc:  0.42.1::gentoo
sys-apps/sandbox: 2.13::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:   1.16.1-r1::gentoo
sys-devel/binutils:   2.32-r1::gentoo, 2.33.1-r1::gentoo
sys-devel/gcc:9.2.0-r2::gentoo, 9.3.0::gentoo
sys-devel/gcc-config: 2.2.1::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4::gentoo (virtual/os-headers)
sys-libs/glibc:   2.30-r8::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-jobs: 1
sync-rsync-extra-opts: 
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-max-age: 24

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/spool/munin-async/.ssh"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf 
/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX 
PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME 
XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 
config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox 
merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox 
preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict 
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv 
usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org;
LANG="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc 
multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd 
unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 
als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 
es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx 
via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb 
unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default 
authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner 
authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache 
env expires ext_filter file_cache filter headers include info log_config logio 
mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id 
userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets wo

[gentoo-user] tried desktop profile

2020-10-12 Thread Jude DaShiell
Doing good until lvm package emerged.  I don't use lvm so wonder if nolvm
as a boot parameter would have prevented the profile from emerging this
package.
Details below:

Portage 3.0.4 (python 3.7.8-final-0, default/linux/amd64/17.1/desktop, 
gcc-9.3.0, glibc-2.31-r6, 5.4.60-gentoo-x86_64 x86_64)
=
 System Settings
=
System uname: 
Linux-5.4.60-gentoo-x86_64-x86_64-AMD_Athlon-tm-_64_Processor_3400+-with-gentoo-2.7
KiB Mem: 1015176 total,851492 free
KiB Swap: 524284 total,436536 free
Timestamp of repository gentoo: Mon, 12 Oct 2020 00:45:01 +
Head commit of repository gentoo: c4ab0ba055e082a293ed03e869fab54fa1f965a2
sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash:  5.0_p18::gentoo
dev-lang/perl:5.30.3::gentoo
dev-lang/python:  2.7.18-r2::gentoo, 3.7.8-r2::gentoo, 3.8.5::gentoo
dev-util/cmake:   3.17.4-r1::gentoo
sys-apps/baselayout:  2.7::gentoo
sys-apps/openrc:  0.42.1::gentoo
sys-apps/sandbox: 2.18::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:   1.16.1-r1::gentoo
sys-devel/binutils:   2.34-r2::gentoo
sys-devel/gcc:9.3.0-r1::gentoo
sys-devel/gcc-config: 2.3.1::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:   2.31-r6::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-jobs: 1
sync-rsync-extra-opts:
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-max-age: 24

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf 
/etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB 
PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME 
XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 
config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox 
merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox 
preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict 
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv 
usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ 
http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo 
https://gentoo.osuosl.org/ http://gentoo.osuosl.org/ 
http://gentoo.mirrors.pair.com/ https://mirrors.rit.edu/gentoo/ 
http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ 
rsync://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo 
http://gentoo.cs.utah.edu/;
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda 
cdr cli crypt cups dbus dri dts dvd dvdr elogind emboss encode exif flac 
fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg lcms libglvnd libnotify 
libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam 
pango pcre pdf png policykit ppds qt5 readline sdl seccomp spell split-usr ssl 
startup-notification svg tcpd tiff truetype udev udisks unicode upower usb 
vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" 
ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x 
ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 
APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias 
auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
cgi cgid dav d

Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7?

2020-06-04 Thread Caveman Al Toraboran
On Friday, June 5, 2020 1:43 AM, Ashley Dixon  wrote:

> I can't replicate this at all. Could you post (attach, compress if necessary)
> your `emerge --info docutils` ?

Thanks a lot for your time.  Highly appreciated.


Portage 2.3.100 (python 3.7.7-final-0, default/linux/amd64/17.1/systemd, 
gcc-10.1.0, glibc-2.31-r3, 5.6.15-gentoo-x86_64 x86_64)
=
 System Settings
=
System uname: 
Linux-5.6.15-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i5-3570K_CPU_@_3.40GHz-with-gentoo-2.7
KiB Mem:32848340 total,  18036276 free
KiB Swap:  0 total, 0 free
Timestamp of repository gentoo: Thu, 04 Jun 2020 21:00:01 +
Head commit of repository gentoo: 0d82464546659a8e2e797fc60889bcea6f9c1a2f
sh bash 5.0_p17
ld GNU ld (Gentoo 2.34 p4) 2.34.0
app-shells/bash:  5.0_p17::gentoo
dev-lang/perl:5.30.3::gentoo
dev-lang/python:  2.7.18::gentoo, 3.6.10-r2::gentoo, 3.7.7-r2::gentoo, 
3.8.3::gentoo, 3.9.0_beta1::gentoo
dev-util/cmake:   3.17.3::gentoo
sys-apps/baselayout:  2.7::gentoo
sys-apps/sandbox: 2.20::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:   1.16.2::gentoo
sys-devel/binutils:   2.34-r1::gentoo
sys-devel/gcc:10.1.0::gentoo
sys-devel/gcc-config: 2.3::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.3::gentoo
sys-kernel/linux-headers: 5.7::gentoo (virtual/os-headers)
sys-libs/glibc:   2.31-r3::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-jobs: 1
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-max-age: 24
sync-rsync-extra-opts:

cg
location: /var/lib/layman/cg
masters: gentoo
priority: 50

steam-overlay
location: /var/lib/layman/steam-overlay
masters: gentoo
priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -msse -msse2 -msse3 -mmmx 
-fdiagnostics-color=always"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc 
/usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf 
/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo 
/etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d 
/etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe -msse -msse2 -msse3 -mmmx 
-fdiagnostics-color=always"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX 
PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME 
XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe -msse -msse2 -msse3 -mmmx 
-fdiagnostics-color=always"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 
config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox 
merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox 
preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict 
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv 
usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe -msse -msse2 -msse3 -mmmx 
-fdiagnostics-color=always"
GENTOO_MIRRORS="http://distfiles.gentoo.org;
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl alsa amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc 
multilib ncurses nls nptl openmp pam pcre pulseaudio readline seccomp split-usr 
ssl systemd tcpd udev unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" 
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 
trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core 
authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile 
authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock 
deflate dir disk_cache env expires ext_filter file_cache filter headers include 
info log_config logio mem_cache mime mi

Re: [gentoo-user] x11-terms/xterm loops error upon launch

2021-05-10 Thread Vitor Hugo Nunes dos Santos
On 5/9/21 9:08 PM, Vitor Hugo Nunes dos Santos wrote:
>
> Hi all,
>
> I just recently setup a new desktop with Gentoo.
>
> After the install and configuration of Xorg, I decided to 'startx' and
> open xterm in fvwm.
>
> Upon pressing the button to launch it, nothing came up. When closing
> fvwm, I saw the following message being printed ad nauseam to the screen:
>
> open ttydev: I/O error
>
> Online searches led me to inconclusive info on what could be the cause
> and fix for the issue.
>
> I'd be glad to provide info as required.
>
> Best regards,
>
> vhns 

Hi all,


I've decided to try another terminal emulator, in order to figure out
whether this was an xterm issue, an issue with my setup, or an issue
with fvwm.

Launching (or trying to, rather) x11-terms/st, gives me the following
error in dmesg:

[May10 21:17] traps: st[5846] general protection fault ip:7f92d0babff6
sp:7fffa63836a8 error:0 in libc.so[7f92d0b97000+63000]

I am not sure of what may be causing this, or how to fix it. Here
follows my emerge --info:

Portage 3.0.18 (python 3.8.9-final-0, default/linux/amd64/17.0/musl,
gcc-10.2.0, musl-1.2.2-r2, 5.10.27-gentoovhns-desktop-iommu-r3 x86_64)
=
System uname:
Linux-5.10.27-gentoovhns-desktop-iommu-r3-x86_64-AMD_Ryzen_5_2600_Six-Core_Processor-with-libc
KiB Mem:    16316940 total,  15565188 free
KiB Swap:  0 total, 0 free
Timestamp of repository gentoo: Sun, 09 May 2021 01:00:01 +
Head commit of repository gentoo: 2d5affeb067f6f193c0718bc5a9cc8eb8eef44d5
Head commit of repository KKona: d3d3554162168f6d994d2d8b7b239bcac56072cf

Timestamp of repository musl: Sat, 08 May 2021 23:20:00 +
Head commit of repository musl: 151175d3c2ebf6413a0711a4bf983b838753c25c

sh bash 5.0_p18
ld GNU ld (Gentoo 2.35.2 p1) 2.35.2
app-shells/bash:  5.0_p18::gentoo
dev-lang/perl:    5.30.3::gentoo
dev-lang/python:  3.8.9_p2::gentoo, 3.9.4_p1::gentoo
dev-util/cmake:   3.18.5::gentoo
sys-apps/baselayout:  2.7::gentoo
sys-apps/openrc:  0.42.1-r1::gentoo
sys-apps/sandbox: 2.22::gentoo
sys-devel/autoconf:   2.69-r5::gentoo
sys-devel/automake:   1.16.2-r1::gentoo
sys-devel/binutils:   2.35.2::gentoo
sys-devel/gcc:    10.2.0-r5::gentoo
sys-devel/gcc-config: 2.4::gentoo
sys-devel/libtool:    2.4.6-r6::gentoo
sys-devel/make:   4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/musl:    1.2.2-r2::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts:
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes

KKona
    location: /var/db/repos/KKona
    sync-type: git
    sync-uri: git://github.com/absurdsec/gentoo-overlay.git
    masters: gentoo

musl
    location: /var/db/repos/musl
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/musl.git
    masters: gentoo

vhns
    location: /var/db/repos/vhns
    masters: gentoo

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-gentoo-linux-musl"
CFLAGS="-march=native -fomit-frame-pointer -O2 -pipe"
CHOST="x86_64-gentoo-linux-musl"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild
/etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -fomit-frame-pointer -O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH
PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT
XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -fomit-frame-pointer -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox
merge-sync network-sandbox news parallel-fetch pid-sandbox preserve-libs
protect-owned qa-unresolved-soname-deps sandbox sfperms strict
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv
usersandbox usersync xattr"
FFLAGS="-march=native -fomit-frame-pointer -O2 -pipe"
GENTOO_MIRRORS="http://gentoo.c3sl.ufpr.br/;
INSTALL_MASK="charset.alias locale.alias"
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--omit-dir-times --compress --force --whole-file --delete --stats
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/package

[gentoo-user] x11-terms/xterm loops error upon launch

2021-05-14 Thread Vitor Hugo Nunes dos Santos
On 5/10/21 9:28 PM, Vitor Hugo Nunes dos Santos wrote:
> On 5/9/21 9:08 PM, Vitor Hugo Nunes dos Santos wrote:
>>
>> Hi all,
>>
>> I just recently setup a new desktop with Gentoo.
>>
>> After the install and configuration of Xorg, I decided to 'startx'
>> and open xterm in fvwm.
>>
>> Upon pressing the button to launch it, nothing came up. When closing
>> fvwm, I saw the following message being printed ad nauseam to the screen:
>>
>> open ttydev: I/O error
>>
>> Online searches led me to inconclusive info on what could be the
>> cause and fix for the issue.
>>
>> I'd be glad to provide info as required.
>>
>> Best regards,
>>
>> vhns 
>
> Hi all,
>
>
> I've decided to try another terminal emulator, in order to figure out
> whether this was an xterm issue, an issue with my setup, or an issue
> with fvwm.
>
> Launching (or trying to, rather) x11-terms/st, gives me the following
> error in dmesg:
>
> [May10 21:17] traps: st[5846] general protection fault ip:7f92d0babff6
> sp:7fffa63836a8 error:0 in libc.so[7f92d0b97000+63000]
>
> I am not sure of what may be causing this, or how to fix it. Here
> follows my emerge --info:
>
> Portage 3.0.18 (python 3.8.9-final-0, default/linux/amd64/17.0/musl,
> gcc-10.2.0, musl-1.2.2-r2, 5.10.27-gentoovhns-desktop-iommu-r3 x86_64)
> =
> System uname:
> Linux-5.10.27-gentoovhns-desktop-iommu-r3-x86_64-AMD_Ryzen_5_2600_Six-Core_Processor-with-libc
> KiB Mem:    16316940 total,  15565188 free
> KiB Swap:  0 total, 0 free
> Timestamp of repository gentoo: Sun, 09 May 2021 01:00:01 +
> Head commit of repository gentoo: 2d5affeb067f6f193c0718bc5a9cc8eb8eef44d5
> Head commit of repository KKona: d3d3554162168f6d994d2d8b7b239bcac56072cf
>
> Timestamp of repository musl: Sat, 08 May 2021 23:20:00 +
> Head commit of repository musl: 151175d3c2ebf6413a0711a4bf983b838753c25c
>
> sh bash 5.0_p18
> ld GNU ld (Gentoo 2.35.2 p1) 2.35.2
> app-shells/bash:  5.0_p18::gentoo
> dev-lang/perl:    5.30.3::gentoo
> dev-lang/python:  3.8.9_p2::gentoo, 3.9.4_p1::gentoo
> dev-util/cmake:   3.18.5::gentoo
> sys-apps/baselayout:  2.7::gentoo
> sys-apps/openrc:  0.42.1-r1::gentoo
> sys-apps/sandbox: 2.22::gentoo
> sys-devel/autoconf:   2.69-r5::gentoo
> sys-devel/automake:   1.16.2-r1::gentoo
> sys-devel/binutils:   2.35.2::gentoo
> sys-devel/gcc:    10.2.0-r5::gentoo
> sys-devel/gcc-config: 2.4::gentoo
> sys-devel/libtool:    2.4.6-r6::gentoo
> sys-devel/make:   4.3::gentoo
> sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
> sys-libs/musl:    1.2.2-r2::gentoo
> Repositories:
>
> gentoo
>     location: /var/db/repos/gentoo
>     sync-type: rsync
>     sync-uri: rsync://rsync.gentoo.org/gentoo-portage
>     priority: -1000
>     sync-rsync-verify-max-age: 24
>     sync-rsync-extra-opts:
>     sync-rsync-verify-jobs: 1
>     sync-rsync-verify-metamanifest: yes
>
> KKona
>     location: /var/db/repos/KKona
>     sync-type: git
>     sync-uri: git://github.com/absurdsec/gentoo-overlay.git
>     masters: gentoo
>
> musl
>     location: /var/db/repos/musl
>     sync-type: git
>     sync-uri: https://github.com/gentoo-mirror/musl.git
>     masters: gentoo
>
> vhns
>     location: /var/db/repos/vhns
>     masters: gentoo
>
> ACCEPT_KEYWORDS="amd64"
> ACCEPT_LICENSE="*"
> CBUILD="x86_64-gentoo-linux-musl"
> CFLAGS="-march=native -fomit-frame-pointer -O2 -pipe"
> CHOST="x86_64-gentoo-linux-musl"
> CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
> /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
> CXXFLAGS="-march=native -fomit-frame-pointer -O2 -pipe"
> DISTDIR="/var/cache/distfiles"
> ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH
> PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT
> XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
> FCFLAGS="-march=native -fomit-frame-pointer -O2 -pipe"
> FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
> config-protect-if-modified distlocks ebuild-locks fixlafiles
> ipc-sandbox merge-sync network-sandbox news parallel-fetch pid-sandbox
> preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms
> strict unknown-features-warn unmerge-logs unmerge-or

[gentoo-user] ERROR: app-office/gnucash-4.4::gentoo failed (compile phase)

2021-04-02 Thread thelma
I just got this error:
ERROR: compile
ERROR: app-office/gnucash-4.4::gentoo failed (compile phase):
  ninja -v -j8 -l8 failed

Call stack:
ebuild.sh, line  125:  Called src_compile
  environment, line 3290:  Called cmake_src_compile
  environment, line 1181:  Called cmake_build
  environment, line 1150:  Called eninja
  environment, line 1602:  Called die
The specific snippet of code:
  "$@" || die "${nonfatal_args[@]}" "${*} failed"

I didn't try try to emerge again as system is still updating.

emerge --info '=app-office/gnucash-4.4::gentoo'
Portage 3.0.17 (python 3.8.8-final-0, default/linux/amd64/17.1/desktop, 
gcc-9.3.0, glibc-2.32-r7, 5.4.80-gentoo-r1 x86_64)
=
 System Settings
=
System uname: 
Linux-5.4.80-gentoo-r1-x86_64-AMD_Ryzen_5_1400_Quad-Core_Processor-with-glibc2.2.5
KiB Mem:16392964 total,   5699260 free
KiB Swap: 524284 total,523516 free
Timestamp of repository gentoo: Fri, 02 Apr 2021 19:30:01 +
Head commit of repository gentoo: d71fade8c2afdbf154e2bf3916befa7f576d4a4a
sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash:  5.0_p18::gentoo
dev-java/java-config: 2.3.1::gentoo
dev-lang/perl:5.30.3::gentoo
dev-lang/python:  3.8.8::gentoo, 3.9.2::gentoo
dev-util/cmake:   3.18.5::gentoo
sys-apps/baselayout:  2.7::gentoo
sys-apps/openrc:      0.42.1-r1::gentoo
sys-apps/sandbox: 2.20::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:   1.16.2-r1::gentoo
sys-devel/binutils:   2.34-r2::gentoo, 2.35.1-r1::gentoo
sys-devel/gcc:9.3.0-r2::gentoo, 10.2.0-r5::gentoo
sys-devel/gcc-config: 2.3.3::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:   2.32-r7::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-max-age: 24
sync-rsync-extra-opts: 
sync-rsync-verify-jobs: 1
sync-rsync-verify-metamanifest: yes

brother-overlay
location: /var/lib/layman/brother-overlay
masters: gentoo
priority: 50

Local
location: /usr/local/portage
masters: gentoo
priority: 

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA @FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/fax /usr/share/easy-rsa 
/usr/share/gnupg/qualified.txt /var/spool/fax/etc 
/var/www/localhost/htdocs/phpmyadmin"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ 
/etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /var/spool/fax/etc/xferfaxlog"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB 
PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME 
XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 
collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles 
ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch 
pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox 
sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch 
userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ 
http://gentoo.osuosl.org/ ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ 
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ 
ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ 
http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/;
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8 -l8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"

[gentoo-user] opencv problem

2021-11-25 Thread Jacques Montier
Hello all,

I encounter a problem with emerging opencv-4.5.2-r3 so i can't do any
emerge world anymore.
I get this :

media-libs/opencv-4.5.2-r3::gentoo (Change USE: +contribdnn, this change
violates use flag constraints defined by media-libs/opencv-4.5.2-r3:
'cpu_flags_x86_avx2? ( cpu_flags_x86_f16c ) cpu_flags_x86_f16c? (
cpu_flags_x86_avx ) cuda? ( contrib tesseract? ( opencl ) ) dnnsamples? (
examples ) gflags? ( contrib ) glog? ( contrib ) contribcvv? ( contrib qt5
) contribdnn? ( contrib ) contribfreetype? ( contrib ) contribhdf? (
contrib ) contribovis? ( contrib ) contribsfm? ( contrib eigen gflags glog
) contribxfeatures2d? ( contrib download ) examples? ( contribdnn ) java? (
python ) opengl? ( qt5 ) python? ( any-of ( python_targets_python3_8
python_targets_python3_9 ) ) tesseract? ( contrib ) at-most-one-of ( gtk3
qt5 )')

Changing the contribdnn use flag does not solve the problem.

emerge --info in attached file.

Any idea ?

Thanks in advance,

Cheers,

--
Jacques
Portage 3.0.28 (python 3.9.8-final-0, default/linux/amd64/17.1/desktop, 
gcc-11.2.0, glibc-2.33-r7, 5.10.76-gentoo-r1 x86_64)
=
System uname: 
Linux-5.10.76-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7_CPU_950_@_3.07GHz-with-glibc2.33
KiB Mem:18428440 total,  11769428 free
KiB Swap:   18874364 total,  18874364 free
Timestamp of repository gentoo: Thu, 25 Nov 2021 09:00:01 +
Head commit of repository gentoo: 0e8a6e39c113e3d42d454d7af557a71354a96afc
sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
app-shells/bash:  5.1_p8::gentoo
dev-java/java-config: 2.3.1::gentoo
dev-lang/perl:5.34.0-r3::gentoo
dev-lang/python:  3.9.8::gentoo
dev-lang/rust-bin:1.56.1::gentoo
dev-util/cmake:   3.20.5::gentoo
sys-apps/baselayout:  2.7-r3::gentoo
sys-apps/openrc:  0.44.8::gentoo
sys-apps/sandbox: 2.25::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:   1.16.4::gentoo
sys-devel/binutils:   2.37_p1::gentoo
sys-devel/gcc:11.2.0::gentoo
sys-devel/gcc-config: 2.4::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.3::gentoo
sys-kernel/linux-headers: 5.10-r1::gentoo (virtual/os-headers)
sys-libs/glibc:   2.33-r7::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-jobs: 1
sync-rsync-extra-opts: 
sync-rsync-verify-max-age: 24

overlay_local
location: /var/db/repos/gentoo/local
masters: gentoo
priority: 0

Installed sets: @kernels
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config 
/usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php8.0/ext-active/ /etc/php/cgi-php8.0/ext-active/ 
/etc/php/cli-php8.0/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo"
CXXFLAGS="-march=corei7 -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask=n"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB 
PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME 
XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs candy 
config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox 
merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox 
preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict 
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv 
usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.mirrors.ovh.net/gentoo-distfiles/;
INSTALL_MASK="/lib/systemd/system /usr/lib/systemd/system"
LANG="fr_FR.utf8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="fr"
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli 
crypt cups dbus dri dts dvd dvdr elogind emboss encode exif flac fortran gdbm 
gif gpm gtk gtk+extra gui ico

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-20 Thread Dr Rainer Woitok
Netfab,

On Tuesday, 2023-04-18 19:23:08 +0200, you wrote:

> ...
> Please post your emerge --info.

$ emerge --info
Portage 3.0.44 (python 3.10.10-final-0, default/linux/amd64/17.1/desktop, 
gcc-12, glibc-2.36-r7, 6.1.19-gentoo x86_64)
=
System uname: 
Linux-6.1.19-gentoo-x86_64-Intel-R-_Core-TM-_i3-6100H_CPU_@_2.70GHz-with-glibc2.36
KiB Mem:16275880 total,  12626132 free
KiB Swap:   16777212 total,  16777212 free
Timestamp of repository gentoo: Tue, 18 Apr 2023 16:02:07 +
Head commit of repository gentoo: 680055829bf8a22bce902578a081df426bfbf1b1

sh bash 5.1_p16-r2
ld GNU ld (Gentoo 2.39 p5) 2.39.0
app-misc/pax-utils:1.3.5::gentoo
app-shells/bash:   5.1_p16-r2::gentoo
dev-java/java-config:  2.3.1::gentoo
dev-lang/perl: 5.36.0-r2::gentoo
dev-lang/python:   3.10.10_p3::gentoo, 3.11.2_p2::gentoo
dev-lang/rust-bin: 1.66.1-r1::gentoo
dev-util/cmake:3.25.3::gentoo
dev-util/meson:1.0.1::gentoo
sys-apps/baselayout:   2.13-r1::gentoo
sys-apps/openrc:   0.46::gentoo
sys-apps/sandbox:  2.29::gentoo
sys-devel/autoconf:2.71-r5::gentoo
sys-devel/automake:1.16.5::gentoo
sys-devel/binutils:2.39-r4::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/gcc: 12.2.1_p20230121-r1::gentoo
sys-devel/gcc-config:  2.10::gentoo
sys-devel/libtool: 2.4.7-r1::gentoo
sys-devel/make:4.3::gentoo
sys-kernel/linux-headers:  6.1::gentoo (virtual/os-headers)
sys-libs/glibc:2.36-r7::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: git
sync-uri: https://github.com/gentoo-mirror/gentoo
priority: -1000
volatile: True
sync-git-verify-commit-signature: yes

gnu-elpa
location: /var/lib/layman/gnu-elpa
sync-type: laymansync
sync-uri: gs-elpa gnu-elpa
masters: gentoo
priority: 50
volatile: True

melpa
location: /var/lib/layman/melpa
sync-type: laymansync
sync-uri: gs-elpa melpa
masters: gnu-elpa gentoo
priority: 50
volatile: True

melpa-stable
location: /var/lib/layman/melpa-stable
sync-type: laymansync
sync-uri: gs-elpa melpa-stable
masters: gnu-elpa gentoo
priority: 50
volatile: True

local
location: /var/lib/Local-Overlay
masters: gentoo
priority: 1000
volatile: True

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-fno-diagnostics-color -march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config 
/usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild 
/etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d 
/etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-fno-diagnostics-color -march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--ask --ask-enter-invalid --autounmask=n --color=n 
--nospinner --quiet --quiet-build --quiet-fail --verbose-conflicts"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 
GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT 
XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_DIRS XDG_CONFIG_HOME XDG_CURRENT_DESKTOP 
XDG_DATA_DIRS XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME XFILESEARCHPATH 
XSESSION XUSERFILESEARCHPATH"
FCFLAGS="-fno-diagnostics-color -march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 
buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles 
ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch 
pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox 
sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch 
userpriv usersandbox usersync xattr"
FFLAGS="-fno-diagnostics-color -march=native -O2 -pipe"
GENTOO_MIRRORS="https://ftp.fau.de/gentoo;
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j5 -l4.8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/usr/bin/sh"
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli 
crypt cups dbus djvu dri dts dvd dvdr elogind encode exif fftw flac fortran 
gdbm gif gnutls gpm gtk gui iconv icu ipv6 jbig jpeg

[gentoo-user] meson causes system freeze

2023-06-12 Thread johnstrass
Dear friends,




I am using an Yeeloong netbook and it freezed when I was doing the

usual update of the world. I found that it was stoped at the step of

configuring the glib. The glib uses the meson to config it. Before

this freeze, it also froze at configuring the systemd-253.5 and I masked

the systemd. Systemd is also using the meson to do the configuration. I

suspect that the meson seems to conflict with something. I have tried

meson 1.1.1 and also downgraded the meson to 1.0.1, the same thing happens. 




The "emerge --info" shows




[code]

Portage 3.0.48.1 (python 3.11.4-final-0, 
default/linux/mips/17.0/mipsel/n32/systemd/merged-usr, gcc-13, glibc-2.37-r3, 
6.3.4-gentoo-Yeeloong mips64)

=

System uname: 
Linux-6.3.4-gentoo-Yeeloong-mips64-ICT_Loongson-2_V0.3_FPU_V0.1-with-glibc2.37

KiB Mem: 1025664 total, 65408 free

KiB Swap:8388592 total,   8387568 free

Timestamp of repository gentoo: Mon, 12 Jun 2023 10:15:01 +

Head commit of repository gentoo: 6de146db15fb2000c53d0af5fb284a1d34f9ea3d

sh bash 5.2_p15-r3

ld GNU ld (Gentoo 2.40 p5) 2.40.0

ccache version 4.8 [enabled]

app-misc/pax-utils:1.3.7::gentoo

app-shells/bash:   5.2_p15-r3::gentoo

dev-lang/perl: 5.36.1-r2::gentoo

dev-lang/python:   3.10.12::gentoo, 3.11.4::gentoo, 3.12.0_beta2::gentoo

dev-util/ccache:   4.8-r2::gentoo

dev-util/cmake:3.26.4-r1::gentoo

dev-util/meson:1.0.1::gentoo

sys-apps/baselayout:   2.13-r1::gentoo

sys-apps/sandbox:  2.30-r1::gentoo

sys-apps/systemd:  253.4::gentoo

sys-devel/autoconf:2.71-r6::gentoo

sys-devel/automake:1.16.5-r1::gentoo

sys-devel/binutils:2.40-r5::gentoo

sys-devel/binutils-config: 5.5::gentoo

sys-devel/gcc: 11.3.1_p20230518::gentoo, 13.1.1_p20230520::gentoo

sys-devel/gcc-config:  2.11::gentoo

sys-devel/libtool: 2.4.7-r1::gentoo

sys-devel/make:4.4.1-r1::gentoo

sys-kernel/linux-headers:  6.3::gentoo (virtual/os-headers)

sys-libs/glibc:2.37-r3::gentoo

Repositories:




gentoo

location: /var/db/repos/gentoo

sync-type: rsync

sync-uri: rsync://mirrors.ustc.edu.cn/gentoo-portage

priority: -1000

volatile: False

sync-rsync-verify-jobs: 1

sync-rsync-extra-opts: 

sync-rsync-verify-max-age: 24

sync-rsync-verify-metamanifest: no




ACCEPT_KEYWORDS="mips ~mips"

ACCEPT_LICENSE="@FREE"

CBUILD="mips64el-unknown-linux-gnu"

CFLAGS="-O2 -march=loongson2f -mhard-float -mplt -Wa,-mfix-loongson2f-nop -pipe"

CHOST="mips64el-unknown-linux-gnu"

CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"

CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf 
/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"

CXXFLAGS="-O2 -march=loongson2f -mhard-float -mplt -Wa,-mfix-loongson2f-nop 
-pipe"

DISTDIR="/var/cache/distfiles"

EMERGE_DEFAULT_OPTS="--usepkg --with-bdeps=y"

ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 
GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT 
XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR 
XDG_STATE_HOME"

FCFLAGS=""

FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg 
buildpkg-live ccache config-protect-if-modified distlocks ebuild-locks 
fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news 
parallel-fetch pid-sandbox preserve-libs protect-owned 
qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn 
unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"

FFLAGS=""

GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://www.ibiblio.org/pub/Linux/distributions/gentoo  
https://mirrors.163.com/gentoo;

LANG="C"

LDFLAGS="-Wl,-O1 -Wl,--as-needed"

LEX="flex"

LINGUAS="en zh"

MAKEOPTS="-j1"

PKGDIR="/var/cache/binpkgs"

PORTAGE_CONFIGROOT="/"

PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"

PORTAGE_TMPDIR="/var/tmp"

SHELL="/bin/bash"

USE="X acl bzip2 cjk cli crypt gdbm iconv ipv6 mips ncurses nls nptl pam pcre 
readline seccomp ssl systemd test-rust udev unicode xattr zlib" ABI_MIPS="n32" 
ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb 
unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default 
authn_file authz_dbm authz_default authz_groupfile auth

Re: Re:[gentoo-user] meson causes system freeze

2023-06-12 Thread mad . scientist . at . large
Sounds like it may be overheating, laptops do that when they get dirty (so do 
desktops).  It can be amazingly consistent about which point they freeze.  I've 
had it happen 3 times trying to install the os that shall not be named with 
some time between each occurrence.  Compiling uses a lot of resources, which is 
why I have an old server, specifically for compiling and possible other heavy 
lifting.  HP dl575 g7 with 4 processor chips, 12 cores each.  I'm about to 
update the cpu's 2 generations and to 16 cores each.  It's loud but powerful.  
Also an embarrassingly large amount of memory.  I got a real deal on it.

--"Fascism begins the moment a ruling class, fearing the people may use their 
political democracy to gain economic democracy, begins to destroy political 
democracy in order to retain its power of exploitation and special privilege." 
Tommy Douglas




Jun 12, 2023, 19:47 by johnstr...@163.com:

>
>
>
>
> To be precise, when I tried "meson _build" in the 
> "/var/tmp/.../glib-2.76.3/work/glib-2.76.3/", the system froze at the step I 
> mentioned in my last email, not "stop".
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> At 2023-06-13 09:39:14, "johnstrass"  wrote:
>
>
>>
>> Dear friends,
>>
>>
>>
>>
>>
>> I am using an Yeeloong netbook and it freezed when I was doing the
>>
>>
>> usual update of the world. I found that it was stoped at the step of
>>
>>
>> configuring the glib. The glib uses the meson to config it. Before
>>
>>
>> this freeze, it also froze at configuring the systemd-253.5 and I masked
>>
>>
>> the systemd. Systemd is also using the meson to do the configuration. I
>>
>>
>> suspect that the meson seems to conflict with something. I have tried
>>
>>
>> meson 1.1.1 and also downgraded the meson to 1.0.1, the same thing happens. 
>>
>>
>>
>>
>>
>> The "emerge --info" shows
>>
>>
>>
>>
>>
>> [code]
>>
>>
>> Portage 3.0.48.1 (python 3.11.4-final-0, 
>> default/linux/mips/17.0/mipsel/n32/systemd/merged-usr, gcc-13, 
>> glibc-2.37-r3, 6.3.4-gentoo-Yeeloong mips64)
>>
>>
>> =
>>
>>
>> System uname: 
>> Linux-6.3.4-gentoo-Yeeloong-mips64-ICT_Loongson-2_V0.3_FPU_V0.1-with-glibc2.37
>>
>>
>> KiB Mem:     1025664 total,     65408 free
>>
>>
>> KiB Swap:    8388592 total,   8387568 free
>>
>>
>> Timestamp of repository gentoo: Mon, 12 Jun 2023 10:15:01 +
>>
>>
>> Head commit of repository gentoo: 6de146db15fb2000c53d0af5fb284a1d34f9ea3d
>>
>>
>> sh bash 5.2_p15-r3
>>
>>
>> ld GNU ld (Gentoo 2.40 p5) 2.40.0
>>
>>
>> ccache version 4.8 [enabled]
>>
>>
>> app-misc/pax-utils:        1.3.7::gentoo
>>
>>
>> app-shells/bash:           5.2_p15-r3::gentoo
>>
>>
>> dev-lang/perl:             5.36.1-r2::gentoo
>>
>>
>> dev-lang/python:           3.10.12::gentoo, 3.11.4::gentoo, 
>> 3.12.0_beta2::gentoo
>>
>>
>> dev-util/ccache:           4.8-r2::gentoo
>>
>>
>> dev-util/cmake:            3.26.4-r1::gentoo
>>
>>
>> dev-util/meson:            1.0.1::gentoo
>>
>>
>> sys-apps/baselayout:       2.13-r1::gentoo
>>
>>
>> sys-apps/sandbox:          2.30-r1::gentoo
>>
>>
>> sys-apps/systemd:          253.4::gentoo
>>
>>
>> sys-devel/autoconf:        2.71-r6::gentoo
>>
>>
>> sys-devel/automake:        1.16.5-r1::gentoo
>>
>>
>> sys-devel/binutils:        2.40-r5::gentoo
>>
>>
>> sys-devel/binutils-config: 5.5::gentoo
>>
>>
>> sys-devel/gcc:             11.3.1_p20230518::gentoo, 13.1.1_p20230520::gentoo
>>
>>
>> sys-devel/gcc-config:      2.11::gentoo
>>
>>
>> sys-devel/libtool:         2.4.7-r1::gentoo
>>
>>
>> sys-devel/make:            4.4.1-r1::gentoo
>>
>>
>> sys-kernel/linux-headers:  6.3::gentoo (virtual/os-headers)
>>
>>
>> sys-libs/glibc:            2.37-r3::gentoo
>>
>>
>> Repositories:
>>
>>
>>
>>
>>
>> gentoo
>>
>>
>>     location: /var/db/repos/gentoo
>>
>>
>>     sync-type: rsync
>>
>>
>>     sync-uri: rsync://mirrors.ustc.edu.cn/gentoo-portage
>>
>>
>>     priority: -1000
>>
>&g

Re:[gentoo-user] meson causes system freeze

2023-06-12 Thread johnstrass



To be precise, when I tried "meson _build" in the 
"/var/tmp/.../glib-2.76.3/work/glib-2.76.3/", the system froze at the step I 
mentioned in my last email, not "stop".













At 2023-06-13 09:39:14, "johnstrass"  wrote:

Dear friends,




I am using an Yeeloong netbook and it freezed when I was doing the

usual update of the world. I found that it was stoped at the step of

configuring the glib. The glib uses the meson to config it. Before

this freeze, it also froze at configuring the systemd-253.5 and I masked

the systemd. Systemd is also using the meson to do the configuration. I

suspect that the meson seems to conflict with something. I have tried

meson 1.1.1 and also downgraded the meson to 1.0.1, the same thing happens. 




The "emerge --info" shows




[code]

Portage 3.0.48.1 (python 3.11.4-final-0, 
default/linux/mips/17.0/mipsel/n32/systemd/merged-usr, gcc-13, glibc-2.37-r3, 
6.3.4-gentoo-Yeeloong mips64)

=

System uname: 
Linux-6.3.4-gentoo-Yeeloong-mips64-ICT_Loongson-2_V0.3_FPU_V0.1-with-glibc2.37

KiB Mem: 1025664 total, 65408 free

KiB Swap:8388592 total,   8387568 free

Timestamp of repository gentoo: Mon, 12 Jun 2023 10:15:01 +

Head commit of repository gentoo: 6de146db15fb2000c53d0af5fb284a1d34f9ea3d

sh bash 5.2_p15-r3

ld GNU ld (Gentoo 2.40 p5) 2.40.0

ccache version 4.8 [enabled]

app-misc/pax-utils:1.3.7::gentoo

app-shells/bash:   5.2_p15-r3::gentoo

dev-lang/perl: 5.36.1-r2::gentoo

dev-lang/python:   3.10.12::gentoo, 3.11.4::gentoo, 3.12.0_beta2::gentoo

dev-util/ccache:   4.8-r2::gentoo

dev-util/cmake:3.26.4-r1::gentoo

dev-util/meson:1.0.1::gentoo

sys-apps/baselayout:   2.13-r1::gentoo

sys-apps/sandbox:  2.30-r1::gentoo

sys-apps/systemd:  253.4::gentoo

sys-devel/autoconf:2.71-r6::gentoo

sys-devel/automake:1.16.5-r1::gentoo

sys-devel/binutils:2.40-r5::gentoo

sys-devel/binutils-config: 5.5::gentoo

sys-devel/gcc: 11.3.1_p20230518::gentoo, 13.1.1_p20230520::gentoo

sys-devel/gcc-config:  2.11::gentoo

sys-devel/libtool: 2.4.7-r1::gentoo

sys-devel/make:4.4.1-r1::gentoo

sys-kernel/linux-headers:  6.3::gentoo (virtual/os-headers)

sys-libs/glibc:2.37-r3::gentoo

Repositories:




gentoo

location: /var/db/repos/gentoo

sync-type: rsync

sync-uri: rsync://mirrors.ustc.edu.cn/gentoo-portage

priority: -1000

volatile: False

sync-rsync-verify-jobs: 1

sync-rsync-extra-opts: 

sync-rsync-verify-max-age: 24

sync-rsync-verify-metamanifest: no




ACCEPT_KEYWORDS="mips ~mips"

ACCEPT_LICENSE="@FREE"

CBUILD="mips64el-unknown-linux-gnu"

CFLAGS="-O2 -march=loongson2f -mhard-float -mplt -Wa,-mfix-loongson2f-nop -pipe"

CHOST="mips64el-unknown-linux-gnu"

CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"

CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf 
/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"

CXXFLAGS="-O2 -march=loongson2f -mhard-float -mplt -Wa,-mfix-loongson2f-nop 
-pipe"

DISTDIR="/var/cache/distfiles"

EMERGE_DEFAULT_OPTS="--usepkg --with-bdeps=y"

ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 
GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT 
XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR 
XDG_STATE_HOME"

FCFLAGS=""

FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg 
buildpkg-live ccache config-protect-if-modified distlocks ebuild-locks 
fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news 
parallel-fetch pid-sandbox preserve-libs protect-owned 
qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn 
unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"

FFLAGS=""

GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://www.ibiblio.org/pub/Linux/distributions/gentoo  
https://mirrors.163.com/gentoo;

LANG="C"

LDFLAGS="-Wl,-O1 -Wl,--as-needed"

LEX="flex"

LINGUAS="en zh"

MAKEOPTS="-j1"

PKGDIR="/var/cache/binpkgs"

PORTAGE_CONFIGROOT="/"

PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"

PORTAGE_TMPDIR="/var/tmp"

SHELL="/bin/bash"

USE="X acl bzip2 cjk cli crypt gdbm iconv ipv6 mips ncurses nls nptl pam pcre 
readline seccomp ssl systemd test-rust udev unicode xattr zlib&quo

Re: [gentoo-user] Very old machine blocking/update questions

2008-04-25 Thread Alan McKinnon
On Friday 25 April 2008, Mark Knecht wrote:
 Hi,
OK, so this machine I Was speaking of earlier seems ot have a
 number of issues created by a profile update. I'm attempting to move
 from 2005.0 to 2007.0. I'm using these documents as reference:

Ooooh, this is gonna be fun!

 http://www.gentoo.org/doc/en/gentoo-upgrading.xml#doc_chap3
 http://www.gentoo.org/proj/en/portage/doc/manually-fixing-portage.xml

 The second document is referenced because no version of portage in
 the library matches up with the version of python on this system.
 I've followed the instructions and now portage seems to work except I
 see this message which looks more like a warning than anything. Can I
 safely ignore it?

 myth11 ~ # emerge -pv system EmergeSystem.txt
 !!! Problem with sandbox binary. Disabling...

 !!! Problem with sandbox binary. Disabling...

Yeah, I think you can disable it for long enough so that you can remerge 
sandbox. Or just take it out of FEATURES till the upgrade is complete


 myth11 ~ #


 More important are some blocking issues. From the text file I saved
 in the step above I have these blocks:


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

 Calculating system dependencies  .^H^H... done!
 [blocks B ] dev-lang/python-2.3.6-r2 (is blocking
 app-admin/python-updater-0.2)
 [blocks B ] sys-apps/util-linux-2.13 (is blocking
 sys-apps/coreutils-6.10-r2)
 [blocks B ] sys-apps/pam-login (is blocking
 sys-apps/shadow-4.0.18.2)


 Are these blocks safe to remove? I assume they are system stuff and
 hence the system might break.

Here's a mail I sent to my colleagues about the python blocks. I'm sure 
there's any easier way, I just didn't find it at the time:

=
Upgrading python on stable x86 boxes is a pain in the you know what. 
This time it is worse than usual. Just like the usual bootstrap problem 
of you need a compiled compiler to compile a compiler so how do you 
compile a compiler? on Gentoo portage is written in python so if you 
unmerge python to resolve a blocker, how do you then update python?

Most of our boxes will have python in SLOTS 2.2 and 2.3 and 2.4
This is a waste, you only need one. Hence the existence of 
python-updater. It works like revdep-rebuild, and finds stuff using 
python then rebuilds then to link to the most recent version. Latest 
python DEPENDS on python-updater.

However, python-updater blocks =python-2.3.something, so portage is 
going to bitch about those SLOTS. I can think of 2 procedures to 
resolve this, only one is tested (credit to Stef for this)

run 'emerge --nodeps python-updater'
run 'python-updater'
This will take a while usually.
Use eix to find all merged versions of python. Unmerge all SLOTS 2.4.
DO NOT UNMERGE PYTHON-2.4
Now run any portage tool. It will fail with /usr/bin/python - no such 
file. Mwahahaha.
Relax, python is not borked. The last unmerge will have deleted a 
symlink. Put it back:

ln -s /usr/bin/python2.4 /usr/bin/python

Portage will now work again.
=


util-linux needs to be removed to build coreutils as there is duplicate 
functionality.

DO NOT UNMERGE COREUTILS Just don't even try

emerge -C util-linux ; emerge coreutils ; emerge util-linux

I prefer to get these done and out of the way asap, rather than 
unmerging a blocker and hoping emerge world will fix stuff as it runs 
it's course. What is it doesn't and the box is left inconsistent?

pam-login no longer exists and it's functionality is replaced by shadow:

emerge -C pam-login ; emerge shadow

While doing this, keep a second root shell open. After the merge, 
confirm you can log out of the original shell and correctly log back 
in. If the shadow merged went wrong somehow, or your pam is funny, you 
still have a working shell running to fix it. Otherwise, time to fetch 
the trusty LiveCD

 thanks in advance,
 Mark



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] Very old machine blocking/update questions

2008-04-25 Thread Mark Knecht
Thanks Alan,
   Sorry for top posting. I noticed these very old machine have only
8GB drives in them. Looks like I'm actually going to replace the
drives and then do new installs from scratch.

   Thanks for your help!

Cheers,
Mark

On Fri, Apr 25, 2008 at 2:59 PM, Alan McKinnon [EMAIL PROTECTED] wrote:
 On Friday 25 April 2008, Mark Knecht wrote:
   Hi,
  OK, so this machine I Was speaking of earlier seems ot have a
   number of issues created by a profile update. I'm attempting to move
   from 2005.0 to 2007.0. I'm using these documents as reference:

  Ooooh, this is gonna be fun!


   http://www.gentoo.org/doc/en/gentoo-upgrading.xml#doc_chap3
   http://www.gentoo.org/proj/en/portage/doc/manually-fixing-portage.xml
  
   The second document is referenced because no version of portage in
   the library matches up with the version of python on this system.
   I've followed the instructions and now portage seems to work except I
   see this message which looks more like a warning than anything. Can I
   safely ignore it?
  
   myth11 ~ # emerge -pv system EmergeSystem.txt
   !!! Problem with sandbox binary. Disabling...
  
   !!! Problem with sandbox binary. Disabling...

  Yeah, I think you can disable it for long enough so that you can remerge
  sandbox. Or just take it out of FEATURES till the upgrade is complete



   myth11 ~ #
  
  
   More important are some blocking issues. From the text file I saved
   in the step above I have these blocks:
  
  
   These are the packages that would be merged, in order:
  
   Calculating system dependencies  .^H^H... done!
   [blocks B ] dev-lang/python-2.3.6-r2 (is blocking
   app-admin/python-updater-0.2)
   [blocks B ] sys-apps/util-linux-2.13 (is blocking
   sys-apps/coreutils-6.10-r2)
   [blocks B ] sys-apps/pam-login (is blocking
   sys-apps/shadow-4.0.18.2)
  
  
   Are these blocks safe to remove? I assume they are system stuff and
   hence the system might break.

  Here's a mail I sent to my colleagues about the python blocks. I'm sure
  there's any easier way, I just didn't find it at the time:

  =
  Upgrading python on stable x86 boxes is a pain in the you know what.
  This time it is worse than usual. Just like the usual bootstrap problem
  of you need a compiled compiler to compile a compiler so how do you
  compile a compiler? on Gentoo portage is written in python so if you
  unmerge python to resolve a blocker, how do you then update python?

  Most of our boxes will have python in SLOTS 2.2 and 2.3 and 2.4
  This is a waste, you only need one. Hence the existence of
  python-updater. It works like revdep-rebuild, and finds stuff using
  python then rebuilds then to link to the most recent version. Latest
  python DEPENDS on python-updater.

  However, python-updater blocks =python-2.3.something, so portage is
  going to bitch about those SLOTS. I can think of 2 procedures to
  resolve this, only one is tested (credit to Stef for this)

  run 'emerge --nodeps python-updater'
  run 'python-updater'
  This will take a while usually.
  Use eix to find all merged versions of python. Unmerge all SLOTS 2.4.
  DO NOT UNMERGE PYTHON-2.4
  Now run any portage tool. It will fail with /usr/bin/python - no such
  file. Mwahahaha.
  Relax, python is not borked. The last unmerge will have deleted a
  symlink. Put it back:

  ln -s /usr/bin/python2.4 /usr/bin/python

  Portage will now work again.
  =


  util-linux needs to be removed to build coreutils as there is duplicate
  functionality.

  DO NOT UNMERGE COREUTILS Just don't even try

  emerge -C util-linux ; emerge coreutils ; emerge util-linux

  I prefer to get these done and out of the way asap, rather than
  unmerging a blocker and hoping emerge world will fix stuff as it runs
  it's course. What is it doesn't and the box is left inconsistent?

  pam-login no longer exists and it's functionality is replaced by shadow:

  emerge -C pam-login ; emerge shadow

  While doing this, keep a second root shell open. After the merge,
  confirm you can log out of the original shell and correctly log back
  in. If the shadow merged went wrong somehow, or your pam is funny, you
  still have a working shell running to fix it. Otherwise, time to fetch
  the trusty LiveCD

   thanks in advance,
   Mark



  --
  Alan McKinnon
  alan dot mckinnon at gmail dot com

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


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



Re: [gentoo-user] Clamassassin - does anyone know what is wrong?

2007-03-23 Thread Xavier Parizet
Good evening !

I've found the bug on bugzilla at 
http://bugs.gentoo.org/show_bug.cgi?id=168716 , and I've corrected it 
submitting a patch and a new ebuild to prevent the sandbox violation caused 
by the configure script when it try to verify if there is a virus database 
already installed.

It works fine on my two Gentoo boxes (x86 and x86_64).

The patch and the ebuild are attached to this email.
To test my patch, save clamassassin.patch 
as /usr/portage/mail-filter/clamassassin/files/clamassassin.patch, save 
clamassassin-1.2.3-r2.ebuild 
as /usr/portage/mail-filter/clamassassin/clamassassin-1.2.3-r2.ebuild .

After this is done, run the following command :
ebuild /usr/portage/mail-filter/clamassassin/clamassassin-1.2.3-r2.ebuild 
digest to recalculate the digests and to finish run emerge 
=clamassassin-1.2.3-r2 .

Regards.

Le Friday 23 March 2007 19:48:29 Xavier Parizet, vous avez écrit :
 Hi !

 Please post the log file showed by the last line (LOG FILE =) after
 retrying to install it to see if the install process make the same error,
 because it seems it leaves the portage chroot...

 Regards.

 Friday 23 March 2007 19:38:17 Steve [Gentoo], you wrote :
  #emerge clamassassin
  Calculating dependencies... done!
 
Emerging (1 of 1) mail-filter/clamassassin-1.2.3 to /
 
   * clamassassin-1.2.3.tar.gz RMD160 ;-)
  ...   [ ok ]
   * clamassassin-1.2.3.tar.gz SHA1 ;-)
  ... [ ok ]
   * clamassassin-1.2.3.tar.gz SHA256 ;-)
  ...   [ ok ]
   * clamassassin-1.2.3.tar.gz size ;-)
  ... [ ok ]
   * checking ebuild checksums ;-)
  ...  [ ok ]
   * checking auxfile checksums ;-)
  ... [ ok ]
   * checking miscfile checksums ;-)
  ...[ ok ]
   * checking clamassassin-1.2.3.tar.gz ;-)
  ... [ ok ]
 
Unpacking source...
Unpacking clamassassin-1.2.3.tar.gz to
 
  /var/tmp/portage/mail-filter/clamassassin-1.2.3/work
 
Source unpacked.
Compiling source in
 
  /var/tmp/portage/mail-filter/clamassassin-1.2.3/work/clamassassin-1.2.3
  ... ./configure --prefix=/usr --host=i686-pc-linux-gnu
  --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
  --sysconfdir=/etc --localstatedir=/var/lib --disable-subject-rewrite
  --disable-clamdscan --build=i686-pc-linux-gnu
  checking for rm... /bin/rm
  checking for cat... /bin/cat
  checking for sed... /bin/sed
  checking for echo... /bin/echo
  checking for formail... /usr/bin/formail
  checking for mktemp... /bin/mktemp
  checking for sigtool... /usr/bin/sigtool
  checking for clamscan... /usr/bin/clamscan
  checking for clamdscan... /usr/bin/clamdscan
  checking for /tmp/clamd... no
  configure: ClamAV version 0.90 detected.
  configure: Using scanner /usr/bin/clamscan
  configure: Using scanner options --no-summary --stdout --mbox
  configure: Using virus signature file dir /var/lib/clamav
  configure: Signature version reporting is off.
  configure: Scanner name adding is on.
  configure: Using temporary directory
  /var/tmp/portage/mail-filter/clamassassin-1.2.3/temp
  configure: Subject header rewriting is off.
  configure: creating ./config.status
  config.status: creating clamassassin
  config.status: creating Makefile
 
Source compiled.
 
  --- ACCESS VIOLATION SUMMARY
  ---
  LOG FILE =
  /var/log/sandbox/sandbox-mail-filter_-_clamassassin-1.2.3-11762.log
 
  open_wr:   /var/lib/clamav/.dbLock
  open_wr:   /var/lib/clamav/.dbLock
  -
 -- -


-- 
Xavier Parizet
http://www.linuxant.fr/
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.3.ebuild,v 
1.2 2006/03/13 14:22:42 ticho Exp $

inherit eutils autotools

DESCRIPTION=clamassassin is a simple script for virus scanning (through 
clamav) an e-mail message as a
filter (like spamassassin)
HOMEPAGE=http://drivel.com/clamassassin/;
SRC_URI=http://drivel.com/clamassassin/${P}.tar.gz;
LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc x86
IUSE=subject-rewrite clamd
DEPEND==app-antivirus/clamav-0.75.1
sys-apps/debianutils
sys-apps/which
mail-filter/procmail

src_compile() {
epatch ${FILESDIR}/clamassassin.patch
eautoreconf || die
econf \
$(use_enable subject-rewrite) \
$(use_enable clamd clamdscan) \
 || die
# Fix problems with Portage exporting TMP and breaking clamassassin. 
#61806
sed -i -e s:${TMP}:/tmp: clamassassin
}

src_install() {
dobin clamassassin
dodoc CHANGELOG LICENSE README
}
diff -Naur clamassassin-1.2.3.new/configure.ac

Re: [gentoo-user] portage sandbox path-depth limit ?

2018-10-31 Thread Andrew Savchenko
On Tue, 30 Oct 2018 13:29:59 +0100 Håkon Alstadheim wrote:
> 
> Den 30. okt. 2018 10:01, skrev Mick:
> > On Tuesday, 30 October 2018 06:30:23 GMT Håkon Alstadheim wrote:
> >> I'm having fun enabling "test" in FEATURES on my gentoo-desktop. One
> >> interesting failure, that brings to mind build failures I have had in
> >> the past:
> >>
> >> Building sys-apps/mlocate-0.26-r2, I get
> >>
> >>  43: updatedb: Very deep hierarchy   FAILED
> >> (updatedb.at:261)
> >>
> >> Trying to reproduce, as root I do "make check" in the work/mlocate-0.26/
> >> , and the test passes.
> >>
> >>  43: updatedb: Very deep hierarchy   ok
> >>
> >> I'd really like to get to the bottom of this, as I believe it must have
> >> the same root-cause as issues I have had compiling large packages such
> >> as firefox.
> >>
> >> Re-running both the emerge and the make check, I get the same results.
> >> emerge fails, make check succeeds. I made a local copy of the ebuild and
> >> inserted a "ulimit -a" in pre_src_test.
> >>
> >> ulimit from root-shell:
> >>
> >> # ulimit -a
> >> core file size  (blocks, -c) unlimited
> >> data seg size   (kbytes, -d) unlimited
> >> scheduling priority (-e) 0
> >> file size   (blocks, -f) unlimited
> >> pending signals (-i) 59958
> >> max locked memory   (kbytes, -l) 16384
> >> max memory size (kbytes, -m) unlimited
> >> open files  (-n) 1024
> >> pipe size(512 bytes, -p) 8
> >> POSIX message queues (bytes, -q) 819200
> >> real-time priority  (-r) 0
> >> stack size  (kbytes, -s) 8192
> >> cpu time   (seconds, -t) unlimited
> >> max user processes  (-u) 1
> >> virtual memory  (kbytes, -v) unlimited
> >> file locks  (-x) unlimited
> >>
> >> ulimit from emerge:
> >>>>> Source compiled.
> >> core file size  (blocks, -c) unlimited
> >> data seg size   (kbytes, -d) unlimited
> >> scheduling priority (-e) 0
> >> file size   (blocks, -f) unlimited
> >> pending signals (-i) 59958
> >> max locked memory   (kbytes, -l) 16384
> >> max memory size (kbytes, -m) unlimited
> >> open files  (-n) 1024
> >> pipe size(512 bytes, -p) 8
> >> POSIX message queues (bytes, -q) 819200
> >> real-time priority  (-r) 0
> >> stack size  (kbytes, -s) 9788
> >> cpu time   (seconds, -t) unlimited
> >> max user processes  (-u) 1
> >> virtual memory  (kbytes, -v) unlimited
> >> file locks  (-x) unlimited
> >>
> >>>>> Test phase: sys-apps/mlocate-0.26-r2
> >> I have plenty of space in my portage temp directory (/pt):
> >>
> >>  # df -hT ./
> >> Filsystem  Type Størrelse Brukt Tilgj. Bruk% Montert på
> >> /dev/xvdc  ext4  163G  8,0G   147G6% /pt
> >>
> >> Portage temp is at /pt due to the earlier mentioned issues with firefox.
> >>
> >> At my wits end here. Anyone ?
> > I have not looked or used the test FEATURES of portage, but have also 
> > noticed 
> > over time certain packages fail to build on machines with low RAM.  As low 
> > here I consider anything less than 4G.  It seems each thread is now 
> > consuming 
> > so much memory they cumulatively use up all RAM available and then start 
> > swapping endlessly until the compilation invariably fails.  Increasingly 
> > more 
> > and more packages have been suffering from this, the last two I noticed are 
> > qtwebkit and qtwebengine.
> >
> > My solution has been to create a package.env file in which I specify 
> > MAKEOPTS 
> > limiting the number of jobs and average load for any of these packages 
> > which 
> > chew up all the RAM.
> Memory should not be a problem here. Fails with only that one emerge
> running,
> succeeds if run directly as root, or with FEATURES="-sandbox -usersandbox".
> 
> Memory is >14GB:
> # vmstat
> procs ---memory-- ---swap-- -io -system--
> --cpu-
>  r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy
> id wa st
>  3  4  28416 6904608 174112 4616144    0    0    65   266   13    4 10 
> 2 84  4  0

It is possible that you hit directory loop. What lstree says on
that dir? Anyway, report this to sandbox devs.

Best regards,
Andrew Savchenko


pgpx97Wp8nVj1.pgp
Description: PGP signature


Re: [gentoo-user] Shared libraries lack a SONAME

2020-09-26 Thread urpion
On Fri, Sep 25, 2020 at 10:25:30AM -0400, Michael Orlitzky wrote:
> On 2020-09-25 01:39, urp...@gmx.com wrote:
> >
> > # Copyright 2020 Gentoo Authors
> >  * QA Notice: The following shared libraries lack a SONAME
> >  * /usr/lib/liblsp-dsp-lib-0.5.9.so
>
> This is just a warning, I think? Regardless, it's not something you can
> fix yourself.
>
> The short explanation is that libraries can have their own version
> separate from the larger package. The library version is what people use
> to track compatibility, and is often how Gentoo decides when to do
> subslot rebuilds. A library without a SONAME is a library without a
> "version," but the upstream authors would need to figure out the
> versioning scheme (and commit to it in the future) before fixing this.
>
> Some references:
>
>   * https://autotools.io/libtool/version.html
>   * https://www.gnu.org/software/libtool/manual/libtool.html#Versioning
>
>
> > Files matching a file type that is not allowed:
> >usr/lib/liblsp-dsp-lib-0.5.9.so
> >
>
> I think you have some other problem that's killing your install. A "QA
> Notice" won't do it.
>
>

  Thanks for the information Michael. This is more complicated than I
thought. I have no idea what to do now.


emerge -pqv '=media-libs/lsp-dsp-lib-0.5.9::macro'
[ebuild  N] media-libs/lsp-dsp-lib-0.5.9


emerge --info '=media-libs/lsp-dsp-lib-0.5.9::macro'
Portage 3.0.4 (python 3.8.5-final-0, default/linux/amd64/17.1/desktop, 
gcc-9.3.0, glibc-2.31-r6,
+5.6.19-rt-rt11 x86_64)
=
 System Settings
=
System uname:
+Linux-5.6.19-rt-rt11-x86_64-Intel-R-_Core-TM-_i5-3210M_CPU_@_2.50GHz-with-glibc2.2.5
KiB Mem: 3936604 total,383664 free
KiB Swap:  0 total, 0 free
Timestamp of repository gentoo: Sat, 26 Sep 2020 00:36:22 +
Head commit of repository gentoo: 8e6455de0a243fbcf735170e615431fee9af24c9

Timestamp of repository audio-overlay: Wed, 23 Sep 2020 18:35:18 +
Head commit of repository audio-overlay: 
38d215903f0a936ebfbddb6b6e302afc212630fa

Timestamp of repository brave-overlay: Tue, 22 Sep 2020 19:05:23 +
Head commit of repository brave-overlay: 
1d42a89a08f8a94a864c59f2dfabf8e2e0281aab

Head commit of repository fordfrog: b2f40f59b304b012ac8b9eb7aac37ed97c773867

Head commit of repository abendbrot: ee15f9f30a7d171348c9fe19bca8e2ad6ab0b557

sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
ccache version 3.7.11 [enabled]
app-shells/bash:  5.0_p18::gentoo
dev-java/java-config: 2.3.1::gentoo
dev-lang/perl:5.30.3::gentoo
dev-lang/python:  2.7.18-r2::gentoo, 3.6.11-r2::gentoo, 
3.7.8-r2::gentoo, 3.8.5::gentoo
dev-util/ccache:  3.7.11::gentoo
dev-util/cmake:   3.16.5::gentoo
dev-util/pkgconfig:   0.29.2::gentoo
sys-apps/baselayout:  2.7::gentoo
sys-apps/openrc:  0.42.1::gentoo
sys-apps/sandbox: 2.18::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:   1.16.1-r1::gentoo
sys-devel/binutils:   2.34-r2::gentoo
sys-devel/gcc:9.3.0-r1::gentoo
sys-devel/gcc-config: 2.3.1::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:   2.31-r6::gentoo

#Repositories:

Installed sets: @lbry
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=ivybridge -mtune=ivybridge -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf
+/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
+/etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d 
/etc/texmf/web2c"
CXXFLAGS="-march=ivybridge -mtune=ivybridge -O2 -pipe"
DISTDIR="/home/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB 
PERL5OPT PERLPREFIX
+PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME 
XDG_DATA_HOME
+XDG_RUNTIME_DIR"
FCFLAGS="-march=ivybridge -mtune=ivybridge -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache
+config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox 
merge-sync
+multilib-strict network-sandbox news parallel-fetch parallel-install 
pid-sandbox preserve-libs
+protect-owned qa-unresolved-soname-deps sandbox sfperms strict 
unknown-features-warn
+unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync x

Re: [gentoo-user] could there be a problem with acct-group/lp?

2020-12-30 Thread Michael
On Wednesday, 30 December 2020 23:33:47 GMT Jack wrote:
> On 2020.12.30 17:17, n952162 wrote:
> > When I try to restore my pkgs, after the --depclean, the emerge
> > fails. 
> > It seems like there's an error in the pre-inst script of
> > acct-group/lp? 
> > That's need by cups:
> > 
> > 1270~/adm/gentoo/emerged>sudo cat
> > /var/tmp/portage/acct-group/lp-0-r1/temp/build.log
> >  * Package:acct-group/lp-0-r1
> >  * Repository: gentoo
> >  * Maintainer: syst...@gentoo.org print...@gentoo.org
> >  * USE:abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
> >  * FEATURES:   network-sandbox preserve-libs sandbox userpriv
> > usersandbox
> > 
> > >>> Unpacking source...
> > >>> Source unpacked in /var/tmp/portage/acct-group/lp-0-r1/work
> > >>> Preparing source in /var/tmp/portage/acct-group/lp-0-r1/work ...
> > >>> Source prepared.
> > >>> Configuring source in /var/tmp/portage/acct-group/lp-0-r1/work ...
> > >>> Source configured.
> > >>> Compiling source in /var/tmp/portage/acct-group/lp-0-r1/work ...
> > >>> Source compiled.
> > >>> Test phase [not enabled]: acct-group/lp-0-r1
> > >>> 
> > >>> Install acct-group/lp-0-r1 into
> > 
> > /var/tmp/portage/acct-group/lp-0-r1/image
> > 
> > >>> Completed installing acct-group/lp-0-r1 into
> > 
> > /var/tmp/portage/acct-group/lp-0-r1/image
> > 
> >  * Final size of build directory:  4 KiB
> >  * Final size of installed tree:  20 KiB
> > 
> >  * checking 1 files for package collisions
> > 
> > >>> Merging acct-group/lp-0-r1 to /
> > 
> > error writing group entry: Invalid argument
> >  * Adding group 'lp' to your system ...
> > error writing group entry: Invalid argument
> >  *  - Groupid: 7
> > groupadd: group 'lp' already exists
> 
> This seems to be the basic cause.  However, I have no idea what that
> emerge should do if the group it wants to install does already exist.
> I can re-emerge this package with no problems.  Is this a new install
> or reinstall?  All the logic is in the eclass which does have the
> comment "Creates the group if it does not exist."
> 
> What happens if you just run "emerge -1 acct-group/lp"?  Have you done
> a successful "emerge -auDvN @system" ?  There may well be something
> else required still missing, but not an explicit dependency because it
> is part of @system.

Some other things to try after @system if the problem persists:

Check the ownership and access rights of /etc/group:

$ stat /etc/group
  File: /etc/group
  Size: 855 Blocks: 8  IO Block: 4096   regular file
Device: 80ah/2058d  Inode: 1055521 Links: 1
Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
Access: 2020-10-25 16:25:42.814894971 +
Modify: 2020-10-25 16:25:42.815894988 +
Change: 2020-10-25 16:25:42.892896366 +
 Birth: 2020-10-25 16:25:42.814894971 +


Check the particular group ID:

$ grep :7: /etc/group
lp:x:7:lp


Emerge cups which installs lp:

emerge -1aDv net-print/cups

Then try again as suggested:

emerge -1aDv acct-group/lp






signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] could there be a problem with acct-group/lp?

2020-12-30 Thread n952162

On 12/31/20 12:33 AM, Jack wrote:

On 2020.12.30 17:17, n952162 wrote:

When I try to restore my pkgs, after the --depclean, the emerge fails.
It seems like there's an error in the pre-inst script of acct-group/lp?
That's need by cups:

1270~/adm/gentoo/emerged>sudo cat
/var/tmp/portage/acct-group/lp-0-r1/temp/build.log
 * Package:    acct-group/lp-0-r1
 * Repository: gentoo
 * Maintainer: syst...@gentoo.org print...@gentoo.org
 * USE:    abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv
usersandbox
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/acct-group/lp-0-r1/work
>>> Preparing source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source compiled.
>>> Test phase [not enabled]: acct-group/lp-0-r1

>>> Install acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image
>>> Completed installing acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image

 * Final size of build directory:  4 KiB
 * Final size of installed tree:  20 KiB

 * checking 1 files for package collisions
>>> Merging acct-group/lp-0-r1 to /
error writing group entry: Invalid argument
 * Adding group 'lp' to your system ...
error writing group entry: Invalid argument
 *  - Groupid: 7
groupadd: group 'lp' already exists

This seems to be the basic cause.



Perhaps.  But there are two "invalid argument" error messages before the
"already exists" msg.



However, I have no idea what that emerge should do if the group it
wants to install does already exist.  I can re-emerge this package
with no problems.



That's interesting!  Maybe re-emerge would behave differently from a
de-install/emerge?

In any case though, crashing if the group already exists would be a bug
the developers should be interested in.



Is this a new install or reinstall?  All the logic is in the eclass
which does have the comment "Creates the group if it does not exist."



I was looking for that ... I didn't find groupadd in
/var/db/pkg/acct-group/lp-0.  Where should I look?




What happens if you just run "emerge -1 acct-group/lp"?



Same thing



Have you done a successful "emerge -auDvN @system" ?



Yes



There may well be something else required still missing, but not an
explicit dependency because it is part of @system.




One thing I just re-discovered is --keep-going, which works, thank
goodness, so I'll should have a working system (sometime tomorrow!),
albeit, without cups.





Re: [gentoo-user] could there be a problem with acct-group/lp? [RESOLVED]

2021-01-01 Thread n952162

On 12/30/20 11:17 PM, n952162 wrote:

When I try to restore my pkgs, after the --depclean, the emerge fails.
It seems like there's an error in the pre-inst script of acct-group/lp?
That's need by cups:


1270~/adm/gentoo/emerged>sudo cat
/var/tmp/portage/acct-group/lp-0-r1/temp/build.log
 * Package:    acct-group/lp-0-r1
 * Repository: gentoo
 * Maintainer: syst...@gentoo.org print...@gentoo.org
 * USE:    abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/acct-group/lp-0-r1/work
>>> Preparing source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source compiled.
>>> Test phase [not enabled]: acct-group/lp-0-r1

>>> Install acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image
>>> Completed installing acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image

 * Final size of build directory:  4 KiB
 * Final size of installed tree:  20 KiB

 * checking 1 files for package collisions
>>> Merging acct-group/lp-0-r1 to /
error writing group entry: Invalid argument
 * Adding group 'lp' to your system ...
error writing group entry: Invalid argument
 *  - Groupid: 7
groupadd: group 'lp' already exists
 * ERROR: acct-group/lp-0-r1::gentoo failed (preinst phase):
 *   (no error message)
 *
 * Call stack:
 * ebuild.sh, line  125:  Called pkg_preinst
 *   environment, line 1194:  Called acct-group_pkg_preinst
 *   environment, line  360:  Called enewgroup 'lp' '7'
 *   environment, line  735:  Called die
 * The specific snippet of code:
 *   groupadd -r ${opts} "${egroup}" || die
 *
 * If you need support, post the output of `emerge --info
'=acct-group/lp-0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv
'=acct-group/lp-0-r1::gentoo'`.
 * The complete build log is located at
'/var/tmp/portage/acct-group/lp-0-r1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/acct-group/lp-0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/acct-group/lp-0-r1/homedir'
 * S: '/var/tmp/portage/acct-group/lp-0-r1/work'
!!! FAILED preinst: 1





Confirmed:  I found a mistake on my system:

  lp:x:7:lp:me

The last colon should be a comma.





[gentoo-user] Building package "dev-texlive/texlive-basic-2021" failed

2021-06-12 Thread Dr Rainer Woitok
Greetings,

it's been quite a while that I had problems  doing my routine Gentoo up-
grade.   This time package  "dev-texlive/texlive-basic-2021" balked, and
in the build log I found this:

 * Package:dev-texlive/texlive-basic-2021
 * Repository: gentoo
 * Maintainer: aball...@gentoo.org t...@gentoo.org
 * USE:abi_x86_64 amd64 elibc_glibc kernel_linux luajittex userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 ---8><---
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_GB:en",
LC_ALL = (unset),
LC_MESSAGES = "C",
LC_CTYPE = "C.UTF-8",
LC_COLLATE = "C",
LANG = "en_GB"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

While the value of environment variable "LANGUAGE"  is clearly mine, the
other values except  "LC_COLLATE" and "LC_ALL"  are obviously _not mine_
(in particular "LANG" is missing the ".utf8" part):

$ sudo env | grep LANGU
Password:
LANGUAGE=en_GB:en
$ sudo locale
LANG=en_GB.utf8
LC_CTYPE="en_GB.utf8"
LC_NUMERIC="en_GB.utf8"
LC_TIME="en_GB.utf8"
LC_COLLATE=C
LC_MONETARY="en_GB.utf8"
LC_MESSAGES="en_GB.utf8"
LC_PAPER="en_GB.utf8"
LC_NAME="en_GB.utf8"
LC_ADDRESS="en_GB.utf8"
LC_TELEPHONE="en_GB.utf8"
LC_MEASUREMENT="en_GB.utf8"
LC_IDENTIFICATION="en_GB.utf8"
LC_ALL=
$

Using "grep"  to sift through  my build logs  the first occurance of the
line "perl: warning: Setting locale failed." occured a year ago at 2020-
05-18 while upgrading package "media-libs/exiftool-11.93" and since then
it is present  in quite a few  build logs  without apparently  doing any
harm.  However, now making "luatex", "luahbtex", and "dviluatex" as part
of package "dev-texlive/texlive-basic-2021"  all failed with "Unable  to
read environment locale: exit now." and finally caused the build to die:

 ---8><---
fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil:   texmf-dist/fmtutil/format.texlive-basic.cnf
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil:   texmf-dist/fmtutil/format.texlive-basic.cnf
fmtutil [INFO]: writing formats under 
/var/tmp/portage/dev-texlive/texlive-basic-2021/work/texmf-var/web2c
fmtutil [INFO]: --- remaking luatex with luatex
fmtutil: running `luatex -ini   -jobname=luatex -progname=luatex luatex.ini' ...
Unable to read environment locale: exit now.
 ---8><---
fmtutil [INFO]: --- remaking luahbtex with luahbtex
fmtutil: running `luahbtex -ini   -jobname=luahbtex -progname=luahbtex 
luatex.ini' ...
Unable to read environment locale: exit now.
 ---8><---
fmtutil [INFO]: --- remaking dviluatex with luatex
fmtutil: running `luatex -ini   -jobname=dviluatex -progname=dviluatex 
dviluatex.ini' ...
Unable to read environment locale: exit now.
 ---8><---
fmtutil [INFO]: failed to build: 3 (luatex/luatex luahbtex/luahbtex 
luatex/dviluatex)
fmtutil [INFO]: total formats: 8
fmtutil [INFO]: exiting with status 3
 * ERROR: dev-texlive/texlive-basic-2021::gentoo failed (compile phase):
 *   failed to build format texmf-dist/fmtutil/format.texlive-basic.cnf
 * 
 * Call stack:
 * ebuild.sh, line 125:  Called src_compile
 *   environment, line 510:  Called texlive-module_src_compile
 *   environment, line 721:  Called die
 * The specific snippet of code:
 *   VARTEXFONTS="${T}/fonts" 
TEXMFHOME="${S}/texmf:${S}/texmf-dist:${S}/texmf-var" env -u TEXINPUTS 
$fmt_call --cnffile "${i}" --fmtdir "${S}/texmf-var/web2c" --all || die "failed 
to build format ${i}";

Is the failure to make "luatex", "luahbtex",  and "dviluatex" due to not
being able to "read environment locale" a consequence of "perl" claiming
to have problems with _my_ locale?  If not, what else is going on here?

Sincerely,
  Rainer



[gentoo-user] btop fails to compile

2022-11-30 Thread Jochen Kirchner

Hi,

on my Hetzner server btop fails to compile. If I go to the build 
directory and compile it manuallly (just type make) it compiles fine.


 * Package:sys-process/btop-1.2.12:0
 * Repository: gentoo
 * Maintainer: nex+b-...@nexadn.de proxy-ma...@gentoo.org
 * Upstream:   https://github.com/aristocratos/btop/issues
 * USE:abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv 
usersandbox

Unpacking source...
Unpacking btop-1.2.12.tar.gz to 
/var/tmp/portage/sys-process/btop-1.2.12/work

Source unpacked in /var/tmp/portage/sys-process/btop-1.2.12/work
Preparing source in 
/var/tmp/portage/sys-process/btop-1.2.12/work/btop-1.2.12 ...

 * Applying 876319-verbose-makefile.patch ...
 [ ok ]

Source prepared.
Configuring source in 
/var/tmp/portage/sys-process/btop-1.2.12/work/btop-1.2.12 ...

Source configured.
Compiling source in 
/var/tmp/portage/sys-process/btop-1.2.12/work/btop-1.2.12 ...

make -j17 -l17 VERBOSE=true OPTFLAGS= CXX=x86_64-pc-linux-gnu-g++

 ██╗ ╗ ██╗ ██╗
 ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗   ██╗██╗
 ██╔╝   ██║   ██║   ██║██╔╝ ██╗██╗
 ██╔══██╗   ██║   ██║   ██║██╔═══╝  ╚═██╔═╝╚═██╔═╝
 ██╔╝   ██║   ╚██╔╝██║╚═╝╚═╝
 ╚═╝╚═╝╚═╝ ╚═╝  Makefile v1.5
PLATFORM   ?| Linux
ARCH   ?| amd64
CXX?| x86_64-pc-linux-gnu-g++ (11.3.0)
THREADS:| 16
REQFLAGS   !| -std=c++20
WARNFLAGS  :| -Wall -Wextra -pedantic
OPTFLAGS   :|
LDCXXFLAGS :| -pthread -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS 
-fexceptions -fstack-clash-protection -fcf-protection -fstack-protector
CXXFLAGS   +| $(REQFLAGS) $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) -O2 
-march=znver2 -pipe
LDFLAGS+| $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) -Wl,-O1 
-Wl,--as-needed


Building btop++ (v1.2.12) Linux amd64
Compiling src/linux/btop_collect.cpp
x86_64-pc-linux-gnu-g++ -O2 -march=znver2 -pipe -std=c++20 -pthread 
-D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -fexceptions 
-fstack-clash-protection -fcf-protection -fstack-protector   -Wall 
-Wextra -pedantic -Iinclude -Isrc -MMD -c -o obj/linux/btop_collect.o 
src/linux/btop_collect.cpp

Assembler messages:
Fatal error: can't create obj/linux/btop_collect.o: No such file or 
directory

make: *** [Makefile:269: obj/linux/btop_collect.o] Error 1
 * ERROR: sys-process/btop-1.2.12::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info 
'=sys-process/btop-1.2.12::gentoo'`,
 * the complete build log and the output of `emerge -pqv 
'=sys-process/btop-1.2.12::gentoo'`.
 * The complete build log is located at 
'/var/tmp/portage/sys-process/btop-1.2.12/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/sys-process/btop-1.2.12/temp/environment'.
 * Working directory: 
'/var/tmp/portage/sys-process/btop-1.2.12/work/btop-1.2.12'

 * S: '/var/tmp/portage/sys-process/btop-1.2.12/work/btop-1.2.12'


--
Mit freundlichen Grüßen,
Jochen Kirchner

eMail: jk@jk-foto.design
Web: https://www.jk-foto.design

Public Key: B67B 24AA CB0F E646 8E35 CF12 7FC8 C135 CEEB C714

0xCEEBC714.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


[gentoo-user] Chromium build process tries wrong LLVM

2023-04-30 Thread Alan Grimes

There does not seem to be a gcc-config or eselect for LLVM / clang

The ebuild for today's chromium requires LLVM 16 -> LLVM 16 is 
installed.  Fine so far...


So therefore something selects llvm 15 to build =(
#
*  sys-devel/clang
  Latest version available: 16.0.2
  Latest version installed: 16.0.2
  Size of files: 115,471 KiB
  Homepage:  https://llvm.org/
  Description:   C language family frontend for LLVM
  License:   Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
#

>>> Failed to emerge www-client/chromium-112.0.5615.165, Log file:
>>> '/var/tmp/portage/www-client/chromium-112.0.5615.165/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed Load avg: 7.37, 
2.34, 1.00

 * Package:    www-client/chromium-112.0.5615.165:0/stable
 * Repository: gentoo
 * Maintainer: chrom...@gentoo.org
 * USE:    X abi_x86_64 amd64 cups elibc_glibc hangouts 
kernel_linux l10n_af l10n_am l10n_ar l10n_bg l10n_bn l10n_ca l10n_cs 
l10n_da l10n_de l10n_el l10n_en-GB l10n_es l10n_es-419 l10n_et l10n_fa 
l10n_fi l10n_fil l10n_fr l10n_gu l10n_he l10n_hi l10n_hr l10n_hu l10n_id 
l10n_it l10n_ja l10n_kn l10n_ko l10n_lt l10n_lv l10n_ml l10n_mr l10n_ms 
l10n_nb l10n_nl l10n_pl l10n_pt-BR l10n_pt-PT l10n_ro l10n_ru l10n_sk 
l10n_sl l10n_sr l10n_sv l10n_sw l10n_ta l10n_te l10n_th l10n_tr l10n_uk 
l10n_ur l10n_vi l10n_zh-CN l10n_zh-TW lto official pic 
proprietary-codecs pulseaudio qt5 screencast suid system-av1 
system-harfbuzz system-icu userland_GNU wayland
 * FEATURES:   network-sandbox nostrip sandbox splitdebug userpriv 
usersandbox

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 * Using LLVM slot 15 to build 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 * Checking for at least 9 GiB RAM ...
 [ ok ]
 * Checking for at least 13 GiB disk space at 
"/var/tmp/portage/www-client/chromium-112.0.5615.165/temp" ...

 [ ok ]
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 * ERROR: www-client/chromium-112.0.5615.165::gentoo failed (setup phase):
 *   At least clang 16 is required <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< *
 * Call stack:
 *    ebuild.sh, line 136:  Called pkg_setup
 *   chromium-112.0.5615.165.ebuild, line 310:  Called die
 * The specific snippet of code:
 *  die "At least clang 16 is required"
 *
 * If you need support, post the output of `emerge --info 
'=www-client/chromium-112.0.5615.165::gentoo'`,
 * the complete build log and the output of `emerge -pqv 
'=www-client/chromium-112.0.5615.165::gentoo'`.
 * The complete build log is located at 
'/var/tmp/portage/www-client/chromium-112.0.5615.165/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/www-client/chromium-112.0.5615.165/temp/die.env'.
 * Working directory: 
'/var/tmp/portage/www-client/chromium-112.0.5615.165/empty'
 * S: 
'/var/tmp/portage/www-client/chromium-112.0.5615.165/work/chromium-112.0.5615.165'





--
Beware of Zombies. =O
#EggCrisis  #BlackWinter
White is the new Kulak.
Powers are not rights.




Re: [gentoo-user] Emerge load again

2023-11-29 Thread Michael
On Monday, 27 November 2023 15:39:33 GMT Peter Humphreey wrote:
> Hello list,
> 
> I still can't see how portage limits the load. Today I'm emerging
> libreoffice, and it's spending almost the whole time working with 4 CPU
> threads. But:
> 
> $ grep -e '\-j' -e distcc /etc/portage/make.conf
> EMERGE_DEFAULT_OPTS="--jobs=18 --load-average=30 --backtrack=200 --
> autounmask=n --keep-going  --nospinner"
> FEATURES="distcc userfetch buildpkg network-sandbox parallel-install sandbox
> userpriv usersandbox"
> MAKEOPTS="-j18"
> 
> I found a suggestion to use distcc in the installation handbook, which I
> hadn't seen there before, so I went searching for it and found how to do it.
> It usually works well, in this case starting 18 packages before starting LO
> itself. grep -rw doesn't find '4' anywere relevant under /etc/portage/ .
> Other times it just doesn't help at all.
> 
> What am I missing?

In absence of other contributions I'll offer a theoretical explanation, based 
on random observations on my systems.

You have specified as many as 18 packages to be emerged in parallel x up to 18 
make jobs each.  The result of [18 x 18 = 324] is to be limited by a total 
load average of 30.

If there were more than 18 packages listed to be emerged and there were no 
dependencies between them to restrict how many could start emerging in 
parallel, you would observe =<18 packages being emerged in parallel.  This 
alone will not breach the load limit of 30.

Let's assume all 18 packages had a large codebase to need at least 18 make 
jobs each.  Sooner or later you'd have 18 parallel emerges all trying to run 
18 make jobs.

Were this to occur the load limit restriction would kick in and you would see 
only up to 30 jobs listed in top, with individual package processes 
alternating in the top list of make threads.

Here's my hypothesis explaining your own observation with libreoffice.  As a 
package or more finished emerging, libreoffice's turn comes up.  Soon 
libreoffice starts to execute make jobs, but any of the following may apply:

1. There are only 4 out of 30 jobs available, because other packages are 
already using 26, throughout your window of observation.
2. Libreoffice sequencing of make jobs is mostly linear with succeeding make 
jobs waiting on output from their predecessors.
3. Libreoffice source code is not optimised for high parallelism - I recall 
when it was hardcoded at -j1 just a few years ago.  Before this restriction 
was added, any bug reporters were advised to try again after limiting make to 
-j1.

Next time I'm building libreoffice on a beefier system I'll keep an eye out 
for the number of jobs to see what it gets up to.

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-ppc-user] can't emerge firefox on ppc

2005-08-01 Thread Alexander Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Holm wrote:
 
 Hello Alexander,
 could you please post the output from `emerge info`?

here you go:


Portage 2.0.51.22-r2 (default-linux/ppc/2004.2, gcc-3.4.4,
glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r6 ppc)
=
System uname: 2.6.12-gentoo-r6 ppc 7450, altivec supported
Gentoo Base System version 1.6.13
dev-lang/python: 2.2.3-r5, 2.3.5
sys-apps/sandbox:1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.90.0.3-r5
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.4.19-r1, 2.6.8.1-r4
ACCEPT_KEYWORDS=ppc
AUTOCLEAN=yes
CBUILD=powerpc-unknown-linux-gnu
CFLAGS=-O2 -fno-strict-aliasing -pipe
CHOST=powerpc-unknown-linux-gnu
CONFIG_PROTECT=/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo
/etc/env.d
CXXFLAGS=-O2 -fno-strict-aliasing -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://www.fhh.opensource-mirror.de/gentoo.org/
ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org/
rsync://rsync.fhh.opensource-mirror.de/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
rsync://linux.rz.ruhr-uni-bochum.de/gentoo/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo
rsync://mirrors.sec.informatik.tu-darmstadt.de/gentoo
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo;
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=ppc X aalib airport alsa altivec bash-completion berkdb
bitmap-fonts browserplugin cdparanoia cdr crypt cscope cups curl decss
directfb dvd dvdread emboss encode esd fam fbcon font-server fortran gb
gd gdbm gif gpg gphoto2 gtk gtk2 imagemagick imap imlib ipv6 jack java
jpeg lcms ldap libg++ libwww lirc maildir mbox mikmod motif mozcalendar
mozdevelop mozilla mozsvg mp3 mpeg mysql nas nasm ncurses network nls
nntp ogg oggvorbis opengl pam pcmcia pcsc-lite pda pdflib perl png pnp
python qt readline samba sdl slang smartcard snmp spell ssl tcl tcltk
tcpd tex tiff tk truetype truetype-fonts type1-fonts unicode userlocales
vorbis xine xml xml2 xmms xprint xv xvid zlib video_cards_radeon
userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS,
PORTDIR_OVERLAY


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

iD8DBQFC7e77w4sGV/pPyAwRAlXFAJ4450LghoHvQMAOJZEau7pnvfSHzACeKMFQ
O2BPFx/Wm0otJAfAphYkPOU=
=kHVA
-END PGP SIGNATURE-
-- 
gentoo-ppc-user@gentoo.org mailing list



[gentoo-user] Xorg freeze on shut down

2007-08-16 Thread Herbert Laubner

I still having a problem to shut down Xorg.

Independent if I am root or member of group user, as soon as I want  
to end the xorg-server this one freezes.

As a side effect, the system-shutdown freezes as well.

emerge --info
Portage 2.1.2.11 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.5- 
r4, 2.6.20-gentoo-r8 x86_64)

=
System uname: 2.6.20-gentoo-r8 x86_64 AMD Sempron(tm) Processor 3200+
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 13 Aug 2007 17:00:01 +
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=k8 -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf /etc/ 
revdep-rebuild /etc/terminfo

CXXFLAGS=-march=k8 -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/ 
gentoo 

LINGUAS=de en
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times  
--compress --force --whole-file --delete --delete-after --stats -- 
timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages  
--filter=H_**/files/digest-*

PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X acl alsa amd64 avahi berkdb bitmap-fonts bzip2 cdr cli  
cracklib crypt cups dbus de dri firefox fortran gdbm gnome gpm  
gstreamer gtk hal iconv ipv6 isdnlog java jpeg jpeg2k midi mmx mp3  
mpeg mpg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcre  
perl pppd python quicktime readline reflection session spl sse sse2  
ssl tcpd tiff truetype-fonts type1-fonts unicode wmf xorg  
ALSA_CARDS=atiixp ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix  
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat  
linear meter mulaw multi null plug rate route share shm softvol  
ELIBC=glibc INPUT_DEVICES=keyboard mouse KERNEL=linux  
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb  
ncurses text LINGUAS=de en USERLAND=GNU VIDEO_CARDS=fglrx
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,  
LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,  
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


Any ideas where to look for?

Regards,
Herb



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Bugzilla-2.22.3 not sending any mails...

2007-11-25 Thread Jules Colding
Hi,

I've emerged bugzilla-2.22.3(*) on a hardened box(**). The problem is
that while bugzilla can send password reminder mails it doesn't send any
other mails. Changing a bug or adding a new one does not result in a
mail to the default assignee. 

Any ideas?

Thanks,
  jules


(*) bugzilla.42tools.net

(**)Portage 2.1.3.19 (hardened/x86/2.6, gcc-3.4.6, glibc-2.6.1-r0, 
2.6.20-hardened-r10 i686)
=
System uname: 2.6.20-hardened-r10 i686 Intel(R) Pentium(R) D CPU 3.00GHz
Timestamp of tree: Fri, 23 Nov 2007 10:16:01 +
app-shells/bash: 3.2_p17
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/env.d /etc/fonts/fonts.conf /etc/gconf 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo 
/etc/udev/rules.d
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict unmerge-orphans 
userfetch
GENTOO_MIRRORS=http://gentoo.tiscali.nl/ http://mirror.uni-c.dk/pub/gentoo/ 
http://ftp.snt.utwente.nl/pub/os/linux/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=berkdb cracklib crypt hardened midi nls nptl nptlonly pam pic readline ssl 
tcpd urandom x86 xorg zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem 
bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem 
ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate 
route share shm softvol ELIBC=glibc INPUT_DEVICES=mouse keyboard 
KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text USERLAND=GNU VIDEO_CARDS=apm ark chips cirrus cyrix 
dummy fbdev glint i128 i740 i810 imstt mach64 mga neomagic nsc nv r128 radeon 
rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l 
vesa vga via vmware voodoo
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, 
LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] missing libraries in mesa-6.5.2-r1 emerge ??

2007-11-28 Thread de Almeida, Valmor F.


Hello,

When emerging mesa-6.5.2-r1 I don't get the library libOSMesa.so* built.
Did this library go away or is it a problem of selecting the correct USE
parameter. Currently I am using what is listed below.

Thanks for your help.

--
Valmor


-equery uses mesa
[ Searching for packages matching mesa... ]
[ Colour Code : set unset ]
[ Legend : Left column  (U) - USE flags from make.conf  ]
[: Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for media-libs/mesa-6.5.2-r1 ]
 U I
 - - debug   : Enable extra debug codepaths, like asserts
and extra output. If you want to get meaningful backtraces see
http://www.gentoo.org/proj/en/qa/backtraces.xml .
 + + doc : Adds extra documentation (API, Javadoc, etc)
 - - kernel_FreeBSD  : unknown
 + + motif   : Adds motif support (x11-libs/openmotif
x11-libs/lesstif)
 + + nptl: Enable support for Native POSIX Threads
Library, the new threading module (requires linux-2.6 or better usually)
 - - pic : Build Position Independent Code.  Do not
utilize this flag unless you know what you're doing.
 - - video_cards_i810: unknown
 - - video_cards_mach64  : unknown
 - - video_cards_mga : unknown
 - - video_cards_none: unknown
 - - video_cards_r128: unknown
 - - video_cards_radeon  : unknown
 - - video_cards_s3virge : unknown
 - - video_cards_savage  : unknown
 - - video_cards_sis : unknown
 - - video_cards_sunffb  : unknown
 - - video_cards_tdfx: unknown
 - - video_cards_trident : unknown
 - - video_cards_via : unknown
 - - xcb : Support the X C-language Binding, a
replacement for Xlib





-emerge --info
Portage 2.1.3.19 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0,
2.6.22.9 i686)
=
System uname: 2.6.22.9 i686 Intel(R) Xeon(TM) CPU 2.66GHz
Timestamp of tree: Sat, 17 Nov 2007 04:30:01 +
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O3 -march=pentium4 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-O3 -march=pentium4 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict
unmerge-orphans userfetch
GENTOO_MIRRORS=http://gentoo.mirrors.tds.net/gentoo
http://212.219.56.131/sites/www.ibiblio.org/gentoo/
ftp://gentoo.mirrors.tds.net/gentoo;
LC_ALL=en_US.utf8
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
--
[EMAIL PROTECTED] mailing list



[gentoo-user] walk thru new ._cfg000 - a rough perl script

2008-01-03 Thread reader
I've been working on something to aid handling incoming ._cfg*
files that occur during emerges at times.

I know we have at least a couple of tools already for this, but I
wanted something much closer to manual handling but still doing most
of the drudgery.

I used the term `rough' in the subject but that may be a little overly
kind. Prospective users may find the script rather primitive.


But if anyone can make use of it please do.  And if anyone has
comments or wants to pass along any edits they think will improve it
please do that too.

The script tries to report what its doing as it goes along, prior to
actually doing anything. And provides several opportunities to bail.

It has a usage message that explains things. `updetc.pl help' to see
it.

People may not like that it creates directories throughout the file
system but I like keeping the various configs for a while so this does
it for me in some orderly way yet avoids any problems with leaving
renamed files in working directories like /etc/init.d or /etc/conf.d.

`updetc.pl' finds the new configs and their counterpart [if it exits]. 
Offers you a chance to see a diff then copies and moves the files
around so that you end up with your choice on the system.

A copy of both the working version and the new one with a dated
extension and indicative string pre-pended (START-USE STOP-USE NOUSE)
are kept in a special directory (START_STOP/) at the same level as the
config files.

The script does not try to automate everything.  It offers a  
pre assembled diff cmd to past into a cmd prompt for a quick look at
the differences of new and old.  And handles the copy move rename
and mkdir chores. 

I thought I'd prefer to leave the `diff' part to user if they wanted a
diff, rather than coding it in perl or using perl modules.  Instead
just offer a pre-assembled command to make it easier.

Any merging or the like is up to the user.  Straight yes or no about
the new conf is handled by updetc.pl.

I've included the bare script in line at the end but to encourage
people to try it out, a little package can be grabbed at URL below
containing a ready to go sandbox for testing.  (Note that
I have NOT tested this extensively so use at your own RISK
I am using it on my real filesystem now for a couple of weeks)

 http://www.jtan.com/~reader/updetc  updetc*.tar.gz

The ready to go sandbox includes an assortment of ._cfg000*, a directory
hierarchy along with corresponding system config files and the script.

Expect these directories and files in the compressed tar file.
./test_updetc/
etc1/  test directory hierarchy - assorted ._cfg* and some
   system counterparts

etc2/ replace from this for further testing 
 (Just a copy of etc1)

updetc.pl

My direct email is [EMAIL PROTECTED]

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Unable to update openoffice from 2.0.0 to 2.0.1

2005-12-23 Thread gvlp
Compilation of openoffice abort with this message:
packimages -- version: 1.12
packimages: ERROR: no such directory: 
'/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1/build/ooa680-m1/ooo_custom_images/crystal'

Since nobody else is complaining, I suppose it has to do with my configuration:

~# emerge -pv openoffice

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] app-office/openoffice-2.0.1 [2.0.0] USE=+curl -eds -gnome +gtk 
+java -kde -ldap 
-mozilla +xml2 +zlib 0 kB 

Total size of downloads: 0 kB

~# emerge info
Portage 2.1_pre1 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r3, 
2.6.14-gentoo-r5 i686)
=
System uname: 2.6.14-gentoo-r5 i686 AMD Athlon(tm)
Gentoo Base System version 1.12.0_pre12
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -O3 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/lib/X11/xkb 
/usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=athlon-xp -O3 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ft
p://mirror.scarlet-internet.nl/pub/gentoo
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=x86 3dnow X alsa apm audiofile avi berkdb bitmap-fonts bzip2 cdr crypt 
cups curl encode exif 
expat ffmpeg flac foomaticdb fortran gdbm gif glut gpm gstreamer gtk gtk2 
imagemagick imlib java
jpeg lcms libg++ libwww mad mmx mng motif mp3 mpeg ncurses nls ogg oggvorbis 
opengl oss pam pcre
pdflib perl png python qt quicktime readline recode scanner sdl slang spell sse 
ssl tcltk tc
pd threads tiff truetype truetype-fonts type1-fonts udev usb vorbis xine xml2 
xmms xv xvid zlib 
elibc_glibc kernel_linux userland_GNU
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

Any idea?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Easy? Software Products

2006-01-22 Thread maxim wexler
 about this same problem. 
 Can you post output of emerge -pv cups and emerge


Thanks Abhay,

[EMAIL PROTECTED] ~ $ emerge -pv cups

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-print/cups-1.1.23-r4  -cjk -gnutls
-nls* +pam -samba -slp +ssl 0 kB 

Total size of downloads: 0 kB

 --info

Gentoo Base System version 1.6.12
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.3.6,
glibc-2.3.5-r2, 2.6.12-gentoo-r6 i686)
=
System uname: 2.6.12-gentoo-r6 i686 AMD Sempron(tm)
Processor 3100+
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1,
1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo
/etc/env.d
CXXFLAGS=-O2 -march=i686
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks nostrip sandbox sfperms
strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
USE=x86 16bit 3dnow X alsa apm arts audiofile avi
bzip2 cdparanoia cdr cups curl debug dvd dvdread
encode fam fat firefox flac foomaticdb ftp gdb gdbm
gif glx gpm gtk gtk2 ieee1394 imlib ipv6 java
javascript jpeg lame libg++ libwww mad mmx mng motif
mozilla mp3 mpeg mplayer ncurses ntfs ogg oggvorbis
opengl oss pam pdflib perl png posix python qt
quicktime readline reiserfs sdl sse ssl svga tcpd tiff
truetype truetype-fonts type1-fonts udev usb verbose
vorbis win32codecs wma xml2 xmms xv zlib userland_GNU
kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS,
LINGUAS

BTW...

This error is returned consistently:

E [22/Jan/2006:11:53:45 -0700] StartListening: Unable
to find IP address for server name sarawak - Unknown
host

but cupsd.conf defaults to localhost, right?

Also it gives unknown directive when I uncomment the
debug levels('debug2' and 'debug') in cupsd.conf

and

[EMAIL PROTECTED] ~ $ lpr docs/misc/whatevs
lpr: error - no default destination available.

and

[EMAIL PROTECTED] ~ $ dmesg|grep -i printer
parport0: Printer, HEWLETT-PACKARD DESKJET 610C

yes, the proper ppd driver is installed in
/usr/share/cups/model


__
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] equery, make.conf USE flag mismatch on amd64

2006-03-08 Thread Kumar Golap
In fact if i remove the  USE line from the make.conf file ...and i do
emerge --info ...it is showing USE flags that i have no clue from
where its coming. I guess that that is what is overiding my changes in
USE i.e  its been ignoring the fact that wanted   mmx and 3dnow etc to
be used.


In case that can give you a clue below is the whole
emerge --info even after i commented out my USE line in make.conf

Thanks a lot for all the help...

Kumar




 # emerge --info
Portage 2.0.54 (default-linux/amd64/2006.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.15-gentoo-r5 x86_64)
=
System uname: 2.6.15-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.14
dev-lang/python: 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=k8 -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb
/usr/lib64/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=k8 -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://gentoo.osuosl.org/ 
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=amd64 X a52 aalib acpi alsa arts audiofile avi berkdb
bitmap-fonts bzip2 cdr crypt cups curl directfb dri dvd dvdr eds
emboss encode esd exif expat f77 fam ffmpeg flac foomaticdb fortran gd
gdbm gif glut gnome gpm gstreamer gtk gtk2 hal idn imagemagick imlib
ipv6 java jpeg kde lcms libcaca libg++ libwww lirc lm_sensors lzw
lzw-tiff mad mikmod mng motif mozilla mp3 mpeg mysql ncurses nls nptl
ogg oggvorbis openal opengl pam pam_console pcre pdflib perl png
python qt quicktime readline recode scanner sdl slang speex spell
sqlite ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts
udev usb userlocales v4l vorbis xine xml2 xmms xorg xpm xv zlib
userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] SOLVED: python 2.6 and python-updater

2008-10-22 Thread David Relson
On Tue, 21 Oct 2008 19:33:57 -0400
David Relson wrote:

 I've just updated from python-2.5 to 2.6.  Since emerge ran fine, I
 ran python-updater.  It's encountering problems with lots of
 packages.  For example, emerge -1 setuptools ends with:
 
 ## begin emerge output ##
 
 copying build/lib/pkg_resources.py
 - /usr/lib64/python2.6/site-packages ACCESS DENIED
 open_wr:   /usr/lib64/python2.6/site-packages/pkg_resources.py
 error: /usr/lib64/python2.6/site-packages/pkg_resources.py: Permission
 denied
  * 
  * ERROR: dev-python/setuptools-0.6_rc8-r1 failed.
  * Call stack:
  * ebuild.sh, line   49:  Called src_install
  * environment, line 2445:  Called distutils_src_install
  * environment, line  724:  Called die
  * The specific snippet of code:
  * ${python} setup.py install --root=${D} --no-compile $@ || die
 python setup.py install failed;
  * The die message:
  * python setup.py install failed
  * 
  * If you need support, post the topmost build error, and the call
 stack if relevant.
  * A complete build log is located at
 '/var/log/portage/dev-python:setuptools-0.6_rc8-r1:20081021-133932.log'.
  * The ebuild environment file is located at
 '/var/tmp/portage/dev-python/setuptools-0.6_rc8-r1/temp/environment'.
  * 
 --- ACCESS VIOLATION SUMMARY
 --- LOG FILE =
 /var/log/sandbox/sandbox-32513.log
 
 open_wr:   /usr/lib64/python2.6/site-packages/pkg_resources.py
 
 
  Failed to emerge dev-python/setuptools-0.6_rc8-r1, Log file:
 
   '/var/log/portage/dev-python:setuptools-0.6_rc8-r1:20081021-133932.log'
 
  * GNU info directory index is up-to-date.
 
 ## end emerge output ##
 
 This looks like a permissions problem
 in /usr/lib64/python2.6/site-packages/.  I normally run emerge as
 'relson', but this time I ran emerge as 'root' -- so I don't think
 it's a simple permissions problem.
 
 Has anybody else emerge python-2.6 and run python-updater?  Any idea
 of what I may be doing wrong?  Is it time to head for bgo?
 
 Regards,
 
 David

http://bugs.gentoo.org/show_bug.cgi?id=240149 identified the fix!

When python2.6 was installed, the entry in /usr/bin was created:

$$$ ls -l /usr/bin/python*

  lrwxrwxrwx  1 root root ... python - //usr/bin/python2.6
  lrwxrwxrwx  1 root root ... python2 - python2.5
  -rwxr-xr-x  1 root root ... python2.5
  -rwxr-xr-x  1 root root ... python2.6

The // in the symlink causes the problem.  The problem was fixed
with the following commands:

   [EMAIL PROTECTED] portage # eselect python list
   Available python interpreters:
 [1]   python2.5
 [2]   python2.6 *
   [EMAIL PROTECTED] portage # eselect python set 2

so /usr/bin now has 

  lrwxrwxrwx  1 root root ... python  - /usr/bin/python2.6

(with a single slash) and all is good!






[gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)

2008-11-03 Thread Rafael Barrera Oro
Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until the
process suddenly dies with the following epitaph:

ACCESS DENIED  chmod: /usr/share/config
chmod: changing permissions of `/usr/share/config': Permission denied

First i thought it was a portage bug so i did an emerge --sync and found out
that there was an update available, nevertheless, the problem was not fixed.

Some more output:

-- Installing
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/usr/share/doc/HTML/en/sonnet/index.docbook
-- Installing
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/usr/share/man/man7/qtoptions.7
-- Installing
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/usr/share/man/man1/kde4-config.1
ACCESS DENIED  chmod: /usr/share/config
chmod: changing permissions of `/usr/share/config': Permission denied
 Completed installing kdelibs-4.1.2-r1 into
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/

--- ACCESS VIOLATION SUMMARY
---
LOG FILE = /var/log/sandbox/sandbox-8733.log

chmod: /usr/share/config


 Failed to emerge kde-base/kdelibs-4.1.2-r1, Log file:

  '/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/temp/build.log'

 * GNU info directory index is up-to-date.

 * IMPORTANT: 2 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

!!! existing preserved libs:
 package: app-pda/libopensync-0.36
 *  - /usr/lib64/libopensync.so.0
 *  - /usr/lib64/libopensync.so.0.0.0
 *  used by /usr/kde/3.5/bin/kitchensync (kde-base/kitchensync-3.5.9)
 *  used by /usr/kde/3.5/lib64/kde3/libkitchensyncpart.so
(kde-base/kitchensync-3.5.9)
 *  used by /usr/kde/3.5/lib64/libkitchensync.so.0.0.0
(kde-base/kitchensync-3.5.9)
 *  used by 3 other files
 *  - /usr/lib64/libosengine.so.0
 *  - /usr/lib64/libosengine.so.0.0.0
 *  used by /usr/kde/3.5/bin/kitchensync (kde-base/kitchensync-3.5.9)
 *  used by /usr/kde/3.5/lib64/kde3/libkitchensyncpart.so
(kde-base/kitchensync-3.5.9)
 *  used by /usr/kde/3.5/lib64/libkitchensync.so.0.0.0
(kde-base/kitchensync-3.5.9)
 *  used by /usr/kde/3.5/lib64/libqopensync.so.0.0.0
(kde-base/kitchensync-3.5.9)
 package: sys-fs/udev-130-r1
 *  - /lib64/libvolume_id.so.0
 *  - /lib64/libvolume_id.so.0.75.0
 *  used by /usr/libexec/hald-probe-storage (sys-apps/hal-0.5.9-r1)
 *  used by /usr/libexec/hald-probe-volume (sys-apps/hal-0.5.9-r1)
Use emerge @preserved-rebuild to rebuild packages using these libraries

Since the emerge was not completed i do not dare to deal with the preserved
libraries

As usual, thanks in advance

Humbly

Rafael


[gentoo-user] Incompatible gcc

2005-09-24 Thread Rupert Young (Restart)








I have emerged gcc-3.4.4, but emerge --info, see below,
still shows 3.4.1. There was a PORTDIR_OVERLAY=/usr/local/portage in
make.conf and 3.4.1 was in this dir. I commented out the PORTDIR_OVERLAY, but
no change



Do I need to reboot or something for changes to become
apparent?

Is there something else I should be doing?



emerge --info

Portage
2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.1, glibc-2.3.5-r0,
2.6.7-gentoo-r14 x86_64)
=
System uname: 2.6.7-gentoo-r14 x86_64 AMD Opteron(tm) Processor 250
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5
sys-apps/sandbox: 1.2.11
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils: 2.15.92.0.2-r10
sys-devel/libtool: 1.5.18-r1
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-mtune=opteron -march=opteron -O3 -funroll-loops
-fomit-frame-pointer -fprefetch-loop-arrays -pipe -ftracer -mmmx -msse -msse2
-m3dnow -mfpmath=sse
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-mtune=opteron -march=opteron -O3 -funroll-loops
-fomit-frame-pointer -fprefetch-loop-arrays -pipe -ftracer -mmmx -msse -msse2
-m3dnow -mfpmath=sse
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo
MAKEOPTS=-j4
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=amd64 X acpi alsa apache2 avi bitmap-fonts crypt cups dga eds emboss
encode fam fbcon foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 imlib ipv6
java jikes jpeg libwww lzw lzw-tiff mailwrapper mng mozilla mp3 mpeg mysql
ncurses nptl oggvorbis opengl pam pdflib png python quicktime readline samba
sdl slang spell ssl tcpd tetex tiff truetype truetype-fonts type1-fonts usb
userlocales xml2 xpm xv zlib userland_GNU kernel_linux elibc_glibc
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY










[gentoo-user] Re: Bug, or PEBKAC?

2005-10-12 Thread Thomas Kirchner
I installed liboil 0.3.3 this morning, from an emerge sync done around 
8:30 am EST, with no troubles.  (As for the other reply - I use ccache as 
well, so that's not it.)

emerge info attached.
Tom

* On Oct 12 19:52, Holly Bostick (gentoo-user@lists.gentoo.org) wrote:
 I've been trying to run an emerge -uaDtv world for the past couple of
 days, and dev-libs/liboil fails to upgrade from 0.3.2 to 0.3.3 with the
 following error:
Gentoo Base System version 1.6.13
Portage 2.0.52-r1 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 
2.6.12-morph7 i686)
=
System uname: 2.6.12-morph7 i686 AMD Athlon(tm) XP  3200+
ccache version 2.4 [enabled]
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer -funit-at-a-time
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/init.d /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer -funit-at-a-time
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig candy ccache confcache digest distlocks parallel-fetch 
prelink sandbox sfperms strict userpriv userpriv_fakeroot usersandbox
GENTOO_MIRRORS=http://mirror.datapipe.net/gentoo 
http://mirrors.acm.cs.rpi.edu/gentoo/ http://gentoo.osuosl.org 
http://www.ibiblio.org/pub/Linux/distributions/gentoo;
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 3dnow X acpi alsa avi berkdb bitmap-fonts cdr crypt cups curl directfb 
dvd dvdr emboss encode fam firefox foomaticdb fortran gdbm gif gnutls gstreamer 
gtk gtk2 imagemagick imlib ithreads java jpeg kdeenablefinal libg++ libwww mad 
maildir mmx mmxext mono mp3 mpeg ncurses nptl offensive ogg oggvorbis opengl 
pam pcre pdflib perl pic png python qt quicktime readline ruby samba sdl sqlite 
sse ssl svga tcpd threads truetype truetype-fonts type1-fonts vorbis xml xml2 
xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS



pgp1P0fjgGUsn.pgp
Description: PGP signature


[gentoo-user] problem starting BillardGL (assertion failed)

2005-11-12 Thread b.n.

Hi,
I'm trying to start BillardGL (a very cool billard OpenGL free game), 
but all I have is this error...



BillardGL (C) 2001, 2002 Tobias Nopper, Stefan Disch, Martina Welte

  No Game Mode possible!

BillardGL: r200_vtxfmt.c:1052: r200VtxFmtFlushVertices: Assertion 
`rmesa-dma.flush == 0 || rmesa-dma.flush == flush_prims' failed.

Aborted

Nor the forums nor bugzilla nor Google seem to know anything about this. 
 What about you? :)


I have xorg-x11 6.8.2-r4, fluxbox, my graphic card is a Radeon 9200SE, 
DRI enabled.


Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, 
glibc-2.3.5-r2, 2.6.12-gentoo-r9 i686)

=
System uname: 2.6.12-gentoo-r9 i686 AMD Duron(tm)
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5-r2, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O3 -pipe -march=athlon-xp -fomit-frame-pointer -mmmx -msse -m3dnow
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.3/env 
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ 
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ 
/var/qmail/control

CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O3 -pipe -march=athlon-xp -fomit-frame-pointer -mmmx -msse 
-m3dnow

DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo;

MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 3dnow X acl alsa apm arts audiofile avi berkdb bitmap-fonts 
bzip2 cdr crypt cups curl divx4linux dvd dvdr eds emboss encode esd 
ethereal exif expat fam ffmpeg flac foomaticdb fortran ftp gd gdbm gif 
glut gnome gnustep gnutls gphoto2 gpm gstreamer gtk gtk2 idn imagemagick 
imlib ipv6 jabber jack java jpeg junit kde lcms libg++ libwww lua mad 
mikmod mmx mng motif mp3 mpeg ncurses nls ogg oggvorbis openal opengl 
oss pam pcre pdflib perl png python qt quicktime readline recode samba 
sdl slang spell sse ssl svg svga tcltk tcpd tetex tiff truetype 
truetype-fonts type1-fonts udev usb vorbis xine xml xml2 xmms xv xvid 
zlib userland_GNU kernel_linux elibc_glibc

Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


Thank you for any info!

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



[gentoo-user] ccache disabled

2005-11-15 Thread Roger Mason
Hello,

I have installed ccache and followed the instructions in the official
documentation to set it up.  Specifically I have this in my
/etc/make.conf:

MAKEOPTS=-j6
FEATURES=ccache
# Probably not required but...
CCACHE_DIR=/var/tmp/ccache
CCACHE_SIZE=2G
FEATURES=distcc
DISTCC_DIR=/var/tmp/portage/.distcc

I edited /etc/env.d to put /usr/lib/ccache/bin before /opt/bin in the
PATH.  I ran env-update %% source /etc/profile.

ccache is not being used and emerge --info shows it as disabled:

# emerge --info
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6,
glibc-2.3.5-r2, 2.6.13-gentoo-r5 i686)
=
System uname: 2.6.13-gentoo-r5 i686 Celeron (Mendocino)
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port
3632) [enabled]
ccache version 2.3 [disabled]
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -mcpu=i686 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -mcpu=i686 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distcc distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://gentoo.osuosl.org/ http://adelie.polymtl.ca/
ftp://gentoo.risq.qc.ca/ ftp://gentoo.arcticnetwork.ca/pub/gentoo/
ftp://gentoo.mirrored.ca/;
MAKEOPTS=-j6
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
USE=x86 X Xaw3d apm berkdb bitmap-fonts bzip2 cdb crypt cups expat
foomaticdb fortran gdbm gif gpm gtk gtk2 imlib ipv6 jpeg libg++ libwww
mikmod motif ncurses nls opengl pam pdflib perl png python qt
quicktime readline sdl spell ssl tcpd tiff truetype truetype-fonts
type1-fonts udev xml2 xv zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS,
PORTDIR_OVERLAY

What must I do to get ccache working?

Thanks,

Roger Mason
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] coLinux compiling glibc.

2005-11-15 Thread Andrew MacKenzie
I've been running Gentoo on coLinux 0.6.2 for some time, and for the most
part it works great!  However, I've had an issue where at some point in
compiling glibc the system hangs and is unresponsive (requiring a
hard-reboot).

Is anyone else out there running on coLinux and experiencing this problem?
Anyone know what's causing this and how I can get glibc to compile okay
(I've been compiling glibc on another machine but that's a pain)?

I've tried with/without distcc, as well as with/without ccache.

wiki ~ # emerge --info
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r1,
2.6.10-co-0.6.2 i686)
=
System uname: 2.6.10-co-0.6.2 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ccache version 2.3 [disabled]
dev-lang/python: 2.2.3-r1, 2.3.5-r2, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.4.19-r1, 2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O3 -march=i686 -funroll-loops -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /etc/fstab /etc/passwd /etc/samba /etc/shadow
/usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb
/usr/share/config /var/qmail/alias /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O3 -march=i686 -funroll-loops -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distcc distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo;
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/usr/portage/distfiles/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 acl apache2 apm arts audiofile avi bash-completion berkdb
bitmap-fonts bzip2 crypt curl dba dedicated eds emboss encode esd ethereal
expat fam foomaticdb fortran gd gdbm gdm gif glut gmp gpm gstreamer gtk
gtk2 idn imap imlib ipv6 jpeg junit lcms ldap libg++ libwww mad mhash
mikmod mng motif mp3 mpeg msn mysql nagios-dns nagios-ntp nagios-ping
nagios-ssh ncurses nls ogg oggvorbis opengl oscar oss pam pcre pdflib perl
png python qt quicktime readline samba sdl session slang soap spell sqlite
ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts vorbis xml2 xmms xv
yahoo zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS



-- 
// Andrew MacKenzie  |  http://www.edespot.com
// GPG public key: http://www.edespot.com/~amackenz/public.key
// Fools ignore complexity. Pragmatists suffer it. Some can avoid it.
// Geniuses remove it.
// - Alan Perlis


pgpLW3iQb9p10.pgp
Description: PGP signature


[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
Richard Fish [EMAIL PROTECTED] writes:

 Ok, now we are going to need to see the output of emerge --info,
 because for some reason your toolchain thinks it is cross-compiling:

There appears to be some confusion in that output as to what USE flags
are in force. 
   ACCEPT_KEYWORDS=x86 ~x86
I guess the last is what is used?

I have in /etc/make.conf

ACCEPT_KEYWORDS=~x86
This is because a few -u worls back (2 I think) I foolishly ran
ACCEPT_KEYWORDS='~x86' emerges  -v -u -D world

And it seems more trouble to back out of that now than to just try to
see if I (with help) can stay on top of it.

Anyway, here is the output:

==
emerge -n -v --info 21|tee emergeInfo.log

Gentoo Base System version 1.6.13
Portage 2.0.53_rc7 (default-linux/x86/2005.0, gcc-3.3.5-20050130, 
glibc-2.3.5-r3, 2.6.14-gentoo-r2 i686)
=
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.3/env 
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config 
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -march=pentium4 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
MAKEOPTS=-j2
PKGDIR=/mnt/pack/gentoo/pkgiso/All
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 X alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups 
curl eds emboss encode esd exif expat fam ffmpeg foomaticdb fortran gdbm gif 
glut gmp gnome gpm gstreamer gtk gtk2 idn imagemagick imlib ipv6 jpeg kde lcms 
ldap libg++ libwww mad mhash mikmod mng motif mozilla mp3 mpeg mysql ncurses 
nls ogg oggvorbis opengl oss pam pcre pdflib perl png python qt quicktime 
readline samba sdl slang spell ssl symlink tcltk tcpd tiff truetype 
truetype-fonts type1-fonts vorbis xml2 xmms xv xvid zlib userland_GNU 
kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] problem installing zope

2005-12-10 Thread nacho nacho
Hi, I'm trying to install zope on an amd64. There is no problem with the emerge. 
But the problem appears when i try to start zope. Supposedly i have to do
/etc/init.d/zopever start
but in /etc/init.d/ there is no zope* so i suppose i'm omiting some steps
anybody knows what to do?
And I've another question:
In general, when I merge someApp, the App is then ready to use (apart
config, and supposing the App works fine)? Or it depends on the
specific App to do some issues to get it working?
And the last one: 
When a package is masked, witch are the steps to get the package
emerged but safely (because the package is masked for some reason, no?)

For example, I tried to emerge plone but is masked. 
How can i know the reasons for the mask and how can I resolv the issue?
Tanks u' all
Nacho

some info:
-

gentoo ~ # emerge --info
Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.3, glibc-2.3.5-r0, 2.6.12-gentoo-r6 x86_64)
=
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 2800+
Gentoo Base System version 1.6.12
dev-lang/python: 2.3.5
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils: 2.15.92.0.2-r10
sys-devel/libtool: 1.5.18-r1
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-pipe -O2
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-pipe -O2
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo

PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=amd64 X alsa arts audiofile avi berkdb bitmap-fonts bzip2 crypt
cups curl eds emboss encode ethereal expat fam foomaticdb fortran gif
gmp gpm gstreamer gtk gtk2 idn imlib ipv6 jpeg kde lcms ldap libclamav
lzw lzw-tiff mad mng mp3 mpeg mysql ncurses nls nvidia oav opengl pam
pcre pdflib perl png python qt quicktime readline samba sdl spell ssl
tcpd tiff truetype truetype-fonts type1-fonts udev usb userlocales xml
xml2 xmms xpm xv zlib userland_GNU kernel_linux elibc_glibc
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY

--


Re: [gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-01 Thread Denis

You really need to tell us more about your system. What did you do preceding
this?


emerge --info gives the following:

Portage 2.0.51.22-r3 (default-linux/x86/no-nptl/2.4, gcc-3.3.5,
glibc-2.3.1-r2,glibc-2.3.4.20040808-r1, 2.4.19-gentoo-r10 i686)
=
System uname: 2.4.19-gentoo-r10 i686 Intel(R) XEON(TM) CPU 2.20GHz
Gentoo Base System version 1.4.2.8
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 0.2.7, 1.2.11
dev-lang/python: 2.2.2, 2.3.4-r1
dev-python/pycrypto: [Not Present]
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.12, 1.2.17
sys-devel/autoconf:  2.13, 2.59-r6, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4, 1.10
sys-devel/binutils:  2.13.90.0.18, 2.15.92.0.2-r1
sys-devel/gcc-config: 1.3.1, 1.3.8-r4
sys-devel/libtool:   1.4.1-r10, 1.5.22
virtual/os-headers:  2.4.19
ACCEPT_KEYWORDS=x86
AUTOCLEAN=no
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=i686 -O3 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=i686 -O3 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage

SNIP a bunch of use flags...

I know, I haven't updated for a while.  I was trying to update
Portage, and coreutils was listed as the necessary package to emerge
first.


What's the output of `emerge -pv coreutils`?


Calculating dependencies ...done!
[ebuild  N] sys-apps/coreutils-6.4  -acl +nls (-selinux) -static 0 kB


please show the output of either `equery check coreutils` or `qcheck coreutils`.


BLANK.  I ran it, and it doesn't give any output at all.

Denis




On Thursday 01 March 2007 18:35:54 Denis wrote:
 I was emerging coreutils to update portage, and it failed with the
following:
  emerge (1 of 1) sys-apps/coreutils-6.4 to /

 --- SNIP md5 messages ---

 /usr/lib/portage/bin/ebuild.sh: line 1: /bin/expr: No such file or
 directory * Your expr binary appears to be broken, please fix it.
  * For more info, see http://bugs.gentoo.org/123342

 !!! ERROR: sys-apps/coreutils-6.4 failed.
 !!! Function pkg_setup, Line 43, Exitcode 0
 !!! your expr is broke

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help emerging PEAR-DB

2006-03-11 Thread James Ausmus
On 3/11/06, Ronald Vincent Vazquez [EMAIL PROTECTED] wrote:
 Hello list:

 I am experiencing the error below while attempting to install PEAR-DB on my 
 Gentoo system.

 # php -v
 PHP 5.1.1-gentoo with Hardening-Patch 0.4.8 (cli) (built: Mar  2 2006 
 21:40:36) (DEBUG)
 Copyright (c) 1997-2004 The PHP Group
 Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies

 # emerge PEAR-DB
 Calculating dependencies ...done!
  emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /
  md5 files   ;-) PEAR-DB-1.6.8.ebuild
  md5 files   ;-) PEAR-DB-1.7.6-r1.ebuild
  md5 files   ;-) PEAR-DB-1.7.6.ebuild
  md5 files   ;-) files/digest-PEAR-DB-1.7.6-r1
  md5 files   ;-) files/digest-PEAR-DB-1.6.8
  md5 files   ;-) files/digest-PEAR-DB-1.7.6
  md5 src_uri ;-) DB-1.7.6.tgz
  Unpacking source...
  Unpacking DB-1.7.6.tgz to /var/tmp/portage/PEAR-DB-1.7.6-r1/work
 tar: A lone zero block at 1436
  Source unpacked.
  Test phase [not enabled]: dev-php/PEAR-DB-1.7.6-r1

  Install PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/ 
  category dev-php
 ACCESS DENIED  access_wr: /usr/share/php/.depdb
 man:
 prepallstrip:
  Completed installing PEAR-DB-1.7.6-r1 into 
  /var/tmp/portage/PEAR-DB-1.7.6-r1/image/

 --- ACCESS VIOLATION SUMMARY 
 ---
 LOG FILE = /var/log/sandbox/sandbox-dev-php_-_PEAR-DB-1.7.6-r1-15768.log

 access_wr: /usr/share/php/.depdb
 

 # emerge PEAR-DB
 Calculating dependencies ...done!
  emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /

 I am attempting to create an overlay but I get the following error after I 
 edit the ebuild file to add the needed option (addpredict  
 /usr/share/php/.depdb):

 !!! Digest verification Failed:
 !!!/usr/local/portage/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild
 !!! Reason: Filesize does not match recorded size

  Please ensure you have sync'd properly. Please try 'emerge sync' and
  optionally examine the file(s) for corruption. A sync will fix most cases.

 How do I fix the Filesize does not match recorded size problem?



ebuild /usr/local/portage/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild digest


-James



 Thanks in advance,
 Ronald Vazquez
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Wine and cedega weird problem

2006-03-26 Thread adrian790


so, this is my problem, very weird. i have both cedega and wine for some win32
executables(games and software). i can't execute none of win32 exe's cause my
system locks up :roll: , so i have to reset my computer :x . if you have any
idea pls tell me. thx!
this is my emerge --info:
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r2,
2.6.15-gentoo-r1 i686)
=
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(tm) XP processor 1600+
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python: 2.4.2
sys-apps/sandbox: 1.2.12
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig ccache distlocks sandbox sfperms strict
GENTOO_MIRRORS=ftp://ftp.lug.ro/gentoo ftp://gentoo.romnet.org
http://ftp.roedu.net/pub/mirrors/gentoo http://ftp.lug.ro/gentoo;
LDFLAGS=-Wl,-O1
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 3dnow 3dnowext X alsa apache2 apm arts audiofile avi berkdb
bitmap-fonts bzip2 cli crypt ctype cups dba dri eds emboss encode esd expat fam
fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gnome gpm
gstreamer gtk gtk2 idn imlib ipv6 jpeg kde lcms libg++ libwww mad memlimit
mikmod mmx mmxext mng motif mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre
pdflib perl png posix python qt quicktime readline samba sdl session simplexml
soap sockets spell spl sse ssl tcpd tiff tokenizer truetype truetype-fonts
type1-fonts udev usb vorbis win32codecs xine xml xml2 xmms xsl xv zlib
userland_GNU kernel_linux elibc_glibc
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] at utility

2006-04-13 Thread de Almeida, Valmor F.

Hello list,

I have the at utility described in my man pages but can't find it and
don't know what package it came from; if it is indeed in my system. Does
anyone know?


Thanks,

--
Valmor




Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6,
glibc-2.3.5-r2, 2.6.12.5 i686)
=
System uname: 2.6.12.5 i686 Intel(R) Xeon(TM) CPU 2.66GHz
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O3 -march=pentium4 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/4.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O3 -march=pentium4 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://gentoo.mirrors.tds.net/gentoo
http://212.219.56.131/sites/www.ibiblio.org/gentoo/
ftp://gentoo.mirrors.tds.net/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 X Xaw3d alsa arts avi berkdb bitmap-fonts crypt cups curl doc
eds emboss encode esd fam fftw foomaticdb fortran gb gd gdbm gif gnome
gphoto2 gpm gstreamer gtk gtk2 hdf5 imagemagick imlib ipv6 java jpeg kde
lapack lesstif libg++ libwww mad mikmod motif mozilla mp3 mpeg mysql
ncurses netcdf nls ogg oggvorbis opengl oss pam pdflib perl plotutils
png python qt quicktime readline samba sdl slang spell ssl svga tcltk
tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vorbis
xinerama xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS,
PORTDIR_OVERLAY


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] rc-config...

2006-04-15 Thread Teresa and Dale
Ryan Tandy wrote:

 What package is this rc-config command contained in?  I don't have it
 on my system, and as far as I can tell from Googling it's been
 obsolete since 2004.3 in favour of rc-status.


I have it on mine too. 

 [EMAIL PROTECTED] / # emerge --info
 Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.5, glibc-2.3.5-r3,
 2.6.14-gentoo-r5 i686)
 =
 System uname: 2.6.14-gentoo-r5 i686 AMD Athlon(tm) XP 2500+
 Gentoo Base System version 1.6.14
 dev-lang/python: 2.3.4-r1, 2.4.2
 sys-apps/sandbox:1.2.12
 sys-devel/autoconf:  2.13, 2.59-r7
 sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
 sys-devel/binutils:  2.16.1
 sys-devel/libtool:   1.5.22
 virtual/os-headers:  2.6.11-r3
 ACCEPT_KEYWORDS=x86
 AUTOCLEAN=yes
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer
 -momit-leaf-frame-pointer -fno-ident -pipe
 CHOST=i686-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.5/env
 /usr/kde/3.5/share/config /usr/kde/3.5/shutdown
 /usr/kde/3/share/config /usr/lib/X11/xkb
 /usr/lib/mozilla/defaults/pref /usr/share/config
 /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
 /usr/share/texmf/tex/generic/config/
 /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
 /var/qmail/control
 CONFIG_PROTECT_MASK=/etc/eselect/compiler /etc/gconf /etc/terminfo
 /etc/env.d
 CXXFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer
 -momit-leaf-frame-pointer -fno-ident -pipe
 DISTDIR=/usr/portage/distfiles
 FEATURES=autoconfig buildpkg ccache distlocks sandbox sfperms strict
 GENTOO_MIRRORS=http://gentoo.osuosl.org/
 http://distro.ibiblio.org/pub/linux/distributions/gentoo/
 http://gentoo.seren.com/gentoo http://gentoo.chem.wisc.edu/gentoo/
 http://cudlug.cudenver.edu/gentoo/ http://gentoo.mirrors.pair.com/
 http://gentoo.mirrors.tds.net/gentoo http://gentoo.netnitco.net 
 MAKEOPTS=-j2
 PKGDIR=/usr/portage/packages
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 SYNC=rsync://rsync.gentoo.org/gentoo-portage
 USE=x86 3dnow X acl acpi alsa amd apm arts artsd artswrappersuid
 audiofile avi berkdb bitmap-fonts bonobo bzip2 cdr chroot
 clanJavaScript crypt cups curl dbus doc dri eds emboss encode esd
 ethereal exif expat f-prot fam fdftk ffmpeg foomaticdb fortran gaim
 gcj gd gdbm gif gimpprint gkrellm glut gmp gphoto2 gpm gstreamer gtk
 gtk2 hal hbci hpijs idn imagemagick imlib isdnlog java javascript jbig
 jpeg jpeg2k justify kde lcms libg++ libwww mad mikmod mmx mng motif
 mozilla mp3 mpeg ncurses nls nsplugin offensive ofx ogg oggvorbis
 opengl openoffice pam pcre pdflib perl png ppds pppd pysol python qt
 quicktime readline samba scanner scribus sdl spell sse ssl tcltk tcpd
 tetex tiff tkinter truetype truetype-fonts tuxracer type1-fonts udev
 usb vorbis wmf xml xml2 xmms xprint xv xvid yahoo zlib userland_GNU
 kernel_linux elibc_glibc
 Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
 LINGUAS, PORTDIR_OVERLAY

 [EMAIL PROTECTED] / #  



Do we both have something set wrong??

Dale
:-)

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What do I do about slocate 3.1/2.7 ?

2006-04-21 Thread Jules Colding
Hi,

A few moments ago I tried to emerge slocate but got:


#
omc-2 ~ # emerge -va sys-apps/slocate

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] sys-apps/slocate-2.7-r8  0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No] yes
 emerge (1 of 1) sys-apps/slocate-2.7-r8 to /
!!! Files listed in the manifest do not exist!
slocate-3.1.ebuild
files/digest-slocate-3.1
omc-2 ~ #
#


How do I fix that one?

Thanks,
  jules


## emerge --info #
omc-2 ~ # emerge --info
Portage 2.0.54 (default-linux/amd64/2006.0, gcc-3.4.5, glibc-2.3.5-r2, 
2.6.15-gentoo-r7 x86_64)
=
System uname: 2.6.15-gentoo-r7 x86_64 AMD Opteron(tm) Processor 252
Gentoo Base System version 1.6.14
dev-lang/python: 2.3.5-r2, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=k8 -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config 
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
/usr/share/texmf/xdvi/ /var/qmail/control
CONFIG_PROTECT_MASK=/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=k8 -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 
http://pandemonium.tiscali.de/pub/gentoo/ 
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.gentoo.no/ 
http://gentoo.prz.rzeszow.pl http://ftp.du.se/pub/os/gentoo 
ftp://mirror.pudas.net/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=amd64 X aac aalib alsa apache2 audiofile avi berkdb bitmap-fonts 
browserplugin bzip2 cdr cli crypt cups curl dri dvd dvdr dvdread eds emacs 
emboss encode esd exif expat fam fbcon foomaticdb fortran gd gdbm gif glut 
gnome gpm gstreamer gtk gtk2 gtkhtml hal iconv idn imlib ipv6 isdnlog java jpeg 
lcms ldap libwww lua lzw lzw-tiff mad mng motif mozilla mp3 mpeg ncurses nls 
nptl nptlonly nsplugin nvidia ogg opengl oss pam pcre pdflib perl png pppd 
python quicktime readline recode reflection sdl session slang spell spl ssl 
tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode 
usb vorbis wma xine xml2 xmms xpm xv xvid zlib userland_GNU kernel_linux 
elibc_glibc
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, 
PORTDIR_OVERLAY


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] System.map not found - unable to check symbols

2006-05-08 Thread de Almeida, Valmor F.

Hello list,

Following closely the instrunctions on the Gentoo Linux x86 Handbook, I
installed gentoo recently (info below) and just did the first reboot
before finalizing the installation. All worked except for this message
during boot

System.map not found - unable to check symbols.

which doesn't seem to cause problems during/after booting (??).

I did a manual kernel compilation and the handbook didn't say anything
about copying System.map to /boot. On a second attempt to reboot I did
copied System.map to /boot. My grub.conf follows below. In /boot I have
System.map and System.map-2.6.15.1 files (System.map is a soft link).

Thanks for any help.

--
Valmor


---
grub.conf
# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Nice, fat splash-image to spice things up :)
splashimage=(hd0,0)/grub/splash.xpm.gz

# For booting GNU/Linux
title  Gentoo GNU/Linux [kernel-2.6.15.1.VFdA-1] 08May06
root (hd0,0)
kernel /kernel-2.6.15.1-VFdA-1 root=/dev/hda3



Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.15.1 i686)
=
System uname: 2.6.15.1 i686 Intel(R) Xeon(TM) CPU 2.60GHz
Gentoo Base System version 1.6.14
dev-lang/python: 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O3 -march=pentium4 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config 
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/eselect/compiler /etc/gconf /etc/terminfo
/etc/env.d
CXXFLAGS=-O3 -march=pentium4 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=ftp://ftp.gtlib.gatech.edu/pub/gentoo
http://www.gtlib.gatech.edu/pub/g
entoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/
http://gentoo.chem.wisc.edu/gentoo/ ft
p://gentoo.chem.wisc.edu/gentoo/ http://mirrors.acm.cs.rpi.edu/gentoo/
http://open-syst
ems.ufl.edu/mirrors/gentoo http://mirror.mcs.anl.gov/pub/gentoo/
ftp://mirror.mcs.anl.g
ov/pub/gentoo/ 
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 X avi berkdb bitmap-fonts bzip2 cli crypt cups dri encode expat
foomaticdb for
tran gdbm gif gnome gpm gstreamer gtk gtk2 imlib isdnlog jpeg libg++
libwww motif mpeg 
ncurses nls nptl opengl pam pcre pdflib perl png pppd python qt
quicktime readline refl
ection sdl session spl ssl tcpd truetype truetype-fonts type1-fonts udev
xml xmms xorg 
xv zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS,
PORTAGE_RSYNC_E
XTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lvm2 emerge problem

2006-05-17 Thread Richard Fish

On 5/17/06, Leopold Gouverneur [EMAIL PROTECTED] wrote:

[ebuild  N] sys-fs/lvm2-2.02.05  USE=nolvm1 nolvmstatic nosnapshots
readline -clvm -cman -gulm -nomirrors

Anyway i think that without a previous declaration of dm_pool the
compilation should abort.But since i seem to be the only one
encountering that error the problem is surely with me but where???


Well it is definitely a bug in the code...the declaration *should* be
dm_pool.  But for some reason I don't get a fatal error from this.
Even using the same USE flags, I don't seem to have an issue with
this...

Maybe it is CFLAGS or gcc version?  I am using:

carcharias rjf # emerge --info
Portage 2.1_rc1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.4-r3,
2.6.16-suspend2-r5 i686)
=
System uname: 2.6.16-suspend2-r5 i686 Genuine Intel(R) CPU
T2500  @ 2.00GHz
Gentoo Base System version 1.12.0_pre19
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=pentium4 -Os -fomit-frame-pointer -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown
/usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/eselect/compiler /etc/gconf /etc/init.d
/etc/revdep-rebuild /etc/splash /etc/terminfo /etc/env.d
CXXFLAGS=-march=pentium4 -Os -fomit-frame-pointer -pipe
DISTDIR=/usr/portage/packages/sources
FEATURES=autoconfig buildpkg distlocks fixpackages metadata-transfer
sandbox sfperms splitdebug strict
GENTOO_MIRRORS=http://mirror.datapipe.net/gentoo/;
MAKEOPTS=-j4
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 X alsa arts bzip2 crypt cups encode flac gtk hal jpeg kde
kdeenablefinal mmx mp3 pam pic png python qt readline samba sse ssl
tiff truetype unicode vorbis zlib elibc_glibc input_devices_evdev
input_devices_keyboard input_devices_mouse input_devices_synaptics
kernel_linux userland_GNU video_cards_fbdev video_cards_nv
video_cards_nvidia video_cards_vesa
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG,
LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS

-Richard

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Change profile

2006-05-31 Thread Anthony E. Caudel
I was going to switch to nptl (only) but emerge ignored my additions to 
make.conf.  Then I noticed that my profile is default-linux/x86/no-nptl 
so that answers that question.


Can I change my profile to default-linux/x86/2006.0.  Any repercussions?

Here is my emerge --info:

Portage 2.0.54-r2 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r3, 
2.6.16-gentoo-r7 i686)

=
System uname: 2.6.16-gentoo-r7 i686 AMD Athlon(tm) 64 X2 Dual Core 
Processor 4200+

Gentoo Base System version 1.6.14
dev-lang/python: 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i386-pc-linux-gnu
CFLAGS=-O2 -march=athlon-xp -msse3 -pipe
CHOST=i386-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config

CONFIG_PROTECT_MASK=/etc/gconf /etc/splash /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -march=athlon-xp -msse3 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://cudlug.cudenver.edu/gentoo/ 
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
USE=x86 X alsa apm audiofile avi bash-completion berkdb bitmap-fonts 
bonobo bzip2 cdr cli crypt cups curl dri dvd eds emboss encode esd exif 
expat fam ffmpeg foomaticdb fortran gd gdbm gif glut gnome gpm gstreamer 
gtk gtk2 gtkhtml guile hal idn imagemagick imlib ipv6 isdnlog java jpeg 
kde lcms libg++ libwww mad mikmod mng motif mp3 mpeg mysql ncurses nls 
nvidia ogg opengl oss pam pcre pdflib perl png pppd python qt quicktime 
readline reflection scanner sdl session spell spl ssl tcltk tcpd tiff 
truetype truetype-fonts type1-fonts udev usb vorbis xml xml2 xmms xorg 
xv zlib userland_GNU kernel_linux elibc_glibc
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS



--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list



[gentoo-user] prelink -aqR - Segmentation fault

2006-10-17 Thread Qiangning Hong

I followed HOWTO Hashstyle on gentoo-wiki
(http://gentoo-wiki.com/HOWTO_Hashstyle) days ago.  However, I found
/etc/cron.daily/prelink produces Segmentation fault.  In command line,
I tried the following:

# prelink -aqR
Segmentation fault

How to resolve this?

`emerge --info` followed:

Portage 2.1.2_pre2-r9 (default-linux/amd64/2006.1/desktop, gcc-4.1.1,
glibc-2.5-r0, 2.6.18-suspend2 x86_64)
=
System uname: 2.6.18-suspend2 x86_64 AMD Turion(tm) 64 Mobile Technology MT-30
Gentoo Base System version 1.12.5
Last Sync: Fri, 13 Oct 2006 18:50:01 +
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.1-r1, 2.0.30
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.4-r6
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17.50.0.3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS=amd64 ~amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=athlon64 -O2 -pipe -msse3
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo
CXXFLAGS=-march=athlon64 -O2 -pipe -msse3
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig ccache distlocks fixpackages metadata-transfer
parallel-fetch sandbox sfperms strict
GENTOO_MIRRORS=http://mirror.datapipe.net/gentoo http://mirror.gentoo.gr.jp;
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--sort-common -Wl,--hash-style=both
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage /usr/portage/local/layman/sunrise
/usr/portage/local/layman/toolchain_overlay
SYNC=rsync://hongqn.7766.org/gentoo-portage
USE=amd64 X a52 aac acpi alsa ao aoss audiofile automount
bash-completion bitmap-fonts bzip2 cairo caps ccache cdr cjk cli dbus
dlloader dri dv dvd dvdr elibc_glibc emboss encode exo fam fbsplash
firefox gcc64 gif glut gstreamer gtk gtk2 hal hashstyle iconv
imagemagick innodb input_devices_keyboard input_devices_mouse
input_devices_synaptics isdnlog ithreads jpeg kernel_linux kqemu
libg++ logrotate lzo mad matroska mikmod mjpeg mmap mp3 mpeg ncurses
nls no-old-linux nptl nptlonly nsplugin nvidia offensive ogg opengl
oss pam panel-plugin pcre png ppds pppd quicktime rar readline
reflection sdl session spell spl ssl startup-notification svg tcpd
threads thunar truetype truetype-fonts type1-fonts udev unicode
userland_GNU video_cards_nvidia vim vorbis x264 xcomposite xml xorg xv
xvid zlib
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage KeyError

2006-11-23 Thread Helmut Jarausch
On 23 Nov, Bo Ørsted Andresen wrote:
 On Thursday 23 November 2006 10:50, Helmut Jarausch wrote:
 Hi,

 running  eix-sync (for the n+1st time) on an AMD64 machine
 I've got the following portage error.
 What does that mean and what can I do about it?
 [SNIP]
 
 You really need to provide the output of `emerge --info` with such errors.

Sorry for that.
Meanwhile I've upgraded portage itself. The problem occurred with 2.1.1-r2,
now I have 2.1.2_rc2-r1

here is emerge --info

Portage 2.1.1-r2 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.4-r4, 
2.6.17-gentoo-r8 x86_64)
=
System uname: 2.6.17-gentoo-r8 x86_64 AMD Opteron(tm) Processor 250
Gentoo Base System version 1.12.5
Last Sync: Wed, 22 Nov 2006 07:20:01 +
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
dev-lang/python: 2.4.3-r4, 2.5-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=k8 -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/NX/etc /usr/NX/home /usr/kde/3.5/env 
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb 
/usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo 
/etc/texmf/web2c
CXXFLAGS=-march=k8 -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo 
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude='/distfiles' --exclude='/local' --exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.informatik.RWTH-Aachen.de/gentoo-portage
USE=amd64 X alsa berkdb bitmap-fonts cdr cli cracklib crypt cups dlloader doc 
dri dvd elibc_glibc fortran gdbm gnome gpm gtk iconv input_devices_keyboard 
input_devices_mouse ipv6 isdnlog jpeg kde kernel_linux libg++ ncurses nls nptl 
nptlonly opengl pam pcre pdf perl png ppds pppd python qt readline reflection 
session spl ssl svg tcpd tiff tk truetype-fonts type1-fonts udev unicode 
userland_GNU video_cards_nv xorg zlib
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
 
Many thanks for looking into it,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev_run_{hotplugd,devd} failed

2006-12-06 Thread Mark Kirkwood

Michael Gorden wrote:

I think you should run etc-update once...




I'm seeing this as well (udev-103 and have run etc-update).

I notice that 50-udev.rules has references to

/sbin/udev_run_devd|hotplug

These files do not exist - however

/lib/udev/udev_run_devd|hotplug do - is this just a set of typos in the 
rules files?



regards

Mark

emerge-info

Portage 2.1.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r4, 
2.6.18-gentoo-r3 i686)

=
System uname: 2.6.18-gentoo-r3 i686 Intel(R) Pentium(R) III CPU family 
1266MHz

Gentoo Base System version 1.12.6
Last Sync: Tue, 05 Dec 2006 11:00:01 +
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c

CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://public.planetmirror.com/pub/gentoo/ 
ftp://ftp.planetmirror.com/pub/gentoo/ 
http://mirror.pacific.net.au/linux/Gentoo 
ftp://mirror.pacific.net.au/linux/Gentoo 

PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times 
--compress --force --whole-file --delete --delete-after --stats 
--timeout=180 --exclude='/distfiles' --exclude='/local' 
--exclude='/packages'

PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 X alsa apache2 apm arts berkdb bitmap-fonts cdr cli cracklib 
crypt cups dlloader dri dvd eds elibc_glibc emboss encode esd foomaticdb 
fortran gdbm gif gpm gstreamer gtk2 iconv imlib input_devices_evdev 
input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kde 
kernel_linux libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl 
nptlonly ogg opengl oss pam pcre perl png pppd python qt qt3 qt4 
quicktime readline reflection sdl session spell spl ssl tcpd truetype 
truetype-fonts type1-fonts udev userland_GNU video_cards_apm 
video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus 
video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint 
video_cards_i128 video_cards_i740 video_cards_i810 video_cards_imstt 
video_cards_mga video_cards_neomagic video_cards_nsc video_cards_nv 
video_cards_rendition video_cards_s3 video_cards_s3virge 
video_cards_savage video_cards_siliconmotion video_cards_sis 
video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident 
video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga 
video_cards_via video_cards_vmware video_cards_voodoo vorbis xml xorg xv 
zlib
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, 
LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-23 Thread Bob Sanders
On Sat, 23 Jul 2005 13:38:38 +0200
Jules Colding [EMAIL PROTECTED] wrote:

 
 emerge --sync  emerge -vauDN today gave me the following error.
 

I had no problem, on my amd64 system, emergeing firefox this morning -

[ I] www-client/mozilla-firefox (1.0.6-r2):  Firefox Web Browser

Here is my emerge info -

Portage 2.0.51.22-r2 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.5-r0, 
2.6.12-gentoo-r4 x86_64)
=
System uname: 2.6.12-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
ccache version 2.3 [disabled]
dev-lang/python: 2.3.5
sys-apps/sandbox:1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.3/env 
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig candy distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo;
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=amd64 3dnowex X a52 aac accessibility acpi alsa audiofile avi bitmap-fonts 
bmp bzip2 bzlib cap cdinstall cdparanoia cdr cdrom codecs cpudetection crypt 
css cups curl curlwrappers dga dillo dv dvd dvdr dvdread emul-linux encode 
escreen esd exif fame ffmpeg fftw flac flash fluidsynth foomaticdb freetype gd 
gdbm gif gimp gimpprint gkrellm glut gmp gpm gs gtk gtk2 ieee1394 image imlib 
imlib2 ithreads jack-tmpfs jpeg jpeg2k ladcca lcms libcaca lirc lm_sensors lzo 
lzw mad mbox mime ming mixer mjpeg mng mp3 mpeg mpeg2 mpeg4 mplayer multilib 
mythtv nls nptl nvidia offensive ogg oggvorbis openal opengl oss pcre pdf 
pdfkit pdflib perl php png portaudio posix ppds python quicktime rar real rtc 
ruby sdk slang sndfile spell ssl svg tcltk theora tiff transcode usb uudeview 
v4l2 vcd vcdimager vhosts vorbis wmf xanim xfs xine xml xml2 xmms xosd xpm 
xscreensaver xv xvid xvmc yv12 zlib zvbi userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

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



[gentoo-user] Required ebuild masked by ~amd64

2005-08-03 Thread Jules Colding
Hi,

Just a heads-up. Updating worlds today is not working due to required
ebuilds being masked on amd64.

-- 
  jules



 snip #
omc-2 ~ # emerge -vauDN world

These are the packages that I would merge, in order:

Calculating world dependencies |
!!! All ebuilds that could satisfy =gnome-extra/gnome-utils-2.10.1 have been 
masked.
!!! One of the following masked packages is required to complete your request:
- gnome-extra/gnome-utils-2.10.1-r1 (masked by: ~amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 Software Availability in the Gentoo Handbook.
!!!(dependency required by gnome-base/gnome-2.10.1 [ebuild])


!!! Problem with ebuild gnome-base/gnome-2.10.1
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

 emerge --info ##
omc-2 ~ # emerge --info
Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.3, glibc-2.3.5-r0, 
2.6.12-gentoo-r6 x86_64)
=
System uname: 2.6.12-gentoo-r6 x86_64 AMD Opteron(tm) Processor 252
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5
sys-apps/sandbox:1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=k8 -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config 
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
/usr/share/texmf/xdvi/ /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=k8 -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 
http://pandemonium.tiscali.de/pub/gentoo/ 
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.gentoo.no/ 
http://gentoo.prz.rzeszow.pl http://ftp.du.se/pub/os/gentoo 
ftp://mirror.pudas.net/gentoo;
MAKEOPTS=-j1
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=amd64 X aac aalib alsa avi berkdb bitmap-fonts bzip2 cdr crypt cups curl 
dvd dvdr dvdread eds emacs encode esd fam fbcon foomaticdb fortran gdbm gif 
gnome gstreamer gtk gtk2 hal iconv imlib ipv6 jpeg ldap libwww lzw lzw-tiff mad 
mozilla mp3 mpeg ncurses nls nptl nptlonly nvidia ogg opengl oss pam pdflib 
perl png python quicktime readline sdl spell ssl symlink tcltk tcpd tetex 
theora tiff truetype-fonts type1-fonts unicode usb userlocales vorbis xine xml2 
xmms xpm xv xvid zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Unable to unmerge php and mod_php

2005-08-26 Thread fire-eyes
Hi,

I am trying to unmerge all versions of php and mod_php on my system.

However:

# emerge -C php mod_php

  dev-php/mod_php
 selected: 4.3.2-r5 4.3.8
protected: none
  omitted: none

  'Selected' packages are slated for removal.
  'Protected' and 'omitted' packages will not be removed.

  Waiting 5 seconds before starting...
  (Control-C to abort)...
  Unmerging in: 5 4 3 2 1
  Unmerging dev-php/mod_php-4.3.2-r5...
No package files given... Grabbing a set.

QA Notice: ECLASS 'php' inherited illegally in dev-php/mod_php-4.3.2-r5

/usr/lib/portage/bin/ebuild.sh: line 1443: 
/var/portage/eclass/php.eclass: No such file or directory

!!! ERROR: dev-php/mod_php-4.3.2-r5 failed.
!!! Function inherit, Line 1444, Exitcode 1
!!! died sourcing /var/portage/eclass/php.eclass in inherit()
!!! If you need support, post the topmost build error, NOT this status 
message.

!!! FAILED prerm: 1


Any suggestions?


Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, 
glibc-2.3.4.20041006-r0, 2.6.12.4 i686)
=
System uname: 2.6.12.4 i686 Pentium III (Katmai)
Gentoo Base System version 1.12.0_pre6
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
ccache version 2.4 [enabled]
dev-lang/python: 2.2.3-r1, 2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9, 1.8.5-r2, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.4.19
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=pentium3 -mtune=pentium3 -O2 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config 
/var/bind /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=pentium3 -mtune=pentium3 -O2 -pipe
DISTDIR=/var/portage/distfiles
FEATURES=autoconfig buildpkg ccache distlocks notitles sandbox sfperms 
strict
GENTOO_MIRRORS=ftp://gentoo.mirrors.pair.com/ 
http://mirror.datapipe.net/gentoo 
http://open-systems.ufl.edu/mirrors/gentoo 
ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ 
ftp://gentoo.om.com;
MAKEOPTS=-j2
PKGDIR=/var/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/var/portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
USE=x86 X apache2 apm avi berkdb bitmap-fonts cdr chroot crypt cscope 
cups curl dvdr eds emboss encode esd fam flac foomaticdb fortran gd
gdbm 
gif gnome gpm gstreamer gtk gtk2 imagemagick imlib java jpeg kde 
kerberos libg++ libwww mad mikmod mmx motif mozilla mp3 mpeg mysql 
ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python qt 
quicktime readline samba sdl slang snmp spell sse ssl svga tcltk tcpd 
tiff truetype truetype-fonts type1-fonts vorbis xml xml2 xmms xv zlib 
userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS,
PORTDIR_OVERLAY

-- 
gentoo-user@gentoo.org mailing list



<    1   2   3   4   5   6   7   8   9   10   >