Re: Problem packaging gnujump for practice

2015-06-22 Thread Theodotos Andreou
On 22/06/2015 05:45 μμ, Paul Wise wrote: On Mon, Jun 22, 2015 at 10:31 PM, Theodotos Andreou wrote: It was hardcoded in the ~/.gnujump/ config. After I removed the config dir, the error went away That sounds like quite bad design, the binary shouldn't default copy values from the binary into

Re: Problem packaging gnujump for practice

2015-06-22 Thread Theodotos Andreou
On 22/06/2015 01:26 μμ, Andrey Rahmatullin wrote: On Mon, Jun 22, 2015 at 01:04:47PM +0300, Theodotos Andreou wrote: Why does the binary references /usr/local Mayeb because it's hardcoded in the source. You'll need to find out +how is this path formed in the source and then think how can that

Re: Problem packaging gnujump for practice

2015-06-22 Thread Paul Wise
On Mon, Jun 22, 2015 at 10:31 PM, Theodotos Andreou wrote: It was hardcoded in the ~/.gnujump/ config. After I removed the config dir, the error went away That sounds like quite bad design, the binary shouldn't default copy values from the binary into ~/.gnujump/ because they could be wrong if

Re: Problem packaging gnujump for practice

2015-06-22 Thread Paul Wise
On Mon, Jun 22, 2015 at 11:07 PM, Theodotos Andreou wrote: Do you think we should file a bug? Filing a bug upstream sounds good to me, please mention the issue you faced as a result of the design. -- bye, pabs https://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to

Re: Problem packaging gnujump for practice

2015-06-22 Thread Theodotos Andreou
On 22/06/2015 06:13 μμ, Paul Wise wrote: On Mon, Jun 22, 2015 at 11:07 PM, Theodotos Andreou wrote: Do you think we should file a bug? Filing a bug upstream sounds good to me, please mention the issue you faced as a result of the design. Filed. Let's see...

Re: Problem packaging gnujump for practice

2015-06-22 Thread Andrey Rahmatullin
On Mon, Jun 22, 2015 at 01:04:47PM +0300, Theodotos Andreou wrote: Why does the binary references /usr/local Mayeb because it's hardcoded in the source. You'll need to find out +how is this path formed in the source and then think how can that be fixed. -- WBR, wRAR signature.asc

Problem packaging gnujump for practice

2015-06-22 Thread Theodotos Andreou
Dear mentors, I am experimenting with debian packaging and I was following Lucas practical session 2 about packaging gnujump from upstream. The package is packed as a single package. (No gnujump-data). The package has been built successfully but when I run the program I get: $ gnujump

Re: Problem packaging gnujump for practice

2015-06-22 Thread Paul Wise
On Tue, Jun 23, 2015 at 1:44 AM, Theodotos Andreou wrote: Filed. Let's see... https://savannah.gnu.org/bugs/index.php?45375 A correction, the user config file was not generated during the compile, it was generated when you ran gnujump for the first time. -- bye, pabs

Re: Problem packaging gnujump for practice

2015-06-22 Thread Theodotos Andreou
On 23/06/2015 06:09 πμ, Paul Wise wrote: On Tue, Jun 23, 2015 at 1:44 AM, Theodotos Andreou wrote: Filed. Let's see... https://savannah.gnu.org/bugs/index.php?45375 A correction, the user config file was not generated during the compile, it was generated when you ran gnujump for the first

Re: Problem packaging gnujump for practice

2015-06-22 Thread Theodotos Andreou
On 22/06/2015 05:24 μμ, Jakub Wilk wrote: * Theodotos Andreou t...@ubuntucy.org, 2015-06-22, 13:04: $ gnujump Loading theme: /usr/local/share/gnujump/skins/default/config.theme ERROR: Can open theme file (/usr/local/share/gnujump/skins/default/config.theme). Please upload your source package

Re: Problem packaging gnujump for practice

2015-06-22 Thread Theodotos Andreou
On 22/06/2015 01:26 μμ, Andrey Rahmatullin wrote: On Mon, Jun 22, 2015 at 01:04:47PM +0300, Theodotos Andreou wrote: Why does the binary references /usr/local Mayeb because it's hardcoded in the source. You'll need to find out +how is this path formed in the source and then think how can that

Re: Problem packaging gnujump for practice

2015-06-22 Thread Jakub Wilk
* Theodotos Andreou t...@ubuntucy.org, 2015-06-22, 13:04: $ gnujump Loading theme: /usr/local/share/gnujump/skins/default/config.theme ERROR: Can open theme file (/usr/local/share/gnujump/skins/default/config.theme). Please upload your source package somewhere, so that we can have a look at