FS#31271 - [net-tools] fails to compile

Attached to Project: Arch Linux
Opened by Garry Roseman (sitquietly) - Friday, 24 August 2012, 16:46 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 18 November 2012, 01:45 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: net-tools-1.60.20120804git-2 failed to compile on an up-to-date Archlinux system


Additional info: compilation fails with fatal error: linux/if_tr.h: No such file or directory
* package version(s)
* config and/or log files etc.


Steps to reproduce:

Fix: add sed line (see discussion atblfs-support@linuxfromscratch.org/msg15042.html"> http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg15042.html)

build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i -e '/Token/s/y$/n/' config.in
patch -Np0 -i ${srcdir}/Makefile.patch
yes "" | make
}

This task depends upon

Closed by  Eric Belanger (Snowman)
Sunday, 18 November 2012, 01:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  in svn trunk

Loading...