X2Go Bug report logs - #715
Cannot create X2Go Session Database on EPEL 5

version graph

Package: x2goserver; Maintainer for x2goserver is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goserver is src:x2goserver.

Reported by: Michael DePaulo <mikedep333@gmail.com>

Date: Sat, 3 Jan 2015 17:20:02 UTC

Severity: grave

Tags: pending

Found in version 4.0.1.18

Fixed in version 4.0.1.19

Done: X2Go Release Manager <git-admin@x2go.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 715@bugs.x2go.org (full text, mbox, reply):

Received: (at 715) by bugs.x2go.org; 5 Jan 2015 04:12:07 +0000
From mikedep333@gmail.com  Mon Jan  5 05:12:05 2015
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,
	T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 77B865DB48
	for <715@bugs.x2go.org>; Mon,  5 Jan 2015 05:12:05 +0100 (CET)
Received: by mail-we0-f177.google.com with SMTP id q59so7075440wes.8
        for <715@bugs.x2go.org>; Sun, 04 Jan 2015 20:12:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=Pq7E1UWzPGQ+80JdiQe9gbkvYY780ULLTv7blYBmhy8=;
        b=kGizseSz7YNh5/GYjFNpY9Hs5xHmlW5mhnQLq0ZiVLD09iJjfafrfnBUA/be+723V+
         cqHVFVZvNO8ywb12NEwKG82yGYBrOqZAgc/NvxGNUmzazEx7wIEzVPXpDTNVYAaW9a9U
         YGGA36SfSNsaMJSlQC5huPLoXvY46CFPVb/mbyqWIb1yFo9OT7wx8cGfZEoSU+7u20bb
         YEehOPKtBUjrCXZRy4CehV5jxEHjFiJaw3tfKaNWRW4Wdb76ZIfzUiICUOtpO2x9SzYH
         fjECqHiof2gUiXhX2ld0V88p7PPCF5MKaAFxGtA32n6hbhmROJLVLmNdIjN/KpfsTPPW
         b5gA==
MIME-Version: 1.0
X-Received: by 10.180.21.178 with SMTP id w18mr21119138wie.78.1420431124617;
 Sun, 04 Jan 2015 20:12:04 -0800 (PST)
Received: by 10.180.90.116 with HTTP; Sun, 4 Jan 2015 20:12:04 -0800 (PST)
Date: Sun, 4 Jan 2015 23:12:04 -0500
Message-ID: <CAMKht8iVc1bCg3BJ1Qg=CDtE+kSKYBeUFwT6JBS7Ou9m5PS2gw@mail.gmail.com>
Subject: Proposed patch
From: Michael DePaulo <mikedep333@gmail.com>
To: 715@bugs.x2go.org
Content-Type: multipart/mixed; boundary=047d7bb70a7c9cf3d6050bdfe4a0
[Message part 1 (text/plain, inline)]
Tags: patch

I would like someone who knows Perl better, such as theUser2, to
review this patch.

Although this is a very small patch, theUser2 advised me to be careful
when creating full paths.

I tested it successfully under CentOS 5 and CentOS 6.

I intended to use "make_path" instead of "mkpath" if File::Path 2.06
or later was detected. However, I could not figure out how to write a
statement like "use File::Path( make_path)" if File::Path->VERSION is
2.06 or later. Specifically, it appears that "use" statements are
executed at compile time in Perl, so they cannot be used within an if
block. And I cannot just specify "use File::Path" for all versions of
File::Path because "make_path" is not exported by default.

EPEL 5:
http://perldoc.perl.org/5.8.8/File/Path.html

EPEL 6:
http://perldoc.perl.org/5.10.1/File/Path.html

Latest:
http://perldoc.perl.org/File/Path.html
[perl-File-Path-epel5-compat-v3.patch (application/octet-stream, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Apr 18 08:45:45 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.