X2Go Bug report logs - #443
x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)

version graph

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

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

Date: Sun, 2 Mar 2014 19:40:01 UTC

Severity: normal

Found in version 4.0.2.0

Done: Mihai Moldovan <ionic@ionic.de>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#443; Package x2goclient. (Sun, 02 Mar 2014 19:40:01 GMT) (full text, mbox, link).


Acknowledgement sent to Michael DePaulo <mikedep333@gmail.com>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Sun, 02 Mar 2014 19:40:01 GMT) (full text, mbox, link).


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

From: Michael DePaulo <mikedep333@gmail.com>
To: submit@bugs.x2go.org
Subject: x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
Date: Sun, 2 Mar 2014 14:39:10 -0500
[Message part 1 (text/plain, inline)]
Package: x2goclient
Version: 4.0.2.0

Observed on Commit 5d7d9966198d64ce7846c4f65706f9e9e178e8d7
(Fri, 28 Feb 2014 13:02:50 +0000 (14:02 +0100))

X2Go Client 4.0.2.0 HEAD failed to build from source.

I am using the standard setup which has worked for 4.0.1.3:
mingw32 4.4
QT 4.8.5
X2Go-WinBuilder VM (WIn7 64-bit SP1)

See attached logs. They are what happens when I run the last 2
commands mentioned in this list:
$ cd x2goclient
$ PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\
$ config_win.bat
$ mingw32-make
From this page:
http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient

Note that there are errors in both config_win.bat's output, and in
mingw32-make's output. And they seem to be related to resources.rcc
not finding files.
[config_win.bat.txt (text/plain, attachment)]
[mingw32-make.bat.txt (text/plain, attachment)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#443; Package x2goclient. (Sun, 02 Mar 2014 21:50:01 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Sun, 02 Mar 2014 21:50:02 GMT) (full text, mbox, link).


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

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Michael DePaulo <mikedep333@gmail.com>, 443@bugs.x2go.org
Cc: o.schneyder@phoca-gmbh.de
Subject: Re: [X2Go-Dev] Bug#443: x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
Date: Sun, 02 Mar 2014 21:47:02 +0000
[Message part 1 (text/plain, inline)]
Hi Michael, hi Alex

On  So 02 Mär 2014 20:39:10 CET, Michael DePaulo wrote:

> Observed on Commit 5d7d9966198d64ce7846c4f65706f9e9e178e8d7
> (Fri, 28 Feb 2014 13:02:50 +0000 (14:02 +0100))
>
> X2Go Client 4.0.2.0 HEAD failed to build from source.
>
> I am using the standard setup which has worked for 4.0.1.3:
> mingw32 4.4
> QT 4.8.5
> X2Go-WinBuilder VM (WIn7 64-bit SP1)
>
> See attached logs. They are what happens when I run the last 2
> commands mentioned in this list:
> $ cd x2goclient
> $ PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\
> $ config_win.bat
> $ mingw32-make
> From this page:
> http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
>
> Note that there are errors in both config_win.bat's output, and in
> mingw32-make's output. And they seem to be related to resources.rcc
> not finding files.

The reason for the FTBFS is a series of commits from Alex adding some  
methods for retrieving more detailled information on the current X2Go  
Client build during runtime. Basically, that is a nice-to-have feature  
esp. during development cycles.

The not so good aspect is, that currently all automatic (and the  
win32) builds fail (for Linux builds see http://jenkins.x2go.org).

@Alex:

The problem is the git executable. Basically, we have to assume that  
(a) the .git folder is not present (e.g. in the tarball releases) and  
(b) the git command is not available in the build environment.

So my suggestion would be:

  o create the txt/git script before the build (I can add that to
    our buildscripts on code.x2go.org)
  o copy the changelog file via debian/rules (for the .deb package)
    and via x2goclient.spec (for the .rpm packages)
  o only make the --git cmdline switch available if ./txt/git exists
  o (and maybe rather rename --git to --git-info)
  o only make the --changelog cmdline switch available if
    ./txt/changelog exists

So basically, please split the work up into

  X2Go Client code: (todo Alex)

    o offer --git(-info) and/or --changelog if the corresponding
      ./txt/* files exists during runtime

  debian/rules | x2goclient.spec (todo Mike#1):

    o create ./txt/changelog

  x2go-build-deb-package | x2go-build-rpm-package (todo Mike#1):

    o create the git information in ./txt/git-info

  winbuider.bat (todo Mike#2)

    o create the git information in ./txt/git-info

Package maintainers of distros should (be able to) omit the creation  
of ./txt/changelog | ./txt/git-info. The upstream version and the  
package release should bear all info that is needed.

Thanks+Greets,
Mike

-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#443; Package x2goclient. (Sun, 02 Mar 2014 21:55:01 GMT) (full text, mbox, link).


Acknowledgement sent to Michael DePaulo <mikedep333@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Sun, 02 Mar 2014 21:55:01 GMT) (full text, mbox, link).


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

From: Michael DePaulo <mikedep333@gmail.com>
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Cc: 443@bugs.x2go.org, o.schneyder@phoca-gmbh.de
Subject: Re: [X2Go-Dev] Bug#443: x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
Date: Sun, 2 Mar 2014 16:51:47 -0500
Great, I'll do add it to either the windows bash script or the windows
.bat script (My current design is that a bash script calls a .bat
script to do the actual building, similar to how a bash script calls
pbuilder to do the actual building for debian & ubuntu.)

On Sun, Mar 2, 2014 at 4:47 PM, Mike Gabriel
<mike.gabriel@das-netzwerkteam.de> wrote:
> Hi Michael, hi Alex
>
>
> On  So 02 Mär 2014 20:39:10 CET, Michael DePaulo wrote:
>
>> Observed on Commit 5d7d9966198d64ce7846c4f65706f9e9e178e8d7
>> (Fri, 28 Feb 2014 13:02:50 +0000 (14:02 +0100))
>>
>> X2Go Client 4.0.2.0 HEAD failed to build from source.
>>
>> I am using the standard setup which has worked for 4.0.1.3:
>> mingw32 4.4
>> QT 4.8.5
>> X2Go-WinBuilder VM (WIn7 64-bit SP1)
>>
>> See attached logs. They are what happens when I run the last 2
>> commands mentioned in this list:
>> $ cd x2goclient
>> $ PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\
>> $ config_win.bat
>> $ mingw32-make
>> From this page:
>>
>> http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
>>
>> Note that there are errors in both config_win.bat's output, and in
>> mingw32-make's output. And they seem to be related to resources.rcc
>> not finding files.
>
>
> The reason for the FTBFS is a series of commits from Alex adding some
> methods for retrieving more detailled information on the current X2Go Client
> build during runtime. Basically, that is a nice-to-have feature esp. during
> development cycles.
>
> The not so good aspect is, that currently all automatic (and the win32)
> builds fail (for Linux builds see http://jenkins.x2go.org).
>
> @Alex:
>
> The problem is the git executable. Basically, we have to assume that (a) the
> .git folder is not present (e.g. in the tarball releases) and (b) the git
> command is not available in the build environment.
>
> So my suggestion would be:
>
>   o create the txt/git script before the build (I can add that to
>     our buildscripts on code.x2go.org)
>   o copy the changelog file via debian/rules (for the .deb package)
>     and via x2goclient.spec (for the .rpm packages)
>   o only make the --git cmdline switch available if ./txt/git exists
>   o (and maybe rather rename --git to --git-info)
>   o only make the --changelog cmdline switch available if
>     ./txt/changelog exists
>
> So basically, please split the work up into
>
>   X2Go Client code: (todo Alex)
>
>     o offer --git(-info) and/or --changelog if the corresponding
>       ./txt/* files exists during runtime
>
>   debian/rules | x2goclient.spec (todo Mike#1):
>
>     o create ./txt/changelog
>
>   x2go-build-deb-package | x2go-build-rpm-package (todo Mike#1):
>
>     o create the git information in ./txt/git-info
>
>   winbuider.bat (todo Mike#2)
>
>     o create the git information in ./txt/git-info
>
> Package maintainers of distros should (be able to) omit the creation of
> ./txt/changelog | ./txt/git-info. The upstream version and the package
> release should bear all info that is needed.
>
> Thanks+Greets,
> Mike
>
> --
>
> DAS-NETZWERKTEAM
> mike gabriel, herweg 7, 24357 fleckeby
> fon: +49 (1520) 1976 148
>
> GnuPG Key ID 0x25771B31
> mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
>
> freeBusy:
> https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#443; Package x2goclient. (Mon, 03 Mar 2014 11:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Mon, 03 Mar 2014 11:15:02 GMT) (full text, mbox, link).


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

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
Cc: 443@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#443: x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
Date: Mon, 03 Mar 2014 11:13:34 +0000
[Message part 1 (text/plain, inline)]
Hi Alex,

On  Mo 03 Mär 2014 11:22:15 CET, Oleksandr Shneyder wrote:

> I'll modify source code so, that build process will check if this files
> are present.

ok.

Mike
-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#443; Package x2goclient. (Mon, 13 Nov 2017 23:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mihai Moldovan <ionic@ionic.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 13 Nov 2017 23:45:03 GMT) (full text, mbox, link).


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

From: Mihai Moldovan <ionic@ionic.de>
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 443@bugs.x2go.org, x2go-dev@lists.x2go.org, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
Subject: Re: [X2Go-Dev] x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
Date: Tue, 14 Nov 2017 00:40:39 +0100
[Message part 1 (text/plain, inline)]
Control: close -1

On 03/03/2014 12:13 PM, Mike Gabriel wrote:
> On  Mo 03 Mär 2014 11:22:15 CET, Oleksandr Shneyder wrote:
> 
>> I'll modify source code so, that build process will check if this files
>> are present.
> 
> ok.

buildscripts should take care of this.

X2Go Client has the necessary parameters, as far as I can tell. Maybe
--[git-]changelog is still missing.


Closing.

If this is still a problem, reopen or drop me a message.



Mihai


[signature.asc (application/pgp-signature, attachment)]

Marked Bug as done Request was from Mihai Moldovan <ionic@ionic.de> to 443-submit@bugs.x2go.org. (Mon, 13 Nov 2017 23:45:03 GMT) (full text, mbox, link).


Notification sent to Michael DePaulo <mikedep333@gmail.com>:
Bug acknowledged by developer. (Mon, 13 Nov 2017 23:45:03 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.x2go.org> to internal_control@bugs.x2go.org. (Tue, 12 Dec 2017 06:24:02 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Sat Apr 20 08:38:47 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.