Re: Bug#1036882: RFS: jimtcl/0.82-1 -- small-footprint implementation of Tcl - shared library

2023-06-09 Thread Andrej Shadura
Hi,

On Fri, 9 Jun 2023, at 05:25, Bo YU wrote:
> Got it. I disabled/ignored the test with the $(testreport) it at this
> time. But I am wonder why it will not
> be reproduced on my local build with sbuild. Need I to change some
> modifies in ~/.sbuildrc?

No idea, I couldn’t fine any local configuration that would enable this on my 
machine. Anyway, that didn’t work, I had to patch out the tests.

> Another serious issue is it fails to build on i386:
> https://salsa.debian.org/debian/jimtcl/-/pipelines/535907
>
> I hope it can be uploaded to experimental this time and to see the
> issue if existed in others arch, this is to help upstream
> to debug the issue also I think.
>
> Could you help me to upload it in this situation?
>
> [0]: https://mentors.debian.net/package/jimtcl/
> [1]: https://salsa.debian.org/debian/jimtcl

Sure, I’d be happy to — but for now I uploaded it as it is. Let’s see how it 
goes.

-- 
Cheers,
  Andrej



Re: Bug#1036882: RFS: jimtcl/0.82-1 -- small-footprint implementation of Tcl - shared library

2023-06-08 Thread Bo YU
Hi,

On Fri, Jun 9, 2023 at 3:21 AM Andrej Shadura  wrote:
>
> Hi,
>
> On Thu, 8 Jun 2023, at 18:23, Bo YU wrote:
> >  jimtcl (0.82-1) experimental; urgency=medium
> >  .
> >* New upstream release.
> >* set --full default build options from upstream.(Closes: #1016657)
> >* update symbols file
> >* add libssl-dev,pkg-config on B-D
> >
> > ```
> > The repo is here: https://salsa.debian.org/debian/jimtcl
> >
> > I am not sure It is okay  to drop the dfsg because I do not see any
> > file licenses violation of Debian's dfsg.
> > please let me know if there is any issues.
> > Thanks again~
>
> Thanks!
>
> You need to disable network tests, as networking is not allowed at buildds:
>
> ssl-2.2 ERR https to google.com, read with cert verify
> /<>/tests/ssl.test:75:Error test failure
> Expected: rc={ok return} result={HTTP/1.0 200 OK*}
> Got : rc=error result={failed to verify the connection authenticity}
>
> ssl.test: Total 5   Passed 4  Skipped 0  Failed 1
> 
> FAILED: 1
> /<>/tests/ssl.test:75  ssl-2.2
>
Got it. I disabled/ignored the test with the $(testreport) it at this
time. But I am wonder why it will not
be reproduced on my local build with sbuild. Need I to change some
modifies in ~/.sbuildrc?

Another serious issue is it fails to build on i386:
https://salsa.debian.org/debian/jimtcl/-/pipelines/535907

I hope it can be uploaded to experimental this time and to see the
issue if existed in others arch, this is to help upstream
to debug the issue also I think.

Could you help me to upload it in this situation?

[0]: https://mentors.debian.net/package/jimtcl/
[1]: https://salsa.debian.org/debian/jimtcl
```

Changelog

 jimtcl (0.82-1) experimental; urgency=medium
 .
   * New upstream release.
   * set --full default build options from upstream.(Closes: #1016657)
   * update symbols file
   * add libssl-dev,pkg-config on B-D
   * disable network access test from ssl.test

```

Thanks!
>
> --
> Cheers,
>   Andrej



Re: Bug#1036882: RFS: jimtcl/0.82-1 -- small-footprint implementation of Tcl - shared library

2023-06-08 Thread Andrej Shadura
Hi,

On Thu, 8 Jun 2023, at 18:23, Bo YU wrote:
>  jimtcl (0.82-1) experimental; urgency=medium
>  .
>* New upstream release.
>* set --full default build options from upstream.(Closes: #1016657)
>* update symbols file
>* add libssl-dev,pkg-config on B-D
>
> ```
> The repo is here: https://salsa.debian.org/debian/jimtcl
>
> I am not sure It is okay  to drop the dfsg because I do not see any
> file licenses violation of Debian's dfsg.
> please let me know if there is any issues.
> Thanks again~

Thanks!

You need to disable network tests, as networking is not allowed at buildds:

ssl-2.2 ERR https to google.com, read with cert verify
/<>/tests/ssl.test:75:Error test failure
Expected: rc={ok return} result={HTTP/1.0 200 OK*}
Got : rc=error result={failed to verify the connection authenticity}

ssl.test: Total 5   Passed 4  Skipped 0  Failed 1

FAILED: 1
/<>/tests/ssl.test:75  ssl-2.2


-- 
Cheers,
  Andrej



Re: Bug#1036882: RFS: jimtcl/0.82-1 -- small-footprint implementation of Tcl - shared library

2023-06-08 Thread Bo YU
Hi!

On Thu, Jun 8, 2023 at 3:18 PM Andrej Shadura  wrote:
>
> Hi,
>
> On Sun, 28 May 2023, at 17:44, Bo YU wrote:
> > I am looking for a sponsor for my package "jimtcl":
> >
> >  * Package name : jimtcl
> >Version  : 0.82-1
> >Upstream contact : [fill in name and email of upstream]
> >  * URL  : http://jim.tcl.tk/
> >  * License  : BSD-2-clause, TCL
> >  * Vcs  : https://salsa.debian.org/debian/jimtcl
> >Section  : devel
>
> > Changes since the last upload:
> >
> >  jimtcl (0.82-1) experimental; urgency=medium
> >  .
> >* New upstream release.
> >* set --full default build options from upstream.(Closes: #1016657)
>
> I wanted to sponsor it, but noticed these changes are not in the Git 
> repository. It looks like you forgot to push?

Thanks for sponsoring it. yeah, I forget to push these changes to gitlab.

Given these change, I resend v2 to [mentor]
(https://mentors.debian.net/package/jimtcl/):
```

Changelog

 jimtcl (0.82-1) experimental; urgency=medium
 .
   * New upstream release.
   * set --full default build options from upstream.(Closes: #1016657)
   * update symbols file
   * add libssl-dev,pkg-config on B-D

```
The repo is here: https://salsa.debian.org/debian/jimtcl

I am not sure It is okay  to drop the dfsg because I do not see any
file licenses violation of Debian's dfsg.
please let me know if there is any issues.
Thanks again~

BR,
bo
>
> --
> Cheers,
>   Andrej



Re: Bug#1036882: RFS: jimtcl/0.82-1 -- small-footprint implementation of Tcl - shared library

2023-06-08 Thread Andrej Shadura
Hi,

On Sun, 28 May 2023, at 17:44, Bo YU wrote:
> I am looking for a sponsor for my package "jimtcl":
>
>  * Package name : jimtcl
>Version  : 0.82-1
>Upstream contact : [fill in name and email of upstream]
>  * URL  : http://jim.tcl.tk/
>  * License  : BSD-2-clause, TCL
>  * Vcs  : https://salsa.debian.org/debian/jimtcl
>Section  : devel

> Changes since the last upload:
>
>  jimtcl (0.82-1) experimental; urgency=medium
>  .
>* New upstream release.
>* set --full default build options from upstream.(Closes: #1016657)

I wanted to sponsor it, but noticed these changes are not in the Git 
repository. It looks like you forgot to push?

-- 
Cheers,
  Andrej



Bug#1036882: RFS: jimtcl/0.82-1 -- small-footprint implementation of Tcl - shared library

2023-05-28 Thread Bo YU
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "jimtcl":

 * Package name : jimtcl
   Version  : 0.82-1
   Upstream contact : [fill in name and email of upstream]
 * URL  : http://jim.tcl.tk/
 * License  : BSD-2-clause, TCL
 * Vcs  : https://salsa.debian.org/debian/jimtcl
   Section  : devel

The source builds the following binary packages:

  jimsh - small-footprint implementation of Tcl named Jim
  libjim-dev - small-footprint implementation of Tcl - development files
  libjim0.82 - small-footprint implementation of Tcl - shared library

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/jimtcl/

Alternatively, you can download the package with 'dget' using this command:

  dget -x https://mentors.debian.net/debian/pool/main/j/jimtcl/jimtcl_0.82-1.dsc

Changes since the last upload:

 jimtcl (0.82-1) experimental; urgency=medium
 .
   * New upstream release.
   * set --full default build options from upstream.(Closes: #1016657)

-- 
Regards,
--
  Bo YU



signature.asc
Description: PGP signature