Opened 6 years ago

Closed 6 years ago

#13374 closed Bug Report - General (Invalid)

FreeBSD builds consume more space than before

Reported by: Stuart Auchterlonie Owned by: Stuart Auchterlonie
Priority: minor Milestone: 30.1
Component: Ports - *BSD Version: v30-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Build sizes

$ du -hs *freebsd12*
930M	29-freebsd12-64bit
4.3G	30-freebsd12-64bit
4.4G	master-freebsd12-64bit

Configure command is the same

$ tail -1 29-freebsd12-64bit/build/source/mythtv/config.log 
   ./configure --enable-symbol-visibility --cc=cc --cxx=c++ --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --enable-libmp3lame --enable-libx264 --enable-libvpx --enable-libxvid --enable-nonfree --prefix=/usr/home/buildslave/mythtv/29-freebsd12-64bit/build/install
$ tail -1 30-freebsd12-64bit/build/source/mythtv/config.log
   ./configure --enable-symbol-visibility --cc=cc --cxx=c++ --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --enable-libmp3lame --enable-libx264 --enable-libvpx --enable-libxvid --enable-nonfree --prefix=/usr/home/buildslave/mythtv/30-freebsd12-64bit/build/install

Change History (1)

comment:1 Changed 6 years ago by Stuart Auchterlonie

Resolution: Invalid
Status: assignedclosed

Looks to be because of the build master configuration

Note: See TracTickets for help on using tickets.