Actions
Bug #2589
closedbuildworld issues
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
09/26/2013
Due date:
% Done:
0%
Estimated time:
Description
make buildworld failed on fresh dfly-3.4.3:
===> gnu/lib/gcc44/libstdc++
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libstdc++.a /usr/obj/usr/src/world_x86_64/usr/lib/gcc44
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libstdc++_p.a /usr/obj/usr/src/world_x86_64/usr/lib/gcc44/profile/libstdc++.a
sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libstdc++.so.9 /usr/obj/usr/src/world_x86_64/usr/lib/gcc44
install: libstdc++.so.9: No such file or directory
===> gnu/lib/gcc44/libstdc++
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libstdc++.a /usr/obj/usr/src/world_x86_64/usr/lib/gcc44
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libstdc++_p.a /usr/obj/usr/src/world_x86_64/usr/lib/gcc44/profile/libstdc++.a
sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libstdc++.so.9 /usr/obj/usr/src/world_x86_64/usr/lib/gcc44
install: libstdc++.so.9: No such file or directory
- Error code 71
Updated by swildner about 11 years ago
On Thu, 26 Sep 2013 20:33:39 +0200,
wrote:
make buildworld failed on fresh dfly-3.4.3:
===> gnu/lib/gcc44/libstdc++
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libstdc++.a
/usr/obj/usr/src/world_x86_64/usr/lib/gcc44
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libstdc++_p.a
/usr/obj/usr/src/world_x86_64/usr/lib/gcc44/profile/libstdc++.a
sh /usr/src/tools/install.sh -s -o root -g wheel -m 444
libstdc++.so.9 /usr/obj/usr/src/world_x86_64/usr/lib/gcc44
install: libstdc++.so.9: No such file or directory
- Error code 71
Can you check if your tree is dirty?
cd /usr/src
git status
Sascha
Updated by ano about 11 years ago
There is fresh dfly with "make src-create"
10:43 ano@px:/usr/src:$ git status- On branch DragonFly_RELEASE_3_4
- Untracked files:
- (use "git add <file>..." to include in what will be committed) #
- nohup.out
- sys/config/ANO
nothing added to commit but untracked files present (use "git add" to track)
Updated by swildner about 11 years ago
On Fri, 27 Sep 2013 08:41:48 +0200,
wrote:
Issue #2589 has been updated by ano.
There is fresh dfly with "make src-create"
10:43 ano@px:/usr/src:$ git status
- On branch DragonFly_RELEASE_3_4
- Untracked files:
- (use "git add ..." to include in what will be committed) #
- nohup.out
- sys/config/ANO
nothing added to commit but untracked files present (use "git add" to
track)
Hmm,
was it a -j x build? Do you have a log file of the build? Maybe the line
with the actual error was further up in the log. Look for "error:".
Sascha
Updated by ano about 11 years ago
I do not use -j option on VPS and already deleted nohup.out.
I have tried to build world after your last commit (54ff46d7fce3643db9c2988d826476dc96ab7d66) which seems unrelated to the problem but buildworld finished with no errors.
Updated by marino about 11 years ago
- Status changed from New to Closed
seems to have resolved itself...
Actions