mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] ptxdist-2011.01.0 bug in make ipkg-push
@ 2011-11-29 11:36 Benoît BURNICHON
  2011-11-29 17:07 ` Alexander Dahl
  0 siblings, 1 reply; 3+ messages in thread
From: Benoît BURNICHON @ 2011-11-29 11:36 UTC (permalink / raw)
  To: ptxdist

Hello All,

I know that this is an old release of ptxdist but for now, I cannot upgrade to the latest version.

I have my BSP set-up, I modified something in the ncurses config which changed libncurses.so.5.6.
But, when running ipkg-push, I end up with something like:

----8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<----
...
checking pool for..: ncurses_5.6_armel.ipk
  candidate........: ncurses_5.6-1_armel.ipk
  candidate........: ncurses_5.6-2_armel.ipk
  latest version...: ncurses_5.6-1_armel.ipk
  comparing........: ncurses_5.6_armel.ipk with ncurses_5.6-1_armel.ipk
--- /tmp/ptxdist.Fs8Oia/first/data.md5  2011-11-29 11:30:21.863077130 +0100
+++ /tmp/ptxdist.Fs8Oia/second/data.md5 2011-11-29 11:30:21.875077118 +0100
@@ -1,6 +1,6 @@
 data/lib/libform.so.5.6 ba902d5b074f2d3164977cccbfc40ff3
 data/lib/libmenu.so.5.6 bca61f8054248a20ef3da9b9d8c1d74b
-data/lib/libncurses.so.5.6 8d1609660d6fa3883b474ed50e68afb5
+data/lib/libncurses.so.5.6 2c6704284feaae239717bd371b9b3c51
 data/lib/libpanel.so.5.6 55828ecbe6c40ba3b328e2679f7ef963
 data/usr/share/terminfo/a/ansi 6b3a86ff2f1b95acfdd820fbf8750b01
 data/usr/share/terminfo/l/linux 645999d4afb490d40ff6b55239ad8173
ipkg-revision error: /var/www/ipkg-repository/myproject/pool/ncurses_5.6-2_armel.ipk already exists
RSC2: newpackage=/var/www/ipkg-repository/myproject/pool/ncurses_5.6-2_armel.ipk
  linking.source...: ../../pool//var/www/ipkg-repository/myproject/pool/ncurses_5.6-2_armel.ipk
  linking.to.......: /var/www/ipkg-repository/airpad/dists/myprojectv1.4//var/www/ipkg-repository/myproject/pool/ncurses_5.6-2_armel.ipk
ln: creating symbolic link `/var/www/ipkg-repository/myproject/dists/myprojectv1.4//var/www/ipkg-repository/myproject/pool/ncurses_5.6-2_armel.ipk': No such file or directory
...
----8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<----

As you can see, the latest version is not correctly guessed. This happens each time a version is composed of 2 digits only.
I have also seen that there is an issue if the version is not matching the '\d+\.\d+\.\d+' regulator expression.

Jon Ringle already proposed to replace the incriminated ptxd_ipkg_rev_smaller by dpkg --compare-versions, but as ptxdist tries to be distribution independent, patch was not accepted.

There was no answer to the solution of the script given in the following thread: http://lists.us.dell.com/pipermail/dkms-devel/2004-July/000142.html

Of course, I can apply this script in lieu of ptxd_ipkg_rev_smaller but I prefer to stick to ptxdist releases.

Cheers,

Ben

________________________________

Ce courriel et toutes les pièces jointes sont confidentiels et peuvent être couverts par un privilège ou une protection légale. Il est établi à l’attention exclusive de ses destinataires. Toute utilisation de ce courriel non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse préalable.
This email and any attachment are confidential and may be legally privileged or otherwise protected from disclosure. It is intended only for the stated addressee(s) and access to it by any other person(s) is unauthorized. Any use, dissemination or disclosure not in accordance with its purpose, either in whole or in part, is prohibited without our prior formal approval.
-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] ptxdist-2011.01.0 bug in make ipkg-push
  2011-11-29 11:36 [ptxdist] ptxdist-2011.01.0 bug in make ipkg-push Benoît BURNICHON
@ 2011-11-29 17:07 ` Alexander Dahl
  2011-11-29 17:31   ` Benoît BURNICHON
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl @ 2011-11-29 17:07 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 213 bytes --]

Hei hei,

Am 29.11.2011 12:36, schrieb Benoît BURNICHON:
> I know that this is an old release of ptxdist but for now, I cannot upgrade to the latest version.

Just for curiosity: why not?

Greets
Alex


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] ptxdist-2011.01.0 bug in make ipkg-push
  2011-11-29 17:07 ` Alexander Dahl
@ 2011-11-29 17:31   ` Benoît BURNICHON
  0 siblings, 0 replies; 3+ messages in thread
From: Benoît BURNICHON @ 2011-11-29 17:31 UTC (permalink / raw)
  To: ptxdist

Cause I have several units on the field (around 500) using a rootfs generated with ptxdist-2011.01.0 with lots of modified rules and configurations modified after install of the packages. My boss does not want to pay for a check of all the versions bumping.

I already experienced troubles just by upgrading a single package (with some strange dependencies...).

Cheers,

Ben

> -----Original Message-----
> From: ptxdist-bounces@pengutronix.de [mailto:ptxdist-
> bounces@pengutronix.de] On Behalf Of Alexander Dahl
> Sent: Tuesday, November 29, 2011 6:07 PM
> To: ptxdist@pengutronix.de
> Subject: Re: [ptxdist] ptxdist-2011.01.0 bug in make ipkg-push
>
> Hei hei,
>
> Am 29.11.2011 12:36, schrieb Benoît BURNICHON:
> > I know that this is an old release of ptxdist but for now, I cannot upgrade to
> the latest version.
>
> Just for curiosity: why not?
>
> Greets
> Alex


________________________________

Ce courriel et toutes les pièces jointes sont confidentiels et peuvent être couverts par un privilège ou une protection légale. Il est établi à l’attention exclusive de ses destinataires. Toute utilisation de ce courriel non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse préalable.
This email and any attachment are confidential and may be legally privileged or otherwise protected from disclosure. It is intended only for the stated addressee(s) and access to it by any other person(s) is unauthorized. Any use, dissemination or disclosure not in accordance with its purpose, either in whole or in part, is prohibited without our prior formal approval.
-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-29 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-29 11:36 [ptxdist] ptxdist-2011.01.0 bug in make ipkg-push Benoît BURNICHON
2011-11-29 17:07 ` Alexander Dahl
2011-11-29 17:31   ` Benoît BURNICHON

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox