Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 11:35:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204640] make installworld fails installing libc_p.a to /usr/lib
Message-ID:  <bug-204640-8-L1NACNIdKG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204640-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204640-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204640

--- Comment #4 from Thomas Schweikle <tps@vr-web.de> ---
- What command did you use when you ran `make installworld`?
  `sudo make installworld`?

  su -
  cd /usr/src
  svn revert --depth infinity .
  svn update --accept theirs-full
  make buildworld
  make buildkernel KERNCONF=FBSD12
  make installkernel KERNCONF=FBSD12
  reboot
  mergemaster -ipF
  make installworld
  mergemaster -a
  reboot

  cd /usr/ports
  svn revert --depth infinity .
  svn update --accept theirs-full
  make index
  portversion -c > ${TMP}/_pu.sh
  /bin/sh ${TMP}/_pu.sh -cefRr
  reboot

  cd /usr/src
  make BATCH_DELETE_OLD_FILES=YES delete-old
  make -DWITH_ATF delete-old-libs
  reboot

- Did you set environment variables that affect SRCCONF or __MAKE_CONF?
  Only KERNCONF=FBSD12
  With /usr/src/sys/amd64/conf/FBSD12 holding:
  ----
  include         GENERIC
  ident           FBSD12
  options         SCSI_DELAY=3000

  # To statically compile in device wiring instead of /boot/device.hints
  #hints          "GENERIC.hints"         # Default places to look for devices.

  makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug
symbols

  # Enable this for the pcvt (VT220 compatible) console driver
  #device         vt
  #options        XSERVER         # support for X server on a vt console
  #options        FAT_CURSOR      # start with block cursor

  # VESA video modes
  options         VESA
  options         VGA_WIDTH90
  options         SC_PIXEL_MODE
  ----

- Did you change WITHOUT_PROFILE to WITH_PROFILE after running
  `make buildworld`?
  No. Shall I?

- Did `make buildworld` succeed last time you ran it?
  It succeeded last time Mai, 28th 2015.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204640-8-L1NACNIdKG>