Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 06:29:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214766] sysutils/lcdproc: port requires patch to be MAKE_JOBS_SAFE [PATCH]
Message-ID:  <bug-214766-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214766

            Bug ID: 214766
           Summary: sysutils/lcdproc: port requires patch to be
                    MAKE_JOBS_SAFE [PATCH]
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: lstewart@FreeBSD.org
                CC: bsdfan@nurfuerspam.de
             Flags: maintainer-feedback?(bsdfan@nurfuerspam.de)
                CC: bsdfan@nurfuerspam.de
          Keywords: patch

Created attachment 177310
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177310&action=
=3Dedit
Adds required make dependency on libLCD.a to glcd.so target so that make can
correctly order parallel jobs

Building this port on a system with 28 CPUs that is loaded with other work
sometimes fails with:


--- glcd.so ---
cc -fPIC -Wall -O2 -pipe  -fstack-protector -fno-strict-aliasing
-Wno-unused-function -shared -fstack-protector -L/usr/lib  -o glcd.so glcd
-glcd_drv.o glcd-glcd-render.o libLCD.a  glcd-glcd-t6963.o t6963_low.o
glcd-glcd-glcd2usb.o glcd-glcd-picolcdgfx.o    -lusb -lkvm
cc: error: no such file or directory: 'libLCD.a'


Building the port in a continuous loop on the loaded system will typically =
fail
within 5mins. With the attached patch added to the port's "files" dir, the
build loop survived multiple hours without a failure.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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