You can subscribe to this list here.
2001 |
Jan
|
Feb
(51) |
Mar
(85) |
Apr
(93) |
May
(55) |
Jun
(52) |
Jul
(36) |
Aug
(31) |
Sep
(62) |
Oct
(55) |
Nov
(10) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(51) |
Feb
(86) |
Mar
(61) |
Apr
(83) |
May
(51) |
Jun
(35) |
Jul
(73) |
Aug
(70) |
Sep
(40) |
Oct
(46) |
Nov
(75) |
Dec
(26) |
2003 |
Jan
(36) |
Feb
(43) |
Mar
(27) |
Apr
(95) |
May
(43) |
Jun
(18) |
Jul
(9) |
Aug
(14) |
Sep
(27) |
Oct
(31) |
Nov
(33) |
Dec
(10) |
2004 |
Jan
(40) |
Feb
(19) |
Mar
(31) |
Apr
(8) |
May
(22) |
Jun
(45) |
Jul
(27) |
Aug
(38) |
Sep
(8) |
Oct
(26) |
Nov
(31) |
Dec
(20) |
2005 |
Jan
(9) |
Feb
(7) |
Mar
(16) |
Apr
(6) |
May
(10) |
Jun
(9) |
Jul
(1) |
Aug
(10) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
|
2006 |
Jan
(3) |
Feb
(10) |
Mar
(9) |
Apr
(11) |
May
(12) |
Jun
(15) |
Jul
(22) |
Aug
(9) |
Sep
(8) |
Oct
(13) |
Nov
(6) |
Dec
(7) |
2007 |
Jan
(8) |
Feb
(3) |
Mar
(8) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(16) |
Aug
(4) |
Sep
(1) |
Oct
(6) |
Nov
(3) |
Dec
(5) |
2008 |
Jan
(12) |
Feb
(9) |
Mar
(8) |
Apr
(3) |
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(16) |
Nov
(2) |
Dec
|
2009 |
Jan
(3) |
Feb
(1) |
Mar
(5) |
Apr
(2) |
May
(5) |
Jun
(16) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2010 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Reza A. <ar...@au...> - 2007-04-02 14:41:47
|
Hi Markus, On 02 Apr 2007, 07:00AM CDT, Markus Alt <al...@de...> wrote: > However, due to the naming change from "pkgconfig" to "pkg-config", > there are also some unsatisfied dependencies after that update, e.g. > with libzvt: The pkg-config spec file does already contain "Obsoletes: pkgconfig", but I think to make things even smoother, this might be the right thing: Obsoletes: pkgconfig < 0.19 Provides: pkgconfig = 0.19 I'll try to get this changed. Thanks! -- Reza Arbab ar...@au... |
From: Markus A. <al...@de...> - 2007-04-02 12:00:50
|
Dear Toolbox folks, the pkg-config 0.19 RPM that has been made available in October 2006 is obviously an update for the older pkgconfig 0.15 RPM. There are some packages that already depend on the newer version 0.19 (like e.g. glib2-devel), so if one wants to install these, updating the pkg-config/pkgconfig RPM is mandatory. However, due to the naming change from "pkgconfig" to "pkg-config", there are also some unsatisfied dependencies after that update, e.g. with libzvt: altmark@pdw7: altmark (23) $ rpm -V libzvt Unsatisfied dependencies for libzvt-2.0.1-1: pkgconfig >= 0.15.0 Would it be possible to rebuild these packages with just the Requires: pkgconfig >= %{pkgconfig_version} statement in the specfile changed to Requires: pkg-config >= %{pkgconfig_version} so that this is in a consistent state again and there are no errors when updating? Scanning through the specfiles showed that there are "just" two packages, libzvt and linc, with this old dependency and no newer version available: altmark@altmark: SPECS (22) $ egrep -n "^Requires:[[:space:]]+pkgconfig" * glib2-2.2.1-3.spec:34:Requires: pkgconfig >= 0.15.0 glib2-2.2.3-1.spec:35:Requires: pkgconfig >= 0.15.0 glib2-2.2.3-2.spec:35:Requires: pkgconfig >= 0.15.0 glib2-2.2.3-3.spec:35:Requires: pkgconfig >= 0.15.0 libIDL-0.8.0-1.spec:30:Requires: pkgconfig >= %{pkgconfig_version} libIDL-0.8.2-1.spec:30:Requires: pkgconfig >= %{pkgconfig_version} libzvt-2.0.1-1.spec:23:Requires: pkgconfig >= %{pkgconfig_version} linc-1.0.1-1.spec:32:Requires: pkgconfig >= %{pkgconfig_version} altmark@altmark: SPECS (23) $ egrep -n "^Requires:[[:space:]]+pkg-config" * glib2-2.8.1-3.spec:35:Requires: pkg-config >= 0.19 libIDL-0.8.6-2.spec:30:Requires: pkg-config >= %{pkgconfig_version} Thanks! Regards, Markus -- Markus Alt IBM Lab Boeblingen, Germany al...@de... -------------------------------------------------- IBM Deutschland Entwicklung GmbH Vorsitzender des Aufsichtsrats: Johann Weihen Geschäftsführung: Herbert Kircher Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294 -------------------------------------------------- |
From: Pythagoras W. <py...@ll...> - 2007-03-29 17:26:48
|
On Wed, Mar 28, 2007 at 02:53:11PM +0530, Rajesh Pethe wrote: :I'm having an issue with gcc compiler on powerpc-ibm-aix5.2.0.0. I've :tried installing the RPM package but after successful installation the :compiler is not working. : :Even tried to compile a simple C program 'int main() { return 0; }' :using gcc -c file.c and it returns - : :Assembler: :/tmp//ccCt0H7E.s: line 10: 1252-191 Only .llong should be used for :relocatable expressions. The issue is that the IBM tools (in this case the assembler) pay attention to the OBJECT_MODE environment variable, while gcc does not. I'll bet that you have OBJECT_MODE=64, so /usr/bin/as expects 64-bit assembler instructions, but gcc generated 32-bit ones. To make it work, either set OBJECT_MODE=32 or use the -maix64 option to gcc. That way the tools will consistently use the correct mode. For example: env OBJECT_MODE=32 gcc -c file.c gcc -maix64 -c file.c To solve this for our users, we rename /opt/freeware/bin/gcc to /opt/freeware/bin/gcc.orig and put a wrapper script at /opt/freeware/bin/gcc that attempts to keep the tool chain consistent. The same thing is done for g++. ---Cut Here--- #!/bin/sh # Wrap gcc and g++ to support the OBJECT_MODE environment variable. # Determine which compiler was requested case "$0" in *gcc*) compiler=gcc ;; *g++*) compiler=g++ ;; * ) echo "failed to determine compiler (gcc or g++) from '$0'" >&2 exit 1 ;; esac compiler=/opt/freeware/bin/$compiler.orig # Scan for -maix32 or -maix64, which overrides OBJECT_MODE for arg in "$@"; do case "$arg" in -maix32|-maix64) unset OBJECT_MODE; break ;; esac done # Tell compiler to use requested object mode if [ "$OBJECT_MODE" = 64 ]; then set -- -maix64 "$@" fi exec $compiler "$@" ---Cut Here--- -- Pythagoras Watson, LLNL ASC Systems Administrator |
From: Rajesh P. <raj...@gm...> - 2007-03-28 09:23:11
|
Hi, I'm having an issue with gcc compiler on powerpc-ibm-aix5.2.0.0. I've tried installing the RPM package but after successful installation the compiler is not working. Even tried to compile a simple C program 'int main() { return 0; }' using gcc -c file.c and it returns - Assembler: /tmp//ccCt0H7E.s: line 10: 1252-191 Only .llong should be used for relocatable expressions. Am I missing something? Thanks in advance for help. Rajesh |
From: Pythagoras W. <py...@ll...> - 2007-03-19 18:13:40
|
On Mon, Mar 19, 2007 at 08:11:38AM +0100, Herter, Berthold (GOI-1/3) wrote: :During installation of ethereal I get the following error-message: : :root : rpm -ihv ethereal-0.8.18-1.aix4.3.ppc.rpm : error: failed dependencies: : libgdk.so is needed by ethereal-0.8.18-1 : libgtk.so is needed by ethereal-0.8.18-1 : :What file(s) do I have to download and to install from your site , wherein :this librarys are inside ??? This file contains both the above dependencies: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gtkplus/gtkplus-1.2.10-4.aix5.1.ppc.rpm ==Pythagoras Watson, LLNL ASC Systems Administrator |
From: John T. <jw...@us...> - 2007-03-19 18:06:19
|
I will be out of the office starting 03/09/2007 and will not return until 03/20/2007. Returning March 20th |
From: Herter, B. (GOI-1/3) <Ber...@vo...> - 2007-03-19 07:14:50
|
Dear AIXTOOLBOX-Team ... ... until now I've downloaded a lot of the files from your internet-site and was able to install them on an AIX 5.3 Server. I have only one problem. During installation of ethereal I get the following error-message: root : rpm -ihv ethereal-0.8.18-1.aix4.3.ppc.rpm error: failed dependencies: libgdk.so is needed by ethereal-0.8.18-1 libgtk.so is needed by ethereal-0.8.18-1 What file(s) do I have to download and to install from your site , wherein this librarys are inside ??? Please tell me the file names. I cannot find a filename like gdk or gtk. Kind regards Berthold Herter Until now I installed the following libraries in /opt/freeware/lib : l11s07p20 - /opt/freeware/lib - (-ksh) root : ll total 115552 drwxr-xr-x 8 root system 4096 Mar 19 08:04 . drwxrwxr-x 13 root system 4096 Mar 15 13:44 .. -rw-r--r-- 1 root system 1118 Dec 22 2005 charset.alias drwxr-xr-x 3 root system 256 Mar 19 08:04 gdk-pixbuf drwxr-xr-x 3 root system 256 Mar 19 07:44 gtk drwxr-xr-x 4 root system 256 Mar 19 07:48 gtk-2.0 -rwxr-xr-x 1 root system 200477 Jan 17 2006 libXcursor.a -rwxr-xr-x 1 root system 160348 Feb 09 2006 libXrender.a -rwxr-xr-x 1 root system 1048 Feb 09 2006 libXrender.la -rw-r--r-- 1 root system 652898 Dec 22 2005 libatk-1.0.a -rwxr-xr-x 1 root system 181076 Jul 15 2005 libbz2.a -rwxr-xr-x 1 root system 1895603 Apr 01 2006 libcairo.a -rw-r--r-- 1 root system 5652057 Oct 06 2005 libcrypto-static.a -rwxr-xr-x 1 root system 6179163 Oct 06 2005 libcrypto.a -rwxr-xr-x 1 root system 494372 Apr 21 2004 libexpat.a -rw-r--r-- 1 root system 1161061 Dec 22 2005 libfontconfig.a -rw-r--r-- 1 root system 4556534 Nov 23 2004 libfreetype.a -rw-r--r-- 1 root system 571684 Feb 16 2004 libgd.a -rwxr-xr-x 1 root system 2898671 Jun 10 2006 libgdk-x11-2.0.a -rwxr-xr-x 1 root system 486611 Jun 10 2006 libgdk_pixbuf-2.0.a lrwxrwxrwx 1 root system 22 Mar 19 08:04 libgdk_pixbuf.so -> libgdk_pixbuf.so.2.0.0 lrwxrwxrwx 1 root system 22 Mar 19 08:04 libgdk_pixbuf.so.2 -> libgdk_pixbuf.so.2.0.0 -rwxr-xr-x 1 root system 167559 Feb 12 2002 libgdk_pixbuf.so.2.0.0 -rwxr-xr-x 1 root system 249945 Jun 10 2006 libgdk_pixbuf_xlib-2.0.a lrwxrwxrwx 1 root system 27 Mar 19 08:04 libgdk_pixbuf_xlib.so -> libgdk_pixbuf_xlib.so.2.0.0 lrwxrwxrwx 1 root system 27 Mar 19 08:04 libgdk_pixbuf_xlib.so.2 -> libgdk_pixbuf_xlib.so.2.0.0 -rwxr-xr-x 1 root system 217807 Feb 12 2002 libgdk_pixbuf_xlib.so.2.0.0 lrwxrwxrwx 1 root system 21 Mar 15 12:57 libglib-1.2.so.0 -> libglib-1.2.so.0.0.10 -rwxr-xr-x 1 root system 402269 Feb 08 2002 libglib-1.2.so.0.0.10 -rw-r--r-- 1 root system 2681566 Dec 22 2005 libglib-2.0.a lrwxrwxrwx 1 root system 21 Mar 15 12:57 libglib.so -> libglib-1.2.so.0.0.10 lrwxrwxrwx 1 root system 24 Mar 15 12:57 libgmodule-1.2.so.0 -> libgmodule-1.2.so.0.0.10 -rw-r--r-- 1 root system 16214 Feb 08 2002 libgmodule-1.2.so.0.0.10 -rw-r--r-- 1 root system 52995 Dec 22 2005 libgmodule-2.0.a lrwxrwxrwx 1 root system 24 Mar 15 12:57 libgmodule.so -> libgmodule-1.2.so.0.0.10 lrwxrwxrwx 1 root system 29 Mar 19 08:04 libgnomecanvaspixbuf.so -> libgnomecanvaspixbuf.so.1.0.0 lrwxrwxrwx 1 root system 29 Mar 19 08:04 libgnomecanvaspixbuf.so.1 -> libgnomecanvaspixbuf.so.1.0.0 -rwxr-xr-x 1 root system 34172 Feb 12 2002 libgnomecanvaspixbuf.so.1.0.0 -rw-r--r-- 1 root system 1253641 Dec 22 2005 libgobject-2.0.a lrwxrwxrwx 1 root system 24 Mar 15 12:57 libgthread-1.2.so.0 -> libgthread-1.2.so.0.0.10 -rwxr-xr-x 1 root system 13679 Feb 08 2002 libgthread-1.2.so.0.0.10 -rw-r--r-- 1 root system 67828 Dec 22 2005 libgthread-2.0.a lrwxrwxrwx 1 root system 24 Mar 15 12:57 libgthread.so -> libgthread-1.2.so.0.0.10 -rwxr-xr-x 1 root system 16245394 Jun 10 2006 libgtk-x11-2.0.a -rw-r--r-- 1 root system 2247888 Feb 19 2004 libgtkhtml-2.a -rwxr-xr-x 1 root system 1724 Feb 19 2004 libgtkhtml-2.la -rw-r--r-- 1 root system 113080 Feb 12 2004 libintl.a -rw-r--r-- 1 root system 624 Feb 12 2004 libintl.la -rwxr-xr-x 1 root system 527001 Feb 13 2004 libjpeg.a -rw-r--r-- 1 root system 1209975 Dec 22 2005 libpango-1.0.a -rw-r--r-- 1 root system 171509 Dec 22 2005 libpangocairo-1.0.a -rw-r--r-- 1 root system 777702 Dec 22 2005 libpangoft2-1.0.a -rw-r--r-- 1 root system 266663 Dec 22 2005 libpangox-1.0.a -rw-r--r-- 1 root system 164215 Dec 22 2005 libpangoxft-1.0.a -rwxr-xr-x 1 root system 883300 Apr 27 2006 libpng.a -rwxr-xr-x 1 root system 883308 Apr 27 2006 libpng12.a lrwxrwxrwx 1 root system 16 Mar 08 14:04 libpopt.so -> libpopt.so.0.0.0 lrwxrwxrwx 1 root system 16 Mar 08 14:04 libpopt.so.0 -> libpopt.so.0.0.0 -rwxr-xr-x 1 root system 53386 Jul 15 2005 libpopt.so.0.0.0 lrwxrwxrwx 1 root system 15 Mar 08 14:04 librpm.so -> librpm.so.0.0.0 lrwxrwxrwx 1 root system 15 Mar 08 14:04 librpm.so.0 -> librpm.so.0.0.0 -rwxr-xr-x 1 root system 952924 Jul 15 2005 librpm.so.0.0.0 lrwxrwxrwx 1 root system 20 Mar 08 14:04 librpmbuild.so -> librpmbuild.so.0.0.0 lrwxrwxrwx 1 root system 20 Mar 08 14:04 librpmbuild.so.0 -> librpmbuild.so.0.0.0 -rwxr-xr-x 1 root system 174923 Jul 15 2005 librpmbuild.so.0.0.0 -rw-r--r-- 1 root system 822276 Oct 06 2005 libssl-static.a -rwxr-xr-x 1 root system 1190628 Oct 06 2005 libssl.a -rwxr-xr-x 1 root system 1832129 Dec 22 2005 libtiff.a -rwxr-xr-x 1 root system 290779 Jul 15 2005 libz.a drwxr-xr-x 3 root system 256 Mar 16 10:42 pango drwxr-xr-x 2 root system 256 Mar 19 07:49 pkgconfig drwxr-xr-x 2 root system 4096 Jul 15 2005 rpm lrwxrwxrwx 1 root system 11 Mar 08 14:04 rpmpopt -> rpm/rpmpopt lrwxrwxrwx 1 root system 9 Mar 08 14:04 rpmrc -> rpm/rpmrc ============================================================================ == |
From: <ch...@pm...> - 2007-03-06 01:27:45
|
Dear Arbab: Thanks for your frankness comment, I am trying shift our project to xlC. I hope the next gcc version can be approvaled soon, I love gcc. And I suggest remove libstdc++ from aix toolbox download page. Regards. zxd -----Original Message----- From: aix...@li... [mailto:aix...@li...] On Behalf Of Reza Arbab Sent: Tuesday, March 06, 2007 12:45 AM To: aix...@li... Subject: Re: [tbox-l] Problem with g++ 4.0.0 during linker stage(again) On 04 Mar 2007, 08:07PM CST, ch...@pm... wrote: > I have the same problem with which I found in this list archive > > http://sourceforge.net/mailarchive/message.php?msg_id=15751095 > > is there an solution for it? I never found a solution for this in 4.0.0. I believe we concluded that this problem was not present for us in the latest gcc. I'm sorry to say I am still waiting for approval to release gcc 4.0.3. -- Reza Arbab ar...@au... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ aixtoolbox-list mailing list aix...@li... https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list |
From: Reza A. <ar...@au...> - 2007-03-05 15:53:26
|
On 04 Mar 2007, 08:07PM CST, ch...@pm... wrote: > I have the same problem with which I found in this list archive > > http://sourceforge.net/mailarchive/message.php?msg_id=15751095 > > is there an solution for it? I never found a solution for this in 4.0.0. I believe we concluded that this problem was not present for us in the latest gcc. I'm sorry to say I am still waiting for approval to release gcc 4.0.3. -- Reza Arbab ar...@au... |
From: <ch...@pm...> - 2007-03-05 02:07:21
|
Dear Toolbox folks: I have the same problem with which I found in this list archive http://sourceforge.net/mailarchive/message.php?msg_id=15751095 is there an solution for it? thanks in adv. zxd |
From: Lancashire, P. <pla...@ci...> - 2007-02-22 20:56:22
|
Just a note of interest to some A few weeks ago I was informed the the UCLA PDSLIB has lost it funding as of the new year. -pete > -----Original Message----- > From: Reza Arbab [mailto:ar...@au...] > Sent: Wednesday, December 06, 2006 11:29 AM > To: aix...@li... > Subject: Re: [tbox-l] Very old version of Python in AIX Toolbox for > Linux > > > Hi Steven, > > Your question is not uncommon. The short story is that we > operate under some > considerable restrictions. I like to refer to this post from > long ago in > which David explained things in a pretty clear way: > > <http://sourceforge.net/mailarchive/message.php?msg_id=10892301> > > If you are in need of a Python 2.5 package any time soon, > your best option is > probably to modify our RPM spec file and build a new package. > > > -- > Reza Arbab > ar...@au... > > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the > chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge &CID=DEVDEV _______________________________________________ aixtoolbox-list mailing list aix...@li... https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list |
From: Richard D. <Ric...@LA...> - 2007-02-21 20:06:30
|
I built an RPM for 'vsftpd' a while back and we've found if very useful here. I was wondering how to go about submitting this RPM so it could be included in future versions of the AIX Toolbox for Linux Applications. It was built using the vsftpd 2.0.1 sources. I'm afraid my RPM isn't very sophisticated, but I have the source and binary RPM available. =20 I could easily include both as attachments to this e-mail, but I'm not sure if that would be the correct procedure. Please let me know. =20 Thanks! =20 --Rich Dupuy UNIX System Administrator IT Technical Support Supervisor Office of Computing Services 225-219-6026 |
From: Folkert v. H. <fo...@va...> - 2007-02-03 02:28:31
|
Hi, I finally succeeded in building my multitail program for AIX! So: is anyone willing to test the rpm? http://www.vanheusden.com/aix/ Folkert van Heusden -- www.vanheusden.com/multitail - multitail is tail on steroids. multiple windows, filtering, coloring, anything you can think of ---------------------------------------------------------------------- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com |
From: Bill <bi...@gm...> - 2007-01-24 02:14:32
|
Hello all, I've installed the rpm's for KDE 3.0 from the AIX Toolbox and everything is running smoothly except for the Konsole. When I start the Konsole with the root id from the command line all is well. However, when any other user starts it either from the command line or from the KDE interface it takes a very long time to get a prompt. I first thought it was a permissions issue, but the prompt does eventually come up. It takes several minutes though. Has anyone else experienced this issue? Any tips would be appreciated. Thanks, Bill What I have installed for KDE... AIX 5.3.5.4 64bit rpm.rte 3.0.5.39 COMMITTED RPM Package Manager kdelibs-sound-3.0-1 kdeutils-3.0-1 kdebase-3.0-2 kdeaddons-3.0-1 kdeadmin-3.0-1 kdemultimedia-3.0-1 kdegraphics-3.0-1 kdenetwork-3.0-2 kdebindings-3.0-1 kdepim-3.0-1 kdetoys-3.0-1 kdesdk-3.0-1 kdevelop-2.1-1 kdelibs-3.0-1 kdegames-3.0-1 kdeedu-3.0-1 kdeartwork-3.0-1 kdelibs-devel-3.0-1 xpm-3.4k-7 qt-3.0.3-1 qt-Xt-3.0.3-1 qt-designer-3.0.3-1 qt-devel-3.0.3-1 pcre-3.7-3 libmng-1.0.3-2 |
From: Reza A. <ar...@au...> - 2007-01-22 18:55:10
|
Hi Ronda, On 19 Jan 2007, 01:47PM CST, Ronda Marshall <ro...@us...> wrote: > Does anyone know if making yum available in the AIX toolbox for Linux > would be possible? It's definitely possible. Have you ported yum to AIX? The usual caveat applies: it takes so long for us to add or update a package in the Toolbox that your best course of action is to build your own package. -- Reza Arbab ar...@au... |
From: Ronda M. <ro...@us...> - 2007-01-19 19:49:19
|
Does anyone know if making yum available in the AIX toolbox for Linux would be possible? As we are getting more Linux machines internally to IBM, we have discovered how nice yum channels are for efficient application deployment/updates. If yum could be available on AIX, there could be potential for common administration between AIX and Linux. Thoughts, ideas, etc Thanks -Ronda Ronda Marshall Staff SW Engineer BT/IT STG, Dept F1XA AIX, Engineering tools, Performance and Analysis T/L 553-1646 |
From: Marc S. <ma...@au...> - 2007-01-18 21:45:34
|
That level of rpm didn't have a separate rpmbuild command. You just use rpm -b. Marc > > Dies ist eine mehrteilige Nachricht im MIME-Format. > --===============0387628121== > Content-Type: multipart/alternative; > boundary="=_alternative 005F5A74C1257265_=" > > Dies ist eine mehrteilige Nachricht im MIME-Format. > --=_alternative 005F5A74C1257265_= > Content-Type: text/plain; charset="US-ASCII" > > Dear Sir or Madam, > > i want to build my own customized RPMs for AIX 5.3. > > I have installed the rpm-build(3.0.5-40) Package from the AIX Toolbox > Homepage, but ther is no rpmbuild Binary inside. > > The Description of this Package says, it contains scripts and executable > for building RPMS. > > But it contains von rpmbuild. > > root@xxxxxxx: /filer/nim/software > rpm -ql rpm-build-3.0.5-40 > /opt/freeware/lib/rpm/check-prereqs > /opt/freeware/lib/rpm/cpanflute > /opt/freeware/lib/rpm/find-lang.sh > /opt/freeware/lib/rpm/find-provides.perl > /opt/freeware/lib/rpm/find-requires.perl > /opt/freeware/lib/rpm/get_magic.pl > /opt/freeware/lib/rpm/getpo.sh > /opt/freeware/lib/rpm/http.req > /opt/freeware/lib/rpm/magic.prov > /opt/freeware/lib/rpm/magic.req > /opt/freeware/lib/rpm/perl.prov > /opt/freeware/lib/rpm/perl.req > /opt/freeware/lib/rpm/rpmdiff > /opt/freeware/lib/rpm/rpmdiff.cgi > /opt/freeware/lib/rpm/rpmgettext > /opt/freeware/lib/rpm/rpmputtext > /opt/freeware/lib/rpm/u_pkg.sh > > Installed RPM packages: > root@xxxx:/filer/nim/software > rpm -qa |grep -i rpm > rpm-build-3.0.5-40 > AIX-rpm-5.3.0.40-2 > rpm-3.0.5-40 > > Is the something missing? > > Best wishes from Munich, > > > Chris Paulheim > Germany - > > > --=_alternative 005F5A74C1257265_= > Content-Type: text/html; charset="US-ASCII" > > > <br><font size=2 face="sans-serif">Dear Sir or Madam,</font> > <br> > <br><font size=2 face="sans-serif">i want to build my own customized RPMs > for AIX 5.3.</font> > <br> > <br><font size=2 face="sans-serif">I have installed the rpm-build(3.0.5-40) > Package from the AIX Toolbox Homepage, but ther is no rpmbuild Binary inside.</font> > <br> > <br><font size=2 face="sans-serif">The Description of this Package says, > it contains scripts and executable for building RPMS.</font> > <br> > <br><font size=2 face="sans-serif">But it contains von rpmbuild.</font> > <br> > <br><font size=2 face="sans-serif">root@xxxxxxx: /filer/nim/software > > rpm -ql rpm-build-3.0.5-40</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/check-prereqs</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/cpanflute</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/find-lang.sh</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/find-provides.perl</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/find-requires.perl</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/get_magic.pl</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/getpo.sh</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/http.req</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/magic.prov</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/magic.req</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/perl.prov</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/perl.req</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/rpmdiff</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/rpmdiff.cgi</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/rpmgettext</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/rpmputtext</font> > <br><font size=2 face="sans-serif">/opt/freeware/lib/rpm/u_pkg.sh</font> > <br> > <br><font size=2 face="sans-serif">Installed RPM packages:</font> > <br><font size=2 face="sans-serif">root@xxxx:/filer/nim/software > rpm > -qa |grep -i rpm</font> > <br><font size=2 face="sans-serif">rpm-build-3.0.5-40</font> > <br><font size=2 face="sans-serif">AIX-rpm-5.3.0.40-2</font> > <br><font size=2 face="sans-serif">rpm-3.0.5-40</font> > <br> > <br><font size=2 face="sans-serif">Is the something missing?</font> > <br> > <br><font size=2 face="sans-serif">Best wishes from Munich,</font> > <br> > <br> > <br><font size=2 face="sans-serif">Chris Paulheim</font> > <br><font size=2 face="sans-serif">Germany -</font> > <br> > <br> > --=_alternative 005F5A74C1257265_=-- > > > --===============0387628121== > Content-Type: text/plain; charset="us-ascii" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > --===============0387628121== > Content-Type: text/plain; charset="us-ascii" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > _______________________________________________ > aixtoolbox-list mailing list > aix...@li... > https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list > > --===============0387628121==-- > -- Marc Stephenson IBM Austin ma...@au... Notes: ma...@us... T/L 678-3189 |
From: Wil C. <wc...@na...> - 2007-01-18 17:50:51
|
On Tue, 2007-01-16 at 18:21 +0100, Chr...@bg... wrote: >=20 > Dear Sir or Madam,=20 >=20 > i want to build my own customized RPMs for AIX 5.3.=20 >=20 > I have installed the rpm-build(3.0.5-40) Package from the AIX Toolbox > Homepage, but ther is no rpmbuild Binary inside.=20 >=20 > The Description of this Package says, it contains scripts and > executable for building RPMS.=20 >=20 > But it contains von rpmbuild.=20 Hallo Christian, Verion 3 of RPM did not have an 'rpmbuild' command; it was still integrated into the 'rpm' command itself; you use it just like you do 'rpmbuild': 'rpm -ba foo.spec'. Wil --=20 Wil Cooley <wc...@na...> http://nakedape.cc |
From: <Chr...@bg...> - 2007-01-16 17:21:54
|
Dear Sir or Madam, i want to build my own customized RPMs for AIX 5.3. I have installed the rpm-build(3.0.5-40) Package from the AIX Toolbox Homepage, but ther is no rpmbuild Binary inside. The Description of this Package says, it contains scripts and executable for building RPMS. But it contains von rpmbuild. root@xxxxxxx: /filer/nim/software > rpm -ql rpm-build-3.0.5-40 /opt/freeware/lib/rpm/check-prereqs /opt/freeware/lib/rpm/cpanflute /opt/freeware/lib/rpm/find-lang.sh /opt/freeware/lib/rpm/find-provides.perl /opt/freeware/lib/rpm/find-requires.perl /opt/freeware/lib/rpm/get_magic.pl /opt/freeware/lib/rpm/getpo.sh /opt/freeware/lib/rpm/http.req /opt/freeware/lib/rpm/magic.prov /opt/freeware/lib/rpm/magic.req /opt/freeware/lib/rpm/perl.prov /opt/freeware/lib/rpm/perl.req /opt/freeware/lib/rpm/rpmdiff /opt/freeware/lib/rpm/rpmdiff.cgi /opt/freeware/lib/rpm/rpmgettext /opt/freeware/lib/rpm/rpmputtext /opt/freeware/lib/rpm/u_pkg.sh Installed RPM packages: root@xxxx:/filer/nim/software > rpm -qa |grep -i rpm rpm-build-3.0.5-40 AIX-rpm-5.3.0.40-2 rpm-3.0.5-40 Is the something missing? Best wishes from Munich, Chris Paulheim Germany - |
From: <mcn...@au...> - 2007-01-11 18:35:39
|
Hi Jerry, We recently did get approval to ship a newer version of GTK+ (2.8.3). It didn't make it in time to get on the latest CD, but it is on the web site. If you want an even newer version check on bullfreeware.com. Dan > From: Jerry Finn <jf...@us...> > Hello list > I'm writing to find out who I would go to ask for an update of the GTK+ > library? > I'm an IBM-er working on a competitive deal. Our potential client is using > GTK+ on another UNIX. A version that is newer than what is available on > AIX. Gtk+2.8.20. We are interested in getting GTK+ up to at least 2.8.2 > and some libraries too. > I've been to a number of IBM software groups but many say that working on > open source and the AIX Affinity with Linux / AIX toolbox is out of their > area, so I'm looking for contact names and information for those whose > area it is in. > Anybody know what group or contacts are supporting this part of the product > on AIX? > Thanks, >Jerry Finn |
From: Jerry F. <jf...@us...> - 2007-01-11 17:38:00
|
Hello list I'm writing to find out who I would go to ask for an update of the GTK+= library? I'm an IBM-er working on a competitive deal. Our potential client is us= ing GTK+ on another UNIX. A version that is newer than what is available on= AIX. Gtk+2.8.20. We are interested in getting GTK+ up to at least 2.8.2= 0 and some libraries too. I've been to a number of IBM software groups but many say that working = on open source and the AIX Affinity with Linux / AIX toolbox is out of the= ir area, so I'm looking for contact names and information for those whose = area it is in. Anybody know what group or contacts are supporting this part of the pro= duct on AIX? Thanks, Jerry Finn jf...@us...= |
From: Shortt, K. <KS...@us...> - 2006-12-13 16:01:24
|
=20 I recently accomplished this from scratch. Here are my notes taken. They are sanitized for obvious reasons.=20 =20 I hope this helps you out. =20 -k =20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # Thu Oct 31 10:20:49 CDT 2006 # @AUTHOR: Kevin M. Shortt # # This document contains all of the steps necessary to install # a functioning Apache webserver with SSL and PHP. =20 # # Useful websites: # http://www-941.ibm.com/collaboration/wiki/display/WikiPtype/aixopen # =20 - uname -a AIX hostname 3 5 XXXXXXXXXXXX =20 - oslevel -r 5300-05 =20 # PREQUISITES: # # This section addresses and installs the many prerequistes required to compile and install a=20 # functioning Apache web server with SSL and PHP. =20 # =20 - rpm -i /aix_toolbox/RPMS/ppc/openssl-0.9.7g-1.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/openssl-devel-0.9.7g-1.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/tar-1.14-1.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc-5.3/libgcc-3.3.2-5.aix5.3.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc-5.3/gcc-3.3.2-5.aix5.3.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/make-3.80-1.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/bison-1.875-3.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/flex-2.5.4a-6.aix4.3.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/zlib-1.2.2-4.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/zlib-devel-1.2.2-4.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/libxml2-2.6.8-2.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/libxml2-devel-2.6.8-2.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc-5.3/gcc-c++-3.3.2-5.aix5.3.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc-5.3/libstdc++-devel-3.3.2-5.aix5.3.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/bzip2-1.0.2-3.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/libjpeg-6b-6.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/libjpeg-devel-6b-6.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/libpng-1.2.1-6.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/libpng-devel-1.2.1-6.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/xpm-3.4k-7.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/xpm-devel-3.4k-7.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/freetype2-2.1.7-2.aix5.1.ppc.rpm - rpm -i /aix_toolbox/RPMS/ppc/freetype2-devel-2.1.7-2.aix5.1.ppc.rpm =20 # The Math Library is required for the Apache compiliation. (libm) This resides on the AIX OS Install CD. # The entire bos.adt lpp is required at this point. - cd /nim/aix53ml4/lppsource/installp/ppc/ - installp -aXYgd . bos.adt # # Apache http-2.2.3 http://httpd.apache.org <http://httpd.apache.org>=20 # - cd /usr/local/tgz/ - wget http://www.apache.org/dist/httpd/httpd-2.2.3.tar.gz <http://www.apache.org/dist/httpd/httpd-2.2.3.tar.gz>=20 - cd /usr/local/src - gtar -tzvf /usr/local/tgz/httpd-2.2.3.tar.gz - cd httpd-2.2.3 - chown -R root:system . - LDFLAGS=3D'-lm' ./configure -C --enable-so = --prefix=3D/usr/local/apache --enable-ssl - make - make install =20 # Check your work.... - /usr/local/apache/bin/httpd -v Server version: Apache/2.2.3 Server built: Oct 31 2006 11:57:30 =20 - /usr/local/apache/bin/httpd -l Compiled in modules: core.c mod_authn_file.c mod_authn_default.c mod_authz_host.c mod_authz_groupfile.c mod_authz_user.c mod_authz_default.c mod_auth_basic.c mod_include.c mod_filter.c mod_log_config.c mod_env.c mod_setenvif.c mod_ssl.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c =20 # Apache is ready for configuration at this point. (without PHP) # # # PHP-5.1.6 http://www.php.net <http://www.php.net>=20 # - cd /usr/local/tgz - wget http://www.php.net/get/php-5.1.6.tar.bz2/from/us2.php.net/mirror <http://www.php.net/get/php-5.1.6.tar.bz2/from/us2.php.net/mirror>=20 - cd /usr/local/src - bunzip /usr/local/tgz/php-5.1.6.tar.bz2 - gtar xvf /usr/local/tgz/php-5.1.6.tar - cd /usr/local/src/php-5.1.6 - chown -R root:system . - export PATH=3D/opt/freeware/bin:$PATH =20 # This next step has a lot of arguments. # I have it broken out here for readability. # # - ./configure --prefix=3D/usr/local # --with-apxs2=3D/usr/local/apache/bin/apxs # --with-config-file-path=3D/usr/local/apache/conf # --with-gd --with-zlib-dir=3D/opt/freeware/lib # --enable-shared --disable-static # --with-png --with-zlib --with-bz2 # --with-xml --with-jpeg-dir=3D/opt/freeware/lib # --with-png-dir=3D/opt/freeware/lib # --with-xpm-dir=3D/opt/freeware/lib # --with-freetype-dir=3D/opt/freeware/lib # - ./configure --prefix=3D/usr/local --with-apxs2=3D/usr/local/apache/bin/apxs --with-config-file-path=3D/usr/local/apache/conf --with-gd - -with-zlib-dir=3D/opt/freeware/lib --enable-shared --disable-static --with-png --with-zlib --with-bz2 --with-xml --with-jpeg-dir=3D/opt/ freeware/lib --with-png-dir=3D/opt/freeware/lib --with-xpm-dir=3D/opt/freeware/lib = --with-freetype-dir=3D/opt/freeware/lib - make - cp .libs/libphp5.so /usr/local/apache/modules/ - cp php.ini-recommended /usr/local/apache/conf/php.ini =20 # Done with PHP. =20 =20 =20 =20 =20 =20 ________________________________ From: aix...@li... [mailto:aix...@li...] On Behalf Of Rod Groce Sent: Tuesday, December 12, 2006 6:37 PM To: aix...@li... Subject: [tbox-l] Help with PHP I have just found it necessary to update my server to 5300-05=20 I was running 5.2. Now my php install from linuxtoolbox seems to be failing.=20 I get: [Tue Dec 12 18:29:08 2006] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)=20 whenever appache starts, and I get a seg fault anytime I try to access a page using php.=20 any help would be appreciated.=20 Rod=20 Rod Groce wr...@au... Systems Administrator Phone:(512)838-6179 Austin, Texas Tie Line:678-6179 =20 |
From: Scott F. <SFl...@ab...> - 2006-12-13 15:56:03
|
Rod, =20 Check to make sure the php script is not causing this problem. Do the process of elimination by simplifying the script until you boiled down to the offending code. Once you get to that part then analyze the offending code to see if it a PHP bug or programmer error (whoever wrote the script) in the script. If it is a programmer error, make some changes to the script to avoid the problem. If it is a PHP bug then you may have to file a PHP bug depending on the situation, this you'll have to analyze it some more. =20 This happen to me twice before when I get a segmentation fault when a web page is accessed. By the way, I noticed you're using PHP version 4 which is considered out of date by now as PHP 6 is almost here. Don't bother trying to file a PHP bug with PHP version 4 because that's when they'll tell you to upgrade to the latest version to see if the problem can be reproduced or the PHP bug will quickly be rejected as bogus. =20 Hope this help you along the way... =20 Scott =20 ________________________________ From: aix...@li... [mailto:aix...@li...] On Behalf Of Rod Groce Sent: Tuesday, December 12, 2006 7:37 PM To: aix...@li... Subject: [tbox-l] Help with PHP =20 I have just found it necessary to update my server to 5300-05=20 I was running 5.2. Now my php install from linuxtoolbox seems to be failing.=20 I get: [Tue Dec 12 18:29:08 2006] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)=20 whenever appache starts, and I get a seg fault anytime I try to access a page using php.=20 any help would be appreciated.=20 Rod=20 Rod Groce wr...@au... Systems Administrator Phone:(512)838-6179 Austin, Texas Tie Line:678-6179 =20 |
From: Rod G. <wr...@us...> - 2006-12-13 00:38:15
|
I have just found it necessary to update my server to 5300-05 I was running 5.2. Now my php install from linuxtoolbox seems to be failing. I get: [Tue Dec 12 18:29:08 2006] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) whenever appache starts, and I get a seg fault anytime I try to access a page using php. any help would be appreciated. Rod Rod Groce wr...@au... Systems Administrator Phone:(512)838-6179 Austin, Texas Tie Line:678-6179 |
From: Reza A. <ar...@au...> - 2006-12-08 19:20:56
|
Hi Brian, On 06 Dec 2006, 02:01PM CST, Brian Eckrose wrote: > We have installed the vnc server code from the AIX Toolbox site on our > AIX 5.3 server and we are trying to determine how to best configure the > vncserver and/or the /.vnc/.xstartup file so that the client connections > are presented with a dtlogin screen I did a little research and it seems that the standard way to accomplish what you are describing is to set up VNC to be started automatically by inetd: 1. Add the following to /etc/services: vnc1024 5901/tcp # vnc (1024x768) 2. Add the following to /etc/inetd.conf vnc1024 stream tcp nowait root /opt/freeware/bin/Xvnc Xvnc -inetd -query localhost -once -geometry 1024x768 -depth 8 -fp /usr/lib/X11/fonts/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/Type1/ 3. Run `refresh -s inetd` for the inet.conf change to take effect. >From this point on, when you connect to "hostname:1" with your VNC viewer, you are presented with a dtlogin screen. NOTE: The -query flag to Xvnc was broken in our level of vnc. I uploaded a new release of the package which fixes it. You need it for the above to work! <ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/vnc/vnc-3.3.3r2-6.aix5.1.ppc.rpm> Please use this ftp link to the file until the web page is updated. -- Reza Arbab ar...@au... |