Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2006 15:04:09 +0200
From:      Thomas Schweikle <tps@vr-web.de>
To:        freebsd-questions@FreeBSD.org
Subject:   RELENG_6 does not compile on RELENG_5
Message-ID:  <44633649.4030805@vr-web.de>

next in thread | raw e-mail | index | archive | help
Since it is impossible to use the report generator at the moment,
because of error: "There is an error in the configuration of the
problem report form generator. Please back up one page and report
the problem to the owner of that page.
Report 84.158.9.109 is an open proxy server."

Category: misc
Severity: serious
Priority: medium
Class: sw-bug

Which FreeBSD Release You Are Using:
  FreeBSD 5.5-PRERELEASE Environment (output of "uname -a" on
  the problem machine): FreeBSD hazel.tps 5.5-PRERELEASE
  FreeBSD 5.5-PRERELEASE #58: Sun May  7 13:21:56 CEST 2006
  screen@hazel.tps:/usr/obj/usr/src/sys/HAZEL  i386

Full Description:
  #make buildworld
  ...
  /usr/obj/usr/src/sbin/growfs created for /usr/src/sbin/growfs
  ===> sbin/gvinum (obj)
  /usr/obj/usr/src/sbin/gvinum created for /usr/src/sbin/gvinum
  ===> sbin/ifconfig (obj)
  /usr/obj/usr/src/sbin/ifconfig created for /usr/src/sbin/ifconfig
  ===> sbin/init (obj)
  /usr/obj/usr/src/sbin/init created for /usr/src/sbin/init
  ===> sbin/ip6fw (obj)
  /usr/obj/usr/src/sbin/ip6fw created for /usr/src/sbin/ip6fw
  ===> sbin/ipf (obj)
  ===> sbin/ipf/libipf (obj)
  /usr/obj/usr/src/sbin/ipf/libipf created for
    /usr/src/sbin/ipf/libipf
  ===> sbin/ipf/ipf (obj)
  mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
  *** Error code 1

  Stop in /usr/src/sbin/ipf/ipf.
  *** Error code 1

  Stop in /usr/src/sbin/ipf.
  *** Error code 1

  Stop in /usr/src/sbin.
  *** Error code 1

  Stop in /usr/src.
  *** Error code 1

  Stop in /usr/src.
  *** Error code 1

  Stop in /usr/src.

  It does not help to remove the file "ipf", then recreate it
  as directory: in this case the "Makefile" in
  "/usr/src/sbin/ipf/ipf" is missing: "I don't know how to make ..."

How to Repeat the Problem:
  - check out RELENG_6:
    cvsup -g -L 2 -r 2 /etc/sup/hazel-supfile

    where "/etc/sup/hazel-supfile":
      # $FreeBSD: hazel-supfile,v 1.19.2.6
        2002/08/06 08:24:46 blackend Exp $

      *default host=cvsup.de.freebsd.org
      #default host=cvsup.freebsd.org

      *default base=/var/db
      *default prefix=/usr

      *default delete use-rel-suffix compress
      src-all   release=cvs tag=RELENG_6
      ports-all release=cvs tag=.

  - run mergemaster
    mergemaster -p

  - edit all files which are needed to be changed
    vipw
    vi /etc/group

  - change to "/usr/src"
  - make buildworld


-- 
Thomas




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