Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2014 19:46:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192486] [new port] cad/cura-engine (ENGINE of Slicing solution for RepRap 3D Printers)
Message-ID:  <bug-192486-13-kaBbabqOfa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192486-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192486-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #9 from John Marino <marino@FreeBSD.org> ---
(In reply to cederom from comment #8)
> Uhm, I can see no symbols in the binary anyway. The build type by default is
> a RELEASE. Do we have false positive? What do I miss? :-)

dunno, I guess it tests a different way (e.g. not specifying -g is not the same
as stripping).

Anyway, can you post the "install" target of the makefile ?

Or better yet, just don't use the vendor makefile and put in your makefile,
e.g.


do-install:
  ${INSTALL_PROGRAM} ${WRKSRC}/build/CuraEngine ${STAGEDIR}${PREFIX}/bin


By the way, that's a lot better than what's going on now: "/bin/cp
/mnt/stuff1200ufs/usr/ports/cad/cura-engine/work/Ultimaker-CuraEngine-4c1043f/build/CuraEngine
/mnt/stuff1200ufs/usr/ports/cad/cura-engine/work/stage//usr/local/bin/"

it's not even using "install" program, just /bin/cp which is very frowned upon.

-- 
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-192486-13-kaBbabqOfa>