Compile FreeBSD RELENG_5 on FreeBSD 4-STABLE

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Compile FreeBSD RELENG_5 on FreeBSD 4-STABLE

    Hi.
    I have a FreeBSD 4-STABLE machine.
    I want to do my custom RENELG_5 FreeBSD release.
    I'm get all RELENG_5 CVS source (with cvs checkout -rRELENG_5 src)
    So can I compile RELENG_5 kernel and sources im a 4-STABLE enviroment?

    Brovo.

    Brovo Karokin Guest

  2. Similar Questions and Discussions

    1. FreeBSD
      I am wondering if Flash Media Server will run on FreeBSD. Thanks!
    2. FMS on FreeBSD!
      Hey, i have tried to install FMS on FreeBSD 6.1 by emulating fc4... the install went well, but i cant start the server. I just get the message: ...
    3. DBD::RAM on FreeBSD
      I am trying to install DBD::RAM module via ports on FreeBSD. Unfortunatelly DBD::RAM module requires DBD::File module and the installer is telling...
    4. Instead of freebsd.com, why not...
      On Monday 14 February 2005 05:34 pm, Anthony Atkielski <atkielski.anthony@wanadoo.fr> wrote: Absolutely untrue. Please stop saying this, as it's...
    5. Bug report: ruby-1.8.0p3 fails to compile under FreeBSD-4.7
      --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline gcc -fPIC -g -O2 -DDB_DBM_HSEARCH -DDBM_HDR="<db.h>"...
  3. #2

    Default Fwd: Compile FreeBSD RELENG_5 on FreeBSD 4-STABLE

    I've did that two days ago.;-)
    Just cvsup everything and go to /usr/src
    Give the 'make buildworld' command.
    After that is finished:
    make buildkernel
    make installkernel
    reboot
    boot in single user mode then.
    mergemaster -p ( for etc files )
    make installworld
    mergemaster
    reboot (now you have upgraded your system to a 5)

    Wouter van Rooij
    Wouter van Rooij Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139