Hello, I'm in the middle of an attempt to upgrade an i386 box from 5.5-STABLE to 6.1-STABLE. Just in case it's apropos, the box was recently upgraded from 5.2.1-RELEASE to 5.5-STABLE. I am following the handbook's "The Canonical Way to Update Your System" and have sucessfully cvsup'd RELENG_6 and run make buildworld. The problem I'm having is during make buildkernel. This is the error: /usr/src/sys/dev/mii/dcphy.c: In function `dcphy_attach': /usr/src/sys/dev/mii/dcphy.c:172: error: `DC_PCI_CSID' undeclared (first use in this function) /usr/src/sys/dev/mii/dcphy.c:172: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/mii/dcphy.c:172: error: for each function it appears in.) *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I've read /usr/src/UPDATING, google'd and searched the web but to no avail. Any help would be appreciated. -- Regards, Doug
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Jun 21, 2006 at 09:41:18PM -0500, Doug Poland wrote:> Hello, > > I'm in the middle of an attempt to upgrade an i386 box from 5.5-STABLE > to 6.1-STABLE. Just in case it's apropos, the box was recently upgraded > from 5.2.1-RELEASE to 5.5-STABLE. > > I am following the handbook's "The Canonical Way to Update Your System" > and have sucessfully cvsup'd RELENG_6 and run make buildworld. > > The problem I'm having is during make buildkernel. This is the error: > > > /usr/src/sys/dev/mii/dcphy.c: In function `dcphy_attach': > /usr/src/sys/dev/mii/dcphy.c:172: error: `DC_PCI_CSID' undeclared (first use in this function) > /usr/src/sys/dev/mii/dcphy.c:172: error: (Each undeclared identifier is reported only once > /usr/src/sys/dev/mii/dcphy.c:172: error: for each function it appears in.) > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src.I just ran into the same problem, upgrading a 6.1 box that was last upgraded a few weeks ago. I hadn't posted because I was hoping to test another box tomorrow to see if it was just that one machine, nor had I had time to do any serious troubleshooting. Not that this helps, but at least you know you're not alone, and the problem isn't necessarily limited to a 5.x-6.x upgrade.> > I've read /usr/src/UPDATING, google'd and searched the web but to no avail. > Any help would be appreciated.I don't think we've missed anything in UPDATING (but I've been wrong about that before.) :) - -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Willow: The school paper is edging on depressing lately. Have you guys noticed that? Oz: I don't know. I always go straight to the obits. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEmgcQ+lTVdes0Z9YRAgYiAJ98+sE0RK7iG0kBBU+jHwePsRMZYwCfYQz0 KkTEx05cBTJDZbp7T6Mnhsw=JYRX -----END PGP SIGNATURE-----
Hey, I am also having this problem on 6.1-STABLE FreeBSD amd64. I haven't made any major changes on this server and recently I started getting core dumps, so I figured after looking at /usr/src/UPDATING and checking the mailing list I could sync it up and hope for the best... I get this error when building my kernel /usr/src/sys/dev/mii/dcphy.c: In function `dcphy_attach': /usr/src/sys/dev/mii/dcphy.c:172: error: `DC_PCI_CSID' undeclared (first use in this function) /usr/src/sys/dev/mii/dcphy.c:172: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/mii/dcphy.c:172: error: for each function it appears in.) *** Error code 1 Stop in /usr/obj/usr/src/sys/GIGAKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Here is a diff of my kernel from GENERIC diff GIGAKERNEL GENERIC 30,36d29 < # Firewall Options < options IPFILTER # IPFilter support < options IPFILTER_LOG # IPFilter logging support < options IPFILTER_DEFAULT_BLOCK # Block all packets by default < < < options QUOTA # QUOTA! Thanks in advance On 6/21/06, Doug Poland <doug@polands.org> wrote:> > Hello, > > I'm in the middle of an attempt to upgrade an i386 box from 5.5-STABLE > to 6.1-STABLE. Just in case it's apropos, the box was recently upgraded > from 5.2.1-RELEASE to 5.5-STABLE. > > I am following the handbook's "The Canonical Way to Update Your System" > and have sucessfully cvsup'd RELENG_6 and run make buildworld. > > The problem I'm having is during make buildkernel. This is the error: > > > /usr/src/sys/dev/mii/dcphy.c: In function `dcphy_attach': > /usr/src/sys/dev/mii/dcphy.c:172: error: `DC_PCI_CSID' undeclared (first > use in this function) > /usr/src/sys/dev/mii/dcphy.c:172: error: (Each undeclared identifier is > reported only once > /usr/src/sys/dev/mii/dcphy.c:172: error: for each function it appears in.) > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > I've read /usr/src/UPDATING, google'd and searched the web but to no > avail. > Any help would be appreciated. > > > -- > Regards, > Doug > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >-- --Vye
Doug Poland wrote:> Hello, > > I'm in the middle of an attempt to upgrade an i386 box from 5.5-STABLE > to 6.1-STABLE. Just in case it's apropos, the box was recently upgraded > from 5.2.1-RELEASE to 5.5-STABLE. > > I am following the handbook's "The Canonical Way to Update Your System" > and have sucessfully cvsup'd RELENG_6 and run make buildworld. > > The problem I'm having is during make buildkernel. This is the error: > > > /usr/src/sys/dev/mii/dcphy.c: In function `dcphy_attach': > /usr/src/sys/dev/mii/dcphy.c:172: error: `DC_PCI_CSID' undeclared (first use in this function) > /usr/src/sys/dev/mii/dcphy.c:172: error: (Each undeclared identifier is reported only once > /usr/src/sys/dev/mii/dcphy.c:172: error: for each function it appears in.) > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > I've read /usr/src/UPDATING, google'd and searched the web but to no avail. > Any help would be appreciated. > >An incomplete and untested commit was done to the stable branch. I'll fix it as soon as I have the patch tested. Scott
Doug Poland wrote:> Hello, > > I'm in the middle of an attempt to upgrade an i386 box from 5.5-STABLE > to 6.1-STABLE. Just in case it's apropos, the box was recently upgraded > from 5.2.1-RELEASE to 5.5-STABLE. > > I am following the handbook's "The Canonical Way to Update Your System" > and have sucessfully cvsup'd RELENG_6 and run make buildworld. > > The problem I'm having is during make buildkernel. This is the error: > > > /usr/src/sys/dev/mii/dcphy.c: In function `dcphy_attach': > /usr/src/sys/dev/mii/dcphy.c:172: error: `DC_PCI_CSID' undeclared (first use in this function) > /usr/src/sys/dev/mii/dcphy.c:172: error: (Each undeclared identifier is reported only once > /usr/src/sys/dev/mii/dcphy.c:172: error: for each function it appears in.) > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > I've read /usr/src/UPDATING, google'd and searched the web but to no avail. > Any help would be appreciated. > >The problem is fixed now. Doing a cvsup should get you going again. Scott