Re: make rerelease broken?

From: Tim Kientzle (kientzle_at_acm.org)
Date: 07/31/03

  • Next message: Lars Eggert: "panic: spin lock sched lock held"
    Date: Thu, 31 Jul 2003 09:16:26 -0700
    To: Mark Murray <mark@grondar.org>
    
    

    Mark Murray wrote:
    > Scott Long writes:
    >>Bruce Cran wrote:
    >>>There appears to be a breakage of 'rerelease' - that is, 'release' works, but
    >>>'rerelease' fails in telnetd.
    >>
    >>I saw this too, but couldn't verify that it wasn't due to other problems
    >>that I was experiencing. Mark, can you take a glance at this? This
    >>seems to only happen when 'rerelease' triggers something to be rebuilt.
    >
    > I kept on seeing this with rescue/ when I was trying to fix the kerberos5
    > and telnet builds.
    >
    > There is something dodgy with the crunchgen stuff that leaves behind
    > .o files compiled with the wrong -DFOO defines. Result is things that
    > don't link properly much later.

    I had some issues at one point with /rescue and dhclient that
    specifically broke rebuilds. Basically, crunchgen has never
    been entirely happy with the dhclient makefile. I added one
    line to the dhclient makefile (The @true line below) that
    seemed to address this. Maybe it was insufficient?

    Excerpt from /usr/src/sbin/dhclient/Makefile:
    + # Note: Must have some commands here to override the default build action
        ${OBJS}: all
    + @true

    Tim

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Lars Eggert: "panic: spin lock sched lock held"