ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: Serge V Kompan <skompan@kspu.kr.ua>
Cc: devel-kernel@altlinux.org
Subject: [d-kernel] Re: ccache
Date: Fri, 19 Dec 2003 21:31:57 +0300
Message-ID: <20031219183157.GM18450@julia.office.altlinux.ru> (raw)
In-Reply-To: <3342504718.20031219195401@kspu.kr.ua>

[-- Attachment #1: Type: text/plain, Size: 2068 bytes --]

On Fri, Dec 19, 2003 at 07:54:01PM +0200, Serge V Kompan wrote:
>>>  Все вроде выводит как у Вас:
>>>  Что делать дальше необходимо?
>>>
>>> [root@piper alternatives]# realpath /usr/bin/gcc
>>> /usr/bin/gcc_wrapper
>>> [root@piper alternatives]# GCC_USE_CCACHE= strace -e trace=execve gcc
>>> execve("/usr/bin/gcc", ["gcc"], [/* 35 vars */]) = 0
>>> execve("/usr/bin/i586-alt-linux-gcc", ["i586-alt-linux-gcc"], [/* 35 vars */]) = 0
>>> i586-alt-linux-gcc: no input files
>>> [root@piper alternatives]# GCC_USE_CCACHE=1 strace -e trace=execve gcc
>>> execve("/usr/bin/gcc", ["gcc"], [/* 35 vars */]) = 0
>>> execve("/usr/bin/ccache", ["i586-alt-linux-gcc"], [/* 35 vars */]) = 0
>>> execve("/usr/bin/i586-alt-linux-gcc", ["/usr/bin/i586-alt-linux-gcc"], [/* 35 va rs */]) = 0
>>> i586-alt-linux-gcc: no input files
> AT> Теперь ccache должен работать. :)  Это видно из второй команды: если
> AT> переменная окружения GCC_USE_CCACHE выставлена, то между запуском
> AT> /usr/bin/gcc ("обёртки") и /usr/bin/i586-alt-linux-gcc (настоящего
> AT> компилятора) "вклинивается" ccache.
> [robin@piper robin]$ export |grep CC
> declare -x CC="gcc"
> declare -x GCC_USE_CCACHE="1"
> Запускаю компиляцию ядра и во время компиляции проверяю
> [robin@piper robin]$ ccache -s
> cache hit                              0
> cache miss                             0
> called for link                        5
> files in cache                         0
> cache size                             0 Kbytes
> max cache size                     500.0 Mbytes
> 
> Что то не видно что ccache работает

Чудеса вы рассказываете.
Короче, если в strace gcc видно ccache и если при сборке используется
именно gcc (а не gcc-2.96 или i586-alt-linux-gcc напрямую), то этого просто не может
быть.

Кажется, там при сборке ядра используется gcc-2.96 напрямую.
Это зашито в /etc/rpm/macros.d/kernel.

По-моему, должно вот так сработать:
GCC_VERSION=2.96 GCC_USE_CCACHE=1 rpm -ba --define 'kgcc gcc' ~/RPM/SPECS/kernel-std-up.spec

2devel-kernel: как правильно собирать ядро и использовать при этом ccache?

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

       reply	other threads:[~2003-12-19 18:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-19 18:31                 ` Alexey Tourbin [this message]
2003-12-19 18:45                   ` Sergey Vlasov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031219183157.GM18450@julia.office.altlinux.ru \
    --to=at@altlinux.ru \
    --cc=devel-kernel@altlinux.org \
    --cc=devel-kernel@altlinux.ru \
    --cc=skompan@kspu.kr.ua \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git