Date: Fri, 9 May 2014 08:11:56 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: ports broken in current Message-ID: <alpine.BSF.2.00.1405090804280.27459@mail.fig.ol.no> In-Reply-To: <F907AC97-3849-45CA-987D-278257A04ECE@gmail.com> References: <536AD2AB.7020103@ShaneWare.Biz> <F907AC97-3849-45CA-987D-278257A04ECE@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 8 May 2014 09:04-0700, Warner Losh wrote: > On May 7, 2014, at 5:41 PM, Shane Ambler <FreeBSD@ShaneWare.Biz> wrote: > > > I have just updated my 11-CURRENT tinderbox machine and found an issue > > that breaks ports building. > > > > make: "/usr/share/mk/bsd.port.mk" line 15: Could not find bsd.own.mk > > Install again. This was fixed last night. You can fix it just by > updating and running make install in share/mk. > > > This is highlighted as tinderbox creates a clean build environment while > > the base system kept working with the old file being left behind - make > > delete-old doesn't remove bsd.own.mk from base but a clean system > > doesn't get it installed. > > > > In r265420 /head/share/mk/Makefile removed reference to bsd.own.mk and > > replaced it with src.opts.mk > > Yea that?s totally bogus. Which is why I fixed it. One too many > automatic replacements that slipped through the cracks. > > > bsd.port.mk was left unaltered still including bsd.own.mk which now > > doesn't get installed but is still in svn, breaking ports building. > > Yea, bsd.port.mk is good. The above breakage was bad... > > > Should bsd.port.mk include src.opts.mk instead of bsd.own.mk or should > > bsd.own.mk be re-added to the install list? > > The proper fix is in the tree: re-add bsd.own.mk. > > > This appears to carry on from the yesterdays build fails with > > src.opts.mk not being found. > > Please update. If the problems persist, please let me know. Also, be > sure to remove /usr/share/mk/src.opts.mk, since if will cause you > head-aches in the future if you don?t. If we're supposed to remove /usr/share/mk/src.opts.mk until futher notice, why is it being reinstalled by make installworld? make installworld sure did this at r265705 yesterday. Maybe I'm missing something. > Sorry for the bumps? The beumps? ;-) -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-current@FreeBSD.ORG Fri May 9 06:54:26 2014 Return-Path: <owner-freebsd-current@FreeBSD.ORG> Delivered-To: current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3B75048A; Fri, 9 May 2014 06:54:26 +0000 (UTC) Date: Fri, 9 May 2014 06:54:26 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Yonghyeon PYUN <pyunyh@gmail.com> Subject: Re: ale(4) cannot negotiate as GigE Message-ID: <20140509065426.GA12786@FreeBSD.org> References: <20130304070632.GC1445@michelle.cdnetworks.com> <20130304081858.GA23857@FreeBSD.org> <20130305054920.GD1472@michelle.cdnetworks.com> <20130305065910.GA97021@FreeBSD.org> <20130305074315.GE1472@michelle.cdnetworks.com> <20130305080620.GA10559@FreeBSD.org> <20130305085703.GF1472@michelle.cdnetworks.com> <20130305091411.GA26471@FreeBSD.org> <20140508172332.GA98477@FreeBSD.org> <20140509053816.GA1371@michelle.cdnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140509053816.GA1371@michelle.cdnetworks.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 09 May 2014 06:54:26 -0000 On Fri, May 09, 2014 at 02:38:16PM +0900, Yonghyeon PYUN wrote: > On Thu, May 08, 2014 at 05:23:32PM +0000, Alexey Dokuchaev wrote: > > I just had a chance to plug the Ethernet cable directly into my laptop's > > bge(4) port, and it immediately negotiated at 1000baseT; but with the switch, > > it can only feel fine with 10baseT/UTP (after some 1000baseT-no carrier flip > > flopping). So it looks like it fails to talk to the switch. Given that this > > switch of mine in a simple (dumb) piece of equipment, any ideas how to help > > ale(4) to negotiate with it at full speed? > > Because there is no publicly available data sheet for Atheros F1 > PHY I'm not sure what could be done in this case. The only thing > I can think of at this moment is announcement of next page in auto > negotiation. [...] > Try attached patch and let me know whether this makes any > difference for you. You may have to cold boot the box because > stock driver used to clear next page bit in auto-negotiation. Thanks for the patch, but it does not make any noticeable difference. I'll try to boot some Ubuntu livecd to see if it works there; eventually I might have to simply go out and buy some PCI-E gigE card. :( ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1405090804280.27459>