Re: [gentoo-user] Can't update dev-lib/nss

2010-11-09 Thread Dale
)[0x2b49730e39e0] /proc/13606/cmdline: ../../coreconf/nsinstall/Linux2.6_x86_64_x86_64-pc-linux-gnu-gcc_glibc_PTH_64_OPT.OBJ/nsinstall -D ../../dist public dbm I would try it with sandbox disabled. FEATURES=-*sandbox* your emerge command here It may work. Certainly worth a shot I guess. Dale :-) :-)

Re: [gentoo-user] Networkmanager-9999 won't compile

2011-10-19 Thread Albert W. Hopkins
are (supposed to) play in the same sandbox. This means the behaviors of different packages and their dependencies and interactions with each other are somewhat predictable, and when problems occur, they are easier to debug and solve because everyone's playing in the same sandbox. When you

Re: [gentoo-user] pycrypto-2.6-r2 fails to build

2013-06-19 Thread Daniel Pielmeier
tries to write files outside the sandbox which is not allowed. Tamer you can try if pycrypto installs fine with setuptools 0.7.3. If yes you should open a bug about the pycrypto-2​.6-r2 sandbox issue with setuptools 0.6.30-r1 -- Regards Daniel

Re: [gentoo-dev] Re: [gentoo-user] OpenRc-0.12 is coming soon

2013-08-16 Thread Todd Goodman
of having a group of volunteer guinea pigs (anybody running ~arch) is demonstrated. That said, masking big changes and calling for volunteers among the volunteers doesn't hurt. Seems like we need to be more careful with code that runs outside the sandbox. Config protection is nice

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

2013-12-20 Thread Grant Edwards
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... -- Grant Edwards grant.b.edwardsYow! Sign my PETITION

Re: [gentoo-user] ACCESS VIOLATION SUMMARY error with several packages

2014-06-12 Thread Andreas K. Huettel
: /var/log/sandbox/sandbox-29464.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: /proc/self/coredump_filter

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

2015-10-03 Thread Alan McKinnon
portage:portage during the fetching of package sources. userpriv Allow portage to drop root privileges and compile packages as portage:portage without a sandbox (

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

2017-12-06 Thread Helmut Jarausch
> Ebuilding this packages dies of a Sandbox Violation: > Post the full build log and ebuild? I was able to get the new version to compile and install after using "sed" to loosen the sphinx dependency, sed -i "s/1\.5/2.0/" setup.py || die Hi Michael, this 'sed' helped me

[gentoo-user] Re: gcc 7.3 + kernel 4.15 = spectre_v2 fixed

2018-01-31 Thread Nikos Chantziaras
d code wants to speculatively execute a memcpy(), then the sandbox would need to call it on behalf of the untrusted code. But if the sandbox is protected, the memcpy() call would never be made speculatively, since retpoline will trap it. So memcpy() itself doesn't need protection. If memcpy() ends up

Re: [gentoo-user] upgrade to gcc-6.4.0

2018-03-15 Thread thelma
devel/libtool-2.4.6-r3) > > * Error: The above package list contains packages which cannot be > * installed at the same time on the same system. > -- > I did not switch to new profile "17" yet. I was trying to rebuild > "sys-devel/libtool" first, but go

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

2019-01-21 Thread Jack
On 2019.01.21 13:41, Jacques Montier wrote: Le lun. 21 janv. 2019 à 19:19, Jack a écrit : > > I have a suspicion that this really might be sandbox related. > /dev/fd/whatever are all in the live system, and if I understand > correctly, emerge works within the sandbox, s

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

2019-01-19 Thread Jacques Montier
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

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

2020-01-13 Thread Mick
gt; "Allow portage to drop root privileges and compile packages as > portage:portage without a sandbox" 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 por

[gentoo-user] Re: Emerge load again

2023-11-30 Thread Nuno Silva
reads. 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 s

Re: [gentoo-user] emerge -eav system failed building sandbox

2006-09-09 Thread Mark Knecht
[5] x86_64-pc-linux-gnu-3.4.6-hardenednossp [6] x86_64-pc-linux-gnu-4.1.1 * [snip] $ ../sandbox-1.2.17//configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib32

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

2020-12-30 Thread n952162
-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/ac

[gentoo-user] glibc fails to compile for lack of stddef.h that is present

2021-02-14 Thread Steven Lembark
3.9.0_beta1::gentoo dev-util/cmake: 3.17.3::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.7-r1::gentoo sys-apps/openrc: 0.41.2::gentoo sys-apps/sandbox: 2.20::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r5::gentoo sys-devel/automake:

Re: [gentoo-user] System crash on "Detecting C compiler ABI info"

2024-04-05 Thread Paul Sopka
sys-apps/openrc:   0.53.1::gentoo sys-apps/sandbox:  2.38::gentoo sys-devel/binutils:    2.42-r1::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang:   17.0.6::gentoo, 18.1.2::gentoo sys-devel/gcc: 13.2.1_p20240210::gentoo sys-devel/gcc-config

Re: [gentoo-user] using cmake with ebuild

2014-10-09 Thread Paige Thompson
/work/anope-_build' * S: '/var/tmp/portage/net-irc/anope-/work/anope-' * --- ACCESS VIOLATION SUMMARY --- * LOG FILE: /var/log/sandbox/sandbox-7388.log * VERSION 1.0 FORMAT: F - Function called FORMAT: S - Access Status FORMAT

[gentoo-user] gdbm fatal: write error

2008-01-20 Thread de Almeida, Valmor F.
: 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.6.3, 1.7.9-r1, 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

Re: [gentoo-user] unixODBC econf failure

2008-03-23 Thread Max
the sandbox feature didn't lead to success. Thanks a lot for your help! Hi Max, You don't say if you got unixODBC working with the gui again or not. I suppose though that resolving those later issues you had fixed unixODBC as well ? -- Alan McKinnon alan dot mckinnon at gmail dot com

Re: [gentoo-user] Re: emerge -DuvatN world doesn't show all upgradeable packages

2008-04-08 Thread Dale
to make a note of this too. Pst, you see this? FEATURES=buildsyspkg sandbox fixpackages parallel-fetch I like the buildsyspkg part. At least I will have the system packages and can boot up. Once I even merged busybox to the root filesystem. It overwrites all the Unix tools with symlinks

[gentoo-user] circular blocking - howto escape ?

2008-04-15 Thread Helmut Jarausch
Hi, I try to update a system. I try to start by updating portage, but ... emerge -vp sys-apps/portage These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] sys-apps/sandbox-1.2.20_alpha2-r1 [1.2.17] 272 kB [ebuild U ] sys-apps/portage

Re: [gentoo-user] circular blocking - howto escape ?

2008-04-15 Thread Alan McKinnon
On Tuesday 15 April 2008, Helmut Jarausch wrote: Hi, I try to update a system. I try to start by updating portage, but ... emerge -vp sys-apps/portage These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] sys-apps/sandbox-1.2.20_alpha2

[gentoo-user] portage update bloacked

2008-06-30 Thread Roger Mason
, in order: Calculating dependencies... done! [ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.17] [ebuild U ] dev-python/pycrypto-2.0.1-r6 [2.0.1-r5] [ebuild U ] sys-apps/portage-2.1.4.4 [2.1.2.2] *** Portage will stop merging at this point and reload itself, then resume the merge

[gentoo-user] trying to make an ebuild

2007-08-29 Thread Noud Aldenhoven
Hello, I'm not sure in which mailing list this one belongs, so I hope I picked the right one. I was trying to make an ebuild for a small MUD client (tinyfugue). But it doesn't seem to work correct. When I try to compile it I get an ACCESS VIOLATION SUMMARY ERROR from sandbox because I tried

Re: [gentoo-user] trying to make an ebuild

2007-08-29 Thread Daniel Pielmeier
from sandbox because I tried to access /usr/bin. ACCESS DENIED open_wr: /usr/bin/tf Could someone tell my how I can give my ebuild the rights to access /usr/bin? The script looks like this one: Normally in the src_install stage the files are installed to ${PORTAGE_TMPDIR}/portage/${PF

Re: [gentoo-user] Deluge of emerge failures (ACCESS DENIED open_wr: /etc/passwd)

2007-11-09 Thread felix
/sandbox:1.2.18.1 -- ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._. Felix Finch: scarecrow repairman rocket surgeon / [EMAIL PROTECTED] GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933 I've found a solution to Fermat's Last Theorem but I see

Re: [gentoo-user] Deluge of emerge failures (ACCESS DENIED open_wr: /etc/passwd)

2007-11-09 Thread felix
=135688 https://bugs.gentoo.org/show_bug.cgi?id=182361#c21 Thanks. Sandbox has now recompiled, and one package has recompiled. I'll see if everything ele recompiles next. -- ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._. Felix Finch: scarecrow repairman rocket surgeon

[gentoo-user] NVidia users: The Nouveau project needs your help

2007-12-31 Thread Enrico Weigelt
- consuming job. The Nouveau project has developed an special sandbox for the binary drivers, which us allows sniff it's communication with the chip. Several test programs send specific commands to the driver and record what's send to the chip. This way, spare CPU time can be used for collecting

Re: [gentoo-user] Installing outside of Portage cruft removal

2009-01-26 Thread Jesús Guerrero
config for it, consisting of lines like cruft name, cruft src uri and a few more lines if you'll need to pass some extra parameters to configure/make/install. It'll build the package in a sandbox, then transfer it to destination, memorizing every change it did and preventing collisions and config

Re: [gentoo-user] Installing outside of Portage cruft removal

2009-01-26 Thread Dale
to pass some extra parameters to configure/make/install. It'll build the package in a sandbox, then transfer it to destination, memorizing every change it did and preventing collisions and config overwrites. Just put that config script into an ebuild file and use portage to build it - as simple

Re: [gentoo-user] Installing outside of Portage cruft removal

2009-01-26 Thread Rumen Yotov
if you'll need to pass some extra parameters to configure/make/install. It'll build the package in a sandbox, then transfer it to destination, memorizing every change it did and preventing collisions and config overwrites. Just put that config script into an ebuild file and use portage

Re: [gentoo-user] Installing outside of Portage cruft removal

2009-01-26 Thread Grant
parameters to configure/make/install. It'll build the package in a sandbox, then transfer it to destination, memorizing every change it did and preventing collisions and config overwrites. Just put that config script into an ebuild file and use portage to build it - as simple as it gets ;) I

Re: [gentoo-user] Installing outside of Portage cruft removal

2009-01-27 Thread Hieu, Luu Danh
it!) - if it does not have a remove, usually if you install it inside /home/${username}/whatever, then removing that is fine. Best thing though is to write an ebuild and then Portage will sandbox the build so it knows every file that has been installed. The package knows where to link to when it goes

Re: [gentoo-user] Installing outside of Portage cruft removal

2009-01-27 Thread Grant
it!) - if it does not have a remove, usually if you install it inside /home/${username}/whatever, then removing that is fine. Best thing though is to write an ebuild and then Portage will sandbox the build so it knows every file that has been installed. The package knows where to link to when

Re: [gentoo-user] Installing outside of Portage cruft removal

2009-01-30 Thread b.n.
, you'll need to write a short config for it, consisting of lines like cruft name, cruft src uri and a few more lines if you'll need to pass some extra parameters to configure/make/install. It'll build the package in a sandbox, then transfer it to destination, memorizing every change it did

[gentoo-user] how to recover a portage that wasn't in use for very long time

2009-05-09 Thread Alexey Luchko
] [ebuild U ] dev-python/pycrypto-2.0.1-r6 [2.0.1-r5] [ebuild U ] sys-apps/sandbox-1.6-r2 [1.2.17] [ebuild N] app-arch/lzma-utils-4.32.7 USE=-nocxx [ebuild N] app-admin/eselect-news-20080320 [ebuild U ] app-admin/eselect-1.0.11-r1 [1.0.7] USE=-vim-syntax% [ebuild U ] app

Re: [gentoo-user] ARGH I uninstalled python

2009-05-22 Thread Dale
for next time. I did however notice that although python is in the system set, it is not saving a copy for some reason. Anybody know why this setting is not working? FEATURES=--keep-going buildsyspkg sandbox fixpackages Is the buildsyspkg option not valid anymore? Dale :-) :-)

Re: [gentoo-user] ARGH I uninstalled python

2009-05-22 Thread Arttu V.
Dale wrote: You may want to look into that setting for next time. I did however notice that although python is in the system set, it is not saving a copy for some reason. Anybody know why this setting is not working? FEATURES=--keep-going buildsyspkg sandbox fixpackages

Re: [gentoo-user] portage blocking bash -- how to fix?

2008-08-01 Thread Justin
John covici schrieb: On my laptop, I did emerge sync and it said to emerge portage, however when I tried to do this I got the following: These are the packages that would be merged, in order: Calculating dependencies . ..... done! [ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.17

Re: [gentoo-user] portage blocking bash -- how to fix?

2008-08-01 Thread John covici
. ..... done! [ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.17] 232 kB [ebuild U ] dev-python/pycrypto-2.0.1-r6 [2.0.1-r5] USE=-bindist -gmp -test 151 kB [ebuild U ] sys-apps/portage-2.1.4.4 [2.1.2.7] USE=doc* -build -epydoc (-selinux) LINGUAS=-pl 368

Re: [gentoo-user] portage blocking bash -- how to fix?

2008-08-01 Thread Kenneth Prugh
: These are the packages that would be merged, in order: Calculating dependencies . ..... done! [ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.17] 232 kB [ebuild U ] dev-python/pycrypto-2.0.1-r6 [2.0.1-r5] USE=-bindist -gmp -test 151 kB [ebuild U

Re: [gentoo-user] packages/All - how to create ?

2008-10-30 Thread Dale
for about 5 or 6 years now. It works. My settings: FEATURES=buildsyspkg sandbox fixpackages Mine only keeps system packages but it can be set up several different ways. Dale

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

2008-11-03 Thread Rafael Barrera Oro
: /usr/share/config chmod: changing permissions of `/usr/share/config': Permission denied You are running emerge in a sandbox and the ebuild is trying to chmod a directory with these permissions: $ ls -ald /usr/share/config drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config

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

2008-11-07 Thread Rafael Barrera Oro
in a sandbox and the ebuild is trying to chmod a directory with these permissions: $ ls -ald /usr/share/config drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config which of course will never work. This is a bug, so report it at bgo unless someone else has already done so. -- alan dot

Re: [gentoo-user] ath5k in the kernel - where is it?

2008-11-12 Thread Grant
around) and madwifi-old is completely unsupported (sandbox violations, should be removed from portage). - Grant

Re: [gentoo-user] Basic ebuild question

2005-05-06 Thread krzaq
On 5/7/05, Ciaran McCreesh [EMAIL PROTECTED] wrote: On Sat, 7 May 2005 01:23:04 +0200 krzaq [EMAIL PROTECTED] wrote: | If src_install ( ) is simply | make DESTDIR=${D} install || die | then i have to emerge it with -sandbox. Otherwise it dies on access | voliation when trying | to install

[gentoo-user] installing hp printer foomatic-db-engine fails (open_wr: /dev/fd/3 (symlink to /proc/x/fd/3)

2005-05-09 Thread Catalin Trifu
--- LOG FILE = /tmp/sandbox-net-print_-_foomatic-db-engine-3.0.2-14466.log open_wr: /dev/fd/3 (symlink to /proc/14865/fd/3) I have no idea why this happens; it's true there is no /dev/fd/3 but who

[gentoo-user] installing hp printer foomatic-db-engine fails (open_wr: /dev/fd/3 (symlink to /proc/x/fd/3)

2005-05-09 Thread Catalin Trifu
--- LOG FILE = /tmp/sandbox-net-print_-_foomatic-db-engine-3.0.2-14466.log open_wr: /dev/fd/3 (symlink to /proc/14865/fd/3) I have no idea why this happens; it's true there is no /dev/fd/3 but who should

Re: [gentoo-user] ebuild.sh chown/chmod segmentation fault

2005-05-20 Thread Benno Schulenberg
}/environment /dev/null doesn't work. No idea, but strange things happen in Portage's sandbox. (By the way, /dev/null is a pasto? Here it is .) But have you tried updating the kernel? See the thread on random emerge failures. Yours aren't random, but worth trying an update. And if that doesn't help

Re: [gentoo-user] Access Violation emerge error

2005-06-06 Thread Ric de France
Grant, On 6/7/05, Grant [EMAIL PROTECTED] wrote: When I try to emerge gthumb, I get this at the end: Completed installing gthumb-2.6.3 into /var/tmp/portage/gthumb-2.6.3/image/ --- ACCESS VIOLATION SUMMARY --- LOG FILE = /tmp/sandbox

Re: [gentoo-user] Access Violation emerge error

2005-06-06 Thread Grant
When I try to emerge gthumb, I get this at the end: Completed installing gthumb-2.6.3 into /var/tmp/portage/gthumb-2.6.3/image/ --- ACCESS VIOLATION SUMMARY --- LOG FILE = /tmp/sandbox-media-gfx_-_gthumb-2.6.3

[gentoo-user] Blocking packages?

2005-09-20 Thread Bruno Lustosa
) [blocks B ] dev-php/php (is blocking dev-php/PEAR-PEAR-1.3.6) [ebuild U ] sys-apps/sandbox-1.2.13 [1.2.12] [ebuild U ] sys-devel/autoconf-wrapper-3.2 [3.1] (...) So, it seems dev-php/mod_php and dev-php/php are blocking some packages. However, I have unmerged both of them already. Why

Re: [gentoo-user] What to expect from emerge --newuse --emptytree world re: etc-update

2005-09-27 Thread Hemmann, Volker Armin
USE flags to include these and other settings that I plan to use but didn't have in before. And since my USE flags changed, I'm in the middle of doing the emerge --newuse --emptytree world (it's actually going quite well; out of 417 packages, only scotty failed due to some sandbox violations

Re: [gentoo-user] 2005.1 Universal CD install

2005-09-29 Thread vikram ranade
(via the sensible route)there is no way im kidding my self that this install is going to last... since this is not a production machinemore like my sandbox to try stuff out... I have an Athlon XP 2200+ and 512MB ram, so not really a super-charged setup, though naturally much faster

[gentoo-user] system audit

2005-12-07 Thread J.A.H.
remove a program, library, or something else, how will I know that there will be no affected dependencies. Also is there something which will reveal that an executable or library has never been used or infrequently used. I have not installed many packages outside the portage sandbox. Most

Re: [gentoo-user] Gentoo update

2007-06-03 Thread Michal 'vorner' Vaner
, but the worst thing I can imagine is a crash of the program. Anyway, I did not notice any such problem and I do update while the computer is in use. It may be caused by the fact that the program is replaced quite fast - the only dangerous time could be when the new one is copied from sandbox to the real

Re: [gentoo-user] Gentoo update

2007-06-03 Thread Benjamin Graf
is in use. It may be caused by the fact that the program is replaced quite fast - the only dangerous time could be when the new one is copied from sandbox to the real system. As for it - I would not dare it on a mission critical server, but anywhere else yes. -- This message has optimized support

Re: [gentoo-user] ssh + emerge = X11 connection rejected

2007-06-13 Thread Hans-Werner Hilse
-- for whatever reason. The environment is probably modified at that point (e.g. by portages sandbox), so it doesn't work with a forwarded X connection. Maybe you can temporarily overcome that by using e.g. Xnest (since you already have X forwarding running) or Xvnc. -hwh -- [EMAIL PROTECTED

Re: [gentoo-user] dev-ruby/rake-0.7.3 seems to hang?

2007-06-21 Thread Bertram Scharpf
Hi Daevid, Am Mittwoch, 20. Jun 2007, 15:11:22 -0700 schrieb Daevid Vincent: Emerging (16 of 29) dev-ruby/rake-0.7.3 to / [...] Install rake-0.7.3 into /var/tmp/portage/dev-ruby/rake-0.7.3/image/ category dev-ruby Exiting on signal 2 sandbox: Signal already caught and busy

Re: [gentoo-user] dev-ruby/rake-0.7.3 seems to hang?

2007-06-28 Thread Bertram Scharpf
@lists.gentoo.org Subject: Re: [gentoo-user] dev-ruby/rake-0.7.3 seems to hang? Emerging (16 of 29) dev-ruby/rake-0.7.3 to / [...] Install rake-0.7.3 into /var/tmp/portage/dev-ruby/rake-0.7.3/image/ category dev-ruby Exiting on signal 2 sandbox: Signal already

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

2006-04-03 Thread Teresa and Dale
build breaks on pilot-link, which can be simply fixed with 'FEATURES=-sandbox emerge pilot-link'. Problem is, I can't do a resume after this as the emerge list from the world build has been blatted when I emerged pilot-link. So, is there any way I can preserve the state of the world build, so

Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread Lord Sauron
-on setting for the emerge # flag of the same name. It causes binary packages to be created of all # packages that are merged. FEATURES=buildpkg ccache sandbox It sort of helps me in case I screw up. It happens sometimes, usually when we least expect it too. I'll have to look into that. It's

Re: [gentoo-user] Problem with genlop

2005-08-03 Thread Willie Wong
Hum, because of your post, I began to believe it is not only my problem. And voila! A bug has been filed for it: http://bugs.gentoo.org/show_bug.cgi?id=99823 It is caused by a change in behaviour in sandbox such that the file /tmp/sandboxpids.tmp, which genlop uses to determine if a emerge

Re: [gentoo-user] glibc builds but won't install

2005-08-17 Thread Benno Schulenberg
darren kirby wrote: Also, I have rebuilt the glibc several times through this ordeal, and at 5-6 hours per pop it is getting tedious to try new things. Glibc _was_ built correctly, so is there anyway I can manually copy the rest of the files from the portage sandbox to the live filesystem

Re: [gentoo-user] Grub, Hardened, and AMD64

2006-06-20 Thread Rumen Yotov
problems is Grub. When I try to emerge it in the hardened chroot the config script bombs out with an error 'C compiler cannot create executables'. One suggested solution was to disable sandbox in features and try again, no such luck. My next thought was to build a second chroot with a regular

Re: [gentoo-user] kdelibs again: 'moc' USE flags ?

2006-07-03 Thread Richard Fish
On 7/3/06, Philip Webb [EMAIL PROTECTED] wrote: FEATURES=autoconfig confcache distlocks metadata-transfer sandbox sfperms strict userpriv Hrm, confcache has also been known to cause strange problems, and in fact is currently package.mask'ed. Can you try FEATURES=-confcache emerge --oneshot

Re: [gentoo-user] emerge and running tests as non-root

2009-07-17 Thread Daniel Iliev
as portage:portage without a sandbox (unless usersandbox is also used). === So, you've got it wrong. Because of the minus, -userpriv means _forbid_ portage to drop root privileges or in other words use root privileges. Well, mysql build doesn't want to run tests as root (which

Re: [gentoo-user] /usr/lib/ccache/bin does not exist, big deal?

2009-10-08 Thread daid kahl
that folder?? The short answer is to edit make.conf and create a new directory. For example, here is a copy from my make.conf of the relevant location (sorry for the line numbers): FEATURES=collision-protect sandbox ccache userpriv usersandbox buildpkg # features for the cowboy in you #FEATURES

Re: [gentoo-user] /usr/lib/ccache/bin does not exist, big deal?

2009-10-09 Thread laurent
create that folder?? The short answer is to edit make.conf and create a new directory. For example, here is a copy from my make.conf of the relevant location (sorry for the line numbers): FEATURES=collision-protect sandbox ccache userpriv usersandbox buildpkg # features for the cowboy

Re: [gentoo-user] help with tinydns setup

2009-11-08 Thread James
On Sun, Nov 8, 2009 at 5:14 AM, Florian Philipp li...@f_philipp.fastmail.net wrote: James schrieb: All, I'm trying to set up a DNS server here for a lab environment. - hijacking a TLD (linux.com let's say, as an example) - trying to point several Linux boxen in a sandbox with no internet

Re: [gentoo-user][SOLVED] Nepomuk can't find database backend

2010-04-16 Thread Jim Cunning
either AMD64 with just a couple of ~AMD64 packages, or full ~AMD64. I haven't seen this problem on either system. However I do run ~AMD64 portage, sandbox, gentoolkit, eix and a few other installation things on all my systems so possibly that's part of it. Good luck, Mark I had upgraded from

Re: [gentoo-user] kdeplasma-addons-4.4.4 fails

2010-07-26 Thread Arttu V.
suggestions would be welcome any updates on this? I'm having exactly the same problem! I don't have a clue about this, but I'm left wondering. What is the actual problem or error printout? Is it a sandbox violation like in bug #257116? Have you successfully run python-updater after switching

Re: [gentoo-user] What's the story with 2.6.35 kernel?

2010-09-11 Thread Graham Murray
upgraded udev to the latest which only works with kernels 2.6.25 or higher, and the last working kernel on that machine is 2.6.24 (grr!). Wondering if I can download a binary package of udev-149 from somewhere (or can I build it on another machine in a sandbox and package it with quickpkg?). Im kind

Re: [gentoo-user] Re: Simultaneously emerging multiple packages with same dependencies

2011-01-28 Thread Dale
} MAKEOPTS=-j6 FEATURES=buildpkg sandbox fixpackages parallel-fetch --keep-going EMERGE_DEFAULT_OPTS=--with-bdeps y --backtrack=30 That works very well here for me. Rig, AMD 4 core CPU at 3.2Ghz, 4Gbs of ram at DDR3 1600 and SATA 3.0Gbs/sec. Your mileage may vary tho. Dale :-) :-)

[gentoo-user] Re: howto recover gcc from another system

2011-02-24 Thread James
Dale rdalek1967 at gmail.com writes: Besides gcc, what is a good list of critical software to use guickpkg as to keep backup binaries? FEATURES=buildpkg sandbox fixpackages parallel-fetch --keep-going I saw this (FEATURES=buildpkg) googling around. 1. What is a good list of software

Re: [gentoo-user] Re: howto recover gcc from another system

2011-02-25 Thread Marc Joliet
Am Fri, 25 Feb 2011 01:29:29 + (UTC) schrieb James wirel...@tampabay.rr.com: Dale rdalek1967 at gmail.com writes: Besides gcc, what is a good list of critical software to use guickpkg as to keep backup binaries? FEATURES=buildpkg sandbox fixpackages parallel-fetch --keep

Re: [gentoo-user] Ebuild hacking howto

2011-02-27 Thread Mike Gilbert
of the Gentoo devs. Diego didn't mask it because webmin itself modified config files; of course that is what it is supposed to do. Rather, it was masked because the ebuild itself was dodging the sandbox protection. See Diego's blog for more info: http://blog.flameeyes.eu/2010/08/20/there-s-something-about

Re: [gentoo-user] LVM for data drives but not the OS

2011-04-07 Thread Joost Roeleveld
to be recovered; it was mostly portage, var/tmp, some extra sandbox stuff, kind of things. Glad to hear that. -- Joost

[gentoo-user] Re: FEATURE: fixlafiles

2011-04-09 Thread Dale
, it's already in FEATURES by default :) [nelz@yooden ~ 0]% grep fixlafiles /etc/make.conf [nelz@yooden ~ 1]% emerge --info | grep fixlafiles FEATURES=assume-digests binpkg-logs buildpkg distlocks fixlafiles fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown

[gentoo-user] Re: Do we have to build gcc with fortran now?

2011-06-22 Thread Nikos Chantziaras
On 06/22/2011 06:55 AM, Dale wrote: I just did my updates and ran into this: * Maintainer: s...@gentoo.org * USE: amd64 consolekit elibc_glibc kernel_linux multilib policykit userland_GNU * FEATURES: preserve-libs sandbox * Please install currently selected gcc version with USE=fortran

Re: [gentoo-user] portage getting mixed up with USE?

2011-06-22 Thread Mick
preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync You're not alone. It's not shown here either. -- Regards, Mick signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] unclear package collisions in nvidia-drivers-295.20-r1

2012-02-15 Thread Mark Knecht
-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch

Re: [gentoo-user] Is Gentoo for me?

2012-02-25 Thread Neil Bothwick
FEATURES! It seems to be enabled by default [nelz@yooden ~ 0]% grep parallel /etc/make.conf [nelz@yooden ~ 1]% emerge --info | grep parallel FEATURES=assume-digests binpkg-logs buildpkg distlocks ebuild-locks fixlafiles news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown

Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.

2012-04-26 Thread Adam Carter
. Mostly stable, kernel from gentoo-sources 3.3.2. CFLAGS=-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe CXXFLAGS=${CFLAGS} CHOST=x86_64-pc-linux-gnu #MAKEOPTS=-j1 MAKEOPTS=-j4 #FEATURES=ccache parallel-fetch buildsyspkg distcc FEATURES=-sandbox ccache parallel-fetch buildsyspkg LINGUAS=en

Re: [gentoo-user] gconf - failed: not writable

2012-12-28 Thread Mark Knecht
yesterday, bugs happen. Wait a day. They get fixed. This sandbox violation seems to show up maybe once a year? Don't know why but it gets fixed fast. Cheers, Mark

Re: [gentoo-user] pycrypto-2.6-r2 fails to build

2013-06-19 Thread Daniel Pielmeier
it? It is setuptools/pycrypto which tries to write files outside the sandbox which is not allowed. Because it could be that something first checks the existence of that file and only if it exists, tries to remove or use it. Helmut No ebuild should mess with the live system!!! The problem

[gentoo-user] dev-python/setuptools sandboxviolation

2014-10-16 Thread Alexander Zenger
/setuptools-2.2/work/setuptools-2.2-python2_7/build/PasteDeploy.egg-info', 511) {} I also tried disabling sandoxing in FEATURES, but the error still occurs: FEATURES=parallel-fetch parallel-install -userpriv -usersandbox -sandbox -strict I tried other versions but the behaivour was the same. Any

Re: [gentoo-user] [~and64] Headsup for google-chrome users

2015-05-22 Thread Mick
for sandbox to work * Please check to make sure these options are set correctly. * Failure to do so may cause unexpected problems. which doesn't even advise where to find USER_NS, or will chromium no longer work as it did in the past? -- Regards, Mick signature.asc Description

Re: [gentoo-user] [~and64] Headsup for google-chrome users

2015-05-22 Thread Alan McKinnon
it there. The usual reason is that upstream has said their code requires an option to be set. Where would you have gotten the idea that ignoring it is good advice? * Messages for package www-client/chromium-43.0.2357.65: [27/1984] * USER_NS is required for sandbox to work

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

2015-09-07 Thread covici
e (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 > > t

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

2015-09-07 Thread Fernando Rodriguez
bject_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 do

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

2015-09-07 Thread covici
e (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 > > t

Re: [gentoo-user] Re: [OT] How to be a penguin.

2016-05-30 Thread Alan Grimes
needed to configure the features list I'm using, it's been ages since I've messed with it... ## EMERGE_DEFAULT_OPTS="--jobs=1 --quiet-build=n --verbose" FEATURES="sandbox distlocks nostrip parallel-fetch userfetch userpriv usersandbox spli

Re: [gentoo-user] Brother Printer

2016-12-10 Thread siefke_lis...@web.de
On Fri, 09 Dec 2016 16:49:48 +0100 Nils Freydank <nils.freyd...@posteo.de> wrote: > would need to migrate to an multilib profile - and I don’t know how awful > this > would become. I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not want compile. Something w

[gentoo-user] Re: Brother Printer

2016-12-12 Thread Grant Edwards
to an multilib profile - and I don’t know how awful >> > this >> > would become. >> >> I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not >> want compile. Something with blabla.32.h is missing. I find nothing in >> documentation

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

2017-10-15 Thread R0b0t1
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=

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

2017-09-07 Thread R0b0t1
ecure, 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 replac

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

2017-12-18 Thread Adam Carter
-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

<    1   2   3   4   5   6   7   8   9   10   >