mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* Re: [ptxdist] newer package version
@ 2013-09-27  9:40 Kraft, Henrik
  2013-09-27 10:33 ` Alexander Dahl
  2013-09-27 11:06 ` Jürgen Beisert
  0 siblings, 2 replies; 15+ messages in thread
From: Kraft, Henrik @ 2013-09-27  9:40 UTC (permalink / raw)
  To: ptxdist


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

what do you mean by patch file? Do you mean a diff output of the old and new versions of all ruel files related to the package?

[prompt.at.MyBSP]$ diff rules/sqlite3.make rules.save/sqlite3.make
19,20c19,20
< SQLITE3_VERSION       := autoconf-3080002
< SQLITE3_MD5   := 6d6cc639a4da04fbbdda7b1a1a01b386
---
> SQLITE3_VERSION       := autoconf-3071700
> SQLITE3_MD5   := 18c285053e9562b848209cb0ee16d4ab
23c23
< SQLITE3_URL   := http://sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)
---
> SQLITE3_URL   := http://www.sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)

diff rules/sqlite3.in rules.save/sqlite3.in (no output because they don't differ)

Mit freundlichen Grüßen

Henrik Kraft
z.Zt. Heidolph Instruments GmbH & Co. KG
Walpersdorfer Str. 12
91126 Schwabach
09122 - 99 20 - 58


[-- Attachment #1.2: Type: text/html, Size: 4319 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27  9:40 [ptxdist] newer package version Kraft, Henrik
@ 2013-09-27 10:33 ` Alexander Dahl
  2013-09-27 11:06 ` Jürgen Beisert
  1 sibling, 0 replies; 15+ messages in thread
From: Alexander Dahl @ 2013-09-27 10:33 UTC (permalink / raw)
  To: ptxdist

Hei hei, 

Am 2013-09-27 11:40, schrieb Kraft, Henrik:
> diff rules/sqlite3.in rules.save/sqlite3.in (no output because they
> don't differ)

In case of a requested diff, please use `diff -u` for a unified diff to
not interfere with e-mail quoting characters.

However, your diff looks okay, the question is: which file excactly did
you change?

Greets
Alex

-- 
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601  D1D5 8FBA 7744 CC87 10D0 ***

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27  9:40 [ptxdist] newer package version Kraft, Henrik
  2013-09-27 10:33 ` Alexander Dahl
@ 2013-09-27 11:06 ` Jürgen Beisert
  1 sibling, 0 replies; 15+ messages in thread
From: Jürgen Beisert @ 2013-09-27 11:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Kraft, Henrik

Hi Henrik,

On Friday 27 September 2013 11:40:42 Kraft, Henrik wrote:
> what do you mean by patch file? Do you mean a diff output of the old and
> new versions of all ruel files related to the package?
>
> [prompt.at.MyBSP]$ diff rules/sqlite3.make rules.save/sqlite3.make
> 19,20c19,20
> < SQLITE3_VERSION       := autoconf-3080002
> < SQLITE3_MD5   := 6d6cc639a4da04fbbdda7b1a1a01b386
> ---
>
> > SQLITE3_VERSION       := autoconf-3071700
> > SQLITE3_MD5   := 18c285053e9562b848209cb0ee16d4ab
>
> 23c23
> < SQLITE3_URL   := http://sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)
> ---
>
> > SQLITE3_URL   := http://www.sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)
>
> diff rules/sqlite3.in rules.save/sqlite3.in (no output because they don't
> differ)

Okay, you modified your BSP local version.

Hmm, in the current PTXdist I found a rules/sqlite.* but no rules/sqlite3.*.

Please rename your files to sqlite.make and sqlite.in instead, if you want to 
replace the one which comes with PTXdist.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27 11:40 Kraft, Henrik
@ 2013-09-27 11:55 ` Jürgen Beisert
  0 siblings, 0 replies; 15+ messages in thread
From: Jürgen Beisert @ 2013-09-27 11:55 UTC (permalink / raw)
  To: ptxdist; +Cc: Kraft, Henrik

Hi Henrik,

On Friday 27 September 2013 13:40:57 Kraft, Henrik wrote:
> With ptxdist its not clear which file manipulation are allowed and which
> are not.

Everything is allowed. Results may vary...

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
@ 2013-09-27 11:40 Kraft, Henrik
  2013-09-27 11:55 ` Jürgen Beisert
  0 siblings, 1 reply; 15+ messages in thread
From: Kraft, Henrik @ 2013-09-27 11:40 UTC (permalink / raw)
  To: ptxdist


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

thanks.

With ptxdist its not clear which file manipulation are allowed and which are not.

Have a nice weekend

Henrik Kraft
z.Zt. Heidolph Instruments GmbH & Co. KG
Walpersdorfer Str. 12
91126 Schwabach
09122 - 99 20 - 58


[-- Attachment #1.2: Type: text/html, Size: 3203 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27 11:33 Kraft, Henrik
@ 2013-09-27 11:40 ` Jürgen Beisert
  0 siblings, 0 replies; 15+ messages in thread
From: Jürgen Beisert @ 2013-09-27 11:40 UTC (permalink / raw)
  To: ptxdist; +Cc: Kraft, Henrik

Hi Henrik,

On Friday 27 September 2013 13:33:08 Kraft, Henrik wrote:
> I've got it working. But now I have 3 versions of sqlite ing
> platform-[device]/build-target. How can I get rid of the older versions?

run "ptxdist clean sqlite". This will remove the current one, then run "rm -r 
platform-[device]/build-target/sqlite*" to remove the remaining one. Very 
simple. At the end just run "ptxdist go" again.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
@ 2013-09-27 11:36 Kraft, Henrik
  0 siblings, 0 replies; 15+ messages in thread
From: Kraft, Henrik @ 2013-09-27 11:36 UTC (permalink / raw)
  To: ptxdist


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

Dear Marc,

as I took over this project from a predecessor I've met only once its possible that he create the sqlite3.* files.

Kind regards

Henrik Kraft
z.Zt. Heidolph Instruments GmbH & Co. KG
Walpersdorfer Str. 12
91126 Schwabach
09122 - 99 20 - 58


[-- Attachment #1.2: Type: text/html, Size: 3328 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27 11:28 Kraft, Henrik
@ 2013-09-27 11:33 ` Marc Kleine-Budde
  0 siblings, 0 replies; 15+ messages in thread
From: Marc Kleine-Budde @ 2013-09-27 11:33 UTC (permalink / raw)
  To: ptxdist; +Cc: Kraft, Henrik


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

On 09/27/2013 01:28 PM, Kraft, Henrik wrote:
> the original names were sqlite3.* though in menuconfig the name was
> sqlite. But with version 3071700 it worked.

No, in ptxdist-2012.03.0 there is only rules/sqlite.{in,make}

> ll ptxdist-2012.03.0/rules/sql*
> -rw-r--r-- 1 root root  852 Mar  8  2012 ptxdist-2012.03.0/rules/sqlite.in
> -rw-r--r-- 1 root root 2630 Mar  8  2012 ptxdist-2012.03.0/rules/sqlite.make

regards,
Marc
-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


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

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
@ 2013-09-27 11:33 Kraft, Henrik
  2013-09-27 11:40 ` Jürgen Beisert
  0 siblings, 1 reply; 15+ messages in thread
From: Kraft, Henrik @ 2013-09-27 11:33 UTC (permalink / raw)
  To: ptxdist


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

Hi Jürgen,

I've got it working. But now I have 3 versions of sqlite ing platform-[device]/build-target. How can I get rid of the older versions?

kind regards

Henrik Kraft
z.Zt. Heidolph Instruments GmbH & Co. KG
Walpersdorfer Str. 12
91126 Schwabach
09122 - 99 20 - 58


[-- Attachment #1.2: Type: text/html, Size: 3214 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
@ 2013-09-27 11:28 Kraft, Henrik
  2013-09-27 11:33 ` Marc Kleine-Budde
  0 siblings, 1 reply; 15+ messages in thread
From: Kraft, Henrik @ 2013-09-27 11:28 UTC (permalink / raw)
  To: ptxdist


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

Hi Jürgen,

the original names were sqlite3.* though in menuconfig the name was sqlite. But with version 3071700 it worked.

I have tried your suggestions but even after ptxdist clean sqlite/slqlite3 and using ptxdist step by step the new version was not created.

N.B. ptxdist is version 212.03.0

kind regards

Henrik Kraft
z.Zt. Heidolph Instruments GmbH & Co. KG
Walpersdorfer Str. 12
91126 Schwabach
09122 - 99 20 - 58


[-- Attachment #1.2: Type: text/html, Size: 3441 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
@ 2013-09-27 10:40 Kraft, Henrik
  0 siblings, 0 replies; 15+ messages in thread
From: Kraft, Henrik @ 2013-09-27 10:40 UTC (permalink / raw)
  To: ptxdist


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

From the prompt info of the diff command I tried to show that cwd was BSP folder of the current project. In that I created a folder rules.save where I placed the old sqlite.* from the rules folder. The changes were made in that rule folder which is the rule folder of the ptxdist project.

Mit freundlichen Grüßen

Henrik Kraft
z.Zt. Heidolph Instruments GmbH & Co. KG
Walpersdorfer Str. 12
91126 Schwabach
09122 - 99 20 - 58


[-- Attachment #1.2: Type: text/html, Size: 3101 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27  8:53 Kraft, Henrik
  2013-09-27  8:58 ` Pascal K
  2013-09-27  9:00 ` Josef Holzmayr
@ 2013-09-27  9:08 ` Jürgen Beisert
  2 siblings, 0 replies; 15+ messages in thread
From: Jürgen Beisert @ 2013-09-27  9:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Kraft, Henrik

Hi Henrik,

On Friday 27 September 2013 10:53:41 Kraft, Henrik wrote:
> I want to use a newer version of sqlite3 (autoconf-3080002) and therefore
> changed the contents of the head fo sqlite3.make as follows:
>
> from
> SQLITE3_VERSION := autoconf-3071700
> SQLITE3_MD5     := 18c285053e9562b848209cb0ee16d4ab
> SQLITE3_URL     := http://www.sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)
>
> to
> SQLITE3_VERSION := autoconf-3080002
> SQLITE3_MD5     := 6d6cc639a4da04fbbdda7b1a1a01b386
> SQLITE3_URL     := http://sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)

This text keeps many questions open. Can you send us the patch file instead, so 
we can see, what you have really done and where?

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27  8:53 Kraft, Henrik
  2013-09-27  8:58 ` Pascal K
@ 2013-09-27  9:00 ` Josef Holzmayr
  2013-09-27  9:08 ` Jürgen Beisert
  2 siblings, 0 replies; 15+ messages in thread
From: Josef Holzmayr @ 2013-09-27  9:00 UTC (permalink / raw)
  To: ptxdist

Howdy!

Am 27.09.2013 10:53, schrieb Kraft, Henrik:
> I want to use a newer version of sqlite3 (autoconf-3080002) and
> therefore changed the contents of the head fo sqlite3.make as follows:

The most obvious error would be that you have changed the wrong file.. 
is it located in your BSP folder? Or did you pick one from the generic 
rules directory? if the latter, check if something in your BSP overrides 
it, respectively place your changed file in the BSP.

ptxdist print can be your friend here.

Greetz
-- 
Josef"ZaP" Holzmayr

"Never underestimate the bandwidth of a freight train full of DAT tapes. 
Just latency might be an issue"

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] newer package version
  2013-09-27  8:53 Kraft, Henrik
@ 2013-09-27  8:58 ` Pascal K
  2013-09-27  9:00 ` Josef Holzmayr
  2013-09-27  9:08 ` Jürgen Beisert
  2 siblings, 0 replies; 15+ messages in thread
From: Pascal K @ 2013-09-27  8:58 UTC (permalink / raw)
  To: ptxdist


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

did you try it after a ptxdist clean sqlite3 ?

Just a suggestion.

Best regards,
Pascal


2013/9/27 Kraft, Henrik <Henrik.Kraft@heidolph.de>

>  I want to use a newer version of sqlite3 (autoconf-3080002) and
> therefore changed the contents of the head fo sqlite3.make as follows:****
>
> ** **
>
> from****
>
> SQLITE3_VERSION := autoconf-3071700****
>
> SQLITE3_MD5     := 18c285053e9562b848209cb0ee16d4ab****
>
> SQLITE3_URL     := http://www.sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)
> ****
>
> ** **
>
> to****
>
> SQLITE3_VERSION := autoconf-3080002****
>
> SQLITE3_MD5     := 6d6cc639a4da04fbbdda7b1a1a01b386****
>
> SQLITE3_URL     := http://sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)****
>
> ** **
>
> When I run ptxdist go still the old version will be used.****
>
> ** **
>
> What else should be done?****
>
> ** **
>
> The new feature I want to use is to insert multiple records in one sql
> statement from a Qt application.****
>
> ** **
>
> kind regards****
>
> ** **
>
> Henrik Kraft****
>
> z.Zt. Heidolph Instruments GmbH & Co. KG****
>
> Walpersdorfer Str. 12****
>
> 91126 Schwabach****
>
> 09122 – 99 20 - 58****
>
> ** **
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
>

[-- Attachment #1.2: Type: text/html, Size: 3481 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] newer package version
@ 2013-09-27  8:53 Kraft, Henrik
  2013-09-27  8:58 ` Pascal K
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Kraft, Henrik @ 2013-09-27  8:53 UTC (permalink / raw)
  To: ptxdist


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

I want to use a newer version of sqlite3 (autoconf-3080002) and therefore changed the contents of the head fo sqlite3.make as follows:

from
SQLITE3_VERSION := autoconf-3071700
SQLITE3_MD5     := 18c285053e9562b848209cb0ee16d4ab
SQLITE3_URL     := http://www.sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)

to
SQLITE3_VERSION := autoconf-3080002
SQLITE3_MD5     := 6d6cc639a4da04fbbdda7b1a1a01b386
SQLITE3_URL     := http://sqlite.org/2013/$(SQLITE3).$(SQLITE3_SUFFIX)

When I run ptxdist go still the old version will be used.

What else should be done?

The new feature I want to use is to insert multiple records in one sql statement from a Qt application.

kind regards

Henrik Kraft
z.Zt. Heidolph Instruments GmbH & Co. KG
Walpersdorfer Str. 12
91126 Schwabach
09122 - 99 20 - 58


[-- Attachment #1.2: Type: text/html, Size: 4521 bytes --]

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

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2013-09-27 11:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-27  9:40 [ptxdist] newer package version Kraft, Henrik
2013-09-27 10:33 ` Alexander Dahl
2013-09-27 11:06 ` Jürgen Beisert
  -- strict thread matches above, loose matches on Subject: below --
2013-09-27 11:40 Kraft, Henrik
2013-09-27 11:55 ` Jürgen Beisert
2013-09-27 11:36 Kraft, Henrik
2013-09-27 11:33 Kraft, Henrik
2013-09-27 11:40 ` Jürgen Beisert
2013-09-27 11:28 Kraft, Henrik
2013-09-27 11:33 ` Marc Kleine-Budde
2013-09-27 10:40 Kraft, Henrik
2013-09-27  8:53 Kraft, Henrik
2013-09-27  8:58 ` Pascal K
2013-09-27  9:00 ` Josef Holzmayr
2013-09-27  9:08 ` Jürgen Beisert

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