Bug#1059706: epics-base.pc is still broken

Kentaro HAYASHI kenhys at xdump.org
Sat May 4 08:48:21 BST 2024


Hi,

On Wed, 10 Apr 2024 16:31:03 +0300 Andrius Merkys <merkys at debian.org>
wrote:
> control: reopen -1
> control: found -1 7.0.8+dfsg1-1
> 
> Hello,
> 
> As epics-base.pc still contains incorrect paths, I am reopening this
> bug.

Maybe FINAL_LOCATION=/usr must be specified in debian/rules.

  override_dh_auto_build:
	$(MAKE) LINKER_USE_RPATH=NO FINAL_LOCATION=/usr

Then, embedded path in .pc should be also fixed.

* modules/database/src/tools/epics-base.pc@
* modules/database/src/tools/epics-base-arch.pc@

It's because it does not match to /usr/include/epics/os/Linux or
/usr/include/epics/compiler/Linux.

  includedir_osi=${prefix}/include
  includedir_osd=${prefix}/include/os/@OS_CLASS@
  includedir_comp=${prefix}/include/compiler/@CMPLR_CLASS@

Regards,



More information about the debian-science-maintainers mailing list