Oh, it was not working yesterday but today it works. I did pacman -Sy yesterday so that could not have been the culprit. Anyway, it now works so who cares
On 7-Feb-06, at 11:04 AM, [EMAIL PROTECTED] wrote: > Send arch mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.archlinux.org/mailman/listinfo/arch > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of arch digest..." > > > Today's Topics: > > 1. Re: boost-1.33.1-3 conflicts with jam (Aaron Griffin) > 2. Re: wx.animate (Jose M. Prieto) > 3. Current/extra repository's kdebase broken (Sultan Qasim) > 4. Re: Current/extra repository's kdebase broken (Rohan Dhruva) > 5. About ruby on rails. (Rohan Dhruva) > 6. Re: kernel26archck and memory usage (James Rayner) > 7. Re: kde 3.5.1 wont install over xorg files (Daniel Kami?ski) > 8. sylpheed claws openldap (Dan Layman) > 9. pacman, nss-mdns and avahi.. (Blum) > 10. Re: pacman, nss-mdns and avahi.. (Waldemar Bautista) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 6 Feb 2006 11:05:10 -0600 > From: Aaron Griffin <[EMAIL PROTECTED]> > Subject: Re: [arch] boost-1.33.1-3 conflicts with jam > To: General Discusson about Arch Linux <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > On 2/6/06, K. Piche <[EMAIL PROTECTED]> wrote: >> I was asked by a boost user to add jam/bjam to boost. I was unaware >> there was a standalone package. The boost jam version is newer, >> 3.1.11, >> but I'm guessing it's not the same codebase. > > Heh, yeah - they're different code bases. It always pisses me off > that Boost focuses so heavilly on Boost.Jam as a build system - they > could at least provide pkg-config files... sheesh > > Even the Boost.Python documentation says "Feel free to use another > build system, but alot of people report that things don't work right > unless they use bjam" - sigh > >> >> I'll do the conflicts/provides thing and upload -4. sigh. >> >> k >> >> >> On Sat, 2006-02-04 at 22:41 +0000, Joao Estevao wrote: >>> http://bugs.archlinux.org/task/3898 >>> >>> On 2/4/06, Aaron Griffin <[EMAIL PROTECTED]> wrote: >>>> Yeah, looks like the new boost provides Boost.Jam which is a >>>> replacement for jam. I guess it should conflict and provide it. >>>> >>>> On 2/4/06, Damir Perisa <[EMAIL PROTECTED]> wrote: >>>>> boost: /usr/bin/jam: exists in filesystem >>>>> >>>>> [EMAIL PROTECTED] damir]# pacman -Qo /usr/bin/jam >>>>> /usr/bin/jam is owned by jam 2.5-1 >>>>> >>>>> (i wanted to rebuild source-highlight that depends on >>>>> =boost-1.33.1-2) >>>>> >>>>> - D >>>>> >>>>> -- >>>>> Ask the Wombat! >>>>> >>>>> Q: What is a kiss? >>>>> A: Well, this basically sums up your average Internet user, right >>>>> there. >>>>> >>>>> >>>>> _______________________________________________ >>>>> arch mailing list >>>>> [email protected] >>>>> http://www.archlinux.org/mailman/listinfo/arch >>>>> >>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> arch mailing list >>>> [email protected] >>>> http://www.archlinux.org/mailman/listinfo/arch >>>> >>> >>> >>> -- >>> A mind all logic is like a knife all blade. >>> It makes the hand bleed that uses it. >>> >>> -- Rabindranath Tagore (1861-1941) >>> >>> _______________________________________________ >>> arch mailing list >>> [email protected] >>> http://www.archlinux.org/mailman/listinfo/arch >> >> _______________________________________________ >> arch mailing list >> [email protected] >> http://www.archlinux.org/mailman/listinfo/arch >> > > ------------------------------ > > Message: 2 > Date: Mon, 6 Feb 2006 19:30:07 +0100 > From: "Jose M. Prieto" <[EMAIL PROTECTED]> > Subject: Re: [arch] wx.animate > To: General Discusson about Arch Linux <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > This message from Derick van Niekerk gives a work-around for the > problem > without recompiling wxgtk and wxwidgets: > > ---------- Forwarded message ---------- > > Subject: spe > Date: S?bado, 4 de Febrero de 2006 22:31 > From: derickvn <at> cenux <dot> sun <dot> ac <dot> za > To: jmprieto <at> gmx <dot> net > > I was googling all over the net trying to find a sollution to > wx.animate problem and all I found was your post. After scratching > around in the code a bit, I did find a solution... > > You obviously got as far as installing it, so after that you do the > following: > > edit the file /usr/lib/python2.4/site-packages/_spe/Menu.py from line > 720 and add comments as follows: > > ##from wx.animate import GIFAnimationCtrl > > class Status(wx.StatusBar): > def __init__(self,parent=None,id=-1): > wx.StatusBar.__init__(self,parent=parent,id=id) > self.SetFieldsCount(5) > self.SetStatusWidths([20, -1, 90, 90, 90]) > ## self.throbber = Throbber(self,'throbber_still.gif') > ## self.throbber.Play() > self.SetStatusText(STATUS,1) > > ##class Throbber(GIFAnimationCtrl): > ## def __init__(self,statusBar,fileName,position=0): > > ...and comment out *everything* from here on down > > I hope it helps you out. Kind regards. > Derick van Niekerk > > PS - If it works for you, would you mind posting to the newsgroup so > the next person with this problem can also find the sollution :) > > ------------------------------------------------------- > > > > ------------------------------ > > Message: 3 > Date: Mon, 6 Feb 2006 20:08:41 -0500 > From: Sultan Qasim <[EMAIL PROTECTED]> > Subject: [arch] Current/extra repository's kdebase broken > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Current/extra repository's kdebase broken > Fix: Replace it's dependencies with the ones in the testing repository > (exclude things like kernel and bash of course :) ) > Sultan Q Khan > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://www.archlinux.org/pipermail/arch/attachments/ > 20060206/347c50f0/attachment-0001.html > > ------------------------------ > > Message: 4 > Date: Tue, 7 Feb 2006 08:31:31 +0530 > From: Rohan Dhruva <[EMAIL PROTECTED]> > Subject: Re: [arch] Current/extra repository's kdebase broken > To: General Discusson about Arch Linux <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > This problem was fixed long long back. > > On 2/7/06, Sultan Qasim <[EMAIL PROTECTED]> wrote: >> Current/extra repository's kdebase broken >> Fix: Replace it's dependencies with the ones in the testing >> repository >> (exclude things like kernel and bash of course :) ) >> Sultan Q Khan >> >> _______________________________________________ >> arch mailing list >> [email protected] >> http://www.archlinux.org/mailman/listinfo/arch >> >> >> > > > -- > Rohan Dhruva > Registered Linux user : #371916 > Please register yourself at http://counter.li.org/ if you are using > GNU/Linux. > > > > ------------------------------ > > Message: 5 > Date: Tue, 7 Feb 2006 08:43:02 +0530 > From: Rohan Dhruva <[EMAIL PROTECTED]> > Subject: [arch] About ruby on rails. > To: General Discusson about Arch Linux <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all, > > I am interested in the ruby on rails thing. It strongly advises > against ruby 1.8.3 ( which is in -current ), however that problem can > be easily resolved. > > The main problem is -- there are three ways to install it. > 1) Rubygems -- ruby's own package manager. > 2) svn repo provided by ruby gems. > 3) The .gem file, which rubygem downloads. Debian and freebsd, both > use this. > Now, the main question is which way to go ? I want to make a package > for upload in aur, but i dont know which way is the most > "arch-friendly" way. Can someone please guide me ? > > At the moment, i am compiling ruby 1.8.4 which is needed by ruby on > rails. > > Regards, > Rohan. > > -- > Rohan Dhruva > Registered Linux user : #371916 > Please register yourself at http://counter.li.org/ if you are using > GNU/Linux. > > > > ------------------------------ > > Message: 6 > Date: Tue, 7 Feb 2006 16:25:46 +1100 > From: James Rayner <[EMAIL PROTECTED]> > Subject: Re: [arch] kernel26archck and memory usage > To: General Discusson about Arch Linux <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > I enable 4g highmem, rather than the 1g option as it is a realistic > possibility that an Arch user may have 2g or more. > > As for the modules, previously, some those and many many more were > *compiled-into* your kernel. Now, you would most likely have less > loaded than before, as there is substantially less compiled into your > kernel. > > James > > On 2/7/06, Kernel <[EMAIL PROTECTED]> wrote: >> It has the CK patch that allows systems with exactly 1GB RAM to >> use it all >> without enabling "HIGHMEM" (4GB). However, it looks like by >> default it >> enables 4GB (HIGHMEM). >> [EMAIL PROTECTED] [/boot] # grep MEM kconfig26archck >> CONFIG_SHMEM=y >> # CONFIG_TINY_SHMEM is not set >> # CONFIG_NOHIGHMEM is not set >> CONFIG_HIGHMEM4G=y >> # CONFIG_HIGHMEM64G is not set >> CONFIG_HIGHMEM=y >> CONFIG_SELECT_MEMORY_MODEL=y >> CONFIG_FLATMEM_MANUAL=y >> # CONFIG_DISCONTIGMEM_MANUAL is not set >> # CONFIG_SPARSEMEM_MANUAL is not set >> CONFIG_FLATMEM=y >> CONFIG_FLAT_NODE_MEM_MAP=y >> # CONFIG_SPARSEMEM_STATIC is not set >> # CONFIG_BLK_DEV_UMEM is not set >> CONFIG_W1_SMEM=m >> # CONFIG_DEBUG_HIGHMEM is not set >> >> >> On 2/6/06, Vivek Ayer <[EMAIL PROTECTED]> wrote: >>> >>> Hey folks, >>> >>> I have a question about the kernel26archck config. First of all, >>> I see >>> a lot of modules load up when I run lsmod. Secondly, I have 1G of >>> RAM, >>> but I'm assuming if kernel26archck is like stock, it'll have lowmem >>> (800 MB) enable not highmem. Is this true? Do I have to ABS the >>> kernel26archck package and configure myself to my own liking? >>> Thanks. >>> >>> Vivek >>> >>> _______________________________________________ >>> arch mailing list >>> [email protected] >>> http://www.archlinux.org/mailman/listinfo/arch >>> >> >> >> >> -- >> **************** >> JPS >> >> Obligatory Quote: "Apple for style, Linux for security, Windows for >> Solitaire" >> >> > > > -- > iphitus - ArchCK Maintainer, Arch Trusted User. > Home:iphitus.loudas.com > > > > ------------------------------ > > Message: 7 > Date: Tue, 07 Feb 2006 12:02:59 +0100 > From: Daniel Kami?ski <[EMAIL PROTECTED]> > Subject: Re: [arch] kde 3.5.1 wont install over xorg files > To: "General Discusson about Arch Linux" <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 > > Dnia 04-02-2006 o 13:47:51 golfer <[EMAIL PROTECTED]> napisa?: > >> I'm trying to upgrade to kde-3.5.1 from 3.5.0 and get the following: >> >> golbuf :~$ pacman -S kde >> :: group kde: >> arts kde-common kdeaccessibility kdeaddons kdeadmin kdeartwork >> kdebase >> kdebindings kdeedu kdegames kdegraphics kdelibs kdemultimedia >> kdenetwork >> kdepim kdesdk kdetoys kdeutils gwenview >> Install whole content? [Y/n] y >> :: gwenview-1.3.1-1: is up to date. Upgrade anyway? [Y/n] y >> >> Targets: kde-common-3.5.1-1 arts-1.5.1-1 kdelibs-3.5.1-1 >> kdeaccessibility-3.5.1-1 xproto-7.0.4-2 xextproto-7.0.2-1 >> fixesproto-3.0.2-1 libxfixes-3.0.1.2-1 libxext-1.0.0-1 >> compositeproto-0.2.2-1 libxcomposite-0.2.2.2-1 >> damageproto-1.0.3-1 >> libxdamage-1.0.2.2-1 kdebase-3.5.1-2 kdepim-3.5.1-1 >> akode-20060201-1 >> xf86dgaproto-2.0.2-1 libxxf86dga-1.0.0-1 videoproto-2.2.2-1 >> libxv-1.0.1-1 xf86vidmodeproto-2.2.2-1 libxxf86vm-1.0.0-1 >> kdemultimedia-3.5.1-3 kdegames-3.5.1-1 kdeaddons-3.5.1-1 >> kdeadmin-3.5.1-1 kdeartwork-3.5.1-1 kdebindings-3.5.1-1 >> kdeedu-3.5.1-1 >> kdegraphics-3.5.1-2 kdenetwork-3.5.1-1 kdesdk-3.5.1-2 >> kdetoys-3.5.1-1 >> kdeutils-3.5.1-1 gwenview-1.3.1-1 >> >> Total Package Size: 197.4 MB >> >> Proceed with upgrade? [Y/n] y >> >> checking package integrity... done. >> loading package data... done. >> checking for file conflicts... >> error: the following file conflicts were found: >> xproto: /etc/profile.d/xorg.sh: exists in filesystem >> xproto: /usr/include/X11/DECkeysym.h: exists in filesystem >> xproto: /usr/include/X11/HPkeysym.h: exists in filesystem >> xproto: /usr/include/X11/Sunkeysym.h: exists in filesystem >> xproto: /usr/include/X11/X.h: exists in filesystem >> xproto: /usr/include/X11/XF86keysym.h: exists in filesystem >> xproto: /usr/include/X11/XWDFile.h: exists in filesystem >> xproto: /usr/include/X11/Xalloca.h: exists in filesystem >> xproto: /usr/include/X11/Xarch.h: exists in filesystem >> xproto: /usr/include/X11/Xatom.h: exists in filesystem >> xproto: /usr/include/X11/Xdefs.h: exists in filesystem >> xproto: /usr/include/X11/Xfuncproto.h: exists in filesystem >> xproto: /usr/include/X11/Xfuncs.h: exists in filesystem >> xproto: /usr/include/X11/Xmd.h: exists in filesystem >> xproto: /usr/include/X11/Xos.h: exists in filesystem >> xproto: /usr/include/X11/Xos_r.h: exists in filesystem >> xproto: /usr/include/X11/Xosdefs.h: exists in filesystem > (...) >> >> errors occurred, no packages were upgraded. >> >> golfbuf :~$ pacman -Qo xf86vmode.h >> No package owns xf86vmode.h >> golfbuf :~$ pacman -Qo /usr/include/X11/extensions/xf86vmode.h >> No package owns /usr/include/X11/extensions/xf86vmode.h >> >> but, then I see that /usr/include/X11 is a symlink to >> /usr/X11R6/include/X11: >> >> golfbuf :~$ ls -l /usr/include/X11 >> lrwxrwxrwx 1 root root 20 2006-01-18 17:56 /usr/include/X11 -> >> ../X11R6/include/X11 >> >> golfbuf :~$ pacman -Qo /usr/X11R6/include/X11/extensions/xf86vmstr.h >> /usr/X11R6/include/X11/extensions/xf86vmstr.h is owned by xorg >> 11R6.8.2-6 >> >> So, what should I do to install this? >> >> regards, > > Hi > > Seems like packages database problems or your xorg was installed > not in > The Arch Way(TM) [read: with manual compliation or sth.]. > So use the --force young GNU/Jedi! ;-) > > Regards, > Daniel Kaminski > > > > > ------------------------------ > > Message: 8 > Date: Tue, 07 Feb 2006 10:48:31 -0500 > From: Dan Layman <[EMAIL PROTECTED]> > Subject: [arch] sylpheed claws openldap > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi. Today sylpheed claws will not start. I try to run it from a > command > line and get this error > > sylpheed-claws: error while loading shared libraries: > liblber-2.2.so.7: > cannot open shared object file: No such file or directory > > I google for this file and get many references to openldap. Pacman - > Syu > yesterday gave me a new version of openldap. Could this have broken > sylpheed? It would seem. Anyone else with this error? Thanks, Dan > > > > ------------------------------ > > Message: 9 > Date: Tue, 07 Feb 2006 18:02:08 +0000 > From: Blum <[EMAIL PROTECTED]> > Subject: [arch] pacman, nss-mdns and avahi.. > To: General Discusson about Arch Linux <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-5" > > I got some strange pacman behaviour with nss-mdns and avahi.. and > to be > honest I am unsure about their purpose.. > > [EMAIL PROTECTED] blum]# pacman -Syu > :: Synchronizing package databases... > current [################] 100% 49K 45.3K/s > 00:00:05 > extra [################] 100% 229K 30.8K/s > 00:00:07 > :: kernel26-2.6.10-3: ignoring package upgrade (2.6.15.2-2) > :: Above packages will be skipped. To manually upgrade use 'pacman -S > <pkg>' > :: avahi conflicts with nss-mdns. Remove nss-mdns? [Y/n] n > > error: package conflicts detected > > [EMAIL PROTECTED] blum]# pacman -R nss-mdns > error: this will break the following dependencies: > nss-mdns: is required by avahi > > [EMAIL PROTECTED] blum]# > > > According to pacman nss-mdns conflicts with avahi, but you can't > remove > nss-mdns, as pacman proposed, because avahi needs it. > Any idea? > > Thank You > -- > Molq?! ?? ???? ?????????... > http://6lyokavitza.org/ > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/pgp-signature > Size: 189 bytes > Desc: This is a digitally signed message part > Url : http://www.archlinux.org/pipermail/arch/attachments/ > 20060207/75d6fe1c/attachment-0001.bin > > ------------------------------ > > Message: 10 > Date: Wed, 8 Feb 2006 00:04:14 +0800 > From: Waldemar Bautista <[EMAIL PROTECTED]> > Subject: Re: [arch] pacman, nss-mdns and avahi.. > To: General Discusson about Arch Linux <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hello, this link -> > http://www.archlinux.org/pipermail/arch/2006-January/008453.html may > help you. > > -- > Waldemar Amado Bautista > > > > ------------------------------ > > _______________________________________________ > arch mailing list > [email protected] > http://www.archlinux.org/mailman/listinfo/arch > > > End of arch Digest, Vol 16, Issue 11 > ************************************ _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
