Info
Satya Prakash Prasad <[email protected]>
| Newsgroups | gmane.linux.debian.devel.toolchain,gmane.linux.debian.user |
|---|---|
| Message-ID | <CACX5wci+6nYYnjG_Fg=r2=ytWZ660CwRtoeZLZdB8aMMMGC1NQ@mail.gmail.com> |
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