pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: webkit-gtk fails to build



Thanks for the tip! I'll try it, haven't so far. I am actually trying
to build it on a copletely different machine, starting with an empty
/usr/pkg, on -current as well (albeit a bit older, from early
January).

On Tue, 22 Jan 2019 at 14:53, Greg Troxel <gdt%lexort.com@localhost> wrote:
>
> 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