a21c
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I had been having issues running make buildworld, I had change my src.conf, removing entry's until find the right one for me.
I have receive different errors at compile time, gcc, segment fault, etc, different errors. I have delete my src.conf and use all the settings as default but same issue, cannot finish make buildworld. Reading about, it say that if the error is not reproducible could be a HW issue. My error is not reproducible. Now my big doubt is... Ok maybe I have some HW issues, but why I can install ports without any issue, what is the difference between a make buildworld vs make install clean? We are using the same compiler, flags, etc. Why I don't have problems building ports and some of them are big. Is all my doubt, I appreciated any info about. FreeBSD 7.2-p6. P.S. I can build my kernel without any issue, custom kernel. |
|
#2
|
||||
|
||||
|
Post your errors please.
Update your source code (make sure you're using the right tag), remove old work objects, remove customizations from /etc/src.conf and /etc/make.conf, try to disable ccache if using it and re-issue make buildworld.Code:
# csup -L 2 -h cvsup2.uk.freebsd.org /usr/share/examples/cvsup/standard-supfile # cd /usr/obj # chflags -R noschg * # rm -rf * # cd /usr/src # make buildworld Last edited by tangram; February 10th, 2010 at 11:14. Reason: Corrected supfile. |
| The Following User Says Thank You to tangram For This Useful Post: | ||
klabacita (February 21st, 2010) | ||
|
#3
|
|||
|
|||
|
Hi tangram.
I have finally detect that the issue was my computer, because as soon as I took another one, my build world stuff finish without any issue. I have run buildworld && kernel without problems. Thanks again!!! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AMD64: Kernel panics during make buildworld | ms80 | Installing & Upgrading | 4 | February 5th, 2010 00:24 |
| [Solved] make buildworld WITHOUT_KERBEROS | hermes | Installing & Upgrading | 4 | January 22nd, 2010 17:53 |
| [Solved] Make buildworld fails? | Walkerru | Installing & Upgrading | 6 | December 16th, 2009 15:59 |
| updating ports: make index... make fetchindex | LateNiteTV | Installation and Maintenance of FreeBSD Ports or Packages | 14 | April 25th, 2009 10:46 |
| make buildworld breaks for 7.1 | cbes | Installing & Upgrading | 7 | January 16th, 2009 17:29 |