From qboosh at pld-linux.org Mon Oct 2 20:14:55 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Mon, 2 Oct 2006 20:14:55 +0200 Subject: SPECS: python.spec - do support db 4.5; include sha* modules; incl... In-Reply-To: References: Message-ID: <20061002181455.GA21450@gruby.cs.net.pl> On Sun, Oct 01, 2006 at 10:27:10AM +0200, arekm wrote: > Author: arekm Date: Sun Oct 1 08:27:10 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - do support db 4.5; include sha* modules; include ctypes_test module. > +%attr(755,root,root) %{py_dyndir}/_sha*.so _sha{256,512}.so are built only for openssl < 0.9.8. _sha.so is built only for openssl < 0.9.7. So with openssl >= 0.9.8 build fails now. -- Jakub Bogusz http://qboosh.cs.net.pl/ From public.arkh at gmail.com Mon Oct 2 22:36:39 2006 From: public.arkh at gmail.com (arkh) Date: Mon, 2 Oct 2006 22:36:39 +0200 Subject: [SPECS] Final release of bzr.spec Message-ID: In attachement there is a diff file for stable version of bzr (0.11). Please upgrade it. -------------- next part -------------- --- bzr.spec~ 2006-10-02 22:18:02.000000000 +0200 +++ bzr.spec 2006-10-02 22:20:16.000000000 +0200 @@ -1,14 +1,13 @@ # $Revision: 1.10 $, $Date: 2006/09/29 22:24:05 $ -%define _rc rc2 Summary: Bazaar-NG - a changeset oriented revision control system Summary(pl): Bazaar-NG - system kontroli wersji zorientowany na zestawy zmian Name: bzr Version: 0.11 -Release: 0.%{_rc}.1 +Release: 1 License: GPL v2 Group: Development/Version Control -Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}%{_rc}.tar.gz -# Source0-md5: bd5f8221b75e6844c147b7a69343bb7b +Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz +# Source0-md5: 94fced266d6da6ed298e4738ca7414e0 Patch0: %{name}-FHS.patch URL: http://bazaar-vcs.org/ BuildRequires: python >= 1:2.4 @@ -73,7 +72,7 @@ Bazaar-NG obs?uguje tak?e wsp??dzielenie ga??zi mi?dzy programistami. %prep -%setup -q -n %{name}-%{version}%{_rc} +%setup -q -n %{name}-%{version} %patch0 -p1 %build From glen at delfi.ee Mon Oct 2 22:42:16 2006 From: glen at delfi.ee (Elan =?iso-8859-15?q?Ruusam=E4e?=) Date: Mon, 2 Oct 2006 23:42:16 +0300 Subject: [SPECS] Final release of bzr.spec In-Reply-To: References: Message-ID: <200610022342.17114.glen@delfi.ee> On Monday 02 October 2006 23:36, arkh wrote: > In attachement there is a diff file for stable version of bzr (0.11). > Please upgrade it. applied and STBR to AC-ready -- glen From arekm at pld-linux.org Tue Oct 3 08:28:41 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Tue, 3 Oct 2006 08:28:41 +0200 Subject: SVN: rc-scripts/trunk/sysconfig/network-scripts/functions.network In-Reply-To: <7839@svn.pld-linux.org> References: <7839@svn.pld-linux.org> Message-ID: <200610030828.41395.arekm@pld-linux.org> On Tuesday 03 October 2006 00:03, pluto wrote: > Author: pluto > Date: Tue Oct 3 00:03:16 2006 > New Revision: 7839 > > Modified: > rc-scripts/trunk/sysconfig/network-scripts/functions.network > Log: > - wireless-tools >= 29 uses `nick' command. It looks like bug in wireless-tools. nick and nicnkname are aliases to the same function. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From pluto at agmk.net Tue Oct 3 09:43:33 2006 From: pluto at agmk.net (=?utf-8?q?Pawe=C5=82_Sikora?=) Date: Tue, 3 Oct 2006 09:43:33 +0200 Subject: SVN: rc-scripts/trunk/sysconfig/network-scripts/functions.network In-Reply-To: <200610030828.41395.arekm@pld-linux.org> References: <7839@svn.pld-linux.org> <200610030828.41395.arekm@pld-linux.org> Message-ID: <200610030943.33693.pluto@agmk.net> Dnia wtorek, 3 pa?dziernika 2006 08:28, Arkadiusz Miskiewicz napisa?: > On Tuesday 03 October 2006 00:03, pluto wrote: > > Author: pluto > > Date: Tue Oct 3 00:03:16 2006 > > New Revision: 7839 > > > > Modified: > > rc-scripts/trunk/sysconfig/network-scripts/functions.network > > Log: > > - wireless-tools >= 29 uses `nick' command. > > It looks like bug in wireless-tools. nick and nicnkname are aliases to the > same function. only one (possibly outdated) manual example notes about "nickname" alias. iwconfig.c recognizes only the "nick" command: (...) ? { "nick", set_nick_info, 1, SIOCSIWNICKN, "Set Nickname", "NNN" }, (...) --help and manpage note about "nick": ? ? ? ?iwconfig interface [essid X] [nwid N] [mode M] [freq F] ? ? ? ? ? ? ? ? ? ? ? ? ? [channel C][sens S ][ap A ][nick NN ] ? ? ? ? ? ? ? ? ? ? ? ? ? [rate R] [rts RT] [frag FT] [txpower T] ? ? ? ? ? ? ? ? ? ? ? ? ? [enc E] [key K] [power P] [retry R] ? ? ? ? ? ? ? ? ? ? ? ? ? [modu M] [commit] only one small example from manpage refers to nick[name]: nick[name] Set the nickname, or the station name. Some 802.11 products do define it, but this is not used as far as the protocols (MAC, IP, TCP) are concerned and completely useless as far as configu- ration goes. Only some wireless diagnostic tools may use it. Example : iwconfig eth0 nickname "My Linux Node" From arekm at pld-linux.org Tue Oct 3 09:40:10 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Tue, 3 Oct 2006 09:40:10 +0200 Subject: SVN: rc-scripts/trunk/sysconfig/network-scripts/functions.network In-Reply-To: <200610030943.33693.pluto@agmk.net> References: <7839@svn.pld-linux.org> <200610030828.41395.arekm@pld-linux.org> <200610030943.33693.pluto@agmk.net> Message-ID: <200610030940.10652.arekm@pld-linux.org> On Tuesday 03 October 2006 09:43, Pawe? Sikora wrote: > Dnia wtorek, 3 pa?dziernika 2006 08:28, Arkadiusz Miskiewicz napisa?: > > On Tuesday 03 October 2006 00:03, pluto wrote: > > > Author: pluto > > > Date: Tue Oct 3 00:03:16 2006 > > > New Revision: 7839 > > > > > > Modified: > > > rc-scripts/trunk/sysconfig/network-scripts/functions.network > > > Log: > > > - wireless-tools >= 29 uses `nick' command. > > > > It looks like bug in wireless-tools. nick and nicnkname are aliases to > > the same function. > > only one (possibly outdated) manual example notes about "nickname" alias. > > iwconfig.c recognizes only the "nick" command: And you thing that the bug is in manual? I think that it's in *.c code for handling options. Anyway I'm waiting for a response from author. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From qboosh at pld-linux.org Tue Oct 3 14:22:47 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Tue, 3 Oct 2006 14:22:47 +0200 Subject: SOURCES (AC-branch): rpm-macros.patch - %_x_libraries should use %... In-Reply-To: References: Message-ID: <20061003122247.GA2731@gruby.cs.net.pl> On Thu, Sep 28, 2006 at 01:33:21PM +0200, glen wrote: > Author: glen Date: Thu Sep 28 11:33:21 2006 GMT > Module: SOURCES Tag: AC-branch > ---- Log message: > - %_x_libraries should use %{_prefix}, imho > @@ -24,7 +24,7 @@ > %_oldincludedir /usr/include > %_infodir %{_prefix}/info > %_mandir %{_prefix}/man > -+%_x_libraries /usr/X11R6/%{_lib} > ++%_x_libraries %{_prefix}/X11R6/%{_lib} I disagree, it's constant /usr/X11R6 regardless of particular package prefix. -- Jakub Bogusz http://qboosh.cs.net.pl/ From glen at delfi.ee Tue Oct 3 14:39:42 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Tue, 3 Oct 2006 15:39:42 +0300 Subject: SOURCES (AC-branch): rpm-macros.patch - %_x_libraries should use %... In-Reply-To: <20061003122247.GA2731@gruby.cs.net.pl> References: <20061003122247.GA2731@gruby.cs.net.pl> Message-ID: <200610031539.42922.glen@delfi.ee> On Tuesday 03 October 2006 15:22, Jakub Bogusz wrote: > On Thu, Sep 28, 2006 at 01:33:21PM +0200, glen wrote: > > Author: glen Date: Thu Sep 28 11:33:21 2006 GMT > > Module: SOURCES Tag: AC-branch > > ---- Log message: > > - %_x_libraries should use %{_prefix}, imho > > > > @@ -24,7 +24,7 @@ > > %_oldincludedir /usr/include > > %_infodir %{_prefix}/info > > %_mandir %{_prefix}/man > > -+%_x_libraries /usr/X11R6/%{_lib} > > ++%_x_libraries %{_prefix}/X11R6/%{_lib} > > I disagree, it's constant /usr/X11R6 regardless of particular package > prefix. why isn't infodir/mandir then constant in similar manner? and is there explained in detail what paths should be macros and what should be fixed in spec files. i've seen QTDIR=/usr and QTDIR=%{_prefix} in specs. no constistent approach. -- glen From qboosh at pld-linux.org Tue Oct 3 15:28:09 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Tue, 3 Oct 2006 15:28:09 +0200 Subject: SOURCES (AC-branch): rpm-macros.patch - %_x_libraries should use %... In-Reply-To: <200610031539.42922.glen@delfi.ee> References: <20061003122247.GA2731@gruby.cs.net.pl> <200610031539.42922.glen@delfi.ee> Message-ID: <20061003132809.GB2731@gruby.cs.net.pl> On Tue, Oct 03, 2006 at 03:39:42PM +0300, Elan Ruusam?e wrote: > On Tuesday 03 October 2006 15:22, Jakub Bogusz wrote: > > On Thu, Sep 28, 2006 at 01:33:21PM +0200, glen wrote: > > > Author: glen Date: Thu Sep 28 11:33:21 2006 GMT > > > Module: SOURCES Tag: AC-branch > > > ---- Log message: > > > - %_x_libraries should use %{_prefix}, imho > > > > > > @@ -24,7 +24,7 @@ > > > %_oldincludedir /usr/include > > > %_infodir %{_prefix}/info > > > %_mandir %{_prefix}/man > > > -+%_x_libraries /usr/X11R6/%{_lib} > > > ++%_x_libraries %{_prefix}/X11R6/%{_lib} > > > > I disagree, it's constant /usr/X11R6 regardless of particular package > > prefix. > why isn't infodir/mandir then constant in similar manner? There are other man and info trees (/usr/local/man for /usr/local, /usr/X11R6/man for /usr/X11R6, there can be even /opt/sometree/man for /opt/sometree). So it's a different case. /usr/local case would be similar to /usr/X11R6 - it should be referred as /usr/local, not %{_prefix}/local (well, FHS.spec does the opposite, but it assumes %{_prefix}=/usr anyway). > and is there explained in detail what paths should be macros and what should > be fixed in spec files. > > i've seen QTDIR=/usr and QTDIR=%{_prefix} in specs. no constistent approach. Yes, there are inconsistencies. If package itself could be built with different prefix, IMO it should specify QTDIR=/usr. If package assumes %{_prefix} equal to other system packages (e.g. uses %{_libdir}/kde3 directory), it doesn't matter much. -- Jakub Bogusz http://qboosh.cs.net.pl/ From glen at delfi.ee Tue Oct 3 16:22:02 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Tue, 3 Oct 2006 17:22:02 +0300 Subject: dep loop again Message-ID: <200610031722.02758.glen@delfi.ee> doing fresh install (--install-dest). any ideas why it reorders pdksh before glibc64? and of course... how to solve it. Installing #1 package of total 116 (56.2M left to get) Retrieving http://[...]/setup-2.4.10-5.amd64.rpm... .............................. 100.0% [190.0K (190.0K/s)] Installing setup-2.4.10-5.amd64.rpm .................................................................... 100.0% Installing #2 package of total 116 (56.0M left to get) Retrieving http://[...]/FHS-2.3-13.amd64.rpm... .............................. 100.0% [43.3K (43.3K/s)] Installing FHS-2.3-13.amd64.rpm .................................................................... 100.0% Installing #3 package of total 116 (55.9M left to get) Retrieving http://[...]/pdksh-5.2.14-43.amd64.rpm... .............................. 100.0% [255.9K (255.9K/s)] Installing pdksh-5.2.14-43.amd64.rpm .................................................................... 100.0% error: %post(pdksh-5.2.14-43.amd64) scriptlet failed, exit status 255 error: http://.../pld/dists/ac/PLD/amd64/PLD/RPMS/pdksh-5.2.14-43.amd64.rpm: installation failed (hgw why) Installing #4 package of total 116 (55.7M left to get) Retrieving http://[...]/perl-dirs-1.0-5.amd64.rpm... .............................. 100.0% [21.8K (21.8K/s)] Installing perl-dirs-1.0-5.amd64.rpm .................................................................... 100.0% Installing #5 package of total 116 (55.7M left to get) Retrieving http://[...]/glibc64-2.3.6-8.amd64.rpm... .............................. 100.0% [2.2M (2.0M/s)] Installing glibc64-2.3.6-8.amd64.rpm .................................................................... 100.0% Installing #6 package of total 116 (53.5M left to get) Retrieving http://[...]/perl-base-5.8.8-6.amd64.rpm... .............................. 100.0% [1.4M (1.4M/s)] Installing perl-base-5.8.8-6.amd64.rpm -- glen From zswi at pers.pl Wed Oct 4 23:56:44 2006 From: zswi at pers.pl (=?iso-8859-2?q?Rafa=B3_Cygnarowski?=) Date: Wed, 4 Oct 2006 23:56:44 +0200 Subject: SPECS: qt4.spec - Updated to 4.2.0 - Patches updated - debug-and-r... In-Reply-To: References: Message-ID: <200610042356.44899.zswi@pers.pl> Dnia ?roda, 4 pa?dziernika 2006 23:15, pascalek napisa?: > Author: pascalek Date: Wed Oct 4 21:15:08 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - Updated to 4.2.0 [...] > - Packaging failed in rpm script after RPATH removing with: > "xargs: file: terminated by signal 13" After building qt4 packaging failed. Below is end of build log. Full log is available here: http://www.pers.pl/qt4.bi.log.tgz (ca. 400KB) and rpm-tmp.95512 here: http://www.pers.pl/rpm-tmp.95512 Can anyone have idea how to handle this? --- build log --- [...] remove-rpath: /usr/lib in /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus + '[' '' = '' ']' + chrpath -d /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus + read file + rpath= + chmod u+w /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus.debug ++ chrpath -l /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus.debug Length of dynamic section is zero. found no dynamic section: Success ++ awk '/RPATH=/ { gsub(/.*RPATH=/,""); gsub(/:/," "); print $0 }' + '[' '' = '' ']' + chrpath -d /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus.debug Length of dynamic section is zero. found no dynamic section: Success xargs: file: terminated by signal 13 b??d: B??dny status wyj?cia z /home/users/pldcvs/tmp/rpm-tmp.95512 (%install) --- end --- -- Rafa? Cygnarowski rafi at pers.pl From zswi at pers.pl Thu Oct 5 05:19:02 2006 From: zswi at pers.pl (=?iso-8859-2?q?Rafa=B3_Cygnarowski?=) Date: Thu, 5 Oct 2006 05:19:02 +0200 Subject: SPECS: qt4.spec - Updated to 4.2.0 - Patches updated - debug-and-r... In-Reply-To: <200610042356.44899.zswi@pers.pl> References: <200610042356.44899.zswi@pers.pl> Message-ID: <200610050519.02816.zswi@pers.pl> Dnia ?roda, 4 pa?dziernika 2006 23:56, Rafa? Cygnarowski napisa?: > After building qt4 packaging failed. Below is end of build log. > Full log is available here: http://www.pers.pl/qt4.bi.log.tgz (ca. 400KB) > and rpm-tmp.95512 here: http://www.pers.pl/rpm-tmp.95512 > Can anyone have idea how to handle this? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Too much wants in one sentence...) Should be: Has anyone got idea how to handle this? (or sth like that). Sorry pals for that. Have a nice day, -- Rafa? Cygnarowski rafi at pers.pl From glen at delfi.ee Thu Oct 5 12:05:05 2006 From: glen at delfi.ee (Elan =?iso-8859-2?q?Ruusam=E4e?=) Date: Thu, 5 Oct 2006 13:05:05 +0300 Subject: SPECS: qt4.spec - Updated to 4.2.0 - Patches updated - debug-and-r... In-Reply-To: <200610050519.02816.zswi@pers.pl> References: <200610042356.44899.zswi@pers.pl> <200610050519.02816.zswi@pers.pl> Message-ID: <200610051305.06066.glen@delfi.ee> On Thursday 05 October 2006 06:19, Rafa? Cygnarowski wrote: > Dnia ?roda, 4 pa?dziernika 2006 23:56, Rafa? Cygnarowski napisa?: > > After building qt4 packaging failed. Below is end of build log. > > Full log is available here: http://www.pers.pl/qt4.bi.log.tgz (ca. 400KB) > > and rpm-tmp.95512 here: http://www.pers.pl/rpm-tmp.95512 > > Can anyone have idea how to handle this? > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > (Too much wants in one sentence...) > Should be: Has anyone got idea how to handle this? (or sth like that). > Sorry pals for that. probably copy of /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus.debug would help to analyze the problem > Have a nice day, -- glen From glen at delfi.ee Thu Oct 5 12:40:32 2006 From: glen at delfi.ee (Elan =?iso-8859-2?q?Ruusam=E4e?=) Date: Thu, 5 Oct 2006 13:40:32 +0300 Subject: SPECS: beryl-core.spec, beryl-plugins.spec, beryl-settings.spec, e... In-Reply-To: References: Message-ID: <200610051340.32427.glen@delfi.ee> On Thursday 05 October 2006 01:32, wolf wrote: > Author: wolf Date: Wed Oct 4 22:32:50 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - 20061004 > > ---- Files affected: > SPECS: > beryl-core.spec (1.3 -> 1.4) , beryl-plugins.spec (1.1 -> 1.2) , > beryl-settings.spec (1.2 -> 1.3) , emerald-themes.spec (1.1 -> 1.2) , > emerald.spec (1.2 -> 1.3) > > ---- Diffs: > > ================================================================ > Index: SPECS/beryl-core.spec > diff -u SPECS/beryl-core.spec:1.3 SPECS/beryl-core.spec:1.4 > --- SPECS/beryl-core.spec:1.3 Thu Oct 5 00:26:40 2006 > +++ SPECS/beryl-core.spec Thu Oct 5 00:32:45 2006 > @@ -2,12 +2,12 @@ > Summary: OpenGL window and compositing manager > Summary(pl): OpenGL-owy zarz?dca okien i sk?adania > Name: beryl-core > -Version: 0.1.0 > +Version: 20061004 > Release: 1 > License: MIT > Group: X11 > > Source0: http://distfiles.xgl-coffee.org/beryl-core/%{name}-%{version}.tar. >bz2 why snapshot in Version field? should use snapshot date in Release to avoid epoch bumps. http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/devel-hints-en.txt?rev=HEAD section "Package versions:" -- glen From wolf.pld at gmail.com Thu Oct 5 18:20:31 2006 From: wolf.pld at gmail.com (Bartosz Taudul) Date: Thu, 5 Oct 2006 18:20:31 +0200 Subject: SPECS: beryl-core.spec, beryl-plugins.spec, beryl-settings.spec, e... In-Reply-To: <200610051340.32427.glen@delfi.ee> References: <200610051340.32427.glen@delfi.ee> Message-ID: <20061005162031.GA3089@bajzel> On Thu, Oct 05, 2006 at 01:40:32PM +0300, Elan Ruusam?e wrote: > why snapshot in Version field? should use snapshot date in Release to avoid > epoch bumps. It was late and I was too lazy to do that, but eager to see the new eyecandy. BTW, everybody fears bumping epoch, but I don't recall anyone saying why it is bad. wolf -- Bartek . - B?dzie was obowi?zywa?o (...) Nie na jutro bro? bo?e, tylko Taudul : na pojutrze. .:.................................................................... w o l f @ p l d - l i n u x . o r g .:. http://wolf.valkyrie.one.pl/ From glen at delfi.ee Thu Oct 5 20:17:54 2006 From: glen at delfi.ee (Elan =?iso-8859-2?q?Ruusam=E4e?=) Date: Thu, 5 Oct 2006 21:17:54 +0300 Subject: SPECS: beryl-core.spec, beryl-plugins.spec, beryl-settings.spec, e... In-Reply-To: <20061005162031.GA3089@bajzel> References: <200610051340.32427.glen@delfi.ee> <20061005162031.GA3089@bajzel> Message-ID: <200610052117.54310.glen@delfi.ee> On Thursday 05 October 2006 19:20, Bartosz Taudul wrote: > On Thu, Oct 05, 2006 at 01:40:32PM +0300, Elan Ruusam?e wrote: > > why snapshot in Version field? should use snapshot date in Release to > > avoid epoch bumps. > > It was late and I was too lazy to do that, but eager to see the new > eyecandy. BTW, everybody fears bumping epoch, but I don't recall anyone > saying why it is bad. because you have to remember them, and have to always check what is the damn epoch. and if they change very rapidly you go nuts how to specify specific package version requirement. and later backtracing which epoch is needed to require version x.y.z goes difficult too. > wolf -- glen From zswi at pers.pl Thu Oct 5 23:36:16 2006 From: zswi at pers.pl (=?iso-8859-2?q?Rafa=B3_Cygnarowski?=) Date: Thu, 5 Oct 2006 23:36:16 +0200 Subject: SPECS: qt4.spec - Updated to 4.2.0 - Patches updated - debug-and-r... In-Reply-To: <200610051305.06066.glen@delfi.ee> References: <200610050519.02816.zswi@pers.pl> <200610051305.06066.glen@delfi.ee> Message-ID: <200610052336.16337.zswi@pers.pl> Dnia czwartek, 5 pa?dziernika 2006 12:05, Elan Ruusam?e napisa?: > probably copy > of /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus.debug would > help to analyze the problem No problem: http://www.pers.pl/qdbus.debug.stripped and original from build tree: http://www.pers.pl/qdbus.debug -- Rafa? Cygnarowski rafi at pers.pl From qboosh at pld-linux.org Thu Oct 5 23:52:32 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Thu, 5 Oct 2006 23:52:32 +0200 Subject: SPECS: qt4.spec - Updated to 4.2.0 - Patches updated - debug-and-r... In-Reply-To: <200610052336.16337.zswi@pers.pl> References: <200610050519.02816.zswi@pers.pl> <200610051305.06066.glen@delfi.ee> <200610052336.16337.zswi@pers.pl> Message-ID: <20061005215232.GA14821@fngna.oyu> On Thu, Oct 05, 2006 at 11:36:16PM +0200, Rafa? Cygnarowski wrote: > Dnia czwartek, 5 pa?dziernika 2006 12:05, Elan Ruusam?e napisa?: > > > probably copy > > of /home/users/pldcvs/tmp/qt4-4.2.0-root-pldcvs/usr/bin/qdbus.debug would > > help to analyze the problem > > No problem: > http://www.pers.pl/qdbus.debug.stripped > and original from build tree: > http://www.pers.pl/qdbus.debug It seems to be just debuginfo extracted from executable, not actual executable. These *.debug files shouldn't be installed. We have our own mechanisms to extract debuginfo. -- Jakub Bogusz http://qboosh.cs.net.pl/ From glen at delfi.ee Fri Oct 6 00:06:03 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Fri, 6 Oct 2006 01:06:03 +0300 Subject: gilbc 2.5 Message-ID: <200610060106.03282.glen@delfi.ee> does it have chance for AC? i mean if they dropped 2.4.x kernel support then the answer is certainly no :) -- glen From qboosh at pld-linux.org Fri Oct 6 00:39:53 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Fri, 6 Oct 2006 00:39:53 +0200 Subject: gilbc 2.5 In-Reply-To: <200610060106.03282.glen@delfi.ee> References: <200610060106.03282.glen@delfi.ee> Message-ID: <20061005223953.GA5399@fngna.oyu> On Fri, Oct 06, 2006 at 01:06:03AM +0300, Elan Ruusam?e wrote: > does it have chance for AC? No. > i mean if they dropped 2.4.x kernel support then the answer is certainly no :) "They" (i.e. Ulrich Drepper) dropped it before glibc 2.4. -- Jakub Bogusz http://qboosh.cs.net.pl/ From zswi at pers.pl Fri Oct 6 08:39:55 2006 From: zswi at pers.pl (=?iso-8859-2?q?Rafa=B3_Cygnarowski?=) Date: Fri, 6 Oct 2006 08:39:55 +0200 Subject: SPECS: qt4.spec - Updated to 4.2.0 - Patches updated - debug-and-r... In-Reply-To: <20061005215232.GA14821@fngna.oyu> References: <200610052336.16337.zswi@pers.pl> <20061005215232.GA14821@fngna.oyu> Message-ID: <200610060839.55166.zswi@pers.pl> Dnia czwartek, 5 pa?dziernika 2006 23:52, Jakub Bogusz napisa?: > > > > No problem: > > http://www.pers.pl/qdbus.debug.stripped > > and original from build tree: > > http://www.pers.pl/qdbus.debug > > It seems to be just debuginfo extracted from executable, not actual > executable. > These *.debug files shouldn't be installed. We have our own mechanisms > to extract debuginfo. I'll try to build it with -no-separate-debug-info - new configure option in Qt 4.2... -- Rafa? Cygnarowski rafi at pers.pl From ankry at green.mif.pg.gda.pl Fri Oct 6 09:09:25 2006 From: ankry at green.mif.pg.gda.pl (Andrzej Krzysztofowicz) Date: Fri, 6 Oct 2006 09:09:25 +0200 (CEST) Subject: SPECS: gnome-desktop.spec - package tk, ug, yo lang files (languag... In-Reply-To: from "grzegol" at Oct 06, 2006 12:08:11 AM Message-ID: <200610060709.k9679PIN004393@green.mif.pg.gda.pl> grzegol wrote: > > Author: grzegol Date: Thu Oct 5 22:08:11 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - package tk, ug, yo lang files (languages added in glibc-2.5) ^^^^ Is Yoruba also added? > -rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{tk,ug,yo} -- ======================================================================= Andrzej M. Krzysztofowicz ankry at mif.pg.gda.pl phone (48)(58) 347 14 61 Faculty of Applied Phys. & Math., Gdansk University of Technology From qboosh at pld-linux.org Fri Oct 6 09:15:23 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Fri, 6 Oct 2006 09:15:23 +0200 Subject: SPECS: gnome-desktop.spec - package tk, ug, yo lang files (languag... In-Reply-To: <200610060709.k9679PIN004393@green.mif.pg.gda.pl> References: <200610060709.k9679PIN004393@green.mif.pg.gda.pl> Message-ID: <20061006071522.GA17817@gruby.cs.net.pl> On Fri, Oct 06, 2006 at 09:09:25AM +0200, Andrzej Krzysztofowicz wrote: > grzegol wrote: > > > > Author: grzegol Date: Thu Oct 5 22:08:11 2006 GMT > > Module: SPECS Tag: HEAD > > ---- Log message: > > - package tk, ug, yo lang files (languages added in glibc-2.5) > ^^^^ > Is Yoruba also added? Yes, see glibc.spec:HEAD; I forgot to mention it on -devel-pl. -- Jakub Bogusz http://qboosh.cs.net.pl/ From sparky at pld-linux.org Fri Oct 6 19:34:12 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Fri, 6 Oct 2006 19:34:12 +0200 Subject: SOURCES: glibc-ppc-include-mathinline.patch (NEW) - fix build on P... In-Reply-To: References: Message-ID: <20061006173412.GA13884@pld-linux.org> On Fri, Oct 06, 2006 at 07:26:20PM +0200, sparky wrote: > Author: sparky Date: Fri Oct 6 17:26:20 2006 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - fix build on PowerPC I can't understand why build passed on th-ppc. For me on forge and gzowski it failed with same problem: ../sysdeps/powerpc/fpu/e_sqrt.c: In function '__ieee754_sqrt': ../sysdeps/powerpc/fpu/e_sqrt.c:173: error: '__CPU_HAS_FSQRT' undeclared (first use in this function) maybe th builder is not using appropiate setarch ? -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From pluto at agmk.net Sun Oct 8 11:16:49 2006 From: pluto at agmk.net (=?iso-8859-2?q?Pawe=B3_Sikora?=) Date: Sun, 8 Oct 2006 11:16:49 +0200 Subject: th, ruby blocks koffice In-Reply-To: <200604142146.45817.arekm@pld-linux.org> References: <200604142146.45817.arekm@pld-linux.org> Message-ID: <200610081116.49628.pluto@agmk.net> On Friday 14 April 2006 21:46, Arkadiusz Miskiewicz wrote: > Segmentation fault > ruby 1.8.4 (2005-12-24) [powerpc-linux] fixed now (threads disabled). koffice unblocked :) From qboosh at pld-linux.org Sun Oct 8 20:34:44 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Sun, 8 Oct 2006 20:34:44 +0200 Subject: SOURCES: glibc-ppc-include-mathinline.patch (NEW) - fix build on P... In-Reply-To: <20061006173412.GA13884@pld-linux.org> References: <20061006173412.GA13884@pld-linux.org> Message-ID: <20061008183444.GA23328@fngna.oyu> On Fri, Oct 06, 2006 at 07:34:12PM +0200, sparky at pld-linux.org wrote: > On Fri, Oct 06, 2006 at 07:26:20PM +0200, sparky wrote: > > Author: sparky Date: Fri Oct 6 17:26:20 2006 GMT > > Module: SOURCES Tag: HEAD > > ---- Log message: > > - fix build on PowerPC > > I can't understand why build passed on th-ppc. For me on forge and > gzowski it failed with same problem: > > ../sysdeps/powerpc/fpu/e_sqrt.c: In function '__ieee754_sqrt': > ../sysdeps/powerpc/fpu/e_sqrt.c:173: error: '__CPU_HAS_FSQRT' undeclared (first use in this function) > > maybe th builder is not using appropiate setarch ? No, in case of such issue __CPU_HAS_FSQRT would be just defined to 1. What flags did you use? -O0 or -Os? __USE_EXTERN_INLINES is defined in features.h with the following condition: #v+ /* Decide whether we can define 'extern inline' functions in headers. */ #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \ && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ # define __USE_EXTERN_INLINES 1 #endif #v- -- Jakub Bogusz http://qboosh.cs.net.pl/ From sparky at pld-linux.org Sun Oct 8 21:24:58 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Sun, 8 Oct 2006 21:24:58 +0200 Subject: SOURCES: glibc-ppc-include-mathinline.patch (NEW) - fix build on P... In-Reply-To: <20061008183444.GA23328@fngna.oyu> References: <20061006173412.GA13884@pld-linux.org> <20061008183444.GA23328@fngna.oyu> Message-ID: <20061008192458.GA11914@pld-linux.org> On Sun, Oct 08, 2006 at 08:34:44PM +0200, Jakub Bogusz wrote: > On Fri, Oct 06, 2006 at 07:34:12PM +0200, sparky at pld-linux.org wrote: > > On Fri, Oct 06, 2006 at 07:26:20PM +0200, sparky wrote: > > > Author: sparky Date: Fri Oct 6 17:26:20 2006 GMT > > > Module: SOURCES Tag: HEAD > > > ---- Log message: > > > - fix build on PowerPC > > > > I can't understand why build passed on th-ppc. For me on forge and > > gzowski it failed with same problem: > > > > ../sysdeps/powerpc/fpu/e_sqrt.c: In function '__ieee754_sqrt': > > ../sysdeps/powerpc/fpu/e_sqrt.c:173: error: '__CPU_HAS_FSQRT' undeclared (first use in this function) > > > > maybe th builder is not using appropiate setarch ? > > No, in case of such issue __CPU_HAS_FSQRT would be just defined to 1. > > What flags did you use? -O0 or -Os? > __USE_EXTERN_INLINES is defined in features.h with the following condition: > > #v+ > /* Decide whether we can define 'extern inline' functions in headers. */ > #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \ > && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ > # define __USE_EXTERN_INLINES 1 > #endif > #v- I see. I was using -Os. But my fix is probably not the best one, perhaps __CPU_HAS_FSQRT definicions should be moved somewere else (to math.h) ? -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From qboosh at pld-linux.org Sun Oct 8 21:52:27 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Sun, 8 Oct 2006 21:52:27 +0200 Subject: SOURCES: glibc-ppc-include-mathinline.patch (NEW) - fix build on P... In-Reply-To: <20061008192458.GA11914@pld-linux.org> References: <20061006173412.GA13884@pld-linux.org> <20061008183444.GA23328@fngna.oyu> <20061008192458.GA11914@pld-linux.org> Message-ID: <20061008195227.GD23328@fngna.oyu> On Sun, Oct 08, 2006 at 09:24:58PM +0200, sparky at pld-linux.org wrote: > On Sun, Oct 08, 2006 at 08:34:44PM +0200, Jakub Bogusz wrote: > > On Fri, Oct 06, 2006 at 07:34:12PM +0200, sparky at pld-linux.org wrote: > > > On Fri, Oct 06, 2006 at 07:26:20PM +0200, sparky wrote: > > > > Author: sparky Date: Fri Oct 6 17:26:20 2006 GMT > > > > Module: SOURCES Tag: HEAD > > > > ---- Log message: > > > > - fix build on PowerPC > > > > > > I can't understand why build passed on th-ppc. For me on forge and > > > gzowski it failed with same problem: > > > > > > ../sysdeps/powerpc/fpu/e_sqrt.c: In function '__ieee754_sqrt': > > > ../sysdeps/powerpc/fpu/e_sqrt.c:173: error: '__CPU_HAS_FSQRT' undeclared (first use in this function) > > > > > > maybe th builder is not using appropiate setarch ? > > > > No, in case of such issue __CPU_HAS_FSQRT would be just defined to 1. > > > > What flags did you use? -O0 or -Os? > > __USE_EXTERN_INLINES is defined in features.h with the following condition: > > > > #v+ > > /* Decide whether we can define 'extern inline' functions in headers. */ > > #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \ > > && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__ > > # define __USE_EXTERN_INLINES 1 > > #endif > > #v- > > I see. I was using -Os. > But my fix is probably not the best one, __USE_EXTERN_INLINES shouldn't be defined when compiling with -Os > perhaps __CPU_HAS_FSQRT > definicions should be moved somewere else (to math.h) ? Not , as it's system-independent file. Maybe . You can try to report it to . But it's likely you'll get some "only -O2 is supported for glibc compilation" reply. -- Jakub Bogusz http://qboosh.cs.net.pl/ From arekm at pld-linux.org Tue Oct 10 20:41:34 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Tue, 10 Oct 2006 20:41:34 +0200 Subject: SOURCES: mysql.init - drop "-p" from banne In-Reply-To: References: Message-ID: <200610102041.34733.arekm@pld-linux.org> On Tuesday 10 October 2006 20:28, blues wrote: > Author: blues Date: Tue Oct 10 18:28:56 2006 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - drop "-p" from banne Does it work for you? Here starting from some mysql version when -p was missed it was returning ,,access denied'' while when -p was specified and you just hit enter (empty password) it worked correctly. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From blues at pld-linux.org Tue Oct 10 21:41:39 2006 From: blues at pld-linux.org (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Tue, 10 Oct 2006 21:41:39 +0200 (CEST) Subject: SOURCES: mysql.init - drop "-p" from banne In-Reply-To: <200610102041.34733.arekm@pld-linux.org> References: <200610102041.34733.arekm@pld-linux.org> Message-ID: On Tue, 10 Oct 2006, Arkadiusz Miskiewicz wrote: > > Author: blues Date: Tue Oct 10 18:28:56 2006 GMT > > Module: SOURCES Tag: HEAD > > ---- Log message: > > - drop "-p" from banne > Does it work for you? Here starting from some mysql version when -p was > missed it was returning ,,access denied'' while when -p was specified > and you just hit enter (empty password) it worked correctly. At least: /usr/bin/mysqladmin -u mysql -S $MYSQL_SOCKET password 'password' worked. With "-p" mysql was asking for password... -- pozdr. Pawe? Go?aszewski jid:bluesjabbergdapl -------------------------------------------------------------------------- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Pro-Logic Surround Sound with Bass Boost and all the music is free. From glen at delfi.ee Tue Oct 10 23:45:17 2006 From: glen at delfi.ee (Elan =?iso-8859-2?q?Ruusam=E4e?=) Date: Wed, 11 Oct 2006 00:45:17 +0300 Subject: SOURCES: mysql.init - drop "-p" from banne In-Reply-To: <200610102041.34733.arekm@pld-linux.org> References: <200610102041.34733.arekm@pld-linux.org> Message-ID: <200610110045.17263.glen@delfi.ee> On Tuesday 10 October 2006 21:41, Arkadiusz Miskiewicz wrote: > On Tuesday 10 October 2006 20:28, blues wrote: > > Author: blues Date: Tue Oct 10 18:28:56 2006 GMT > > Module: SOURCES Tag: HEAD > > ---- Log message: > > - drop "-p" from banne > > Does it work for you? Here starting from some mysql version when -p was > missed it was returning ,,access denied'' while when -p was specified and > you just hit enter (empty password) it worked correctly. usually i have: $ cat ~/.my.cnf [client] user=mysql -- glen From sparky at pld-linux.org Wed Oct 11 10:58:48 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Wed, 11 Oct 2006 10:58:48 +0200 Subject: SPECS: mbootpack.spec (NEW) - initial SPEC In-Reply-To: References: Message-ID: <20061011085848.GA22467@pld-linux.org> On Wed, Oct 11, 2006 at 09:18:45AM +0200, grzegorz wrote: > Author: grzegorz Date: Wed Oct 11 07:18:44 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - initial SPEC > +This is a tool that takes a multiboot kernel and modules (e.g. a Xen > +VMM, linux kernel and initrd), and packages them up as a single file > +that looks like a bzImage linux kernel. The aim is to allow you to ^^^^^^^ EA: %{x86} is missing -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From glen at delfi.ee Wed Oct 11 11:12:21 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Wed, 11 Oct 2006 12:12:21 +0300 Subject: Fwd: ERRORS: mysql.spec Message-ID: <200610111212.22176.glen@delfi.ee> please someone help with alpha access/knowledge ---------- Forwarded Message ---------- Subject: ERRORS: mysql.spec Date: Wednesday 11 October 2006 03:49 From: PLD ac-alpha builder To: glen at pld-linux.org Cc: pld-logs-builder at lists.pld-linux.org mysql.spec (AC-branch): FAILED --- mysql.spec:AC-branch: Build-Time: user:3360.58s sys:302.86s real:4339.65s (faults io:0 non-io:0) *** buildlog for mysql.spec request from: glen started at: Wed Oct 11 01:36:52 2006 fetching http://ep09.pld-linux.org/~buildsrc/srpms/7b065c50-4685-4ca2-a525-a3d0f0c693 dc/mysql-5.0.26-2.src.rpm fetched 25848362 bytes, 174.4 K/s installing srpm: mysql-5.0.26-2.src.rpm checking BR no BR needed building RPM using: cd rpm/SPECS; TMPDIR=/tmp/B.7f3518 nice -n 0 rpmbuild -bb --target alpha-pld-linux mysql.spec Building target platforms: alpha-pld-linux Building for target alpha-pld-linux Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.42841 + umask 022 + cd /home/users/builder/rpm/BUILD + LANG=C + export LANG + unset DISPLAY + : + unset LINGUAS + : + cd /home/users/builder/rpm/BUILD + rm -rf mysql-5.0.26 + /bin/gzip -dc /home/users/builder/rpm/SOURCES/mysql-5.0.26.tar.gz + tar -xf - + STATUS=0 + [ 0 -ne 0 ] + cd mysql-5.0.26 + /bin/id -u + [ 401 = 0 ] + true . + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo Patch #0 (mysql-libs.patch): Patch #0 (mysql-libs.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-libs.patch + echo Patch #2 (mysql-c++.patch): Patch #2 (mysql-c++.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-c++.patch + echo Patch #3 (mysql-info.patch): Patch #3 (mysql-info.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-info.patch + echo Patch #4 (mysql-sql-cxx-pic.patch): Patch #4 (mysql-sql-cxx-pic.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-sql-cxx-pic.patch + echo Patch #10 (mysql-alpha.patch): Patch #10 (mysql-alpha.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-alpha.patch + echo Patch #5 (mysql-noproc.patch): Patch #5 (mysql-noproc.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-noproc.patch + echo Patch #6 (mysql-fix_privilege_tables.patch): Patch #6 (mysql-fix_privilege_tables.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-fix_privilege_tables.patch + echo Patch #7 (mysql-align.patch): Patch #7 (mysql-align.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-align.patch + echo Patch #8 (mysql-client-config.patch): Patch #8 (mysql-client-config.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-client-config.patch + echo Patch #9 (mysql-build.patch): Patch #9 (mysql-build.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-build.patch + echo Patch #11 (mysql-ndb-ldflags.patch): Patch #11 (mysql-ndb-ldflags.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-ndb-ldflags.patch + echo Patch #12 (mysql-bug-20153.patch): Patch #12 (mysql-bug-20153.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-bug-20153.patch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.93912 + umask 022 + cd /home/users/builder/rpm/BUILD + cd mysql-5.0.26 + LANG=C + export LANG + unset DISPLAY + : + unset LINGUAS + : + libtoolize --copy --force Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' + aclocal + automake -a -c -f --foreign + autoconf + CXXFLAGS=-O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer + CFLAGS=-O2 -mieee -fomit-frame-pointer + ./configure LDFLAGS= CFLAGS=-O2 -mieee -fomit-frame-pointer CXXFLAGS=-O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer FFLAGS=-O2 -mieee CPPFLAGS= CC=alpha-pld-linux-gcc CXX=alpha-pld-linux-g++ --host=alpha-pld-linux --build=alpha-pld-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/sbin --localstatedir=/var/lib/mysql --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-libraries=/usr/X11R6/lib PS=/bin/ps FIND_PROC=/bin/ps p $$PID KILL=/bin/kill CHECK_PID=/bin/kill -0 $$PID --enable-assembler --enable-largefile=yes --enable-shared --enable-static --enable-thread-safe-client --without-berkeley-db --with-innodb --with-raid --with-openssl --with-libwrap --with-big-tables --with-comment=PLD Linux Distribution MySQL RPM --without-debug --without-ndb-debug --with-embedded-server --with-extra-cha rsets=all --with-low-memory --with-mysqld-user=mysql --with-named-curses-libs=-lncurses --with-named-thread-libs=-lpthread --with-unix-socket-path=/var/lib/mysql/mysql.sock --with-archive-storage-engine --with-vio --with-ndbcluster --without-readline --without-libedit --without-docs checking build system type... alpha-pld-linux-gnu checking host system type... alpha-pld-linux-gnu checking target system type... alpha-pld-linux-gnu [...] if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT derror.o -MD -MP -MF ".deps/derror.Tpo" -c -o derror.o derror.cc; \ then mv -f ".deps/derror.Tpo" ".deps/derror.Po"; else rm -f ".deps/derror.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_acl.o -MD -MP -MF ".deps/sql_acl.Tpo" -c -o sql_acl.o sql_acl.cc; \ then mv -f ".deps/sql_acl.Tpo" ".deps/sql_acl.Po"; else rm -f ".deps/sql_acl.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT unireg.o -MD -MP -MF ".deps/unireg.Tpo" -c -o unireg.o unireg.cc; \ then mv -f ".deps/unireg.Tpo" ".deps/unireg.Po"; else rm -f ".deps/unireg.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT des_key_file.o -MD -MP -MF ".deps/des_key_file.Tpo" -c -o des_key_file.o des_key_file.cc; \ then mv -f ".deps/des_key_file.Tpo" ".deps/des_key_file.Po"; else rm -f ".deps/des_key_file.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT discover.o -MD -MP -MF ".deps/discover.Tpo" -c -o discover.o discover.cc; \ then mv -f ".deps/discover.Tpo" ".deps/discover.Po"; else rm -f ".deps/discover.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT time.o -MD -MP -MF ".deps/time.Tpo" -c -o time.o time.cc; \ then mv -f ".deps/time.Tpo" ".deps/time.Po"; else rm -f ".deps/time.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT opt_range.o -MD -MP -MF ".deps/opt_range.Tpo" -c -o opt_range.o opt_range.cc; \ then mv -f ".deps/opt_range.Tpo" ".deps/opt_range.Po"; else rm -f ".deps/opt_range.Tpo"; exit 1; fi opt_range.cc: In function `SEL_TREE* get_mm_tree(PARAM*, COND*)': opt_range.cc:4002: warning: cast to pointer from integer of different size if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT opt_sum.o -MD -MP -MF ".deps/opt_sum.Tpo" -c -o opt_sum.o opt_sum.cc; \ then mv -f ".deps/opt_sum.Tpo" ".deps/opt_sum.Po"; else rm -f ".deps/opt_sum.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT records.o -MD -MP -MF ".deps/records.Tpo" -c -o records.o records.cc; \ then mv -f ".deps/records.Tpo" ".deps/records.Po"; else rm -f ".deps/records.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT filesort.o -MD -MP -MF ".deps/filesort.Tpo" -c -o filesort.o filesort.cc; \ then mv -f ".deps/filesort.Tpo" ".deps/filesort.Po"; else rm -f ".deps/filesort.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT handler.o -MD -MP -MF ".deps/handler.Tpo" -c -o handler.o handler.cc; \ then mv -f ".deps/handler.Tpo" ".deps/handler.Po"; else rm -f ".deps/handler.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_heap.o -MD -MP -MF ".deps/ha_heap.Tpo" -c -o ha_heap.o ha_heap.cc; \ then mv -f ".deps/ha_heap.Tpo" ".deps/ha_heap.Po"; else rm -f ".deps/ha_heap.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_myisam.o -MD -MP -MF ".deps/ha_myisam.Tpo" -c -o ha_myisam.o ha_myisam.cc; \ then mv -f ".deps/ha_myisam.Tpo" ".deps/ha_myisam.Po"; else rm -f ".deps/ha_myisam.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_myisammrg.o -MD -MP -MF ".deps/ha_myisammrg.Tpo" -c -o ha_myisammrg.o ha_myisammrg.cc; \ then mv -f ".deps/ha_myisammrg.Tpo" ".deps/ha_myisammrg.Po"; else rm -f ".deps/ha_myisammrg.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_berkeley.o -MD -MP -MF ".deps/ha_berkeley.Tpo" -c -o ha_berkeley.o ha_berkeley.cc; \ then mv -f ".deps/ha_berkeley.Tpo" ".deps/ha_berkeley.Po"; else rm -f ".deps/ha_berkeley.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_innodb.o -MD -MP -MF ".deps/ha_innodb.Tpo" -c -o ha_innodb.o ha_innodb.cc; \ then mv -f ".deps/ha_innodb.Tpo" ".deps/ha_innodb.Po"; else rm -f ".deps/ha_innodb.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_ndbcluster.o -MD -MP -MF ".deps/ha_ndbcluster.Tpo" -c -o ha_ndbcluster.o ha_ndbcluster.cc; \ then mv -f ".deps/ha_ndbcluster.Tpo" ".deps/ha_ndbcluster.Po"; else rm -f ".deps/ha_ndbcluster.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_db.o -MD -MP -MF ".deps/sql_db.Tpo" -c -o sql_db.o sql_db.cc; \ then mv -f ".deps/sql_db.Tpo" ".deps/sql_db.Po"; else rm -f ".deps/sql_db.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_table.o -MD -MP -MF ".deps/sql_table.Tpo" -c -o sql_table.o sql_table.cc; \ then mv -f ".deps/sql_table.Tpo" ".deps/sql_table.Po"; else rm -f ".deps/sql_table.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_rename.o -MD -MP -MF ".deps/sql_rename.Tpo" -c -o sql_rename.o sql_rename.cc; \ then mv -f ".deps/sql_rename.Tpo" ".deps/sql_rename.Po"; else rm -f ".deps/sql_rename.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_crypt.o -MD -MP -MF ".deps/sql_crypt.Tpo" -c -o sql_crypt.o sql_crypt.cc; \ then mv -f ".deps/sql_crypt.Tpo" ".deps/sql_crypt.Po"; else rm -f ".deps/sql_crypt.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_load.o -MD -MP -MF ".deps/sql_load.Tpo" -c -o sql_load.o sql_load.cc; \ then mv -f ".deps/sql_load.Tpo" ".deps/sql_load.Po"; else rm -f ".deps/sql_load.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT mf_iocache.o -MD -MP -MF ".deps/mf_iocache.Tpo" -c -o mf_iocache.o mf_iocache.cc; \ then mv -f ".deps/mf_iocache.Tpo" ".deps/mf_iocache.Po"; else rm -f ".deps/mf_iocache.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT field_conv.o -MD -MP -MF ".deps/field_conv.Tpo" -c -o field_conv.o field_conv.cc; \ then mv -f ".deps/field_conv.Tpo" ".deps/field_conv.Po"; else rm -f ".deps/field_conv.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_show.o -MD -MP -MF ".deps/sql_show.Tpo" -c -o sql_show.o sql_show.cc; \ then mv -f ".deps/sql_show.Tpo" ".deps/sql_show.Po"; else rm -f ".deps/sql_show.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_udf.o -MD -MP -MF ".deps/sql_udf.Tpo" -c -o sql_udf.o sql_udf.cc; \ then mv -f ".deps/sql_udf.Tpo" ".deps/sql_udf.Po"; else rm -f ".deps/sql_udf.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_analyse.o -MD -MP -MF ".deps/sql_analyse.Tpo" -c -o sql_analyse.o sql_analyse.cc; \ then mv -f ".deps/sql_analyse.Tpo" ".deps/sql_analyse.Po"; else rm -f ".deps/sql_analyse.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_cache.o -MD -MP -MF ".deps/sql_cache.Tpo" -c -o sql_cache.o sql_cache.cc; \ then mv -f ".deps/sql_cache.Tpo" ".deps/sql_cache.Po"; else rm -f ".deps/sql_cache.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT slave.o -MD -MP -MF ".deps/slave.Tpo" -c -o slave.o slave.cc; \ then mv -f ".deps/slave.Tpo" ".deps/slave.Po"; else rm -f ".deps/slave.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_repl.o -MD -MP -MF ".deps/sql_repl.Tpo" -c -o sql_repl.o sql_repl.cc; \ then mv -f ".deps/sql_repl.Tpo" ".deps/sql_repl.Po"; else rm -f ".deps/sql_repl.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_union.o -MD -MP -MF ".deps/sql_union.Tpo" -c -o sql_union.o sql_union.cc; \ then mv -f ".deps/sql_union.Tpo" ".deps/sql_union.Po"; else rm -f ".deps/sql_union.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_derived.o -MD -MP -MF ".deps/sql_derived.Tpo" -c -o sql_derived.o sql_derived.cc; \ then mv -f ".deps/sql_derived.Tpo" ".deps/sql_derived.Po"; else rm -f ".deps/sql_derived.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT client.o -MD -MP -MF ".deps/client.Tpo" -c -o client.o client.c; \ then mv -f ".deps/client.Tpo" ".deps/client.Po"; else rm -f ".deps/client.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_client.o -MD -MP -MF ".deps/sql_client.Tpo" -c -o sql_client.o sql_client.cc; \ then mv -f ".deps/sql_client.Tpo" ".deps/sql_client.Po"; else rm -f ".deps/sql_client.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT mini_client_errors.o -MD -MP -MF ".deps/mini_client_errors.Tpo" -c -o mini_client_errors.o mini_client_errors.c; \ then mv -f ".deps/mini_client_errors.Tpo" ".deps/mini_client_errors.Po"; else rm -f ".deps/mini_client_errors.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT pack.o -MD -MP -MF ".deps/pack.Tpo" -c -o pack.o pack.c; \ then mv -f ".deps/pack.Tpo" ".deps/pack.Po"; else rm -f ".deps/pack.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT stacktrace.o -MD -MP -MF ".deps/stacktrace.Tpo" -c -o stacktrace.o stacktrace.c; \ then mv -f ".deps/stacktrace.Tpo" ".deps/stacktrace.Po"; else rm -f ".deps/stacktrace.Tpo"; exit 1; fi stacktrace.c: In function `print_stacktrace': stacktrace.c:189: error: `SIGRETURN_FRAME_COUNT' undeclared (first use in this function) stacktrace.c:189: error: (Each undeclared identifier is reported only once stacktrace.c:189: error: for each function it appears in.) make[4]: *** [stacktrace.o] Error 1 make[4]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.93912 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.93912 (%build) error: No files produced. Begin-PLD-Builder-Info Build-Time: user:3360.58s sys:302.86s real:4339.65s (faults io:0 non-io:0) End-PLD-Builder-Info ------------------------------------------------------- -- glen -- glen From sparky at pld-linux.org Thu Oct 12 19:55:07 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Thu, 12 Oct 2006 19:55:07 +0200 Subject: SOURCES: ktorrent-znow.patch (NEW) - -z now not recognized on ppc ... In-Reply-To: References: Message-ID: <20061012175507.GA14001@pld-linux.org> On Thu, Oct 12, 2006 at 07:37:29PM +0200, glen wrote: > Author: glen Date: Thu Oct 12 17:37:29 2006 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - -z now not recognized on ppc and alpha > +-LDFLAGS="$LDFLAGS -Wl -z now" libtool script is changing order of arguments depending on what it thinks they are, so using spaces in this case is totaly incorrect because -Wl is treated like linker flag, -z probably as compiler flag and 'now' as object file AC binutils have -z now option on ppc: $ ld --help | egrep 'elf32ppc.*:|-z now' elf32ppclinux: -z now Mark object non-lazy runtime binding elf32ppc: -z now Mark object non-lazy runtime binding elf32ppcsim: -z now Mark object non-lazy runtime binding $ rpm -qf /usr/bin/ld binutils-2.15.94.0.2.2-2 try: LDFLAGS="$LDFLAGS -Wl,-z,now" or: LDFLAGS="$LDFLAGS -Wl,-z -Wl,now" -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From sparky at pld-linux.org Thu Oct 12 19:56:26 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Thu, 12 Oct 2006 19:56:26 +0200 Subject: SPECS: einstein.spec (NEW) - new In-Reply-To: References: Message-ID: <20061012175626.GB14001@pld-linux.org> On Thu, Oct 12, 2006 at 06:45:05PM +0200, lisu wrote: > Author: lisu Date: Thu Oct 12 16:45:05 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - new > +BuildRequires: SDL_mixer-devel > +BuildRequires: SDL_ttf-devel > +%description > +The game goal is to open all cards in square of 6x6 cards. For this, a number of hints describing relations between card positions are given. > + > +%description -l pl > +Celem gry jest ods?oni?cie wszystkich kart w kwadracie 6x6 za pomoc? podpowiedzi opisuj?cych relacje pomi?dzy poszczeg?lnymi kartami. try to adapterize it next time -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From qboosh at pld-linux.org Thu Oct 12 20:30:49 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Thu, 12 Oct 2006 20:30:49 +0200 Subject: Fwd: ERRORS: mysql.spec In-Reply-To: <200610111212.22176.glen@delfi.ee> References: <200610111212.22176.glen@delfi.ee> Message-ID: <20061012183049.GA14091@fngna.oyu> On Wed, Oct 11, 2006 at 12:12:21PM +0300, Elan Ruusam?e wrote: > please someone help with alpha access/knowledge Actually not alpha, just recent changes of this file. > else rm -f ".deps/stacktrace.Tpo"; exit 1; fi stacktrace.c: In function > `print_stacktrace': > stacktrace.c:189: error: `SIGRETURN_FRAME_COUNT' undeclared (first use in > this function) stacktrace.c:189: error: (Each undeclared identifier is > reported only once stacktrace.c:189: error: for each function it appears > in.) s/SIGRETURN_FRAME_COUNT/sigreturn_frame_count/ in sql/stacktrace.c They updated x86* code, but forgot to do so with alpha fragment. -- Jakub Bogusz http://qboosh.cs.net.pl/ From blues at pld-linux.org Fri Oct 13 14:38:27 2006 From: blues at pld-linux.org (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Fri, 13 Oct 2006 14:38:27 +0200 (CEST) Subject: [ooo-announce] [pr] FINAL: OpenOffice.org 2.0.4 Is Here.... And It's Our Birthday! (fwd) Message-ID: -- pozdr. Pawe? Go?aszewski jid:bluesjabbergdapl -------------------------------------------------------------------------- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Pro-Logic Surround Sound with Bass Boost and all the music is free. ---------- Forwarded message ---------- Date: Fri, 13 Oct 2006 07:57:20 -0400 From: Louis Suarez-Potts Reply-To: announce at openoffice.org To: announce at openoffice.org, users at openoffice.org, dev at openoffice.org Cc: discuss at openoffice.org, dev at native-lang.openoffice.org X-Mailer: Apple Mail (2.752.2) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.1.1 Subject: [ooo-announce] [pr] FINAL: OpenOffice.org 2.0.4 Is Here.... And It's Our Birthday! All, This is Friday 13 October and the day marks two important events: the immediate availability of OpenOffice.org 2.0.4 and our sixth anniversary. First things first. OpenOffice.org 2.0.4 is ready for download now. It is a significant release and recommended for all. As with all OpenOffice.org releases, it runs natively on Windows, Linux, Solaris, Mac OS X (X11) and many other platforms; and it probably runs in your language. Check with your favourite Native Language Project to see if the application is available today. New features, bugfixes, and improvements include: * Enhanced PDF management * Direct export to LaTex * Nested queries in Base * New functionality in Calc and Impress * Mac OS X (X11) uses system fonts * And a lot more... But the most important is our improved use of extensions. We've been very busy here, and have succeeded in making it easier for developers of any level to create extensions (aka "packages") for OpenOffice.org. With 2.0.4, a new door to the future is opened: Developers everywhere are invited to start writing extensions! To learn more, visit our Extensions Project, http://extensions.openoffice.org/. Download the application now, start using it immediately, and write extensions tomorrow. * Download: http://downloads.openoffice.org/2.0.4/ * Release Notes: http://development.openoffice.org/releases/2.0.4.html And now our anniversary. Six years ago today, OpenOffice.org was launched as an open-source project. Wikipedia [0] has an excellent timeline, and in the last OOoCon we presented on the State of the Project [1], but the basic fact is that in the last six years we have helped shape a new world. Tens of millions of people use OpenOffice.org daily; governments have or are considering mandating it or its open-standard file format, the OpenDocument format, or ODF; and all have saved hundreds of millions of dollars and taken significant steps to ensuring that data is not lost to proprietary technologies. No small accomplishment. If you want to participate in this huge and peaceful movement for a better world, join us, spread the word, help us and yourself out. Build your world with OpenOffice.org. -The OpenOffice.org Team [0] http://en.wikipedia.org/wiki/OpenOffice.org [1] http://www.openoffice.org/editorial/state_of_the_project_year_6.html About OpenOffice.org The OpenOffice.org Community is an international team of volunteer and sponsored contributors who develop, support, and promote the leading open-source office productivity suite, OpenOffice.org(R). OpenOffice.org supports the Open Document Format for Office Applications (OpenDocument) OASIS Standard (ISO/IEC 26300) as well as legacy industry file formats and is available on major computing platforms in over 65 languages. OpenOffice.org is provided under the GNU Lesser General Public Licence (LGPL). The OpenOffice.org Community acknowledges generous sponsorship from a number of companies, including Sun Microsystems, the founding sponsor and primary contributor. Links The OpenOffice.org Project can be found at http://www.openoffice.org The OpenOffice.org office productivity suite may be downloaded free of charge from http://download.openoffice.org Further information about the suite may be found at http://www.openoffice.org/product Press Contacts John McCreesh (UTC +01h00) OpenOffice.org Marketing Project Lead jpmcc at openoffice.org +44 (0)7 810 278 540 Cristian Driga (UTC +0200) OpenOffice.org Marketing Project Co-Lead cdriga at openoffice.org +40 7887 000 60 Louis Suarez-Potts (UTC -04h00) OpenOffice.org Community Manager louis at openoffice.org +1 (416) 625 3843 Worldwide Marketing Contacts http://marketing.openoffice.org/contacts.html --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscribe at marketing.openoffice.org For additional commands, e-mail: pr-help at marketing.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: announce-unsubscribe at openoffice.org For additional commands, e-mail: announce-help at openoffice.org From qboosh at pld-linux.org Fri Oct 13 21:40:51 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Fri, 13 Oct 2006 21:40:51 +0200 Subject: apache vs autoconf 2.60 Message-ID: <20061013194051.GA9923@fngna.oyu> apache suffers from some problem with autoconf 2.60 related to expansion of path variables passed in layout file. config_vars.mk made by configure generated by autoconf 2.59 contains (ac-amd64, so with lib64): bindir = /usr/bin sbindir = /usr/sbin cgidir = ${prefix}/lib/cgi-bin/apache logfiledir = /var/log/httpd exec_prefix = /usr datadir = /home/services/httpd localstatedir = /var mandir = /usr/share/man libdir = /usr/lib64 libexecdir = /usr/lib64/apache htdocsdir = ${datadir}/html manualdir = ${datadir}/manual includedir = /usr/include/apache errordir = ${datadir}/error iconsdir = ${datadir}/icons sysconfdir = /etc/httpd installbuilddir = ${libexecdir}/build runtimedir = /var/run proxycachedir = /var/cache/httpd other_targets = suexec progname = httpd.prefork prefix = /usr and made by configure generated by autoconf 2.60: bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin cgidir = ${prefix}/lib/cgi-bin/apache logfiledir = /var/log/httpd exec_prefix = ${prefix} datadir = /home/services/httpd localstatedir = /var/lib/httpd mandir = /usr/share/man libdir = ${exec_prefix}/lib libexecdir = ${libdir}/apache htdocsdir = ${datadir}/html manualdir = ${datadir}/manual includedir = ${prefix}/include/apache errordir = ${datadir}/error iconsdir = ${datadir}/icons sysconfdir = /etc/httpd installbuilddir = ${libexecdir}/build runtimedir = /var/run proxycachedir = /var/cache/httpd other_targets = suexec progname = httpd.prefork prefix = /usr In the second case apxs have some problems when querying for paths: $ /usr/sbin/apxs -q libdir Use of uninitialized value in concatenation (.) or string at /usr/sbin/apxs line 237. /usr/lib $ /usr/sbin/apxs -q libexecdir Use of uninitialized value in concatenation (.) or string at /usr/sbin/apxs line 237. Use of uninitialized value in concatenation (.) or string at /usr/sbin/apxs line 237. (the answer is the third line, i.e. empty string; it breaks build of e.g. libapreq2 or subversion) Also, with autoconf 2.60 libdir (and thus libexecdir) is expanded using only PLD layout file, i.e. using libdir=${exec_prefix}/lib, so on x86_64 apache installs in /usr/lib/apache and package doesn't even build. With autoconf 2.59 libdir setting from PLD layout is ignored. What to do? IMO the simplest way to resolve it is to use absolute paths in all variables in PLD layout and use sed to change /lib into /{_lib} at %prep stage. Any better ideas? -- Jakub Bogusz http://qboosh.cs.net.pl/ From pluto at agmk.net Fri Oct 13 21:49:09 2006 From: pluto at agmk.net (=?utf-8?q?Pawe=C5=82_Sikora?=) Date: Fri, 13 Oct 2006 21:49:09 +0200 Subject: th-i686, malfuncition. Message-ID: <200610132149.09530.pluto@agmk.net> currently, all th-i686 accesses fail. $ sudo chroot ~/chroot-th-i686/ su - * FATAL: kernel too old $ last | grep "system boot" | tail reboot system boot 2.6.8-3-686-smp Thu Oct 12 16:09 (1+05:22) reboot system boot 2.6.17-2-vserver Thu Oct 5 12:49 (7+02:18) default 2.6.17 would be nice. From adamg at biomerieux.pl Sat Oct 14 19:34:29 2006 From: adamg at biomerieux.pl (Adam =?iso-8859-2?Q?Go=B3=EAbiowski?=) Date: Sat, 14 Oct 2006 19:34:29 +0200 Subject: [ac] unsatisfied deps in main Message-ID: <20061014173429.GA9908@mysza.eu.org> $ poldek -s . -V Loading [pndir]/home/services/ftp/pld/dists/2.0/PLD/[...]/packages.ndir.gz... Przeczytano 13503 pakiety Verifying dependencies... b??d: amarok-1.4.3-1: req libmtp.so.3 not found b??d: dotnet-gecko-sharp-0.6-5: req mozilla-embedded not found b??d: blam-1.6.1-1: req mozilla not found b??d: blam-1.6.1-1: req mozilla-embedded not found b??d: dotnet-gecko-sharp2-0.11-4: req mozilla-embedded not found b??d: kdenetwork-kopete-protocol-meanwhile-3.5.4-1: req libmeanwhile.so.0 not found b??d: mozilla-plugin-gxmlviewer-1.2.0-5: req mozilla-embedded not found b??d: qdvdauthor-0.1.3-1: req dvd-slideshow >= 0.6.0 not found b??d: skipstone-0.9.3-13: req mozilla-embedded(gtk2) >= 5:1.7 not found b??d: skipstone-0.9.3-13: req mozilla-embedded(gtk2) = 5:1.7.13 not found 10 unsatisfied dependencies found -- http://www.mysza.eu.org/ | Everybody needs someone sure, someone true, PLD Linux developer | Everybody needs some solid rock, I know I do. From qboosh at pld-linux.org Sat Oct 14 19:55:04 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Sat, 14 Oct 2006 19:55:04 +0200 Subject: [ac] unsatisfied deps in main In-Reply-To: <20061014173429.GA9908@mysza.eu.org> References: <20061014173429.GA9908@mysza.eu.org> Message-ID: <20061014175504.GA20880@fngna.oyu> On Sat, Oct 14, 2006 at 07:34:29PM +0200, Adam Go??biowski wrote: > $ poldek -s . -V > Loading [pndir]/home/services/ftp/pld/dists/2.0/PLD/[...]/packages.ndir.gz... > Przeczytano 13503 pakiety > Verifying dependencies... > b??d: amarok-1.4.3-1: req libmtp.so.3 not found > b??d: dotnet-gecko-sharp-0.6-5: req mozilla-embedded not found > b??d: blam-1.6.1-1: req mozilla not found > b??d: blam-1.6.1-1: req mozilla-embedded not found > b??d: dotnet-gecko-sharp2-0.11-4: req mozilla-embedded not found > b??d: kdenetwork-kopete-protocol-meanwhile-3.5.4-1: req libmeanwhile.so.0 not found > b??d: mozilla-plugin-gxmlviewer-1.2.0-5: req mozilla-embedded not found > b??d: qdvdauthor-0.1.3-1: req dvd-slideshow >= 0.6.0 not found > b??d: skipstone-0.9.3-13: req mozilla-embedded(gtk2) >= 5:1.7 not found > b??d: skipstone-0.9.3-13: req mozilla-embedded(gtk2) = 5:1.7.13 not found > 10 unsatisfied dependencies found gxine uses mozilla too -- Jakub Bogusz http://qboosh.cs.net.pl/ From pp at siedziba.pl Mon Oct 16 05:12:07 2006 From: pp at siedziba.pl (Piotr =?iso-8859-2?q?Paw=B3ow?=) Date: Mon, 16 Oct 2006 05:12:07 +0200 Subject: [th] xca patches from gentoo Message-ID: <200610160512.07080.pp@siedziba.pl> See attachments. Builds and works for me. -------------- next part -------------- A non-text attachment was scrubbed... Name: xca.spec.diff Type: text/x-diff Size: 880 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: xca-gcc4.patch Type: text/x-diff Size: 2102 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: xca-openssl.patch Type: text/x-diff Size: 4600 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: xca-db4.5.patch Type: text/x-diff Size: 1176 bytes Desc: not available URL: From glen at delfi.ee Mon Oct 16 11:20:32 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Mon, 16 Oct 2006 12:20:32 +0300 Subject: apache vs autoconf 2.60 In-Reply-To: <20061013194051.GA9923@fngna.oyu> References: <20061013194051.GA9923@fngna.oyu> Message-ID: <200610161220.32877.glen@delfi.ee> On Friday 13 October 2006 22:40, Jakub Bogusz wrote: > What to do? > IMO the simplest way to resolve it is to use absolute paths in all > variables in PLD layout and use sed to change /lib into /{_lib} at %prep > stage. Any better ideas? specify all paths from within the specfile as commandline arguments? -- glen From qboosh at pld-linux.org Mon Oct 16 20:34:26 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Mon, 16 Oct 2006 20:34:26 +0200 Subject: apache vs autoconf 2.60 In-Reply-To: <200610161220.32877.glen@delfi.ee> References: <20061013194051.GA9923@fngna.oyu> <200610161220.32877.glen@delfi.ee> Message-ID: <20061016183426.GA15746@fngna.oyu> On Mon, Oct 16, 2006 at 12:20:32PM +0300, Elan Ruusam?e wrote: > On Friday 13 October 2006 22:40, Jakub Bogusz wrote: > > What to do? > > IMO the simplest way to resolve it is to use absolute paths in all > > variables in PLD layout and use sed to change /lib into /{_lib} at %prep > > stage. Any better ideas? > > specify all paths from within the specfile as commandline arguments? What commandline arguments? With autoconf 2.60 layout overrides configure arguments. And that's the main problem. -- Jakub Bogusz http://qboosh.cs.net.pl/ From arekm at pld-linux.org Wed Oct 18 08:28:14 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Wed, 18 Oct 2006 08:28:14 +0200 Subject: SVN: geninitrd/trunk/geninitrd In-Reply-To: <7859@svn.pld-linux.org> References: <7859@svn.pld-linux.org> Message-ID: <200610180828.14869.arekm@pld-linux.org> On Wednesday 18 October 2006 00:23, glen wrote: > Author: glen > Date: Wed Oct 18 00:23:37 2006 > New Revision: 7859 > > Modified: > geninitrd/trunk/geninitrd > Log: > No need for /bin/initrd-busybox on initrd. And now geninitrd is broken for some busybox packages. That was workaround. Revert or add Requires for newer busybox. > > Modified: geninitrd/trunk/geninitrd > =========================================================================== >=== --- geninitrd/trunk/geninitrd (original) > +++ geninitrd/trunk/geninitrd Wed Oct 18 00:23:37 2006 > @@ -1081,7 +1081,6 @@ > > inst /bin/initrd-busybox "$MNTIMAGE/bin/sh" > ln -s sh "$MNTIMAGE/bin/busybox" > -ln -s sh "$MNTIMAGE/bin/initrd-busybox" > > if is_yes "$USEINSMODSTATIC" ; then > inst "$INSMOD" $MNTIMAGE/bin/insmod.static > _______________________________________________ > pld-cvs-commit mailing list > pld-cvs-commit at lists.pld-linux.org > http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From arekm at pld-linux.org Wed Oct 18 08:55:09 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Wed, 18 Oct 2006 08:55:09 +0200 Subject: SOURCES: busybox-initrd.config - EXEC_PATH=/bin/busybox In-Reply-To: References: Message-ID: <200610180855.09939.arekm@pld-linux.org> On Wednesday 18 October 2006 02:29, glen wrote: > Author: glen Date: Wed Oct 18 00:29:43 2006 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - EXEC_PATH=/bin/busybox > > ---- Files affected: > SOURCES: > busybox-initrd.config (1.24 -> 1.25) > > ---- Diffs: > > ================================================================ > Index: SOURCES/busybox-initrd.config > diff -u SOURCES/busybox-initrd.config:1.24 > SOURCES/busybox-initrd.config:1.25 --- > SOURCES/busybox-initrd.config:1.24 Mon Jul 17 19:06:03 2006 > +++ SOURCES/busybox-initrd.config Wed Oct 18 02:29:37 2006 > @@ -26,7 +26,7 @@ > # CONFIG_FEATURE_SUID_CONFIG is not set > # CONFIG_FEATURE_SUID_CONFIG_QUIET is not set > # CONFIG_SELINUX is not set > -CONFIG_BUSYBOX_EXEC_PATH="/bin/initrd-busybox" > +CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox" And now it won't work on regular system - I rearely use it for rescue purposes. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From qboosh at pld-linux.org Wed Oct 18 12:50:30 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Wed, 18 Oct 2006 12:50:30 +0200 Subject: perl-DBIx-SearchBuilder.spec killer Message-ID: <20061018105030.GA19830@gruby.cs.net.pl> Is someone testing LFS in builder infrastructure? (root at alpha.hq.cs.net.pl) [12:48:35] ~ # df -h [...] /dev/LVM/builder 10G 10G 0 100% /home/services/builder # ls -lh # ~builder/pld-builder.new/spool/builds/c0efc5a5-53b1-41d2-ba14-5532c1a676c4/perl-DBIx-SearchBuilder.spec.log -rw-r--r-- 1 builder builder 5.7G Oct 18 10:15 /home/services/builder/pld-builder.new/spool/builds/c0efc5a5-53b1-41d2-ba14-5532c1a676c4/perl-DBIx-SearchBuilder.spec.log # tail -n 20 ~builder/pld-builder.new/spool/builds/c0efc5a5-53b1-41d2-ba14-5532c1a676c4/perl-DBIx-SearchBuilder.spec.log (1) Africa (2) Asia (3) Central America (4) Europe (5) North America (6) Oceania (7) South America Sorry! since you don't have any existing picks, you must make a geographic selection. Select your continent (or several nearby continents) [] (1) Africa (2) Asia (3) Central America (4) Europe (5) North America (6) Oceania (7) South America Sorry! since you don't have any existing picks, you mus # rm ~builder/pld-builder.new/spool/builds/c0efc5a5-53b1-41d2-ba14-5532c1a676c4/perl-DBIx-SearchBuilder.spec.log -- Jakub Bogusz http://qboosh.cs.net.pl/ From arekm at pld-linux.org Wed Oct 18 18:45:35 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Wed, 18 Oct 2006 18:45:35 +0200 Subject: Fwd: ERRORS: mysql.spec In-Reply-To: <20061012183049.GA14091@fngna.oyu> References: <200610111212.22176.glen@delfi.ee> <20061012183049.GA14091@fngna.oyu> Message-ID: <200610181845.35967.arekm@pld-linux.org> On Thursday 12 October 2006 20:30, Jakub Bogusz wrote: > On Wed, Oct 11, 2006 at 12:12:21PM +0300, Elan Ruusam?e wrote: > > please someone help with alpha access/knowledge > > Actually not alpha, just recent changes of this file. > > > else rm -f ".deps/stacktrace.Tpo"; exit 1; fi stacktrace.c: In function > > `print_stacktrace': > > stacktrace.c:189: error: `SIGRETURN_FRAME_COUNT' undeclared (first use in > > this function) stacktrace.c:189: error: (Each undeclared identifier is > > reported only once stacktrace.c:189: error: for each function it appears > > in.) > > s/SIGRETURN_FRAME_COUNT/sigreturn_frame_count/ in sql/stacktrace.c > > They updated x86* code, but forgot to do so with alpha fragment. [18 Oct 17:38] Mads Martin Joergensen This is not a problem since we don't support alpha anymore. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From ankry at green.mif.pg.gda.pl Wed Oct 18 19:02:41 2006 From: ankry at green.mif.pg.gda.pl (Andrzej Krzysztofowicz) Date: Wed, 18 Oct 2006 19:02:41 +0200 (CEST) Subject: Fwd: ERRORS: mysql.spec In-Reply-To: <200610181845.35967.arekm@pld-linux.org> from "Arkadiusz Miskiewicz" at Oct 18, 2006 06:45:35 PM Message-ID: <200610181702.k9IH2fCf023850@green.mif.pg.gda.pl> Arkadiusz Miskiewicz wrote: > On Thursday 12 October 2006 20:30, Jakub Bogusz wrote: > > On Wed, Oct 11, 2006 at 12:12:21PM +0300, Elan Ruusam?e wrote: > > > please someone help with alpha access/knowledge > > > > Actually not alpha, just recent changes of this file. > > > > > else rm -f ".deps/stacktrace.Tpo"; exit 1; fi stacktrace.c: In function > > > `print_stacktrace': > > > stacktrace.c:189: error: `SIGRETURN_FRAME_COUNT' undeclared (first use in > > > this function) stacktrace.c:189: error: (Each undeclared identifier is > > > reported only once stacktrace.c:189: error: for each function it appears > > > in.) > > > > s/SIGRETURN_FRAME_COUNT/sigreturn_frame_count/ in sql/stacktrace.c > > > > They updated x86* code, but forgot to do so with alpha fragment. > > [18 Oct 17:38] Mads Martin Joergensen > > This is not a problem since we don't support alpha anymore. Unless this version is intended to go into Ac. -- ======================================================================= Andrzej M. Krzysztofowicz ankry at mif.pg.gda.pl phone (48)(58) 347 14 61 Faculty of Applied Phys. & Math., Gdansk University of Technology From sparky at pld-linux.org Wed Oct 18 19:10:09 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Wed, 18 Oct 2006 19:10:09 +0200 Subject: SOURCES: iterm-gcc4.patch (NEW) - fix for gcc-4.x In-Reply-To: References: Message-ID: <20061018171009.GA32281@pld-linux.org> On Wed, Oct 18, 2006 at 06:55:12PM +0200, witekfl wrote: > Author: witekfl Date: Wed Oct 18 16:55:12 2006 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - fix for gcc-4.x > +--- iterm-0.5/unix/Xaw/lib/xim.c.old 2006-10-18 18:11:35.000000000 +0200 > ++++ iterm-0.5/unix/Xaw/lib/xim.c 2006-10-18 18:12:03.000000000 +0200 > +@@ -63,8 +63,8 @@ > + } > + } > + } > +- loop_end: > + } > ++loop_end: > + XFree(im_styles); I haven't seen the code, but wasn't it ment to work like 'continue', instead of 'break' ? in such case adding empty instruction ';' should be enough, like that: } } } - loop_end: + loop_end: ; } XFree(im_styles); check it ! -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From glen at delfi.ee Thu Oct 19 11:57:19 2006 From: glen at delfi.ee (Elan =?iso-8859-2?q?Ruusam=E4e?=) Date: Thu, 19 Oct 2006 12:57:19 +0300 Subject: Fwd: ERRORS: mysql.spec In-Reply-To: <200610181702.k9IH2fCf023850@green.mif.pg.gda.pl> References: <200610181702.k9IH2fCf023850@green.mif.pg.gda.pl> Message-ID: <200610191257.19574.glen@delfi.ee> On Wednesday 18 October 2006 20:02, Andrzej Krzysztofowicz wrote: > > > s/SIGRETURN_FRAME_COUNT/sigreturn_frame_count/ in sql/stacktrace.c > > > > > > They updated x86* code, but forgot to do so with alpha fragment. > > > > [18 Oct 17:38] Mads Martin Joergensen > > > > This is not a problem since we don't support alpha anymore. who's we? (=mysql, =pld)? > Unless this version is intended to go into Ac. mysql gets updated in ac as long there are updates to 5.0.x, it might even get 5.1.x if that gets stable ;) From arekm at pld-linux.org Thu Oct 19 12:06:20 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Thu, 19 Oct 2006 12:06:20 +0200 Subject: Fwd: ERRORS: mysql.spec In-Reply-To: <200610191257.19574.glen@delfi.ee> References: <200610181702.k9IH2fCf023850@green.mif.pg.gda.pl> <200610191257.19574.glen@delfi.ee> Message-ID: <200610191206.20751.arekm@pld-linux.org> On Thursday 19 October 2006 11:57, Elan Ruusam?e wrote: > On Wednesday 18 October 2006 20:02, Andrzej Krzysztofowicz wrote: > > > > s/SIGRETURN_FRAME_COUNT/sigreturn_frame_count/ in sql/stacktrace.c > > > > > > > > They updated x86* code, but forgot to do so with alpha fragment. > > > > > > [18 Oct 17:38] Mads Martin Joergensen > > > > > > This is not a problem since we don't support alpha anymore. > > who's we? (=mysql, =pld)? MySQL AB > > > Unless this version is intended to go into Ac. > > mysql gets updated in ac as long there are updates to 5.0.x, it might even > get 5.1.x if that gets stable ;) The problem will be visible in future versions in case of alpha I guess. For now 5.0 builds fine for us. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From jajcus at jajcus.net Thu Oct 19 16:05:34 2006 From: jajcus at jajcus.net (Jacek Konieczny) Date: Thu, 19 Oct 2006 16:05:34 +0200 Subject: apache vs autoconf 2.60 In-Reply-To: <20061016183426.GA15746@fngna.oyu> References: <20061013194051.GA9923@fngna.oyu> <200610161220.32877.glen@delfi.ee> <20061016183426.GA15746@fngna.oyu> Message-ID: <20061019140534.GB8896@jajo.axeos-gliwice> On Mon, Oct 16, 2006 at 08:34:26PM +0200, Jakub Bogusz wrote: > With autoconf 2.60 layout overrides configure arguments. And that's the > main problem. It seems apr doesn't compile because that. Any ideas how to solve that system-wide? autoconf fix? Greets, Jacek From witekfl at poczta.onet.pl Thu Oct 19 13:40:39 2006 From: witekfl at poczta.onet.pl (Witold Filipczyk) Date: Thu, 19 Oct 2006 13:40:39 +0200 Subject: SOURCES: iterm-gcc4.patch (NEW) - fix for gcc-4.x In-Reply-To: <20061018171009.GA32281@pld-linux.org> References: <20061018171009.GA32281@pld-linux.org> Message-ID: <20061019114039.GA4901@pldmachine> On Wed, Oct 18, 2006 at 07:10:09PM +0200, sparky at pld-linux.org wrote: > On Wed, Oct 18, 2006 at 06:55:12PM +0200, witekfl wrote: > > Author: witekfl Date: Wed Oct 18 16:55:12 2006 GMT > > Module: SOURCES Tag: HEAD > > ---- Log message: > > - fix for gcc-4.x > > > +--- iterm-0.5/unix/Xaw/lib/xim.c.old 2006-10-18 18:11:35.000000000 +0200 > > ++++ iterm-0.5/unix/Xaw/lib/xim.c 2006-10-18 18:12:03.000000000 +0200 > > +@@ -63,8 +63,8 @@ > > + } > > + } > > + } > > +- loop_end: > > + } > > ++loop_end: > > + XFree(im_styles); > > I haven't seen the code, but wasn't it ment to work like 'continue', > instead of 'break' ? > > in such case adding empty instruction ';' should be enough, like that: > > } > } > } > - loop_end: > + loop_end: ; > } > XFree(im_styles); > > > check it ! There are two "for" loops. goto loop_end; breaks the outer loop. There is no need to check it out. It works. Nobody uses it anyway. -- Witek From hawk at limanowa.net Thu Oct 19 18:33:02 2006 From: hawk at limanowa.net (=?ISO-8859-2?Q?Marcin_Kr=F3l?=) Date: Thu, 19 Oct 2006 18:33:02 +0200 Subject: Fwd: ERRORS: mysql.spec In-Reply-To: <200610191206.20751.arekm@pld-linux.org> References: <200610181702.k9IH2fCf023850@green.mif.pg.gda.pl> <200610191257.19574.glen@delfi.ee> <200610191206.20751.arekm@pld-linux.org> Message-ID: <4537A8BE.8050303@limanowa.net> > The problem will be visible in future versions in case of alpha I guess. We will adapt ;) M. From hawk at limanowa.net Sun Oct 22 23:01:52 2006 From: hawk at limanowa.net (=?ISO-8859-2?Q?Marcin_Kr=F3l?=) Date: Sun, 22 Oct 2006 23:01:52 +0200 Subject: Mozilla to be removed, ReiserFS 4 disabled Message-ID: <453BDC40.3050909@limanowa.net> Hello. I've decided to make following two changes in Ac: 1. Mozilla Suite will be completly removed from Ac. It is not maintained anymore, it already has few security bugs, it will never be updated. SeaMonkey which is replacement for Mozilla works just fine. All Mozilla dependent stuff will be build against Firefox (if possible) or Mozilla support will simply be removed from specs in question. All packages that will fail to build against Firefox (skipstone for example) will also be removed from Ac if no one will fix them. 2. ReiserFS 4 will not be supported by official Ac kernels. Its situation is unclear at the moment + nobody cared to maintain reiser4 patches in PLD in the past (2.6.17 for example was waiting over one month for updated patch). Of course reiser4 support may be included again in future. Time will show if it will be maintained or not and if updates will be more frequent. M. From qboosh at pld-linux.org Tue Oct 24 10:07:25 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Tue, 24 Oct 2006 10:07:25 +0200 Subject: rc.shutdown errors without /usr Message-ID: <20061024080725.GA9898@gruby.cs.net.pl> rc.shutdown uses pgrep, which resides in /usr/bin. When /usr is not mounted[1], it prints error messages. [1] It happens e.g. when system needs reboot after / fsck, before /usr is mounted -- Jakub Bogusz http://qboosh.cs.net.pl/ From glen at delfi.ee Tue Oct 24 15:40:05 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Tue, 24 Oct 2006 16:40:05 +0300 Subject: PLD Linux Distribution - DevelopingPLD Message-ID: <200610241640.05928.glen@delfi.ee> http://www.pld-linux.org/DevelopingPLD there are missing wiki pages: http://www.pld-linux.org/DevelopingPLD/SpecFiles http://www.pld-linux.org/DevelopingPLD/AdapterScript are they lost, or mislinked? is there search or browser functionality to find all wiki pages? -- glen From patrys at pld-linux.org Tue Oct 24 19:50:51 2006 From: patrys at pld-linux.org (Patryk Zawadzki) Date: Tue, 24 Oct 2006 19:50:51 +0200 Subject: PLD Linux Distribution - DevelopingPLD In-Reply-To: <200610241640.05928.glen@delfi.ee> References: <200610241640.05928.glen@delfi.ee> Message-ID: <1161712251.8208.2.camel@localhost> Dnia 24-10-2006, wto o godzinie 16:40 +0300, Elan Ruusam?e napisa?(a): > http://www.pld-linux.org/DevelopingPLD > > there are missing wiki pages: > http://www.pld-linux.org/DevelopingPLD/SpecFiles > http://www.pld-linux.org/DevelopingPLD/AdapterScript > > are they lost, or mislinked? I never got as far as to write them ;) -- Patryk Zawadzki PLD Linux -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: To jest cz??? listu podpisana cyfrowo URL: From zawadaa at gmail.com Tue Oct 24 20:52:48 2006 From: zawadaa at gmail.com (Andrzej Zawadzki) Date: Tue, 24 Oct 2006 20:52:48 +0200 Subject: cvs2svn and rcs Message-ID: <453E6100.1000902@gmail.com> Hello! Package cvs2svn doesn't need req to rcs, but by default cvs2svn is using /usr/bin/co from rcs (that's suggest from cvs2svn makers - much faster then cvs) For me it's not big deal to add such requirement - that's only 674807 B What do You think? -- Andrzej Zawadzki jid:zawadaa at pld-linux.org From public.arkh at gmail.com Tue Oct 24 21:05:25 2006 From: public.arkh at gmail.com (arkh) Date: Tue, 24 Oct 2006 21:05:25 +0200 Subject: [SPECS] upgrade bzr.spec to latest rc1. Message-ID: I attached a diff to upgrade bzr to latest rc1. -------------- next part -------------- --- bzr.spec.orig 2006-10-24 20:33:02.000000000 +0200 +++ bzr.spec 2006-10-24 20:40:32.000000000 +0200 @@ -1,13 +1,14 @@ # $Revision: 1.12 $, $Date: 2006/10/03 08:01:08 $ +%define _rc rc1 Summary: Bazaar-NG - a changeset oriented revision control system Summary(pl): Bazaar-NG - system kontroli wersji zorientowany na zestawy zmian Name: bzr -Version: 0.11 -Release: 1 +Version: 0.12 +Release: 0.%{_rc}.1 License: GPL v2 Group: Development/Version Control -Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz -# Source0-md5: 94fced266d6da6ed298e4738ca7414e0 +Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}%{_rc}.tar.gz +# Source0-md5: 2ae597de3d5586ea39dd029e98730d54 Patch0: %{name}-FHS.patch URL: http://bazaar-vcs.org/ BuildRequires: python >= 1:2.4 @@ -72,7 +73,7 @@ Bazaar-NG obs?uguje tak?e wsp??dzielenie ga??zi mi?dzy programistami. %prep -%setup -q +%setup -q -n %{name}-%{version}%{_rc} %patch0 -p1 %build From glen at delfi.ee Wed Oct 25 14:41:27 2006 From: glen at delfi.ee (Elan =?iso-8859-2?q?Ruusam=E4e?=) Date: Wed, 25 Oct 2006 15:41:27 +0300 Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... Message-ID: <200610251541.28158.glen@delfi.ee> what was wrong merging first from DEVEL? work duplication really sucks! ---------- Forwarded Message ---------- Subject: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... Date: Wednesday 25 October 2006 13:35 From: cieciwa To: pld-cvs-commit at lists.pld-linux.org Author: cieciwa Date: Wed Oct 25 10:35:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to version 2.0, - release 0.1, - used %configure NFY ---- Files affected: SPECS: mozilla-firefox.spec (1.152 -> 1.153) ---- Diffs: ================================================================ Index: SPECS/mozilla-firefox.spec diff -u SPECS/mozilla-firefox.spec:1.152 SPECS/mozilla-firefox.spec:1.153 --- SPECS/mozilla-firefox.spec:1.152 Tue Sep 26 21:47:16 2006 +++ SPECS/mozilla-firefox.spec Wed Oct 25 12:35:12 2006 @@ -18,20 +18,20 @@ Summary: Mozilla Firefox web browser Summary(pl): Mozilla Firefox - przegl?darka WWW Name: mozilla-firefox -Version: 1.5.0.7 -Release: 1 +Version: 2.0 +Release: 0.1 License: MPL/LGPL Group: X11/Applications/Networking Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/s ource/firefox-%{version}-source.tar.bz2 -# Source0-md5: 518cbd99a3fe663237070013e5cdb1a4 +# Source0-md5: 03709c15cba0e0375ff5336d538f77e7 Source1: %{name}.desktop Source2: %{name}.sh -Patch0: %{name}-nss.patch -Patch1: %{name}-lib_path.patch -Patch2: %{name}-nss-system-nspr.patch -Patch3: %{name}-nopangoxft.patch -Patch4: %{name}-name.patch -Patch5: %{name}-fonts.patch +#Patch0: %{name}-nss.patch +#Patch1: %{name}-lib_path.patch +#Patch2: %{name}-nss-system-nspr.patch +#Patch3: %{name}-nopangoxft.patch +#Patch4: %{name}-name.patch +#Patch5: %{name}-fonts.patch # UPDATE or DROP? #PatchX: %{name}-searchplugins.patch URL: http://www.mozilla.org/projects/firefox/ @@ -113,91 +113,116 @@ %prep %setup -qc cd mozilla -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 +#patch0 -p1 +#patch1 -p1 +#patch2 -p1 +#patch3 -p1 +#patch4 -p1 +#patch5 -p1 -sed -i 's/\(-lgss\)\(\W\)/\1disable\2/' configure +#sed -i 's/\(-lgss\)\(\W\)/\1disable\2/' configure %build cd mozilla -rm -f .mozconfig -export CFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`" -export CXXFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`" - -cp -f %{_datadir}/automake/config.* build/autoconf -cp -f %{_datadir}/automake/config.* nsprpub/build/autoconf -cp -f %{_datadir}/automake/config.* directory/c-sdk/config/autoconf - -LIBIDL_CONFIG="%{_bindir}/libIDL-config-2"; export LIBIDL_CONFIG - -cat << 'EOF' > .mozconfig -. $topsrcdir/browser/config/mozconfig - -export BUILD_OFFICIAL=1 -export MOZILLA_OFFICIAL=1 -mk_add_options BUILD_OFFICIAL=1 -mk_add_options MOZILLA_OFFICIAL=1 - -ac_add_options --prefix=%{_prefix} -ac_add_options --exec-prefix=%{_exec_prefix} -ac_add_options --bindir=%{_bindir} -ac_add_options --sbindir=%{_sbindir} -ac_add_options --sysconfdir=%{_sysconfdir} -ac_add_options --datadir=%{_datadir} -ac_add_options --includedir=%{_includedir} -ac_add_options --libdir=%{_libdir} -ac_add_options --libexecdir=%{_libexecdir} -ac_add_options --localstatedir=%{_localstatedir} -ac_add_options --sharedstatedir=%{_sharedstatedir} -ac_add_options --mandir=%{_mandir} -ac_add_options --infodir=%{_infodir} -ac_add_options --enable-optimize="%{rpmcflags}" +#rm -f .mozconfig +#export CFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`" +#export CXXFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`" + +#cp -f %{_datadir}/automake/config.* build/autoconf +#cp -f %{_datadir}/automake/config.* nsprpub/build/autoconf +#cp -f %{_datadir}/automake/config.* directory/c-sdk/config/autoconf + +#LIBIDL_CONFIG="%{_bindir}/libIDL-config-2"; export LIBIDL_CONFIG + +#cat << 'EOF' > .mozconfig +#. $topsrcdir/browser/config/mozconfig + +#export BUILD_OFFICIAL=1 +#export MOZILLA_OFFICIAL=1 +#mk_add_options BUILD_OFFICIAL=1 +#mk_add_options MOZILLA_OFFICIAL=1 + +#ac_add_options --prefix=%{_prefix} +#ac_add_options --exec-prefix=%{_exec_prefix} +#ac_add_options --bindir=%{_bindir} +#ac_add_options --sbindir=%{_sbindir} +#ac_add_options --sysconfdir=%{_sysconfdir} +#ac_add_options --datadir=%{_datadir} +#ac_add_options --includedir=%{_includedir} +#ac_add_options --libdir=%{_libdir} +#ac_add_options --libexecdir=%{_libexecdir} +#ac_add_options --localstatedir=%{_localstatedir} +#ac_add_options --sharedstatedir=%{_sharedstatedir} +#ac_add_options --mandir=%{_mandir} +#ac_add_options --infodir=%{_infodir} +#ac_add_options --enable-optimize="%{rpmcflags}" +#%if %{?debug:1}0 +#ac_add_options --enable-debug +#ac_add_options --enable-debug-modules +#%else +#ac_add_options --disable-debug +#ac_add_options --disable-debug-modules +#%endif +#%if %{with tests} +#ac_add_options --enable-tests +#%else +#ac_add_options --disable-tests +#%endif +#ac_add_options --disable-composer +#ac_add_options --disable-dtd-debug +#ac_add_options --disable-freetype2 +#ac_add_options --disable-installer +#ac_add_options --disable-jsd +#ac_add_options --disable-ldap +#ac_add_options --disable-mailnews +#ac_add_options --disable-profilesharing +#ac_add_options --disable-xprint +#ac_add_options --enable-canvas +#ac_add_options --enable-crypto +#ac_add_options --enable-default-toolkit=gtk2 +#ac_add_options --enable-mathml +#ac_add_options --enable-pango +#ac_add_options --enable-reorder +#ac_add_options --enable-single-profile +#ac_add_options --enable-strip +#ac_add_options --enable-strip-libs +#ac_add_options --enable-svg +#ac_add_options --enable-system-cairo +#ac_add_options --enable-xft +#ac_add_options --enable-xinerama +#ac_add_options --enable-xpctools +#ac_add_options --with-pthreads +#ac_add_options --with-system-jpeg +#ac_add_options --with-system-nspr +#ac_add_options --with-system-png +#ac_add_options --with-system-zlib +#ac_cv_visibility_pragma=no +#EOF +# +%configure \ %if %{?debug:1}0 -ac_add_options --enable-debug -ac_add_options --enable-debug-modules + --enable-debug \ + --enable-debug-modules \ %else -ac_add_options --disable-debug -ac_add_options --disable-debug-modules + --disable-debug \ + --disable-debug-modules \ %endif -%if %{with tests} -ac_add_options --enable-tests -%else -ac_add_options --disable-tests -%endif -ac_add_options --disable-composer -ac_add_options --disable-dtd-debug -ac_add_options --disable-freetype2 -ac_add_options --disable-installer -ac_add_options --disable-jsd -ac_add_options --disable-ldap -ac_add_options --disable-mailnews -ac_add_options --disable-profilesharing -ac_add_options --disable-xprint -ac_add_options --enable-canvas -ac_add_options --enable-crypto -ac_add_options --enable-default-toolkit=gtk2 -ac_add_options --enable-mathml -ac_add_options --enable-pango -ac_add_options --enable-reorder -ac_add_options --enable-single-profile -ac_add_options --enable-strip -ac_add_options --enable-strip-libs -ac_add_options --enable-svg -ac_add_options --enable-system-cairo -ac_add_options --enable-xft -ac_add_options --enable-xinerama -ac_add_options --enable-xpctools -ac_add_options --with-pthreads -ac_add_options --with-system-jpeg -ac_add_options --with-system-nspr -ac_add_options --with-system-png -ac_add_options --with-system-zlib -ac_cv_visibility_pragma=no -EOF + --with-system-nspr \ + --with-system-nss \ + --with-system-jpeg \ + --with-system-zlib \ + --with-system-png \ + --enable-canvas \ + --enable-freetype2 \ + --enable-xft \ + --enable-pangi \ + --enable-gnomevfs \ + --enable-gnomeui \ + --enable-xinerama \ + --enable-ctl \ + --enable-extensions \ + --enable-svg + %{__make} -j1 -f client.mk build \ CC="%{__cc}" \ @@ -368,6 +393,12 @@ All persons listed below can be reached at @pld-linux.org $Log$ +Revision 1.153 2006/10/25 10:35:12 cieciwa +- updated to version 2.0, +- release 0.1, +- used %configure +NFY + Revision 1.152 2006/09/26 19:47:16 glen - exact mktemp dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.152&r2=1.153&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit at lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit ------------------------------------------------------- -- glen From arekm at pld-linux.org Wed Oct 25 14:50:13 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Wed, 25 Oct 2006 14:50:13 +0200 Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... In-Reply-To: <200610251541.28158.glen@delfi.ee> References: <200610251541.28158.glen@delfi.ee> Message-ID: <200610251450.14039.arekm@pld-linux.org> On Wednesday 25 October 2006 14:41, Elan Ruusam?e wrote: > what was wrong merging first from DEVEL? > > work duplication really sucks! > > ---------- Forwarded Message ---------- > > Subject: SPECS: mozilla-firefox.spec - updated to version 2.0, - release > 0.... Date: Wednesday 25 October 2006 13:35 > From: cieciwa > To: pld-cvs-commit at lists.pld-linux.org > > Author: cieciwa Date: Wed Oct 25 10:35:20 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - updated to version 2.0, > - release 0.1, > - used %configure + this way is wrong according to mozilla people and we ALREADY had problems wit this. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From glen at delfi.ee Wed Oct 25 14:54:49 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Wed, 25 Oct 2006 15:54:49 +0300 Subject: rc.shutdown errors without /usr In-Reply-To: <20061024080725.GA9898@gruby.cs.net.pl> References: <20061024080725.GA9898@gruby.cs.net.pl> Message-ID: <200610251554.49351.glen@delfi.ee> On Tuesday 24 October 2006 11:07, Jakub Bogusz wrote: > rc.shutdown uses pgrep, which resides in /usr/bin. > When /usr is not mounted[1], it prints error messages. also current rc-scripts devel uses cached $TPUT and $GETTEXT, which go invalid after /usr is unmounted. > [1] It happens e.g. when system needs reboot after / fsck, before /usr > is mounted -- glen From orzech at pld-linux.org Wed Oct 25 15:59:57 2006 From: orzech at pld-linux.org (Tomek Orzechowski) Date: Wed, 25 Oct 2006 15:59:57 +0200 Subject: cvs2svn and rcs In-Reply-To: <453E6100.1000902@gmail.com> References: <453E6100.1000902@gmail.com> Message-ID: On 10/24/06, Andrzej Zawadzki wrote: > Hello! > > Package cvs2svn doesn't need req to rcs, but by default cvs2svn > is using /usr/bin/co from rcs (that's suggest from cvs2svn makers - much > faster then cvs) > For me it's not big deal to add such requirement - that's only 674807 B > What do You think? IMO cvs2svn should use (thus: require) rcs tools. -- Tomek Orzechowski From glen at delfi.ee Wed Oct 25 18:25:20 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Wed, 25 Oct 2006 19:25:20 +0300 Subject: vim mimetype Message-ID: <200610251925.20596.glen@delfi.ee> hi proposition: remove MimeType=text/plain; from vim.desktop because after fresh kde login the default view source application is vim besides that i don't want it to be vim but some gui application, it doesn't work. it opens vim without terminal and vim quits. other option would be remove that desktop file completely, or put to separate package? oh and it's quite non-intuitive how to change view source application in konqueror. you should settings -> configure konqueror -> file associations and change binding for text/plain. -- glen From dhubleizh at o2.pl Wed Oct 25 18:31:50 2006 From: dhubleizh at o2.pl (Cezary Krzyzanowski) Date: Wed, 25 Oct 2006 18:31:50 +0200 Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... In-Reply-To: <200610251450.14039.arekm@pld-linux.org> References: <200610251541.28158.glen@delfi.ee> <200610251450.14039.arekm@pld-linux.org> Message-ID: <1161793910.3811.3.camel@ipv6-localnet> Dnia 25-10-2006, ?ro o godzinie 14:50 +0200, Arkadiusz Miskiewicz napisa?(a): > On Wednesday 25 October 2006 14:41, Elan Ruusam?e wrote: > > what was wrong merging first from DEVEL? > > > > work duplication really sucks! > > > + this way is wrong according to mozilla people and we ALREADY had problems > wit this. > I'm totally unaware, why did You (cieciwa) tried to make FF once more, when DEVEL branch had it almost all!? + We can't distribute MOZILLA_OFFICIAL and despite DEVEL branch mentioned this, You insisted on building version, we are not allowed to build!! mozilla-firefox will distribute binary version of FF. Work on FF has been moved to iceweasel and that is the place You could work on, instead destroying what was done here. Cz at rny -- "Fear leads to anger, anger leads to hate, hate leads to suffering" - Yoda From wrobell at pld-linux.org Wed Oct 25 21:02:35 2006 From: wrobell at pld-linux.org (wrobell) Date: Wed, 25 Oct 2006 20:02:35 +0100 Subject: vim mimetype In-Reply-To: <200610251925.20596.glen@delfi.ee> References: <200610251925.20596.glen@delfi.ee> Message-ID: <20061025190235.GF4393@borg> On Wed, Oct 25, 2006 at 07:25:20PM +0300, Elan Ruusam?e wrote: > hi > > proposition: remove MimeType=text/plain; from vim.desktop > because after fresh kde login the default view source application is vim > besides that i don't want it to be vim but some gui application, it doesn't > work. it opens vim without terminal and vim quits. this works very nice for gnome... > other option would be remove that desktop file completely, or put to separate > package? separate package, please > oh and it's quite non-intuitive how to change view source application in > konqueror. you should settings -> configure konqueror -> file associations > and change binding for text/plain. that's other problem :] regards, wrobell From patrys at pld-linux.org Wed Oct 25 21:10:56 2006 From: patrys at pld-linux.org (Patryk Zawadzki) Date: Wed, 25 Oct 2006 21:10:56 +0200 Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... In-Reply-To: <200610251450.14039.arekm@pld-linux.org> References: <200610251541.28158.glen@delfi.ee> <200610251450.14039.arekm@pld-linux.org> Message-ID: <1161803456.8407.3.camel@localhost> Dnia 25-10-2006, ?ro o godzinie 14:50 +0200, Arkadiusz Miskiewicz napisa?(a): > > - used %configure > + this way is wrong according to mozilla people and we ALREADY had problems > wit this. That's correct. I've spent two nights before we came with the correct building schema (the one used in this spec). -- Patryk Zawadzki PLD Linux -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: To jest cz??? listu podpisana cyfrowo URL: From glen at delfi.ee Wed Oct 25 21:40:59 2006 From: glen at delfi.ee (Elan =?utf-8?q?Ruusam=C3=A4e?=) Date: Wed, 25 Oct 2006 22:40:59 +0300 Subject: vim mimetype In-Reply-To: <20061025190235.GF4393@borg> References: <200610251925.20596.glen@delfi.ee> <20061025190235.GF4393@borg> Message-ID: <200610252240.59949.glen@delfi.ee> On Wednesday 25 October 2006 22:02, wrobell wrote: > > proposition: remove MimeType=text/plain; from vim.desktop > > because after fresh kde login the default view source application is vim > > besides that i don't want it to be vim but some gui application, it > > doesn't work. it opens vim without terminal and vim quits. > > this works very nice for gnome... do you actually need that text/plain binding? isn't start menu item enough? on the other point of view there was Terminal=true option, which should be added to desktop file? -- glen From wrobell at pld-linux.org Thu Oct 26 00:39:53 2006 From: wrobell at pld-linux.org (wrobell) Date: Wed, 25 Oct 2006 23:39:53 +0100 Subject: vim mimetype In-Reply-To: <200610252240.59949.glen@delfi.ee> References: <200610251925.20596.glen@delfi.ee> <20061025190235.GF4393@borg> <200610252240.59949.glen@delfi.ee> Message-ID: <20061025223953.GI4393@borg> On Wed, Oct 25, 2006 at 10:40:59PM +0300, Elan Ruusam?e wrote: > On Wednesday 25 October 2006 22:02, wrobell wrote: > > > proposition: remove MimeType=text/plain; from vim.desktop > > > because after fresh kde login the default view source application is vim > > > besides that i don't want it to be vim but some gui application, it > > > doesn't work. it opens vim without terminal and vim quits. > > > > this works very nice for gnome... > do you actually need that text/plain binding? isn't start menu item enough? yes, i need. vim is best thing for editing and viewing text-based files, isn't it? (including xml, html, etc) :] > on the other point of view there was Terminal=true option, which should be > added to desktop file? i do not know wrobell From glen at delfi.ee Thu Oct 26 00:56:09 2006 From: glen at delfi.ee (Elan =?utf-8?q?Ruusam=C3=A4e?=) Date: Thu, 26 Oct 2006 01:56:09 +0300 Subject: vim mimetype In-Reply-To: <20061025223953.GI4393@borg> References: <200610251925.20596.glen@delfi.ee> <200610252240.59949.glen@delfi.ee> <20061025223953.GI4393@borg> Message-ID: <200610260156.09548.glen@delfi.ee> On Thursday 26 October 2006 01:39, wrobell wrote: > > > this works very nice for gnome... > > > > do you actually need that text/plain binding? isn't start menu item > > enough? > > yes, i need. vim is best thing for editing and viewing text-based files, > isn't it? (including xml, html, etc) i run vim from terminal (and a lot). in x11 i expect something with mouse scrollable ;) but vim.desktop doesn't have mapping for text/html; haha :D anyway back to topic, so it's kde bug it's not opening terminal (that desktop file works ok if started from menu)? -- glen From wrobell at pld-linux.org Thu Oct 26 01:30:50 2006 From: wrobell at pld-linux.org (wrobell) Date: Thu, 26 Oct 2006 00:30:50 +0100 Subject: vim mimetype In-Reply-To: <200610260156.09548.glen@delfi.ee> References: <200610251925.20596.glen@delfi.ee> <200610252240.59949.glen@delfi.ee> <20061025223953.GI4393@borg> <200610260156.09548.glen@delfi.ee> Message-ID: <20061025233050.GK4393@borg> On Thu, Oct 26, 2006 at 01:56:09AM +0300, Elan Ruusam?e wrote: > On Thursday 26 October 2006 01:39, wrobell wrote: > > > > this works very nice for gnome... > > > > > > do you actually need that text/plain binding? isn't start menu item > > > enough? > > > > yes, i need. vim is best thing for editing and viewing text-based files, > > isn't it? (including xml, html, etc) > i run vim from terminal (and a lot). in x11 i expect something with mouse > scrollable ;) you are heretic ;) > but vim.desktop doesn't have mapping for text/html; haha :D works when i press c-u (view page source) in epiphany :] > anyway back to topic, so it's kde bug it's not opening terminal (that desktop > file works ok if started from menu)? it seems. in gnome menu it works perfectly, but: $ grep Terminal /usr/share/applications/vim.desktop Terminal=true $ rpm -qf /usr/share/applications/vim.desktop vim-7.0.081-2.ppc wrobell From qboosh at pld-linux.org Thu Oct 26 09:26:26 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Thu, 26 Oct 2006 09:26:26 +0200 Subject: SPECS: webalizer.spec - -base instead of -cron as suggested by blu... In-Reply-To: References: Message-ID: <20061026072626.GB17497@gruby.cs.net.pl> On Wed, Oct 25, 2006 at 11:52:26PM +0200, glen wrote: > Author: glen Date: Wed Oct 25 21:52:26 2006 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - -base instead of -cron as suggested by blues (not that i like it this way) Why? There are more packages with cronjob separated as -cron (mrtg, utmp-jeber, webmin, vfmg, drupal). And upgrade (main -> -base, -cron -> main) is going to be PITA. If someone doesn't use -cron package currently, he will get cronjob installed on upgrade. -- Jakub Bogusz http://qboosh.cs.net.pl/ From glen at delfi.ee Thu Oct 26 10:55:37 2006 From: glen at delfi.ee (Elan =?utf-8?q?Ruusam=C3=A4e?=) Date: Thu, 26 Oct 2006 11:55:37 +0300 Subject: vim mimetype In-Reply-To: <20061025233050.GK4393@borg> References: <200610251925.20596.glen@delfi.ee> <200610260156.09548.glen@delfi.ee> <20061025233050.GK4393@borg> Message-ID: <200610261155.38197.glen@delfi.ee> On Thursday 26 October 2006 02:30, wrobell wrote: > > anyway back to topic, so it's kde bug it's not opening terminal (that > > desktop file works ok if started from menu)? > > it seems. in gnome menu it works perfectly so, does it work also without mimetype=text/plain in vim.desktop? -- glen From havner at smtp.kamp.pl Thu Oct 26 11:06:45 2006 From: havner at smtp.kamp.pl (havner) Date: Thu, 26 Oct 2006 11:06:45 +0200 Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... In-Reply-To: <1161793910.3811.3.camel@ipv6-localnet> References: <200610251541.28158.glen@delfi.ee> <200610251450.14039.arekm@pld-linux.org> <1161793910.3811.3.camel@ipv6-localnet> Message-ID: <20061026090645.GA5412@sirius.livecd.pl> On Wed, Oct 25, 2006 at 06:31:50PM +0200, Cezary Krzyzanowski wrote: > I'm totally unaware, why did You (cieciwa) tried to make FF once more, > when DEVEL branch had it almost all!? Dont bother with him, he's not reading devel-en. Just merge DEVEL to HEAD overwriting his commits. -- Regards Havner {jid,mail}:havner(at)pld-linux.org PLD developer http://www.pld-linux.org PLD LiveCD author http://livecd.pld-linux.org "Quis custodiet ipsos custodes?" From arekm at pld-linux.org Thu Oct 26 11:12:52 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Thu, 26 Oct 2006 11:12:52 +0200 Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... In-Reply-To: <20061026090645.GA5412@sirius.livecd.pl> References: <200610251541.28158.glen@delfi.ee> <1161793910.3811.3.camel@ipv6-localnet> <20061026090645.GA5412@sirius.livecd.pl> Message-ID: <200610261112.52995.arekm@pld-linux.org> On Thursday 26 October 2006 11:06, havner wrote: > On Wed, Oct 25, 2006 at 06:31:50PM +0200, Cezary Krzyzanowski wrote: > > I'm totally unaware, why did You (cieciwa) tried to make FF once more, > > when DEVEL branch had it almost all!? > > Dont bother with him, he's not reading devel-en. Just merge DEVEL to > HEAD overwriting his commits. Maybe being subscribed to devel-en or devel-pl should be requirement to have cvs rw rights? :-) Doesn't count for other projects using our cvs. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From blues at pld-linux.org Thu Oct 26 13:39:51 2006 From: blues at pld-linux.org (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Thu, 26 Oct 2006 13:39:51 +0200 (CEST) Subject: SPECS: webalizer.spec - -base instead of -cron as suggested by blu... In-Reply-To: <20061026072626.GB17497@gruby.cs.net.pl> References: <20061026072626.GB17497@gruby.cs.net.pl> Message-ID: On Thu, 26 Oct 2006, Jakub Bogusz wrote: > > Author: glen Date: Wed Oct 25 21:52:26 2006 GMT > > Module: SPECS Tag: HEAD > > ---- Log message: > > - -base instead of -cron as suggested by blues (not that i like it this way) > Why? > There are more packages with cronjob separated as -cron (mrtg, utmp-jeber, > webmin, vfmg, drupal). > And upgrade (main -> -base, -cron -> main) is going to be PITA. > If someone doesn't use -cron package currently, he will get cronjob > installed on upgrade Was version with -cron subpackage on ftp? no -> there is no problem about that :) After all - change proposed by glen would be great PITA too - after upgrade from package before split you'll get not working cron. Even after installing cron package (glen gave no triggers and that's why I've started talking to him about that :) ). Besides - it sounds logical for me: * -base (or basic) with pure application without any additions * main package as full-set. In other packages with -cron separated could be different situation. First from your list has 2 alternatives: init and cron. I don't know the rest. IMvHO separating very basic package-set to -base package should be general rule. But - it's only IMO :D -- pozdr. Pawe? Go?aszewski jid:bluesjabbergdapl -------------------------------------------------------------------------- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Pro-Logic Surround Sound with Bass Boost and all the music is free. From blues at pld-linux.org Thu Oct 26 13:40:36 2006 From: blues at pld-linux.org (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Thu, 26 Oct 2006 13:40:36 +0200 (CEST) Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... In-Reply-To: <200610261112.52995.arekm@pld-linux.org> References: <200610251541.28158.glen@delfi.ee> <1161793910.3811.3.camel@ipv6-localnet> <20061026090645.GA5412@sirius.livecd.pl> <200610261112.52995.arekm@pld-linux.org> Message-ID: On Thu, 26 Oct 2006, Arkadiusz Miskiewicz wrote: > > > I'm totally unaware, why did You (cieciwa) tried to make FF once > > > more, when DEVEL branch had it almost all!? > > Dont bother with him, he's not reading devel-en. Just merge DEVEL to > > HEAD overwriting his commits. > Maybe being subscribed to devel-en or devel-pl should be requirement to > have cvs rw rights? :-) Doesn't count for other projects using our cvs. It should be. -- pozdr. Pawe? Go?aszewski jid:bluesjabbergdapl -------------------------------------------------------------------------- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Pro-Logic Surround Sound with Bass Boost and all the music is free. From dhubleizh at o2.pl Thu Oct 26 16:23:37 2006 From: dhubleizh at o2.pl (Cezary Krzyzanowski) Date: Thu, 26 Oct 2006 16:23:37 +0200 Subject: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0.... In-Reply-To: <20061026090645.GA5412@sirius.livecd.pl> References: <200610251541.28158.glen@delfi.ee> <200610251450.14039.arekm@pld-linux.org> <1161793910.3811.3.camel@ipv6-localnet> <20061026090645.GA5412@sirius.livecd.pl> Message-ID: <1161872618.3799.2.camel@ipv6-localnet> > Dont bother with him, he's not reading devel-en. Hm - someone did tell him bout thease mails, so he 'fixed' (as nothing was broken) the spec. I'm working currently on iceweasel 1.5.0.7-g2 and just after I'll make binary FF 2.0 Cz at rny -- "Fear leads to anger, anger leads to hate, hate leads to suffering" - Yoda From glen at delfi.ee Thu Oct 26 21:17:52 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Thu, 26 Oct 2006 22:17:52 +0300 Subject: py 2.5 in ac Message-ID: <200610262217.52755.glen@delfi.ee> 1. are there any problems why it can't be done 2. is it mature (stable) enough to do it now or wait for some minor version updates? -- glen From wrobell at pld-linux.org Fri Oct 27 00:43:41 2006 From: wrobell at pld-linux.org (wrobell) Date: Thu, 26 Oct 2006 23:43:41 +0100 Subject: vim mimetype In-Reply-To: <200610261155.38197.glen@delfi.ee> References: <200610251925.20596.glen@delfi.ee> <200610260156.09548.glen@delfi.ee> <20061025233050.GK4393@borg> <200610261155.38197.glen@delfi.ee> Message-ID: <20061026224341.GC26414@borg> On Thu, Oct 26, 2006 at 11:55:37AM +0300, Elan Ruusam?e wrote: > On Thursday 26 October 2006 02:30, wrobell wrote: > > > anyway back to topic, so it's kde bug it's not opening terminal (that > > > desktop file works ok if started from menu)? > > > > it seems. in gnome menu it works perfectly > so, does it work also without mimetype=text/plain in vim.desktop? as i remember - no. but i can be wrong. wrobell From glen at delfi.ee Fri Oct 27 00:56:18 2006 From: glen at delfi.ee (Elan =?utf-8?q?Ruusam=C3=A4e?=) Date: Fri, 27 Oct 2006 01:56:18 +0300 Subject: vim mimetype In-Reply-To: <20061026224341.GC26414@borg> References: <200610251925.20596.glen@delfi.ee> <200610261155.38197.glen@delfi.ee> <20061026224341.GC26414@borg> Message-ID: <200610270156.18882.glen@delfi.ee> On Friday 27 October 2006 01:43, wrobell wrote: > On Thu, Oct 26, 2006 at 11:55:37AM +0300, Elan Ruusam?e wrote: > > On Thursday 26 October 2006 02:30, wrobell wrote: > > > > anyway back to topic, so it's kde bug it's not opening terminal (that > > > > desktop file works ok if started from menu)? > > > > > > it seems. in gnome menu it works perfectly > > > > so, does it work also without mimetype=text/plain in vim.desktop? > > as i remember - no. but i can be wrong. could you test? it should be hard as invoking: $ sudo vim /usr/share/applications/vim.desktop -- glen From maciekp at japhy.fnord.org Fri Oct 27 14:26:46 2006 From: maciekp at japhy.fnord.org (Maciek Pasternacki) Date: Fri, 27 Oct 2006 14:26:46 +0200 Subject: [SPECS] upgrade bzr.spec to latest rc1. In-Reply-To: (arkh's message of "Tue\, 24 Oct 2006 21\:05\:25 +0200") References: Message-ID: On Boomtime, The Aftermath 5, 3172 YOLD, arkh wrote: > I attached a diff to upgrade bzr to latest rc1. Commited on HEAD. -- __ Maciek Pasternacki [ http://japhy.fnord.org/ ] `| _ |_\ / { ...Peace on earth and mercy mild, ,|{-}|}| }\/ Mother Brown has lost her child, \/ |____/ Just another forgotten son... } ( Fish ) -><- From michal at michal.waw.pl Sat Oct 28 10:17:46 2006 From: michal at michal.waw.pl (Michal Kochanowicz) Date: Sat, 28 Oct 2006 10:17:46 +0200 Subject: SPECS (AC-branch): kdebase.spec - -ksysguardd.patch included in br... Message-ID: <20061028081746.GA18174@woland.michal.waw.pl> On Fri, Oct 27, 2006 at 03:19:11PM +0200, glen wrote: > Author: glen Date: Fri Oct 27 13:19:11 2006 GMT > Module: SPECS Tag: AC-branch > ---- Log message: > - -ksysguardd.patch included in branch diff When you merged HEAD (adding branch diff) this patch didn't exist in the KDE repo. There is no notice of the later updates in spec changelog. I suggest that person updating branch diff should also bump the release of the spec (also on the AC-branch, if it uses that diff). -- --= Michal Kochanowicz =--==--==BOFH==--==--= michal at michal.waw.pl =-- --= finger me for PGP public key or visit http://michal.waw.pl/PGP =-- --==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==-- A chodzenie po g?rach SSIE!!! From arekm at pld-linux.org Sat Oct 28 15:03:42 2006 From: arekm at pld-linux.org (Arkadiusz Miskiewicz) Date: Sat, 28 Oct 2006 15:03:42 +0200 Subject: SPECS (AC-branch): kdebase.spec - -ksysguardd.patch included in br... In-Reply-To: <20061028081746.GA18174@woland.michal.waw.pl> References: <20061028081746.GA18174@woland.michal.waw.pl> Message-ID: <200610281503.42609.arekm@pld-linux.org> On Saturday 28 October 2006 10:17, Michal Kochanowicz wrote: > I suggest that person updating branch diff should also bump the release > of the spec (also on the AC-branch, if it uses that diff). On HEAD branch.diff is updated frequently but release is bumped only if it goes to builders. Don't know what's the rule for AC-branch. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From michal at michal.waw.pl Sat Oct 28 19:11:08 2006 From: michal at michal.waw.pl (Michal Kochanowicz) Date: Sat, 28 Oct 2006 19:11:08 +0200 Subject: SPECS (AC-branch): kdebase.spec - -ksysguardd.patch included in br... In-Reply-To: <200610281503.42609.arekm@pld-linux.org> References: <20061028081746.GA18174@woland.michal.waw.pl> <200610281503.42609.arekm@pld-linux.org> Message-ID: <20061028171107.GH21075@woland.michal.waw.pl> On Sat, Oct 28, 2006 at 03:03:42PM +0200, Arkadiusz Miskiewicz wrote: > On Saturday 28 October 2006 10:17, Michal Kochanowicz wrote: > > > I suggest that person updating branch diff should also bump the release > > of the spec (also on the AC-branch, if it uses that diff). > On HEAD branch.diff is updated frequently but release is bumped only if it > goes to builders. Don't know what's the rule for AC-branch. In such case situations like recent "kdebase-ksysguardd.patch" will be hard to avoid. -- --= Michal Kochanowicz =--==--==BOFH==--==--= michal at michal.waw.pl =-- --= finger me for PGP public key or visit http://michal.waw.pl/PGP =-- --==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==-- A chodzenie po g?rach SSIE!!! From qboosh at pld-linux.org Sun Oct 29 00:09:40 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Sun, 29 Oct 2006 00:09:40 +0200 Subject: mono in Ac - 1.1.18? Message-ID: <20061028220940.GA21795@fngna.oyu> Currently Ac contains vulnerable version of mono, which should be updated. There is available 1.1.13.8.1 mainteance release, but there is also new 1.1.18 release, which restores alpha architecture support (lost after 1.0.6 when mint became unusable). Is 1.1.18 OK for Ac? -- Jakub Bogusz http://qboosh.cs.net.pl/ From glen at delfi.ee Sun Oct 29 21:59:23 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Sun, 29 Oct 2006 23:59:23 +0300 Subject: filesystem & FHS Message-ID: <200610292259.23443.glen@delfi.ee> hi i was thinking of way of bringing filesystem.spec to Ac that there wouldn't be difference in FHS package, and the /usr/X11R6 dir in filesystem.spec any comments? -- glen From hawk at limanowa.net Sun Oct 29 23:31:13 2006 From: hawk at limanowa.net (=?ISO-8859-1?Q?Marcin_Kr=F3l?=) Date: Sun, 29 Oct 2006 23:31:13 +0100 Subject: mono in Ac - 1.1.18? In-Reply-To: <20061028220940.GA21795@fngna.oyu> References: <20061028220940.GA21795@fngna.oyu> Message-ID: <45452BB1.5070608@limanowa.net> > Is 1.1.18 OK for Ac? +1 from me if upgrade + required rebuilds will be finished before december. M. From glen at delfi.ee Sun Oct 29 23:52:28 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Mon, 30 Oct 2006 01:52:28 +0300 Subject: ac builder Message-ID: <200610300052.28656.glen@delfi.ee> to person having COMMAND privilege on AC-builders (hawk only?): 1. upgrade failed OK: openobex.spec please fix (all builders); so i could finish the upgrade 2. also glibc-amd64 uprade had failed ok (to prevent future problems that should be still done) -- glen From ankry at green.mif.pg.gda.pl Mon Oct 30 08:35:08 2006 From: ankry at green.mif.pg.gda.pl (Andrzej Krzysztofowicz) Date: Mon, 30 Oct 2006 08:35:08 +0100 (CET) Subject: ac builder In-Reply-To: <200610300052.28656.glen@delfi.ee> from "Elan =?iso-8859-1?q?Ruusam=E4e?=" at Oct 30, 2006 01:52:28 AM Message-ID: <200610300735.k9U7Z8sd023953@green.mif.pg.gda.pl> Elan =?iso-8859-1?q?Ruusam=E4e?= wrote: > to person having COMMAND privilege on AC-builders (hawk only?): > > 1. upgrade failed OK: openobex.spec > please fix (all builders); so i could finish the upgrade Done. Continue. -- ======================================================================= Andrzej M. Krzysztofowicz ankry at mif.pg.gda.pl phone (48)(58) 347 14 61 Faculty of Applied Phys. & Math., Gdansk University of Technology From jerome.auge at cesamnet.fr Mon Oct 30 16:14:05 2006 From: jerome.auge at cesamnet.fr (=?ISO-8859-15?Q?J=E9r=F4me_Aug=E9?=) Date: Mon, 30 Oct 2006 16:14:05 +0100 Subject: [postgresql] postgresql.init script and localization problem Message-ID: <454616BD.3040004@cesamnet.fr> Hi, I noticed that the postgresql init script was unable restart postgres, telling me that postmaster died or that the service is not running. The problem is in the pgstatus function and the output from pg_ctl which seems to be locale dependent. This prevent the init script from finding de postmaster PID correctly. My system uses the fr_FR locale, and the output from pg_ctl contains an extra space before the colon character: /^pg_ctl :.*PID : \([0-9]\+\).*/ instead of: /^pg_ctl:.*PID: \([0-9]\+\).*/ I fixed it by forcing LANG=C when calling pg_ctl: --- /etc/rc.d/init.d/postgresql.orig 2006-10-30 15:44:17.000000000 +0100 +++ /etc/rc.d/init.d/postgresql 2006-10-30 15:44:35.000000000 +0100 @@ -71,7 +71,7 @@ pgstatus() { PG_STATUS="unknown" PG_PID="unknown" - output=`TMPDIR=/tmp su postgres -c "/usr/bin/pg_ctl -D $1 status"` + output=`LANG=C TMPDIR=/tmp su postgres -c "/usr/bin/pg_ctl -D $1 status"` status=`echo $?` if [ $status -eq 1 ]; then That way, the output from pg_ctl should be the same, whatever the system locale is. Regards, J?r?me Aug? From sparky at pld-linux.org Mon Oct 30 16:43:49 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Mon, 30 Oct 2006 16:43:49 +0100 Subject: [postgresql] postgresql.init script and localization problem In-Reply-To: <454616BD.3040004@cesamnet.fr> References: <454616BD.3040004@cesamnet.fr> Message-ID: <20061030154349.GA7808@pld-linux.org> On Mon, Oct 30, 2006 at 04:14:05PM +0100, J?r?me Aug? wrote: > Hi, hello > I fixed it by forcing LANG=C when calling pg_ctl: > - output=`TMPDIR=/tmp su postgres -c "/usr/bin/pg_ctl -D $1 status"` > + output=`LANG=C TMPDIR=/tmp su postgres -c "/usr/bin/pg_ctl -D $1 status"` thanks for pointing this but remember to use LC_ALL in such cases, because there are options with higher priority than LANG (eg. LANGUAGE or LC_ALL) -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From glen at delfi.ee Mon Oct 30 17:46:44 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Mon, 30 Oct 2006 18:46:44 +0200 Subject: SOURCES: perl-ExtUtils-MakeMaker-write-permissions.patch (NEW) - i... In-Reply-To: References: Message-ID: <200610301846.44668.glen@delfi.ee> On Monday 30 October 2006 18:21, you wrote: > Author: sparky Date: Mon Oct 30 16:21:30 2006 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - install with write permision for owner (useful for proper .so stripping) no longer needed. %__spec_install_post_strip (including chrpath) does chmod u+w by itself. $ cvs log rpm.macros : revision 1.85.2.2 date: 2002/11/05 15:57:38; author: malekith; state: Exp; lines: +4 -2 - don't run chrpath on axp - chmod u+w each file before processing it revision 1.310 date: 2006/07/18 07:43:25; author: glen; state: Exp; lines: +4 -1 - make files writable before striping (like chrpath does) -- glen From sparky at pld-linux.org Mon Oct 30 18:17:33 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Mon, 30 Oct 2006 18:17:33 +0100 Subject: SOURCES: perl-ExtUtils-MakeMaker-write-permissions.patch (NEW) - i... In-Reply-To: <200610301846.44668.glen@delfi.ee> References: <200610301846.44668.glen@delfi.ee> Message-ID: <20061030171733.GA2073@pld-linux.org> On Mon, Oct 30, 2006 at 06:46:44PM +0200, Elan Ruusam?e wrote: > On Monday 30 October 2006 18:21, you wrote: > > Author: sparky Date: Mon Oct 30 16:21:30 2006 GMT > > Module: SOURCES Tag: HEAD > > ---- Log message: > > - install with write permision for owner (useful for proper .so stripping) > > no longer needed. > %__spec_install_post_strip (including chrpath) does chmod u+w by itself. oh, I haven't noticed I had so old rpm macros in my chroot anyway, i think it's better to install files with u+w, not only because of stripping, it may be useful for other things too -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From public.arkh at gmail.com Mon Oct 30 23:04:58 2006 From: public.arkh at gmail.com (arkh) Date: Mon, 30 Oct 2006 23:04:58 +0100 Subject: [SPECS] Diff to bzr.spec (latest stable version). Message-ID: Attachements: - diff to bzr.spec - latest stable version - new spec for bzrtools (I'm not sure if polish translation is good - can anybody check if it's OK? ;) -------------- next part -------------- --- bzr.spec.orig 2006-10-30 22:50:47.000000000 +0100 +++ bzr.spec 2006-10-30 22:43:46.000000000 +0100 @@ -1,22 +1,21 @@ # $Revision: 1.13 $, $Date: 2006/10/27 12:26:34 $ -%define _rc rc1 Summary: Bazaar-NG - a changeset oriented revision control system Summary(pl): Bazaar-NG - system kontroli wersji zorientowany na zestawy zmian Name: bzr Version: 0.12 -Release: 0.%{_rc}.1 +Release: 1 License: GPL v2 Group: Development/Version Control -Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}%{_rc}.tar.gz -# Source0-md5: 2ae597de3d5586ea39dd029e98730d54 +Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz +# Source0-md5: 68bf4e425a93bdf5961af9c3c35229bf Patch0: %{name}-FHS.patch URL: http://bazaar-vcs.org/ BuildRequires: python >= 1:2.4 BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python -Requires: diffutils -Requires: patch -Requires: tar +Requires: python-cElementTree +Requires: python-pycurl +Requires: python-Crypto BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -73,7 +72,7 @@ Bazaar-NG obs?uguje tak?e wsp??dzielenie ga??zi mi?dzy programistami. %prep -%setup -q -n %{name}-%{version}%{_rc} +%setup -q %patch0 -p1 %build -------------- next part -------------- A non-text attachment was scrubbed... Name: bzrtools.spec Type: application/octet-stream Size: 2349 bytes Desc: not available URL: From public.arkh at gmail.com Mon Oct 30 23:11:48 2006 From: public.arkh at gmail.com (arkh) Date: Mon, 30 Oct 2006 23:11:48 +0100 Subject: bzrtools.spec Message-ID: First version of bzrtools (attached in my last email) was broken.. So this is working version. -------------- next part -------------- Summary: A collection of utilities and plugins for Bazaar-NG Summary(pl): Zbi?r narz?dzi i wtyczek dla programu Bazaar-NG Name: bzrtools Version: 0.12 Release: 1 License: GPL v2 Group: Development/Version Control Source0: http://panoramicfeedback.com/opensource/bzrtools-0.12.0.tar.gz # Source0-md5: 77b4ab2e53f08ad3a5eee66ae83cbe45 URL: http://bazaar-vcs.org/BzrTools BuildRequires: python >= 1:2.4 BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python Requires: diffutils Requires: patch Requires: librsvg Requires: bzr >= 0.12 Requires: rsync >= 2.6.6 Requires: graphviz >= 2.6 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included plugins are: * push - uses rsync to push local changes to a remote server * annotate - prints a file annotated with the revision next to each line * shelve/unshelve - allows you to undo some changes, commit, and restore * clean-tree - remove unknown, ignored-junk, or unversioned files from the tree * graph-ancestry - use dot to produce branch ancestry graphs * shell - a bzr command interpreter with command completion * patch - apply a patch to your tree from a file or URL %description -l pl BZrTools to zeastaw wtyczek do programu Bazaar-NG (bzr). Zestaw zawiera nast?puj?ce narz?dzia: * push - u?ywa programu rsync do wys?ania lokalnych zmian na zdalny serwer * annotate - wy?wietla przypisy odno?nie rewizji w ka?dej linii pliku * shelve/unshelve - pozwala na powr?t do wcze?niejszych zmian, zatwierdzenia zmian i przywr?cenia stanu sprzed dokonania zmian * clean-tree - usuwa nieznane, ignorowane pliki z projektu * graph-ancestry - graficzne przedstawienie rodowodu plik?w w projekcie * shell - linia komend programu bzr wraz z autouzupe?nianiem * patch - pozwala na nak?adanie patch'y z pliku lub adresu URL %prep %setup -q -n %{name} %build python setup.py build %install rm -rf $RPM_BUILD_ROOT python setup.py install --optimize=2 \ --root=$RPM_BUILD_ROOT %py_postclean %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc NEWS NEWS.Shelf README README.Shelf TODO TODO.Shelf CREDITS %{py_sitescriptdir}/bzrlib/plugins/bzrtools From marek.guevara at atm.com.pl Tue Oct 31 00:22:28 2006 From: marek.guevara at atm.com.pl (Marek Guevara Braun) Date: Tue, 31 Oct 2006 00:22:28 +0100 Subject: SPECS: autopsy.spec - perl autodeps - cleanups In-Reply-To: References: Message-ID: <45468934.3010909@atm.com.pl> glen wrote: > Author: glen Date: Mon Oct 30 22:40:01 2006 GMT > Module: SPECS Tag: HEAD [...] > +# FIXME: FHS: /var/{lib,run}/autopsy? > + $LOCKDIR = '/home/services/autopsy'; autopsy uses $LOCKDIR for keeping a log file, storing links or copies of disk/partition images (can be big and someone may want to keep them for a very long time), and all investigation data (also long term info). Marek From hawk at limanowa.net Tue Oct 31 10:55:38 2006 From: hawk at limanowa.net (=?ISO-8859-1?Q?Marcin_Kr=F3l?=) Date: Tue, 31 Oct 2006 10:55:38 +0100 Subject: ac builder In-Reply-To: <200610300052.28656.glen@delfi.ee> References: <200610300052.28656.glen@delfi.ee> Message-ID: <45471D9A.2010105@limanowa.net> > 2. also glibc-amd64 uprade had failed ok (to prevent future problems that > should be still done) Done. M. From jerome.auge at cesamnet.fr Tue Oct 31 11:20:50 2006 From: jerome.auge at cesamnet.fr (=?ISO-8859-15?Q?J=E9r=F4me_Aug=E9?=) Date: Tue, 31 Oct 2006 11:20:50 +0100 Subject: [qmail] remove all.rbl.kropka.net from default conf-rblsmtpd Message-ID: <45472382.7000901@cesamnet.fr> Hi, The kropka RBL is responding "rbl.kropka.net has been SHUT DOWN. Please DO NOT use it anymore." to rbl requests, thus rejecting all incoming messages. --- conf-rblsmtpd.orig 2006-10-31 11:10:25.000000000 +0100 +++ conf-rblsmtpd 2006-10-31 11:10:33.000000000 +0100 @@ -32,9 +32,6 @@ # Aggregate zone (contains all RHS zones) -r rhsbl.sorbs.net -# http://rbl.kropka.net/info.php?lang=en --r all.rbl.kropka.net - # http://www.uceprotect.net/en/index.php?m=3&s=3 -r dnsbl-1.uceprotect.net Regards, J?r?me Aug? From qboosh at pld-linux.org Tue Oct 31 14:52:38 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Tue, 31 Oct 2006 14:52:38 +0100 Subject: SPECS: webalizer.spec - -base instead of -cron as suggested by blu... In-Reply-To: References: <20061026072626.GB17497@gruby.cs.net.pl> Message-ID: <20061031135238.GA9937@gruby.cs.net.pl> On Thu, Oct 26, 2006 at 01:39:51PM +0200, Pawe? Go?aszewski wrote: > On Thu, 26 Oct 2006, Jakub Bogusz wrote: > > > Author: glen Date: Wed Oct 25 21:52:26 2006 GMT > > > Module: SPECS Tag: HEAD > > > ---- Log message: > > > - -base instead of -cron as suggested by blues (not that i like it this way) > > Why? > > There are more packages with cronjob separated as -cron (mrtg, utmp-jeber, > > webmin, vfmg, drupal). > > And upgrade (main -> -base, -cron -> main) is going to be PITA. > > If someone doesn't use -cron package currently, he will get cronjob > > installed on upgrade > > Was version with -cron subpackage on ftp? > no -> there is no problem about that :) > > After all - change proposed by glen would be great PITA too - after > upgrade from package before split you'll get not working cron. Even after > installing cron package (glen gave no triggers and that's why I've started > talking to him about that :) ). > > Besides - it sounds logical for me: > * -base (or basic) with pure application without any additions > * main package as full-set. #define "full-set"? Is cron job added by distro part of "full-set" or optional addon? > In other packages with -cron separated could be different situation. First > from your list has 2 alternatives: init and cron. I don't know the rest. utmp-jeber, vfmg and drupal have optional cron jobs. > IMvHO separating very basic package-set to -base package should be general > rule. But - it's only IMO :D It depends what we define as "base". -- Jakub Bogusz http://qboosh.cs.net.pl/ From sparky at pld-linux.org Tue Oct 31 15:28:29 2006 From: sparky at pld-linux.org (sparky at pld-linux.org) Date: Tue, 31 Oct 2006 15:28:29 +0100 Subject: [qmail] remove all.rbl.kropka.net from default conf-rblsmtpd In-Reply-To: <45472382.7000901@cesamnet.fr> References: <45472382.7000901@cesamnet.fr> Message-ID: <20061031142829.GA27481@pld-linux.org> On Tue, Oct 31, 2006 at 11:20:50AM +0100, J?r?me Aug? wrote: > Hi, > > The kropka RBL is responding "rbl.kropka.net has been SHUT DOWN. Please > DO NOT use it anymore." to rbl requests, thus rejecting all incoming > messages. In this case probably nothing will be done unless you send patch for the build system, or you ask glen to remove it from his qmail-conf tarball. -- ____ Sparky{PI] -- Przemyslaw _ ___ _ _ ........... LANG...Pl..Ca..Es..En /____) ___ ___ _ _ || Iskra | | _ \| | | : WWW........ppcrcd.pld-linux.org \____\| -_)'___| ||^'||//\\// < | _/| | | : JID......sparkyjabberes.org (____/|| (_-_|_|| ||\\ || |_ |_| |_| _| : Mail....sparkypld-linux.org From qboosh at pld-linux.org Tue Oct 31 19:01:59 2006 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Tue, 31 Oct 2006 19:01:59 +0100 Subject: SPECS: gnutls.spec - updated to 1.4.4 (fixes CVE-2006-4790) In-Reply-To: <20060925192026.GA30105@gruby.cs.net.pl> References: <20060925192026.GA30105@gruby.cs.net.pl> Message-ID: <20061031180159.GA9834@fngna.oyu> ping Would sb bacport a fix or are we switching Ac to use autoconf 2.60 and making libtasn1 soname change? On Mon, Sep 25, 2006 at 09:20:27PM +0200, Jakub Bogusz wrote: > On Mon, Sep 25, 2006 at 09:08:38PM +0200, qboosh wrote: > > Author: qboosh Date: Mon Sep 25 19:08:38 2006 GMT > > Module: SPECS Tag: HEAD > > ---- Log message: > > - updated to 1.4.4 (fixes CVE-2006-4790) > > Should we upgrade gnutls in Ac[1] or backport fix[2]? > > [1] it would require autoconf 2.60 (because of new gnulib) and libtasn1 > soname change > > [2] from here: > http://lists.gnupg.org/pipermail/gnutls-dev/2006-September/001212.html > or from another distro -- Jakub Bogusz http://qboosh.cs.net.pl/ From glen at delfi.ee Tue Oct 31 19:23:01 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Tue, 31 Oct 2006 21:23:01 +0300 Subject: SPECS: gnutls.spec - updated to 1.4.4 (fixes CVE-2006-4790) In-Reply-To: <20061031180159.GA9834@fngna.oyu> References: <20060925192026.GA30105@gruby.cs.net.pl> <20061031180159.GA9834@fngna.oyu> Message-ID: <200610312023.01174.glen@delfi.ee> On Tuesday 31 October 2006 20:01, Jakub Bogusz wrote: > ping > > Would sb bacport a fix or are we switching Ac to use autoconf 2.60 and > making libtasn1 soname change? i'd go for ac, am upgrade. if all apps compile with new libtasn1 - no blocker for soname change. hawk? > On Mon, Sep 25, 2006 at 09:20:27PM +0200, Jakub Bogusz wrote: > > On Mon, Sep 25, 2006 at 09:08:38PM +0200, qboosh wrote: > > > Author: qboosh Date: Mon Sep 25 19:08:38 2006 GMT > > > Module: SPECS Tag: HEAD > > > ---- Log message: > > > - updated to 1.4.4 (fixes CVE-2006-4790) > > > > Should we upgrade gnutls in Ac[1] or backport fix[2]? > > > > [1] it would require autoconf 2.60 (because of new gnulib) and libtasn1 > > soname change > > > > [2] from here: > > http://lists.gnupg.org/pipermail/gnutls-dev/2006-September/001212.html > > or from another distro -- glen From glen at delfi.ee Tue Oct 31 21:41:31 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Tue, 31 Oct 2006 23:41:31 +0300 Subject: smtpdaemon and sendmail wrapper Message-ID: <200610312241.31555.glen@delfi.ee> imho they are different things 1. smtpdaemon means something that listens port 25 2. sendmail wrapper is package that provides /usr/lib/sendmail are there any program that really needs smtpdaemon in this context? i'd propose to use /usr/lib/sendmail Provides/Requires pairs when program needs /usr/lib/sendmail binary (and drop smtpdaemon if none actually needs it). -- glen From twittner at o2.pl Tue Oct 31 22:26:39 2006 From: twittner at o2.pl (Tomasz Wittner) Date: Tue, 31 Oct 2006 22:26:39 +0100 Subject: smtpdaemon and sendmail wrapper In-Reply-To: <200610312241.31555.glen@delfi.ee> References: <200610312241.31555.glen@delfi.ee> Message-ID: <200610312226.39606.twittner@o2.pl> On Tue 31. October 2006 21:41, Elan Ruusam?e wrote: > imho they are different things > 1. smtpdaemon means something that listens port 25 > 2. sendmail wrapper is package that provides /usr/lib/sendmail > > are there any program that really needs smtpdaemon in this context? > > i'd propose to use /usr/lib/sendmail Provides/Requires pairs when program > needs /usr/lib/sendmail binary (and drop smtpdaemon if none actually needs > it). > Thank gln for pointing about that - f.e. msmtp can acts as /usr/lib/sendmail but it isn't daemon and doesn't listens on 25 port - IMO msmtp (really: msmtp-sendmail package) shouldn't provides/obsoletes smtpdaemon. -- Tomasz Wittner From glen at delfi.ee Wed Oct 11 09:42:32 2006 From: glen at delfi.ee (Elan =?iso-8859-1?q?Ruusam=E4e?=) Date: Wed, 11 Oct 2006 07:42:32 -0000 Subject: Fwd: ERRORS: mysql.spec Message-ID: <200610111039.18078.glen@delfi.ee> please someone help with alpha access/knowledge ---------- Forwarded Message ---------- Subject: ERRORS: mysql.spec Date: Wednesday 11 October 2006 03:49 From: PLD ac-alpha builder To: glen at pld-linux.org Cc: pld-logs-builder at lists.pld-linux.org mysql.spec (AC-branch): FAILED --- mysql.spec:AC-branch: Build-Time: user:3360.58s sys:302.86s real:4339.65s (faults io:0 non-io:0) *** buildlog for mysql.spec request from: glen started at: Wed Oct 11 01:36:52 2006 fetching http://ep09.pld-linux.org/~buildsrc/srpms/7b065c50-4685-4ca2-a525-a3d0f0c693 dc/mysql-5.0.26-2.src.rpm fetched 25848362 bytes, 174.4 K/s installing srpm: mysql-5.0.26-2.src.rpm checking BR no BR needed building RPM using: cd rpm/SPECS; TMPDIR=/tmp/B.7f3518 nice -n 0 rpmbuild -bb --target alpha-pld-linux mysql.spec Building target platforms: alpha-pld-linux Building for target alpha-pld-linux Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.42841 + umask 022 + cd /home/users/builder/rpm/BUILD + LANG=C + export LANG + unset DISPLAY + : + unset LINGUAS + : + cd /home/users/builder/rpm/BUILD + rm -rf mysql-5.0.26 + /bin/gzip -dc /home/users/builder/rpm/SOURCES/mysql-5.0.26.tar.gz + tar -xf - + STATUS=0 + [ 0 -ne 0 ] + cd mysql-5.0.26 + /bin/id -u + [ 401 = 0 ] + true . + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo Patch #0 (mysql-libs.patch): Patch #0 (mysql-libs.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-libs.patch + echo Patch #2 (mysql-c++.patch): Patch #2 (mysql-c++.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-c++.patch + echo Patch #3 (mysql-info.patch): Patch #3 (mysql-info.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-info.patch + echo Patch #4 (mysql-sql-cxx-pic.patch): Patch #4 (mysql-sql-cxx-pic.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-sql-cxx-pic.patch + echo Patch #10 (mysql-alpha.patch): Patch #10 (mysql-alpha.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-alpha.patch + echo Patch #5 (mysql-noproc.patch): Patch #5 (mysql-noproc.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-noproc.patch + echo Patch #6 (mysql-fix_privilege_tables.patch): Patch #6 (mysql-fix_privilege_tables.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-fix_privilege_tables.patch + echo Patch #7 (mysql-align.patch): Patch #7 (mysql-align.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-align.patch + echo Patch #8 (mysql-client-config.patch): Patch #8 (mysql-client-config.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-client-config.patch + echo Patch #9 (mysql-build.patch): Patch #9 (mysql-build.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-build.patch + echo Patch #11 (mysql-ndb-ldflags.patch): Patch #11 (mysql-ndb-ldflags.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-ndb-ldflags.patch + echo Patch #12 (mysql-bug-20153.patch): Patch #12 (mysql-bug-20153.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-bug-20153.patch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.93912 + umask 022 + cd /home/users/builder/rpm/BUILD + cd mysql-5.0.26 + LANG=C + export LANG + unset DISPLAY + : + unset LINGUAS + : + libtoolize --copy --force Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' + aclocal + automake -a -c -f --foreign + autoconf + CXXFLAGS=-O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer + CFLAGS=-O2 -mieee -fomit-frame-pointer + ./configure LDFLAGS= CFLAGS=-O2 -mieee -fomit-frame-pointer CXXFLAGS=-O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer FFLAGS=-O2 -mieee CPPFLAGS= CC=alpha-pld-linux-gcc CXX=alpha-pld-linux-g++ --host=alpha-pld-linux --build=alpha-pld-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/sbin --localstatedir=/var/lib/mysql --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-libraries=/usr/X11R6/lib PS=/bin/ps FIND_PROC=/bin/ps p $$PID KILL=/bin/kill CHECK_PID=/bin/kill -0 $$PID --enable-assembler --enable-largefile=yes --enable-shared --enable-static --enable-thread-safe-client --without-berkeley-db --with-innodb --with-raid --with-openssl --with-libwrap --with-big-tables --with-comment=PLD Linux Distribution MySQL RPM --without-debug --without-ndb-debug --with-embedded-server --with-extra-cha rsets=all --with-low-memory --with-mysqld-user=mysql --with-named-curses-libs=-lncurses --with-named-thread-libs=-lpthread --with-unix-socket-path=/var/lib/mysql/mysql.sock --with-archive-storage-engine --with-vio --with-ndbcluster --without-readline --without-libedit --without-docs checking build system type... alpha-pld-linux-gnu checking host system type... alpha-pld-linux-gnu checking target system type... alpha-pld-linux-gnu [...] if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT derror.o -MD -MP -MF ".deps/derror.Tpo" -c -o derror.o derror.cc; \ then mv -f ".deps/derror.Tpo" ".deps/derror.Po"; else rm -f ".deps/derror.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_acl.o -MD -MP -MF ".deps/sql_acl.Tpo" -c -o sql_acl.o sql_acl.cc; \ then mv -f ".deps/sql_acl.Tpo" ".deps/sql_acl.Po"; else rm -f ".deps/sql_acl.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT unireg.o -MD -MP -MF ".deps/unireg.Tpo" -c -o unireg.o unireg.cc; \ then mv -f ".deps/unireg.Tpo" ".deps/unireg.Po"; else rm -f ".deps/unireg.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT des_key_file.o -MD -MP -MF ".deps/des_key_file.Tpo" -c -o des_key_file.o des_key_file.cc; \ then mv -f ".deps/des_key_file.Tpo" ".deps/des_key_file.Po"; else rm -f ".deps/des_key_file.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT discover.o -MD -MP -MF ".deps/discover.Tpo" -c -o discover.o discover.cc; \ then mv -f ".deps/discover.Tpo" ".deps/discover.Po"; else rm -f ".deps/discover.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT time.o -MD -MP -MF ".deps/time.Tpo" -c -o time.o time.cc; \ then mv -f ".deps/time.Tpo" ".deps/time.Po"; else rm -f ".deps/time.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT opt_range.o -MD -MP -MF ".deps/opt_range.Tpo" -c -o opt_range.o opt_range.cc; \ then mv -f ".deps/opt_range.Tpo" ".deps/opt_range.Po"; else rm -f ".deps/opt_range.Tpo"; exit 1; fi opt_range.cc: In function `SEL_TREE* get_mm_tree(PARAM*, COND*)': opt_range.cc:4002: warning: cast to pointer from integer of different size if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT opt_sum.o -MD -MP -MF ".deps/opt_sum.Tpo" -c -o opt_sum.o opt_sum.cc; \ then mv -f ".deps/opt_sum.Tpo" ".deps/opt_sum.Po"; else rm -f ".deps/opt_sum.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT records.o -MD -MP -MF ".deps/records.Tpo" -c -o records.o records.cc; \ then mv -f ".deps/records.Tpo" ".deps/records.Po"; else rm -f ".deps/records.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT filesort.o -MD -MP -MF ".deps/filesort.Tpo" -c -o filesort.o filesort.cc; \ then mv -f ".deps/filesort.Tpo" ".deps/filesort.Po"; else rm -f ".deps/filesort.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT handler.o -MD -MP -MF ".deps/handler.Tpo" -c -o handler.o handler.cc; \ then mv -f ".deps/handler.Tpo" ".deps/handler.Po"; else rm -f ".deps/handler.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_heap.o -MD -MP -MF ".deps/ha_heap.Tpo" -c -o ha_heap.o ha_heap.cc; \ then mv -f ".deps/ha_heap.Tpo" ".deps/ha_heap.Po"; else rm -f ".deps/ha_heap.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_myisam.o -MD -MP -MF ".deps/ha_myisam.Tpo" -c -o ha_myisam.o ha_myisam.cc; \ then mv -f ".deps/ha_myisam.Tpo" ".deps/ha_myisam.Po"; else rm -f ".deps/ha_myisam.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_myisammrg.o -MD -MP -MF ".deps/ha_myisammrg.Tpo" -c -o ha_myisammrg.o ha_myisammrg.cc; \ then mv -f ".deps/ha_myisammrg.Tpo" ".deps/ha_myisammrg.Po"; else rm -f ".deps/ha_myisammrg.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_berkeley.o -MD -MP -MF ".deps/ha_berkeley.Tpo" -c -o ha_berkeley.o ha_berkeley.cc; \ then mv -f ".deps/ha_berkeley.Tpo" ".deps/ha_berkeley.Po"; else rm -f ".deps/ha_berkeley.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_innodb.o -MD -MP -MF ".deps/ha_innodb.Tpo" -c -o ha_innodb.o ha_innodb.cc; \ then mv -f ".deps/ha_innodb.Tpo" ".deps/ha_innodb.Po"; else rm -f ".deps/ha_innodb.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_ndbcluster.o -MD -MP -MF ".deps/ha_ndbcluster.Tpo" -c -o ha_ndbcluster.o ha_ndbcluster.cc; \ then mv -f ".deps/ha_ndbcluster.Tpo" ".deps/ha_ndbcluster.Po"; else rm -f ".deps/ha_ndbcluster.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_db.o -MD -MP -MF ".deps/sql_db.Tpo" -c -o sql_db.o sql_db.cc; \ then mv -f ".deps/sql_db.Tpo" ".deps/sql_db.Po"; else rm -f ".deps/sql_db.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_table.o -MD -MP -MF ".deps/sql_table.Tpo" -c -o sql_table.o sql_table.cc; \ then mv -f ".deps/sql_table.Tpo" ".deps/sql_table.Po"; else rm -f ".deps/sql_table.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_rename.o -MD -MP -MF ".deps/sql_rename.Tpo" -c -o sql_rename.o sql_rename.cc; \ then mv -f ".deps/sql_rename.Tpo" ".deps/sql_rename.Po"; else rm -f ".deps/sql_rename.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_crypt.o -MD -MP -MF ".deps/sql_crypt.Tpo" -c -o sql_crypt.o sql_crypt.cc; \ then mv -f ".deps/sql_crypt.Tpo" ".deps/sql_crypt.Po"; else rm -f ".deps/sql_crypt.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_load.o -MD -MP -MF ".deps/sql_load.Tpo" -c -o sql_load.o sql_load.cc; \ then mv -f ".deps/sql_load.Tpo" ".deps/sql_load.Po"; else rm -f ".deps/sql_load.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT mf_iocache.o -MD -MP -MF ".deps/mf_iocache.Tpo" -c -o mf_iocache.o mf_iocache.cc; \ then mv -f ".deps/mf_iocache.Tpo" ".deps/mf_iocache.Po"; else rm -f ".deps/mf_iocache.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT field_conv.o -MD -MP -MF ".deps/field_conv.Tpo" -c -o field_conv.o field_conv.cc; \ then mv -f ".deps/field_conv.Tpo" ".deps/field_conv.Po"; else rm -f ".deps/field_conv.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_show.o -MD -MP -MF ".deps/sql_show.Tpo" -c -o sql_show.o sql_show.cc; \ then mv -f ".deps/sql_show.Tpo" ".deps/sql_show.Po"; else rm -f ".deps/sql_show.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_udf.o -MD -MP -MF ".deps/sql_udf.Tpo" -c -o sql_udf.o sql_udf.cc; \ then mv -f ".deps/sql_udf.Tpo" ".deps/sql_udf.Po"; else rm -f ".deps/sql_udf.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_analyse.o -MD -MP -MF ".deps/sql_analyse.Tpo" -c -o sql_analyse.o sql_analyse.cc; \ then mv -f ".deps/sql_analyse.Tpo" ".deps/sql_analyse.Po"; else rm -f ".deps/sql_analyse.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_cache.o -MD -MP -MF ".deps/sql_cache.Tpo" -c -o sql_cache.o sql_cache.cc; \ then mv -f ".deps/sql_cache.Tpo" ".deps/sql_cache.Po"; else rm -f ".deps/sql_cache.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT slave.o -MD -MP -MF ".deps/slave.Tpo" -c -o slave.o slave.cc; \ then mv -f ".deps/slave.Tpo" ".deps/slave.Po"; else rm -f ".deps/slave.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_repl.o -MD -MP -MF ".deps/sql_repl.Tpo" -c -o sql_repl.o sql_repl.cc; \ then mv -f ".deps/sql_repl.Tpo" ".deps/sql_repl.Po"; else rm -f ".deps/sql_repl.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_union.o -MD -MP -MF ".deps/sql_union.Tpo" -c -o sql_union.o sql_union.cc; \ then mv -f ".deps/sql_union.Tpo" ".deps/sql_union.Po"; else rm -f ".deps/sql_union.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_derived.o -MD -MP -MF ".deps/sql_derived.Tpo" -c -o sql_derived.o sql_derived.cc; \ then mv -f ".deps/sql_derived.Tpo" ".deps/sql_derived.Po"; else rm -f ".deps/sql_derived.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT client.o -MD -MP -MF ".deps/client.Tpo" -c -o client.o client.c; \ then mv -f ".deps/client.Tpo" ".deps/client.Po"; else rm -f ".deps/client.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_client.o -MD -MP -MF ".deps/sql_client.Tpo" -c -o sql_client.o sql_client.cc; \ then mv -f ".deps/sql_client.Tpo" ".deps/sql_client.Po"; else rm -f ".deps/sql_client.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT mini_client_errors.o -MD -MP -MF ".deps/mini_client_errors.Tpo" -c -o mini_client_errors.o mini_client_errors.c; \ then mv -f ".deps/mini_client_errors.Tpo" ".deps/mini_client_errors.Po"; else rm -f ".deps/mini_client_errors.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT pack.o -MD -MP -MF ".deps/pack.Tpo" -c -o pack.o pack.c; \ then mv -f ".deps/pack.Tpo" ".deps/pack.Po"; else rm -f ".deps/pack.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT stacktrace.o -MD -MP -MF ".deps/stacktrace.Tpo" -c -o stacktrace.o stacktrace.c; \ then mv -f ".deps/stacktrace.Tpo" ".deps/stacktrace.Po"; else rm -f ".deps/stacktrace.Tpo"; exit 1; fi stacktrace.c: In function `print_stacktrace': stacktrace.c:189: error: `SIGRETURN_FRAME_COUNT' undeclared (first use in this function) stacktrace.c:189: error: (Each undeclared identifier is reported only once stacktrace.c:189: error: for each function it appears in.) make[4]: *** [stacktrace.o] Error 1 make[4]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.93912 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.93912 (%build) error: No files produced. Begin-PLD-Builder-Info Build-Time: user:3360.58s sys:302.86s real:4339.65s (faults io:0 non-io:0) End-PLD-Builder-Info ------------------------------------------------------- -- glen -- glen -------------- next part -------------- mysql.spec (AC-branch): FAILED --- mysql.spec:AC-branch: Build-Time: user:3360.58s sys:302.86s real:4339.65s (faults io:0 non-io:0) *** buildlog for mysql.spec request from: glen started at: Wed Oct 11 01:36:52 2006 fetching http://ep09.pld-linux.org/~buildsrc/srpms/7b065c50-4685-4ca2-a525-a3d0f0c693dc/mysql-5.0.26-2.src.rpm fetched 25848362 bytes, 174.4 K/s installing srpm: mysql-5.0.26-2.src.rpm checking BR no BR needed building RPM using: cd rpm/SPECS; TMPDIR=/tmp/B.7f3518 nice -n 0 rpmbuild -bb --target alpha-pld-linux mysql.spec Building target platforms: alpha-pld-linux Building for target alpha-pld-linux Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.42841 + umask 022 + cd /home/users/builder/rpm/BUILD + LANG=C + export LANG + unset DISPLAY + : + unset LINGUAS + : + cd /home/users/builder/rpm/BUILD + rm -rf mysql-5.0.26 + /bin/gzip -dc /home/users/builder/rpm/SOURCES/mysql-5.0.26.tar.gz + tar -xf - + STATUS=0 + [ 0 -ne 0 ] + cd mysql-5.0.26 + /bin/id -u + [ 401 = 0 ] + true . + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo Patch #0 (mysql-libs.patch): Patch #0 (mysql-libs.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-libs.patch + echo Patch #2 (mysql-c++.patch): Patch #2 (mysql-c++.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-c++.patch + echo Patch #3 (mysql-info.patch): Patch #3 (mysql-info.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-info.patch + echo Patch #4 (mysql-sql-cxx-pic.patch): Patch #4 (mysql-sql-cxx-pic.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-sql-cxx-pic.patch + echo Patch #10 (mysql-alpha.patch): Patch #10 (mysql-alpha.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-alpha.patch + echo Patch #5 (mysql-noproc.patch): Patch #5 (mysql-noproc.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-noproc.patch + echo Patch #6 (mysql-fix_privilege_tables.patch): Patch #6 (mysql-fix_privilege_tables.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-fix_privilege_tables.patch + echo Patch #7 (mysql-align.patch): Patch #7 (mysql-align.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-align.patch + echo Patch #8 (mysql-client-config.patch): Patch #8 (mysql-client-config.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-client-config.patch + echo Patch #9 (mysql-build.patch): Patch #9 (mysql-build.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-build.patch + echo Patch #11 (mysql-ndb-ldflags.patch): Patch #11 (mysql-ndb-ldflags.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-ndb-ldflags.patch + echo Patch #12 (mysql-bug-20153.patch): Patch #12 (mysql-bug-20153.patch): + patch -p1 -s + < /home/users/builder/rpm/SOURCES/mysql-bug-20153.patch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.93912 + umask 022 + cd /home/users/builder/rpm/BUILD + cd mysql-5.0.26 + LANG=C + export LANG + unset DISPLAY + : + unset LINGUAS + : + libtoolize --copy --force Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' + aclocal + automake -a -c -f --foreign + autoconf + CXXFLAGS=-O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer + CFLAGS=-O2 -mieee -fomit-frame-pointer + ./configure LDFLAGS= CFLAGS=-O2 -mieee -fomit-frame-pointer CXXFLAGS=-O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer FFLAGS=-O2 -mieee CPPFLAGS= CC=alpha-pld-linux-gcc CXX=alpha-pld-linux-g++ --host=alpha-pld-linux --build=alpha-pld-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/sbin --localstatedir=/var/lib/mysql --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-libraries=/usr/X11R6/lib PS=/bin/ps FIND_PROC=/bin/ps p $$PID KILL=/bin/kill CHECK_PID=/bin/kill -0 $$PID --enable-assembler --enable-largefile=yes --enable-shared --enable-static --enable-thread-safe-client --without-berkeley-db --with-innodb --with-raid --with-openssl --with-libwrap --with-big-tables --with-comment=PLD Linux Distribution MySQL RPM --without-debug --without-ndb-debug --with-embedded-server --with-extra-cha rsets=all --with-low-memory --with-mysqld-user=mysql --with-named-curses-libs=-lncurses --with-named-thread-libs=-lpthread --with-unix-socket-path=/var/lib/mysql/mysql.sock --with-archive-storage-engine --with-vio --with-ndbcluster --without-readline --without-libedit --without-docs checking build system type... alpha-pld-linux-gnu checking host system type... alpha-pld-linux-gnu checking target system type... alpha-pld-linux-gnu [...] if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT derror.o -MD -MP -MF ".deps/derror.Tpo" -c -o derror.o derror.cc; \ then mv -f ".deps/derror.Tpo" ".deps/derror.Po"; else rm -f ".deps/derror.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_acl.o -MD -MP -MF ".deps/sql_acl.Tpo" -c -o sql_acl.o sql_acl.cc; \ then mv -f ".deps/sql_acl.Tpo" ".deps/sql_acl.Po"; else rm -f ".deps/sql_acl.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT unireg.o -MD -MP -MF ".deps/unireg.Tpo" -c -o unireg.o unireg.cc; \ then mv -f ".deps/unireg.Tpo" ".deps/unireg.Po"; else rm -f ".deps/unireg.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT des_key_file.o -MD -MP -MF ".deps/des_key_file.Tpo" -c -o des_key_file.o des_key_file.cc; \ then mv -f ".deps/des_key_file.Tpo" ".deps/des_key_file.Po"; else rm -f ".deps/des_key_file.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT discover.o -MD -MP -MF ".deps/discover.Tpo" -c -o discover.o discover.cc; \ then mv -f ".deps/discover.Tpo" ".deps/discover.Po"; else rm -f ".deps/discover.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT time.o -MD -MP -MF ".deps/time.Tpo" -c -o time.o time.cc; \ then mv -f ".deps/time.Tpo" ".deps/time.Po"; else rm -f ".deps/time.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT opt_range.o -MD -MP -MF ".deps/opt_range.Tpo" -c -o opt_range.o opt_range.cc; \ then mv -f ".deps/opt_range.Tpo" ".deps/opt_range.Po"; else rm -f ".deps/opt_range.Tpo"; exit 1; fi opt_range.cc: In function `SEL_TREE* get_mm_tree(PARAM*, COND*)': opt_range.cc:4002: warning: cast to pointer from integer of different size if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT opt_sum.o -MD -MP -MF ".deps/opt_sum.Tpo" -c -o opt_sum.o opt_sum.cc; \ then mv -f ".deps/opt_sum.Tpo" ".deps/opt_sum.Po"; else rm -f ".deps/opt_sum.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT records.o -MD -MP -MF ".deps/records.Tpo" -c -o records.o records.cc; \ then mv -f ".deps/records.Tpo" ".deps/records.Po"; else rm -f ".deps/records.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT filesort.o -MD -MP -MF ".deps/filesort.Tpo" -c -o filesort.o filesort.cc; \ then mv -f ".deps/filesort.Tpo" ".deps/filesort.Po"; else rm -f ".deps/filesort.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT handler.o -MD -MP -MF ".deps/handler.Tpo" -c -o handler.o handler.cc; \ then mv -f ".deps/handler.Tpo" ".deps/handler.Po"; else rm -f ".deps/handler.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_heap.o -MD -MP -MF ".deps/ha_heap.Tpo" -c -o ha_heap.o ha_heap.cc; \ then mv -f ".deps/ha_heap.Tpo" ".deps/ha_heap.Po"; else rm -f ".deps/ha_heap.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_myisam.o -MD -MP -MF ".deps/ha_myisam.Tpo" -c -o ha_myisam.o ha_myisam.cc; \ then mv -f ".deps/ha_myisam.Tpo" ".deps/ha_myisam.Po"; else rm -f ".deps/ha_myisam.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_myisammrg.o -MD -MP -MF ".deps/ha_myisammrg.Tpo" -c -o ha_myisammrg.o ha_myisammrg.cc; \ then mv -f ".deps/ha_myisammrg.Tpo" ".deps/ha_myisammrg.Po"; else rm -f ".deps/ha_myisammrg.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_berkeley.o -MD -MP -MF ".deps/ha_berkeley.Tpo" -c -o ha_berkeley.o ha_berkeley.cc; \ then mv -f ".deps/ha_berkeley.Tpo" ".deps/ha_berkeley.Po"; else rm -f ".deps/ha_berkeley.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_innodb.o -MD -MP -MF ".deps/ha_innodb.Tpo" -c -o ha_innodb.o ha_innodb.cc; \ then mv -f ".deps/ha_innodb.Tpo" ".deps/ha_innodb.Po"; else rm -f ".deps/ha_innodb.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_ndbcluster.o -MD -MP -MF ".deps/ha_ndbcluster.Tpo" -c -o ha_ndbcluster.o ha_ndbcluster.cc; \ then mv -f ".deps/ha_ndbcluster.Tpo" ".deps/ha_ndbcluster.Po"; else rm -f ".deps/ha_ndbcluster.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_db.o -MD -MP -MF ".deps/sql_db.Tpo" -c -o sql_db.o sql_db.cc; \ then mv -f ".deps/sql_db.Tpo" ".deps/sql_db.Po"; else rm -f ".deps/sql_db.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_table.o -MD -MP -MF ".deps/sql_table.Tpo" -c -o sql_table.o sql_table.cc; \ then mv -f ".deps/sql_table.Tpo" ".deps/sql_table.Po"; else rm -f ".deps/sql_table.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_rename.o -MD -MP -MF ".deps/sql_rename.Tpo" -c -o sql_rename.o sql_rename.cc; \ then mv -f ".deps/sql_rename.Tpo" ".deps/sql_rename.Po"; else rm -f ".deps/sql_rename.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_crypt.o -MD -MP -MF ".deps/sql_crypt.Tpo" -c -o sql_crypt.o sql_crypt.cc; \ then mv -f ".deps/sql_crypt.Tpo" ".deps/sql_crypt.Po"; else rm -f ".deps/sql_crypt.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_load.o -MD -MP -MF ".deps/sql_load.Tpo" -c -o sql_load.o sql_load.cc; \ then mv -f ".deps/sql_load.Tpo" ".deps/sql_load.Po"; else rm -f ".deps/sql_load.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT mf_iocache.o -MD -MP -MF ".deps/mf_iocache.Tpo" -c -o mf_iocache.o mf_iocache.cc; \ then mv -f ".deps/mf_iocache.Tpo" ".deps/mf_iocache.Po"; else rm -f ".deps/mf_iocache.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT field_conv.o -MD -MP -MF ".deps/field_conv.Tpo" -c -o field_conv.o field_conv.cc; \ then mv -f ".deps/field_conv.Tpo" ".deps/field_conv.Po"; else rm -f ".deps/field_conv.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_show.o -MD -MP -MF ".deps/sql_show.Tpo" -c -o sql_show.o sql_show.cc; \ then mv -f ".deps/sql_show.Tpo" ".deps/sql_show.Po"; else rm -f ".deps/sql_show.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_udf.o -MD -MP -MF ".deps/sql_udf.Tpo" -c -o sql_udf.o sql_udf.cc; \ then mv -f ".deps/sql_udf.Tpo" ".deps/sql_udf.Po"; else rm -f ".deps/sql_udf.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_analyse.o -MD -MP -MF ".deps/sql_analyse.Tpo" -c -o sql_analyse.o sql_analyse.cc; \ then mv -f ".deps/sql_analyse.Tpo" ".deps/sql_analyse.Po"; else rm -f ".deps/sql_analyse.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_cache.o -MD -MP -MF ".deps/sql_cache.Tpo" -c -o sql_cache.o sql_cache.cc; \ then mv -f ".deps/sql_cache.Tpo" ".deps/sql_cache.Po"; else rm -f ".deps/sql_cache.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT slave.o -MD -MP -MF ".deps/slave.Tpo" -c -o slave.o slave.cc; \ then mv -f ".deps/slave.Tpo" ".deps/slave.Po"; else rm -f ".deps/slave.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_repl.o -MD -MP -MF ".deps/sql_repl.Tpo" -c -o sql_repl.o sql_repl.cc; \ then mv -f ".deps/sql_repl.Tpo" ".deps/sql_repl.Po"; else rm -f ".deps/sql_repl.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_union.o -MD -MP -MF ".deps/sql_union.Tpo" -c -o sql_union.o sql_union.cc; \ then mv -f ".deps/sql_union.Tpo" ".deps/sql_union.Po"; else rm -f ".deps/sql_union.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_derived.o -MD -MP -MF ".deps/sql_derived.Tpo" -c -o sql_derived.o sql_derived.cc; \ then mv -f ".deps/sql_derived.Tpo" ".deps/sql_derived.Po"; else rm -f ".deps/sql_derived.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT client.o -MD -MP -MF ".deps/client.Tpo" -c -o client.o client.c; \ then mv -f ".deps/client.Tpo" ".deps/client.Po"; else rm -f ".deps/client.Tpo"; exit 1; fi if alpha-pld-linux-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -fPIC -DDBUG_OFF -O2 -mieee -felide-constructors -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_client.o -MD -MP -MF ".deps/sql_client.Tpo" -c -o sql_client.o sql_client.cc; \ then mv -f ".deps/sql_client.Tpo" ".deps/sql_client.Po"; else rm -f ".deps/sql_client.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT mini_client_errors.o -MD -MP -MF ".deps/mini_client_errors.Tpo" -c -o mini_client_errors.o mini_client_errors.c; \ then mv -f ".deps/mini_client_errors.Tpo" ".deps/mini_client_errors.Po"; else rm -f ".deps/mini_client_errors.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT pack.o -MD -MP -MF ".deps/pack.Tpo" -c -o pack.o pack.c; \ then mv -f ".deps/pack.Tpo" ".deps/pack.Po"; else rm -f ".deps/pack.Tpo"; exit 1; fi if alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT stacktrace.o -MD -MP -MF ".deps/stacktrace.Tpo" -c -o stacktrace.o stacktrace.c; \ then mv -f ".deps/stacktrace.Tpo" ".deps/stacktrace.Po"; else rm -f ".deps/stacktrace.Tpo"; exit 1; fi stacktrace.c: In function `print_stacktrace': stacktrace.c:189: error: `SIGRETURN_FRAME_COUNT' undeclared (first use in this function) stacktrace.c:189: error: (Each undeclared identifier is reported only once stacktrace.c:189: error: for each function it appears in.) make[4]: *** [stacktrace.o] Error 1 make[4]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/users/builder/rpm/BUILD/mysql-5.0.26' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.93912 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.93912 (%build) error: No files produced. Begin-PLD-Builder-Info Build-Time: user:3360.58s sys:302.86s real:4339.65s (faults io:0 non-io:0) End-PLD-Builder-Info