Current-Users archive

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

Re: extra files while building current



On Thu, Aug 29, 2019 at 02:26:39AM +0200, Kamil Rytarowski wrote:
> On 29.08.2019 00:24, Riccardo Mottola wrote:
> > Hi!
> > 
> > I updated current and did a rebuild of the user base. LLVM excluded.
> > 
> > I am used to get sometimes a couple of extra files, but this time, I got
> > a huge amount.
> > 
> > =======  438 extra files in DESTDIR  =========
> > Files in DESTDIR but missing from flist.
> > File is obsolete or flist is out of date ?
> > ------------------------------------------
> > ./usr/X11R7/lib/libEGL_pic.a
> > ./usr/X11R7/lib/libFS_pic.a
> > ./usr/X11R7/lib/libGLU_pic.a
> > ./usr/X11R7/lib/libGL_pic.a
> > ./usr/X11R7/lib/libGLw_pic.a
> > ./usr/X11R7/lib/libI810XvMC_pic.a
> > 
> > <...>
> > 
> > ./usr/lib/libzfs_core_pic.a
> > ./usr/lib/libzfs_pic.a
> > ./usr/lib/libzpool_pic.a
> > =========  end of 438 extra files  ===========
> > 
> > 
> > I did run:
> > 
> > 
> >  ./build.sh -U -x distribution
> > 
> > that should clean instead of update, right?
> > 
> > Riccardo
> 
> We stopped shipping with pic a. files by default. Clean your local
> DESTDIR and retry.
> 

The list of files is such that you can
cd obj/destdir.machine/
cat files.EXTRA.SOMETHING | xargs rm


Home | Main Index | Thread Index | Old Index