1ad10
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I need help! I can't make buildworld as I'm always getting following error: Code:
cc -O2 -pipe -fomit-frame-pointer -I. -I/usr/src/usr.sbin/config -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o config config.o main.o lang.o mkmakefile.o mkheaders.o mkoptions.o kernconf.o -ll -lsbuf -legacy
sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 config /usr/obj/usr/src/tmp/legacy/usr/sbin
: wrong number or types of arguments
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64
Stop in /usr/src/usr.sbin/config.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
When I'm trying to do update by freebsd-update -r 7.1 update command I get this: Code:
Fetching metadata signature for 7.1 from update2.FreeBSD.org... failed. Fetching metadata signature for 7.1 from update1.FreeBSD.org... failed. No mirrors remaining, giving up. Last edited by DutchDaemon; March 25th, 2009 at 22:09. Reason: added code tags |
|
#2
|
||||
|
||||
|
You cannot use freebsd-update for anything other than updating a -RELEASE (like an ISO install) to another -RELEASE, or to a patch level within a -RELEASE. It is a binary-only update system used to keep -RELEASEs updated with security patches. Do not use freebsd-update together with csup/cvsup, they're mutually exclusive.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
||||
|
||||
|
I advise you to clear /usr/src (save any kernel configs you may have in /usr/src/sys/[arch]/conf) and /usr/obj, and run a full csup before starting the build process again (as outlined here).
P.S.: always post system output in CODE tags.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#4
|
|||
|
|||
|
Quote:
![]() What else? Thanks in advance, Maxim |
|
#5
|
||||
|
||||
|
What version are you currently running?
|
|
#6
|
|||
|
|||
|
7.1 p2 all updates have been done by csup and without problem for more than two years.
|
|
#7
|
||||
|
||||
|
So you're tracking RELENG_7_1 in your supfile? That branch should contain no problems, as it's frozen due to the 7.2 release cycle.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#8
|
||||
|
||||
|
Consider:
Code:
# cd /usr/src # make clean # rm -rf /usr/obj Last edited by tangram; March 25th, 2009 at 17:23. Reason: Code tags were missing. |
|
#9
|
|||
|
|||
|
Status changed
After I copyed /bin /sbin /lib/usr /lib from Install FreeBSD CD I managed to compile either world and kernel but next after I install kernel and started to make installworld I got following Code:
install -s -o root -g wheel -m 555 sync /bin install -o root -g wheel -m 444 sync.8.gz /usr/share/man/man8 ===> bin/test (install) install -s -o root -g wheel -m 555 test /bin install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 *** Signal 11 Stop in /usr/src/bin/test. *** Error code 1 Stop in /usr/src/bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Last edited by DutchDaemon; March 25th, 2009 at 22:07. Reason: fixed code tags |
|
#10
|
|||
|
|||
|
So what can I do now with signal 11?
Any idea? Code:
install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 *** Signal 11 Stop in /usr/src/bin/test. *** Error code 1 Last edited by DutchDaemon; March 25th, 2009 at 22:08. Reason: fixed code tags |
|
#11
|
||||
|
||||
|
( code tags are in brackets [ ] not angle brackets < > )
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#12
|
|||
|
|||
|
Thanks for info concerning design but how solve that issue?
test Code:
install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 *** Signal 11 Stop in /usr/src/bin/test. *** Error code 1 |
|
#13
|
||||
|
||||
|
I'm not your personal problem solver. There's an entire forum for that. I don't recognise your problem, and if no one else does, you'll have to start anew, I'm afraid.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#14
|
||||
|
||||
|
It means something is core dumping aka crashing severly. Quite possibly due to the copying of the files from the release cd.
I'm afraid your system is pretty screwed up right now and I'm not sure this is fixable. |
|
#15
|
|||
|
|||
|
So after 4 days of researches I have found the problem and repaired my system ....
Problem was in make.conf. Someone in a freebsd related forum recommended to set a key (forgot it name) into COPTFLAGS. It's really very simple but I did a mouth ago and forgot about it. ![]() I just had to remove it and recompile world and kernel to back system in normal state. In any case thanks everybody for support and advices! BR, Maxim |
|
#16
|
||||
|
||||
|
Had you been a member of this forum longer you would have come across dozens of 'don't mess with COPTFLAGS' messages ...
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| freebsd-update 7.0 to 7.1 | formaltux | Installing & Upgrading | 4 | March 26th, 2009 11:42 |
| freebsd update | juve_inferno | Installing & Upgrading | 6 | March 21st, 2009 01:12 |
| freebsd-update 7.0 to 7.1 | dave | Installing & Upgrading | 3 | February 4th, 2009 06:44 |
| make update errors on amd64 | Xaenn | Installing & Upgrading | 2 | January 21st, 2009 17:35 |
| System down after freebsd-update | noobster | Installing & Upgrading | 9 | December 2nd, 2008 14:43 |