On Tue, Jul 26, 2016 at 9:27 PM Satya Prakash Prasad < satyaprakash.pra...@gmail.com> wrote:
> I am in need to build gcc-4.9/libgcc1_4.9.2-10_amd64.deb locally so that I > can copy this deb file to another host for installation. > > I am aware that we can build .deb & install file using below steps: > > # apt-get source gcc-4.9 > # apt-get build-dep gcc-4.9 > # cd <gcc-__> > # dpkg-buildpackage -uc -us > # dpkg -i <package.deb> > > I tried out the steps and found that during build process a lot of test > suites where also executed - is there a way confirm its acceptance criteria > or certify the package build? > > Is there a report where can refer of the test suite it ran during the > build operation - which failed / which passed / issues or concern if any? > > Regards, > Prakash > > Look at the output of the build process. Especially the "make check" step. It should tell you where it put the report. Mark