Skip Menu |

This queue is for tickets about the X11-GUITest CPAN distribution.

Report information
The Basics
Id: 79751
Status: resolved
Priority: 0/
Queue: X11-GUITest

People
Owner: Nobody in particular
Requestors: berger [...] viada.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Build on OpenBSD AMD64 failed
Date: Wed, 19 Sep 2012 18:54:22 +0000
To: bug-X11-GUITest [...] rt.cpan.org
From: "Erik H. Berger" <berger [...] viada.de>
Hi, due to file system layout on OpenBSD (which does not use lib64 on AMD64 systems) the Makefile.PL does fail. OpenBSD AMD64 uses default lib directory. For that reason this quick fix does it: 41c41 < if ($un =~ /x86_64|amd64/i) { --- Show quoted text
> if ($un =~ /x86_64|amd64/i && $un !~ /OpenBSD/) {
Kind regards, Erik -- Erik H. Berger Senior Consultant Viada GmbH & Co. KG Rheinlanddamm 201 D-44139 Dortmund Phone: +49.231.28668.124 Mobile: +49.173.5954492 Fax: +49.231.28668.123 Email: berger@viada.de Web: www.viada.de Geschäftsführung: Michael Hadrys, Daniel Braunsdorf Amtsgericht Dortmund, Registernummer HRA 16088
Fixed in 0.27 Regards, PECastro