Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wie funktioniert pre-merge chec?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
hitachi
Guru
Guru


Joined: 20 Feb 2006
Posts: 478
Location: Freiburg / Deutschland

PostPosted: Mon Sep 14, 2015 5:10 pm    Post subject: Wie funktioniert pre-merge chec? Reply with quote

Hallo,

in einigen Ebuilds stehen Zeilen wie:
libreoffice-4.4.5.2.ebuild wrote:
CHECKREQS_MEMORY="512M"
CHECKREQS_DISK_BUILD="6G"

firefox-38.2.1.ebuild wrote:
CHECKREQS_DISK_BUILD="4G"

In den meisten Ebuilds finde ich so etwas nicht. Vermutlich, da diese Zeilen nur eingebaut werden, wenn der Verbrauch der Ressourcen für die meisten Nutzer problematisch hoch ist. Aktuell wird beim mir beim Systemupdate ein Check für folgende Programme durchgeführt: pulseaudio, thunderbird, firefox, libreoffice und gcc. Bei gcc kann ich eine Zeile wie oben aber nicht finden. Auch scheint nichts kontrolliert zu werden:
emerge -av1 pulseaudio thunderbird firefox libreoffice gcc wrote:
>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-devel/gcc-4.8.5
>>> Running pre-merge checks for app-office/libreoffice-4.4.5.2
* Checking for at least 512 MiB RAM ... [ ok ]
* Checking for at least 6 GiB disk space at "/var/tmp/notmpfs/portage/app-office/libreoffice-4.4.5.2/temp" ... [ ok ]
>>> Running pre-merge checks for media-sound/pulseaudio-6.0
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found kernel object directory:
* /lib/modules/3.18.12-gentoo-gnu/build
* Found sources for kernel version:
* 3.18.12-gentoo-gnu
* Checking for suitable kernel configuration options... [ ok ]
>>> Running pre-merge checks for mail-client/thunderbird-38.2.0
* Checking for at least 4 GiB disk space at "/var/tmp/notmpfs/portage/mail-client/thunderbird-38.2.0/temp" ... [ ok ]
>>> Running pre-merge checks for www-client/firefox-38.2.1
* Checking for at least 4 GiB disk space at "/var/tmp/notmpfs/portage/www-client/firefox-38.2.1/temp" ...

Wo im Ebuild von gcc findet man den Befehl, dass ein Test durchgeführt werden soll und auf was wird getestet? Schön wäre, wenn kontrolliert würde, dass über 2GB auf der Festplatte zur Verfügung stehen, da das von gcc gebraucht wird.

Danke im Voraus.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Sep 14, 2015 6:32 pm    Post subject: Reply with quote

Code:
grep -iR CHECKREQS_DISK_BUILD /usr/portage/

_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum