Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2014 19:37:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194559] devel/mico: resurrect
Message-ID:  <bug-194559-13-90MAPf0jFI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194559-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194559-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=194559

--- Comment #4 from Pedro F. Giffuni <pfg@FreeBSD.org> ---
(In reply to Thierry Thomas from comment #3)
> Created attachment 148875 [details]
> Fix plist and EXAMPLES option.
> 
> I already did some clean-up (see the attached patch) to fix plist and the
> DOCS / EXAMPLES options.
>

Thank you. I am addressing the rest of marino's issues.

> But there is also a staging error:
> 
> Error: Bad symlink 'lib/libmico2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicoaux2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicoccm2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicocoss2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicoir2.3.13.so.1' pointing inside the stage
> directory

Interesting. this is because the port is shooting itself in the foot:
...
post-install:
    for i in `${GREP} '^lib/lib.*so$$' ${TMPPLIST}`; do \
        ${LN} -fs ${STAGEDIR}${PREFIX}/$$i ${STAGEDIR}${PREFIX}/$$i.1; \
    done; \
___

I will try to rename them to something more sensible like:
lib/libmicoir.so.2.3.13

-- 
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-194559-13-90MAPf0jFI>