Re: Is there a lsbpkgchk tarball somewhere?

2008-01-25 Thread Jeff Johnson


On Jan 25, 2008, at 4:24 AM, R P Herrold wrote:


On Thu, 24 Jan 2008, Jeff Johnson wrote:


... you do remember that there's something seriously
broken with variable-length fields?  I just have had
zero cycles to put this right.



-ENOCONTEXT. What is a "variable length field"?


possibly this one?
http://bugs.linuxbase.org/show_bug.cgi?id=1875



Bug #11875 is addressed by adding --lsb. I will verify as soon as I  
get lsbpkgchk

fixed up this weekend.

I still don't know what "variable length fields" are.

73 de Jeff

__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org


Re: Is there a lsbpkgchk tarball somewhere?

2008-01-25 Thread R P Herrold

On Thu, 24 Jan 2008, Jeff Johnson wrote:


... you do remember that there's something seriously
broken with variable-length fields?  I just have had
zero cycles to put this right.



-ENOCONTEXT. What is a "variable length field"?


possibly this one?
http://bugs.linuxbase.org/show_bug.cgi?id=1875

-- Russ herrold
__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org


Re: Is there a lsbpkgchk tarball somewhere?

2008-01-24 Thread Jeff Johnson


On Jan 24, 2008, at 6:14 PM, Wichmann, Mats D wrote:



... you do remember that there's something seriously
broken with variable-length fields?  I just have had
zero cycles to put this right.



-ENOCONTEXT. What is a "variable length field"?


part of the problem resides in data in the lsb spec
database, which is used to generate some of the
material in pkgchk.



I'm looking to fix the confusion with tagno's as well as the
header+payload md5 digest that I'm seeing.

Make a list, I'll be happy to look at any other lsbpkgchk problem too.


73 de Jeff
__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org


RE: Is there a lsbpkgchk tarball somewhere?

2008-01-24 Thread Wichmann, Mats D

... you do remember that there's something seriously
broken with variable-length fields?  I just have had
zero cycles to put this right.

part of the problem resides in data in the lsb spec
database, which is used to generate some of the
material in pkgchk.

__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org


Re: Is there a lsbpkgchk tarball somewhere?

2008-01-24 Thread Jeff Johnson


On Jan 24, 2008, at 5:27 PM, Wichmann, Mats D wrote:


maybe you want to install bzr without enabling the EPEL repo?
I'm certainly getting current builds from Fedora 8/updates...
a lot more current than what seems to be in EPEL.



Sure that would work. But going back to F8 is, well, going
backwards.

I live on the F8+ bleeding edge and tar WORKSFORME.

73 de Jeff
__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org


RE: Is there a lsbpkgchk tarball somewhere?

2008-01-24 Thread Wichmann, Mats D
Jeff Johnson wrote:
> On Jan 24, 2008, at 4:20 PM, Wichmann, Mats D wrote:
> 
>> Jeff Johnson wrote:
>>> I went looking for sources for lsbpkgchk to fix the issues that
>>> have been seen. 
>>> 
>>> Alas, bazaar on Fedora is a rather complicated and
>>> complex update, involving EPEL, and python, and yum
>>> and more. I wasted several hours trying before giving
>>> up in disgust.
>> 
>> well, I dunno, if you have Fedora you have yum, and
>> to me saying
>> 
>> # yum install bzr bzrtools
>> 
>> doesn't seem very complicated or time-consuming (bzrtools
>> is optional and could be left out).
>> 
> 
> Yah, I'm well aware of the yum! adverts everywhere. Its
> not like I'm not an expert in the field ;-)
> 
> bzr has moved to EPEL. which uses python-2.4, not
> python-2.5. And everything starts to get more and more
> b0rken from there ...

maybe you want to install bzr without enabling the EPEL repo?
I'm certainly getting current builds from Fedora 8/updates...
a lot more current than what seems to be in EPEL.


__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org


Re: Is there a lsbpkgchk tarball somewhere?

2008-01-24 Thread Jeff Johnson


On Jan 24, 2008, at 4:20 PM, Wichmann, Mats D wrote:


Jeff Johnson wrote:

I went looking for sources for lsbpkgchk to fix the
issues that have been seen.

Alas, bazaar on Fedora is a rather complicated and
complex update, involving EPEL, and python, and yum
and more. I wasted several hours trying before giving
up in disgust.


well, I dunno, if you have Fedora you have yum, and
to me saying

# yum install bzr bzrtools

doesn't seem very complicated or time-consuming (bzrtools
is optional and could be left out).



Yah, I'm well aware of the yum! adverts everywhere. Its
not like I'm not an expert in the field ;-)

bzr has moved to EPEL. which uses python-2.4, not
python-2.5. And everything starts to get more and more
b0rken from there ...


After that:

$ bzr branch http://bzr.linux-foundation.org/lsb/devel/misc-test

misc-test contains pkgchk as well as the bits it depends on.



Yup.




Does anyone have a URL to a nice simple lsbpkgchk tarball?


Sure.

http://ftp.linux-foundation.org/pub/lsb/test_suites

you'll find the most recent released one at

.../released-3.1.1/source/application/lsb-pkgchk-3.1.1.tar.gz

I don't think tarballs are uploaded for snapshots and/or
beta releases, but if you want something more recent
than the one noted above, I'll make one for you.


Likely good enough. Thanks, expect patch(s) soonishly.

73 de Jeff
__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org


RE: Is there a lsbpkgchk tarball somewhere?

2008-01-24 Thread Wichmann, Mats D
Jeff Johnson wrote:
> I went looking for sources for lsbpkgchk to fix the
> issues that have been seen.
> 
> Alas, bazaar on Fedora is a rather complicated and
> complex update, involving EPEL, and python, and yum
> and more. I wasted several hours trying before giving
> up in disgust.

well, I dunno, if you have Fedora you have yum, and
to me saying

# yum install bzr bzrtools

doesn't seem very complicated or time-consuming (bzrtools
is optional and could be left out).

After that:

$ bzr branch http://bzr.linux-foundation.org/lsb/devel/misc-test

misc-test contains pkgchk as well as the bits it depends on.


> Does anyone have a URL to a nice simple lsbpkgchk tarball?

Sure.

http://ftp.linux-foundation.org/pub/lsb/test_suites

you'll find the most recent released one at

.../released-3.1.1/source/application/lsb-pkgchk-3.1.1.tar.gz

I don't think tarballs are uploaded for snapshots and/or
beta releases, but if you want something more recent
than the one noted above, I'll make one for you.
__
RPM Package Managerhttp://rpm5.org
LSB Communication Listrpm-lsb@rpm5.org