[Bug 277032] deskutils/showdown: fails to build -- missing members of LIB_DEPENDS
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277032] deskutils/showdown: fails to build -- missing members of LIB_DEPENDS"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277032] deskutils/showdown: fails to build -- missing members of LIB_DEPENDS"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277032] deskutils/showdown: fails to build -- missing members of LIB_DEPENDS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 18:21:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277032
Bug ID: 277032
Summary: deskutils/showdown: fails to build -- missing members
of LIB_DEPENDS
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: easy
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: dmgk@freebsd.org
Reporter: portmaster@bsdforge.com
Assignee: dmgk@freebsd.org
Flags: maintainer-feedback?(dmgk@freebsd.org)
Created attachment 248441
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248441&action=edit
patch adding midding LIB_DEPENDS
deskutils/showdown currently fails to build with:
===> Generating temporary packing list
gmake[2]: Entering directory '/usr/ports/deskutils/showdown/work/showdown-0.6'
install -d -m755 '/usr/ports/deskutils/showdown/work/stage/usr/local/bin'
'/usr/ports/deskutils/showdown/work/stage/usr/local/share/icons/hicolor/scalable/apps'
install -m755 showdown
'/usr/ports/deskutils/showdown/work/stage/usr/local/bin/showdown'
install -m644 res/showdown.svg
'/usr/ports/deskutils/showdown/work/stage/usr/local/share/icons/hicolor/scalable/apps/showdown.svg'
desktop-file-install
--dir='/usr/ports/deskutils/showdown/work/stage/usr/local/share/applications' \
--set-key=Exec --set-value='/usr/local/bin/showdown %U' \
--set-icon='showdown' share/io.gitlab.craigbarnes.Showdown.desktop
gmake[2]: Leaving directory '/usr/ports/deskutils/showdown/work/showdown-0.6'
install -m 0644 /usr/ports/deskutils/showdown/work/showdown-0.6/README.md
/usr/ports/deskutils/showdown/work/stage/usr/local/share/doc/showdown
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/showdown is linked to
/usr/local/lib/libharfbuzz-gobject.so.0 from print/harfbuzz but it is not
declared as a dependency
Warning: you need LIB_DEPENDS+=libharfbuzz-gobject.so:print/harfbuzz
Error: /usr/local/bin/showdown is linked to /usr/local/lib/libharfbuzz.so.0
from print/harfbuzz but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz
Error: /usr/local/bin/showdown is linked to /usr/local/lib/libmarkdown.so.2
from textproc/discount but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libmarkdown.so:textproc/discount
The attached patch fixes this. Tested on 15-current.
--Chris
--
You are receiving this mail because:
You are the assignee for the bug.