From: Lionel B. <lio...@bo...> - 2005-02-06 01:14:05
|
Hi, 1.4.3 is on sourceforge. # What's new update_sqlgrey_whitelists. The name says it all... This is a small bash script relying on wget, md5sum and diff (to show the changes applied). Adding this to a daily cron (with a random offset in the day to avoid spikes on the poor central webserver) is advised. As requested, logging to stdout is back when not in daemon mode (this is for runit and daemontools users). # No RPM I didn't post rpms this time as I don't have any RPM-based distro at hand. If there's a need I'll set up a Fedora Core with User-mode Linux to make RPMs. Meanwhile you can "rpmbuild -ta sqlgrey-1.4.3.tar.bz2". Best regards, Lionel |
From: HaJo S. <ha...@ha...> - 2005-02-07 15:59:34
|
On Sun, 2005-02-06 at 02:13 +0100, Lionel Bouton wrote: > Meanwhile you can "rpmbuild -ta sqlgrey-1.4.3.tar.bz2". Hmm, not really: [...] install -m 644 sqlgrey.1 /var/tmp/sqlgrey-1.4.3-build/usr/share/man/man1 install init/sqlgrey /var/tmp/sqlgrey-1.4.3-build/etc/init.d + /usr/lib/rpm/find- debuginfo.sh /home/users/hajo/install/rpmbuild/BUILD/sqlgrey-1.4.3 0 blocks find: /var/tmp/sqlgrey-1.4.3-build/usr/lib/debug: No such file or directory + /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot /var/tmp/rpm-tmp.95341: line 33: /usr/lib/rpm/check-rpaths: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.95341 (%install) Never looked into rolling my own RPMs, back to the good-old manual installation then. HaJo PS: Just recogn'd -- what does that blurry piano labeled "sqlgrey" at the top-left of sqlgrey.sf.net mean? -- HaJo Schatz <ha...@ha...> http://www.HaJo.Net PGP-Key: http://www.hajo.net/hajonet/keys/pgpkey_hajo.txt |
From: Rene J. <rg...@ba...> - 2005-02-07 16:12:55
|
On Mon, Feb 07, 2005 at 11:59:18PM +0800, HaJo Schatz wrote: > PS: Just recogn'd -- what does that blurry piano labeled "sqlgrey" at > the top-left of sqlgrey.sf.net mean? I think that the piano is blurred because it's falling on "SPAM" :-) --=20 -Ren=E9 |
From: Michel B. <mi...@bo...> - 2005-02-07 16:18:10
|
Le Lundi 07 F=E9vrier 2005 17:12, Rene Joergensen a =E9crit : > On Mon, Feb 07, 2005 at 11:59:18PM +0800, HaJo Schatz wrote: > > PS: Just recogn'd -- what does that blurry piano labeled "sqlgrey" at > > the top-left of sqlgrey.sf.net mean? > > I think that the piano is blurred because it's falling on "SPAM" :-) Is it a piano or some kind of plugin / connector with 3 stings ? --=20 Michel Bouissou <mi...@bo...> OpenPGP ID 0xDDE8AC6E |
From: Lionel B. <lio...@bo...> - 2005-02-07 17:52:10
|
Michel Bouissou wrote the following on 02/07/2005 05:18 PM : >Le Lundi 07 F=E9vrier 2005 17:12, Rene Joergensen a =E9crit : > =20 > >>On Mon, Feb 07, 2005 at 11:59:18PM +0800, HaJo Schatz wrote: >> =20 >> >>>PS: Just recogn'd -- what does that blurry piano labeled "sqlgrey" at >>>the top-left of sqlgrey.sf.net mean? >>> =20 >>> >>I think that the piano is blurred because it's falling on "SPAM" :-) >> =20 >> > >Is it a piano or some kind of plugin / connector with 3 stings ? > > =20 > At least before the Gimp abuse it was a piano... |
From: Lionel B. <lio...@bo...> - 2005-02-07 17:51:30
|
Rene Joergensen wrote the following on 02/07/2005 05:12 PM : >On Mon, Feb 07, 2005 at 11:59:18PM +0800, HaJo Schatz wrote: > > > >>PS: Just recogn'd -- what does that blurry piano labeled "sqlgrey" at >>the top-left of sqlgrey.sf.net mean? >> >> > >I think that the piano is blurred because it's falling on "SPAM" :-) > > > You got it. But my Gimp skills aren't so great... Lionel |
From: Michel B. <mi...@bo...> - 2005-02-07 16:20:33
|
Le Lundi 07 F=E9vrier 2005 16:59, HaJo Schatz a =E9crit : > error: Bad exit status from /var/tmp/rpm-tmp.95341 (%install) No better luck here : Erreur de construction de RPM: Fichier non=20 trouv=E9: /var/tmp/sqlgrey-1.4.3-build/usr/share/man/man1/sqlgrey.1.gz But this one is easy : Mandrake builds manpages as .bz2 and not .gz, so i= t's=20 normal the .gz file can't be found. I'll give a shot at the .spec when I have time, maybe tomorrow. If I prod= uce a=20 working RPM, I'll give an URL here. For the moment I stick with 1.4.2 ;-) --=20 Michel Bouissou <mi...@bo...> OpenPGP ID 0xDDE8AC6E |
From: Lionel B. <lio...@bo...> - 2005-02-07 17:56:59
|
Michel Bouissou wrote the following on 02/07/2005 05:20 PM : >Le Lundi 07 F=E9vrier 2005 16:59, HaJo Schatz a =E9crit : > =20 > >>error: Bad exit status from /var/tmp/rpm-tmp.95341 (%install) >> =20 >> > >No better luck here : > >Erreur de construction de RPM: > Fichier non=20 >trouv=E9: /var/tmp/sqlgrey-1.4.3-build/usr/share/man/man1/sqlgrey.1.gz > >But this one is easy : Mandrake builds manpages as .bz2 and not .gz, so = it's=20 >normal the .gz file can't be found. > >I'll give a shot at the .spec when I have time, maybe tomorrow. If I pro= duce a=20 >working RPM, I'll give an URL here. > >For the moment I stick with 1.4.2 ;-) > > =20 > This is a mistake from me : the spec file should ref the "sqlgrey.1"=20 file instead of the 1.gz. I believe it is bitting us because the rpmbuild workdir wasn't cleaned=20 up after each build and I switched from gzip to no compression (which=20 means old version of the manpage were distributed). Could you test modifying the spec file to look for "sqlgrey.1" ? Lionel. |
From: Michel B. <mi...@bo...> - 2005-02-09 08:53:29
|
Le Lundi 07 F=E9vrier 2005 17:20, Michel Bouissou a =E9crit : > > I'll give a shot at the .spec when I have time, maybe tomorrow. If I > produce a working RPM, I'll give an URL here. Here it is : sqlgrey-1.4.3 RPMs produced on Mandrake 10.1. They should=20 probably work as well on Mandrake 10.0, RedHat or Fedora: http://www.bouissou.net/sqlgrey/ --=20 Michel Bouissou <mi...@bo...> OpenPGP ID 0xDDE8AC6E |
From: Lionel B. <lio...@bo...> - 2005-02-07 17:50:29
|
HaJo Schatz wrote the following on 02/07/2005 04:59 PM : >Hmm, not really: > >[...] >install -m 644 sqlgrey.1 /var/tmp/sqlgrey-1.4.3-build/usr/share/man/man1 >install init/sqlgrey /var/tmp/sqlgrey-1.4.3-build/etc/init.d >+ /usr/lib/rpm/find- >debuginfo.sh /home/users/hajo/install/rpmbuild/BUILD/sqlgrey-1.4.3 >0 blocks >find: /var/tmp/sqlgrey-1.4.3-build/usr/lib/debug: No such file or >directory >+ /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot >/var/tmp/rpm-tmp.95341: line 33: /usr/lib/rpm/check-rpaths: No such file >or directory >error: Bad exit status from /var/tmp/rpm-tmp.95341 (%install) > > > From the errors, this seems to be a problem on your configuration. |
From: HaJo S. <ha...@ha...> - 2005-02-08 06:05:40
|
On Mon, 2005-02-07 at 18:50 +0100, Lionel Bouton wrote: > HaJo Schatz wrote the following on 02/07/2005 04:59 PM : > From the errors, this seems to be a problem on your configuration. Yes, quite possibly. I'm not usually doing rpmbuilds. Will have to dig into this one deeper... Reading about your Gimped piano a quick thought crossed my mind -- you're collecting "3rd party animals" on your page, Ie the Postfix mouse and the GNU gnu. Shouldn't sqlgrey's logo be an animal as well? I'm thinking of the ostrich here, it's head being stuck into sand; symbolizing sqlgrey sticking it's head into the sand and not accepting delivery? How you interpret the "plugin" nature with the bird is up to your interpretation ;-) OK, just a thought... HaJo -- HaJo Schatz <ha...@ha...> http://www.HaJo.Net PGP-Key: http://www.hajo.net/hajonet/keys/pgpkey_hajo.txt |
From: HaJo S. <ha...@ha...> - 2005-02-08 09:28:37
|
On Tue, 2005-02-08 at 14:05 +0800, HaJo Schatz wrote: > I'm > thinking of the ostrich here, it's head being stuck into sand; OK, here's what happens when I'm on vacation trying to avoid to go out and wash the car: http://hajo.net:8081/test/sqlgrey-button.xcf Take it or leave it, up to you... HaJo -- HaJo Schatz <ha...@ha...> http://www.HaJo.Net PGP-Key: http://www.hajo.net/hajonet/keys/pgpkey_hajo.txt |
From: Lionel B. <lio...@bo...> - 2005-02-08 09:33:10
|
HaJo Schatz wrote the following on 02/08/05 07:05 : >On Mon, 2005-02-07 at 18:50 +0100, Lionel Bouton wrote: > > >>HaJo Schatz wrote the following on 02/07/2005 04:59 PM : >> >> > > > >> From the errors, this seems to be a problem on your configuration. >> >> > >Yes, quite possibly. I'm not usually doing rpmbuilds. Will have to dig >into this one deeper... > >Reading about your Gimped piano a quick thought crossed my mind -- >you're collecting "3rd party animals" on your page, Ie the Postfix mouse >and the GNU gnu. Shouldn't sqlgrey's logo be an animal as well? I'm >thinking of the ostrich here, it's head being stuck into sand; >symbolizing sqlgrey sticking it's head into the sand and not accepting >delivery? > I didn't thought much about that. An ostrich with the head in sand seems good. Feel free to submit a pic (without copyrights) :-) Lionel. |
From: HaJo S. <ha...@ha...> - 2005-02-08 11:50:14
|
On Mon, 2005-02-07 at 18:50 +0100, Lionel Bouton wrote: > HaJo Schatz wrote the following on 02/07/2005 04:59 PM : > >/var/tmp/rpm-tmp.95341: line 33: /usr/lib/rpm/check-rpaths: No such file > >or directory > >error: Bad exit status from /var/tmp/rpm-tmp.95341 (%install) > From the errors, this seems to be a problem on your configuration. Yes it was, non-installation of fedora-rpmdevtools*.rpm to be precise... HaJo -- HaJo Schatz <ha...@ha...> http://www.HaJo.Net PGP-Key: http://www.hajo.net/hajonet/keys/pgpkey_hajo.txt |