pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: webkit-gtk fails to build
Chavdar Ivanov <ci4ic4%gmail.com@localhost> writes:
>> This can often be a symptom of building where the path is a symlink.
>>
>> make clean, and then
>>
>> cd `pwd -P`
>
> I had it tried twice before, always cleaning. Also:
> ...
> # pwd
> /usr/pkgsrc/www/webkit-gtk
> # pwd -P
> /usr/pkgsrc/www/webkit-gtk
> ...
>
> (pkgsrc is on /).
It sounds like that is not the issue.
> I cleaned PATH and am trying again. There were no suspicious links,
> except /usr/src and /usr/xsrc, but these should not have been used; I
> deleted them anyway.
So proabbly something else
> Trouble is, it happens at 92% of the execution, and it takes hours to
> get there...
ccache!
Seriously, I use ccache for pkgsrc, and it helps a lot, especially for
debugging.
CCACHE_DIR?= ${HOME}/.ccache
PKGSRC_COMPILER= ccache gcc
(if you are using gcc)
and do 'ccache -M5G' which is a reasonable size.
It's fine for ~/.ccache to be a symlink off someplace.
So all in all somebody will have to trace what's happening.
Home |
Main Index |
Thread Index |
Old Index