Project

General

Profile

Actions

Bug #2589

closed

buildworld issues

Added by ano over 10 years ago. Updated over 10 years ago.

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
  • Error code 71
Actions #1

Updated by swildner over 10 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

Actions #2

Updated by ano over 10 years ago

There is fresh dfly with "make src-create"

10:43 ano@px:/usr/src:$ git status
  1. On branch DragonFly_RELEASE_3_4
  2. Untracked files:
  3. (use "git add <file>..." to include in what will be committed) #
  4. nohup.out
  5. sys/config/ANO
    nothing added to commit but untracked files present (use "git add" to track)
Actions #3

Updated by swildner over 10 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
  1. On branch DragonFly_RELEASE_3_4
  2. Untracked files:
  3. (use "git add ..." to include in what will be committed) #
  4. nohup.out
  5. 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

Actions #4

Updated by ano over 10 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.

Actions #5

Updated by marino over 10 years ago

  • Status changed from New to Closed

seems to have resolved itself...

Actions

Also available in: Atom PDF