Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140865646
D3352.id54425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3352.id54425.diff
View Options
Index: head/Mk/Scripts/qa.sh
===================================================================
--- head/Mk/Scripts/qa.sh
+++ head/Mk/Scripts/qa.sh
@@ -99,19 +99,19 @@
[ "${PKGBASE}" = "pkg" -o "${PKGBASE}" = "pkg-devel" ] && return
while read f; do
case ${f} in
- /usr/lib/libarchive*)
- err "Bad linking on ${f} please add USES=libarchive"
+ *NEEDED*\[libarchive.so.[56]])
+ err "Bad linking on ${f##* } please add USES=libarchive"
rc=1
;;
- /lib/libedit*)
- err "Bad linking on ${f} please add USES=libedit"
+ *NEEDED*\[libedit.so.7])
+ err "Bad linking on ${f##* } please add USES=libedit"
rc=1
;;
esac
done <<-EOF
$(find ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/sbin \
${STAGEDIR}${PREFIX}/lib ${STAGEDIR}${PREFIX}/libexec \
- -type f -exec ldd -a {} + 2>/dev/null)
+ -type f -exec readelf -d {} + 2>/dev/null)
EOF
return ${rc}
}
@@ -293,7 +293,7 @@
fi
}
-checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar" # baselibs"
+checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar baselibs"
ret=0
cd ${STAGEDIR}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 12:44 AM (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27371553
Default Alt Text
D3352.id54425.diff (1 KB)
Attached To
Mode
D3352: Re-introduce baselibs qa check
Attached
Detach File
Event Timeline
Log In to Comment