FS#66767 - [gtest] .in files

Attached to Project: Community Packages
Opened by Hussam Al-Tayeb (hussam) - Sunday, 24 May 2020, 18:50 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 02 May 2023, 06:51 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Should this not be?
install -Dm 755 scripts/gtest-config.in -t "${pkgdir}/usr/bin/gtest-config"
install -Dm 755 scripts/gmock-config.in -t "${pkgdir}/usr/bin/gmock-config"
This task depends upon

This task blocks these from closing
 FS#71923 - gtest: /usr/bin/gtest-config.in 
Closed by  Toolybird (Toolybird)
Tuesday, 02 May 2023, 06:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  gtest 1.12.0-1
Comment by Hussam Al-Tayeb (hussam) - Sunday, 24 May 2020, 18:51 GMT
Hmm. that is wrong too:
/usr/bin/gtest-config.in --version
/usr/bin/gtest-config.in: line 212: cd: @top_srcdir@: No such file or directory
@PACKAGE_VERSION@
Comment by Hussam Al-Tayeb (hussam) - Monday, 25 May 2020, 18:28 GMT
  • Field changed: Percent Complete (100% → 0%)
Thank you. How is it not a bug? traditionally .in files are initial files that are compiled by the build system into configured files. For example, libAAA.pc.in gets compiled to libAAA.pc with variables inserted correctly.

Loading...