[Bug 295367] devel/dlib: fix build Error: `*dp++` has no effect
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 May 2026 18:25:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295367
Bug ID: 295367
Summary: devel/dlib: fix build Error: `*dp++` has no effect
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: acm@FreeBSD.org
Reporter: milios@ccsys.com
Flags: maintainer-feedback?(acm@FreeBSD.org)
Assignee: acm@FreeBSD.org
Attachment #270828 maintainer-approval?
Flags:
Created attachment 270828
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270828&action=edit
pull one upstream commit
was getting this error:
===> Building for dlib-1.1.0_4
Starting Performing "release" build using /usr/local/bin/ldmd2 for x86_64.
Building dlib ~master: building configuration [library]
dlib/network/socket.d(1307,54): Error: `*dp++` has no effect
for (auto i = ai_res.ai_addrlen; i > 0; --i, *dp++, *sp++)
^
dlib/network/socket.d(1307,59): Deprecation: `i -= cast(uint)1 , *dp++ , *sp++`
has no effect
for (auto i = ai_res.ai_addrlen; i > 0; --i, *dp++, *sp++)
^
Error /usr/local/bin/ldmd2 failed with exit code 1.
*** Error code 2
Stop.
--
You are receiving this mail because:
You are the assignee for the bug.