Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#33440 - [tcl] Wrong paths in *Config.sh
Attached to Project:
Arch Linux
Opened by Piotr Rogoża (dracorp) - Friday, 18 January 2013, 17:52 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 30 January 2013, 17:44 GMT
Opened by Piotr Rogoża (dracorp) - Friday, 18 January 2013, 17:52 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 30 January 2013, 17:44 GMT
|
DetailsDescription:
In PKGBUILD conversion 'buildroot traces' is incorrect. Additional info: * package version(s): tcl-8.6.0-3 Steps to reproduce: --- PKGBUILD 2013-01-18 06:05:36.000000000 +0100 +++ PKGBUILD.new 2013-01-18 19:46:47.657026078 +0100 @@ -40,5 +40,11 @@ install -Dm644 ../license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE # remove buildroot traces - sed -i "s#${srcdir}#/usr/src#" ${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh + #sed -i "s#${srcdir}#/usr/include#" ${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh + sed -i "s#$srcdir/$pkgname$pkgver/unix/pkgs#/usr/lib#" $pkgdir/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh + sed -i "s#$srcdir/$pkgname$pkgver/unix#/usr/lib#" $pkgdir/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh + sed -i "s#$srcdir/$pkgname$pkgver/pkgs#/usr/lib#" $pkgdir/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh + sed -i "s#$srcdir/$pkgname$pkgver#/usr/include#" $pkgdir/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh + sed -i "s#/generic\>##" $pkgdir/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh + sed -i "s#/library\>##" $pkgdir/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh } I'm not 100% sure about the last two lines. |
This task depends upon
Closed by Eric Belanger (Snowman)
Wednesday, 30 January 2013, 17:44 GMT
Reason for closing: Not a bug
Additional comments about closing: FS#33441
Wednesday, 30 January 2013, 17:44 GMT
Reason for closing: Not a bug
Additional comments about closing: