[Bug 235275] Multiply bundled GH_TUPLE repositories result in broken links
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 28 08:34:14 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235275
Bug ID: 235275
Summary: Multiply bundled GH_TUPLE repositories result in
broken links
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: yuri at freebsd.org
CC: ports-bugs at FreeBSD.org
Created attachment 201474
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201474&action=edit
Makefile
The port with the attached Makefile creates broken links for multiply defined
GH_TUPLE elements.
How to reproduce:
1. Save the attached Makefile as /usr/ports/devel/om/Makefile
2. cd /usr/ports/devel/om
3. Run: make makesum extract
4. Observe how all 'common' links except for one are broken:
> $ ls -l ./work/OpenModelica-1.14.0-dev/OMEdit/common
> lrwxr-xr-x 1 yuri users 41 Jan 28 00:28 ./work/OpenModelica-1.14.0-dev/OMEdit/common -> OpenModelica-1.14.0-dev/OMCompiler/common
> $ ls -l ./work/OpenModelica-1.14.0-dev/OMEdit/common/
> ls: ./work/OpenModelica-1.14.0-dev/OMEdit/common/: No such file or directory
> $ ls -l OpenModelica-1.14.0-dev/OMCompiler/common/
> ls: OpenModelica-1.14.0-dev/OMCompiler/common/: No such file or directory
Only the first instance of 'common' is usable:
./work/OpenModelica-1.14.0-dev/OMCompiler/common
All subsequent links that are supposed to link to it are broken.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list