pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: qcad can't read/import DXF files.



On Thu, 7 Nov 2019, John D. Baker wrote:

> The process is racy and there's no guarantee which will be built last,
> debug or release mode.  I got lucky a couple of times and release mode
> was built last.

Just to see what happens, I'm building again from scratch with MAKE_JOBS=1.

In my earlier log file, ISTR that "libdxflib.so" is built rather early
in the process, the other bits that make up "libqcaddxf.so" are built
later, and the shared library is not linked until later still.  So, it
would be interesting to see if the single-job build follows that library
from start to finish in one mode before switching to the other mode.
If so, the resulting release and debug-mode libraries would be built
correctly.

It would be a real shame if the simplest fix is to set qcad
MAKE_JOBS_SAFE=no.

It takes long enough to build on a fast machine with many cpus and lots
of RAM running MAKE_JOBS=$(($(sysctl -n hw.ncpu) + 1)) and WRKOBJDIR in
tmpfs.

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]consolidated[flyspeck]net  OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645


Home | Main Index | Thread Index | Old Index