On Thu, 2009-05-14 at 10:34 +0200, Petr Salinger wrote: > Package: petsc > Severity: important > Version: 3.0.0.dfsg-2 > Tags: patch > User: [email protected] > Usertags: kfreebsd > > Hi, > > the current version fails to build on GNU/kFreeBSD. > > The problem is overriden PETSC_ARCH. > It is overriden during make, but not during configure. > It is not problem on Linux architectures, > but on all other (kfreebsd, hurd) it is a problem. > Please do the override also during configure part, > as shown bellow.
Thanks Petr. Had not thought to add this to configure. Will also need to be consistent in petscarch and petsc.m4... > The override can be either linux-gnu on all architectures, > or DEB_HOST_GNU_SYSTEM variable from dpkg-architecture output. Maybe. linux-gnu-c-[opt|debug] works, but upstreams claim that anything should work is wrong. (Tried something else which didn't work.) I like the dpkg-architecture idea and will give it a try, with -c-[opt|debug]. Can I point you to a source package to test before I upload? -Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/
signature.asc
Description: This is a digitally signed message part

