Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740430 - media-gfx/nvidia-texture-tools-2.1.2 : sandbox issue
Summary: media-gfx/nvidia-texture-tools-2.1.2 : sandbox issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-05 06:54 UTC by Toralf Förster
Modified: 2020-09-05 10:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.20 KB, text/plain)
2020-09-05 06:54 UTC, Toralf Förster
Details
CMakeCache.txt (CMakeCache.txt,29.73 KB, text/plain)
2020-09-05 06:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,343.54 KB, text/plain)
2020-09-05 06:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,28.73 KB, application/x-bzip)
2020-09-05 06:54 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,13.03 KB, application/x-bzip)
2020-09-05 06:54 UTC, Toralf Förster
Details
media-gfx:nvidia-texture-tools-2.1.2:20200904-222409.log (media-gfx:nvidia-texture-tools-2.1.2:20200904-222409.log,132.71 KB, text/plain)
2020-09-05 06:54 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-09-05 06:54:06 UTC
Bummer, sandbox file does not exist: /var/tmp/portage/media-gfx/nvidia-texture-tools-2.1.2/temp/sandbox.log

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-libressl-20200826-071836

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
  [6]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.46.0
  [2]   rust-1.46.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-8]
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Sep  4 09:35:35 PM UTC 2020
/var/db/repos/libressl	Tue Sep  1 07:07:28 PM UTC 2020

emerge -qpvO media-gfx/nvidia-texture-tools
[ebuild  N    ] media-gfx/nvidia-texture-tools-2.1.2
Comment 1 Toralf Förster gentoo-dev 2020-09-05 06:54:08 UTC
Created attachment 658430 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-09-05 06:54:10 UTC
Created attachment 658432 [details]
CMakeCache.txt
Comment 3 Toralf Förster gentoo-dev 2020-09-05 06:54:12 UTC
Created attachment 658434 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-09-05 06:54:15 UTC
Created attachment 658436 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-09-05 06:54:17 UTC
Created attachment 658438 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-09-05 06:54:18 UTC
Created attachment 658440 [details]
media-gfx:nvidia-texture-tools-2.1.2:20200904-222409.log
Comment 7 Bernard Cafarelli gentoo-dev 2020-09-05 09:52:12 UTC
Luckily, main log has enough info :)

OK, if it finds gconftool-2, a tool in subdirectory tries to install schema (and gnome2-utils eclass is not there for sandbox violations).

This is old code so I will just disable relevant flag. I saw some other fixes in other cmake files so I will push some additional changes at the same time
Comment 8 Larry the Git Cow gentoo-dev 2020-09-05 10:09:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4312bd73b0f1f01f656820a241658b78e6fd42e8

commit 4312bd73b0f1f01f656820a241658b78e6fd42e8
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2020-09-05 10:08:48 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2020-09-05 10:08:58 +0000

    media-gfx/nvidia-texture-tools: add some build options
    
    Use recommended upstream options for shared flag
    libsquish has build options for sse2 and openmp
    Disable old gconf schema installation (triggers sandbox failure)
    
    Closes: https://bugs.gentoo.org/740430
    Package-Manager: Portage-3.0.5, Repoman-3.0.1
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 .../nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild  | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)