[Cooker] bad evolution deps

2002-11-17 Thread Ryan T. Sammartino
', evolution was broken until I did 'urpmi libwombat' -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Xerox never comes up with anything original.

[Cooker] upgrading kdevelop

2002-11-17 Thread Ryan T. Sammartino
$ sudo /usr/sbin/urpmi --no-verify-rpm kdevelop Password: The following packages have to be removed for others to be upgraded: autoconf2.5-2.54-1mdk automake1.6-1.7.1-2mdk rpm-build-4.0.4-20mdk do you agree ? (Y/n) n Why do these need to be removed in order to upgrade kdevelop? -- Ryan T

[Cooker] File conflicts in gnome

2002-11-19 Thread Ryan T. Sammartino
-devel-2.0.8-1mdk file /usr/lib/libgnome-desktop-2.so conflicts between attempted installs of libgnome-desktop-2_2-devel-2.1.2-1mdk and libgnome-desktop-2_0-devel-2.0.8-1mdk ... and I'm not sure why urpmi is trying to install both libgnome-desktop-2_0-devel AND lignome-desktop-2_2-devel -- Ryan T

Re: [Cooker] File conflicts in gnome

2002-11-19 Thread Ryan T. Sammartino
On Tue, Nov 19, 2002 at 05:46:02PM -0500, Charles A Edwards wrote: On Tue, 19 Nov 2002 14:14:30 -0800 Ryan T. Sammartino [EMAIL PROTECTED] wrote: libgnome-desktop-2_2-devel-2.1.2-1mdk and libgnome-desktop-2_0-devel-2.0.8-1mdk 2_2-devel will not update 2_0-devel and the 2

[Cooker] Problem with netstat

2002-11-27 Thread Ryan T. Sammartino
After upgrading to # rpm -q net-tools net-tools-1.60-5mdk I now get # netstat -p ... Segmentation fault -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Carson's Observation on Footwear: If the shoe fits, buy the other one too.

Re: [Cooker] Problem with netstat

2002-12-01 Thread Ryan T. Sammartino
On Wed, Nov 27, 2002 at 08:59:08AM -0800, Ryan T. Sammartino wrote: I now get # netstat -p ... Segmentation fault Here is some more info: (gdb) run -p Starting program: /bin/netstat -p Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address

Re: [Cooker] Problem with netstat

2002-12-02 Thread Ryan T. Sammartino
On Mon, Dec 02, 2002 at 12:57:55PM -0800, Todd Lyons wrote: Ryan T. Sammartino wrote on Sun, Dec 01, 2002 at 09:32:16PM -0800 : I now get # netstat -p Segmentation fault #0 0x0804dd60 in strcpy () #1 0x0805a3d0 in _IO_stdin_used () #2 0x0804b46d in strcpy () #3

Re: [Cooker] Problem with netstat

2002-12-02 Thread Ryan T. Sammartino
On Mon, Dec 02, 2002 at 05:26:07PM -0800, Todd Lyons wrote: Ryan T. Sammartino wrote on Mon, Dec 02, 2002 at 01:35:33PM -0800 : And, in case it matters: $ rpm -q glibc glibc-2.2.5-20mdk You have the exact same rpm versions that I do. Mine works. Try renaming netstat and then rpm

[Cooker] R-base-1.5.1-4mdk missing dep.

2002-12-03 Thread Ryan T. Sammartino
Installation failed: libblas.so.3 is needed by R-base-1.5.1-4mdk $ sudo /usr/sbin/urpmi --no-verify-rpm -a libblas3 no package named libblas3 It seems R-base-1.5.1-4mdk requires libblas3, but urpmi can't seem to find libblas3. -- Ryan T. Sammartino http://members.shaw.ca/ryants

Re: [Cooker] Problem with netstat

2002-12-04 Thread Ryan T. Sammartino
On Tue, Dec 03, 2002 at 11:13:05PM -0800, Todd Lyons wrote: Ryan T. Sammartino wrote on Tue, Dec 03, 2002 at 11:07:44PM -0800 : ps -aux doesn't reveal any obvious processes that might be touching /dev/log, besides devfsd. [todd@trip ~]$ vdir /dev/log srw-rw-rw-1 root root

[Cooker] urpmi won't install mozilla

2002-12-05 Thread Ryan T. Sammartino
33408 0 0:00:03 0:00:03 0:00:00 63150 100 187k 100 187k0 0 43123 0 0:00:04 0:00:04 0:00:00 75765 100 581k 100 581k0 0 64104 0 0:00:09 0:00:09 0:00:00 88226 everything already installed $ rpm -q mozilla mozilla-1.2-3mdk Huh? -- Ryan T

Re: [Cooker] urpmi won't install mozilla

2002-12-05 Thread Ryan T. Sammartino
On Thu, Dec 05, 2002 at 08:10:57PM +0100, François Pons wrote: Le jeu 05/12/2002 à 19:46, Ryan T. Sammartino a écrit : Check out this transcript: $ rpm -q mozilla mozilla-1.2-3mdk and urpmi ? perl-URPM ? Doh! SOrry $ rpm -q urpmi perl-URPM urpmi-4.1-8mdk perl-URPM-0.71

[Cooker] R-base missing dependency

2002-12-09 Thread Ryan T. Sammartino
? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ The C Programming Language -- A language which combines the flexibility of assembly language with the power of assembly language.

Re: [Cooker] R-base missing dependency

2002-12-09 Thread Ryan T. Sammartino
On Mon, Dec 09, 2002 at 06:33:36PM +0100, François Pons wrote: Le lun 09/12/2002 à 17:53, Ryan T. Sammartino a écrit : $ sudo /usr/sbin/urpmi --no-verify-rpm R-base installing /var/cache/urpmi/rpms/R-base-1.5.1-4mdk.i586.rpm Installation failed: libblas.so.3 is needed by R

Re: [Cooker] Problem with netstat

2002-12-16 Thread Ryan T. Sammartino
The inode is still messed up. Now I have: # rpm -q sysklogd sysklogd-1.4.1-4mdk which is the latest version I believe. How can I get the entries in /proc/net/unix to be correct without a reboot? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ A general leading the State Department resembles

Re: [Cooker] Problem with netstat

2002-12-16 Thread Ryan T. Sammartino
On Mon, Dec 16, 2002 at 10:05:14PM -0800, Ryan T. Sammartino wrote: Some more info about my problems with netstat: Program received signal SIGSEGV, Segmentation fault. 0x08049941 in prg_cache_get (inode=-979118814) at netstat.c:281 281 if (pn-inode==inode) return(pn-name

Re: [Cooker] Re: [CHRPM] postgresql-7.3.1-2mdk

2002-12-29 Thread Ryan T. Sammartino
the mirrors take some time to catch up? It's been this way for nearly a week now. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Demand the establishment of the government in its rightful home at Disneyland.

[Cooker] Eterm 0.9.2-1 problems

2003-01-26 Thread Ryan T. Sammartino
$ Eterm Eterm: relocation error: /usr/lib/libEterm-0.9.2.so: undefined symbol: spifopt_settings Which means the package is missing a dependency somewhere... which library provides the spifopt_settings symbol? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ In a consumer society

Re: [Cooker] Eterm 0.9.2-1 problems

2003-01-26 Thread Ryan T. Sammartino
On Sun, Jan 26, 2003 at 04:42:03PM -0800, Ryan T. Sammartino wrote: $ Eterm Eterm: relocation error: /usr/lib/libEterm-0.9.2.so: undefined symbol: spifopt_settings Which means the package is missing a dependency somewhere... which library provides the spifopt_settings symbol? The answer

Re: [Cooker] Eterm 0.9.2-1 problems

2003-01-26 Thread Ryan T. Sammartino
On Sun, Jan 26, 2003 at 09:55:34PM -0700, Vincent Danen wrote: On Sun Jan 26, 2003 at 04:47:39PM -0800, Ryan T. Sammartino wrote: The answer is libast. So Eterm needs to depend on libast1 = 0.5-1mdk Ooops... I'll fix this. libast1 is updated in cooker, so an --auto-select should have

Re: [Cooker] http://symantec.com causes weird X effects in Galeon/Mozilla

2002-03-08 Thread Ryan T. Sammartino
but not in Konqueror. Looking at it right now. Looks fine to me. I'm using: mozilla-0.9.8-6mdk XFree86-4.2.0-9mdk galeon-1.0.3-4mdk Cheers. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ The difficult we do today; the impossible takes a little longer.

[Cooker] [CONTRIB] texinfo-4.1

2002-03-10 Thread Ryan T. Sammartino
I have just uploaded texinfo-4.1-1mdk.src.rpm to ftp.linux-mandrake.com/incoming. Here is the changelog entry: * Sun Mar 10 2002 Ryan T. Sammartino [EMAIL PROTECTED] 4.1-1mdk - new version. - update patches. - add packager tag. makeinfo 4.1 is required now to build gcc from CVS. Cheers

[Cooker] lukemftp OR skelt.spec

2002-03-24 Thread Ryan T. Sammartino
a lukemftp RPM. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ The worst is not so long as we can say This is the worst. -- King Lear

[Cooker] Broken link at http://www.linux-mandrake.com/en/frpmapps.php3

2002-03-24 Thread Ryan T. Sammartino
Clicking on the link our generic .spec file leads to an FTP error file not found. Where does skelet.spec live nowadays? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Stupidity is its own reward.

Re: [Cooker] test - messages are dying somewhere

2002-03-24 Thread Ryan T. Sammartino
On Mon, Mar 25, 2002 at 01:28:28PM +1100, Ron Stodden wrote: Ryan T. Sammartino wrote: testing... sent several messages today, but they haven't shown up in the mailing list yet. It's been several hours, so I'm sending this test. Mine are taking 10 minutes to do the round trip

[Cooker] [CONTRIB] lukemftp-1.5-4mdk.src.rpm

2002-03-26 Thread Ryan T. Sammartino
it does not conflict with the normal ftp package, and users can use an alias like so: alias ftp=lukemftp -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Bad men live that they may eat and drink, whereas good men eat and drink that they may live. -- Socrates

[Cooker] Evolution 1.0.3-1mdk woes

2002-04-02 Thread Ryan T. Sammartino
Since upgrading to evolution 1.0.3-1mdk, evolution does not display any folders or e-mail. It just prints this out: evolution-shell-WARNING **: e_folder_type_registry_get_handler_for_type() -- Unknown type `mail' and does nothing. Anyone have any ideas about this? -- Ryan T. Sammartino http

[Cooker] libgcj3.1 conflicts with libgcj2.96

2002-04-02 Thread Ryan T. Sammartino
Preparing... ## file /usr/lib/libgcjgc.so.1.0.1 from install of libgcj3.1-3.1-0.1mdk conflicts with file from package libgcj2.96-2.96-0.78mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ A stitch in time saves nine.

Re: [Cooker] Request: Please make less search case insensitive

2002-04-05 Thread Ryan T. Sammartino
On Fri, Apr 05, 2002 at 11:39:48PM +0200, Alexander Skwar wrote: Hi! Please enable it in /etc/profile.d/input* Uh... that's what $HOME/.bashrc (or your favourite shell's personal config file) is for. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ HOW YOU CAN TELL THAT IT'S GOING

Re: [Cooker] libgcj3.1 conflicts with libgcj2.96

2002-04-06 Thread Ryan T. Sammartino
On Tue, Apr 02, 2002 at 10:02:42PM -0800, Ryan T. Sammartino wrote: Preparing... ## file /usr/lib/libgcjgc.so.1.0.1 from install of libgcj3.1-3.1-0.1mdk conflicts with file from package libgcj2.96-2.96-0.78mdk This problem persists

Re: [Cooker] Evolution 1.0.3-1mdk woes

2002-04-07 Thread Ryan T. Sammartino
On Sun, Apr 07, 2002 at 03:51:03PM +0200, Frédéric Crozat wrote: On Wed, 03 Apr 2002 07:34:17 +0200, Ryan T. Sammartino wrote : Try running killev before starting evolution.. $ killev killing evolution-executive-summary killing evolution-calendar ... [bunch of other stuff] $ evolution

[Cooker] emacs-nox-21.2-3mdk problems

2002-04-07 Thread Ryan T. Sammartino
] ] update-alternatives --auto emacs' error: execution of %post scriptlet from emacs-nox-21.2-3mdk failed, exit status 2 I think you need a space between emacs and ] -- Ryan T. Sammartino http://members.shaw.ca/ryants/ I used to think I was indecisive, but now I'm not so sure.

[Cooker] emacs-nox-21.2-4mdk

2002-04-09 Thread Ryan T. Sammartino
## error: execution of %postun scriptlet from emacs-X11-21.2-3mdk failed, exit status 1 -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Do what comes naturally. Seethe and fume and throw a tantrum.

[Cooker] emacs-nox-21.2-5mdk %post problem continue

2002-04-13 Thread Ryan T. Sammartino
conflicts with file from package xemacs-extras-21.4.6-6mdk any chance it'll get solved any time? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Time is money and money can't buy you love and I love your outfit - T.H.U.N.D.E.R. #1

Re: [Cooker] Evolution 1.0.3-1mdk woes

2002-04-14 Thread Ryan T. Sammartino
Upgrading to bonobo-1.0.20-1mdk solved this problem. On Sun, Apr 07, 2002 at 12:37:49PM -0700, Ryan T. Sammartino wrote: On Sun, Apr 07, 2002 at 03:51:03PM +0200, Frédéric Crozat wrote: On Wed, 03 Apr 2002 07:34:17 +0200, Ryan T. Sammartino wrote : Try running killev before starting

Re: [Cooker] Evolution 1.0.3-1mdk woes

2002-04-18 Thread Ryan T. Sammartino
On Mon, Apr 15, 2002 at 09:51:17AM +0200, Frederic Crozat wrote: On Sun, 14 Apr 2002 20:55:51 +0200, Ryan T. Sammartino wrote: Upgrading to bonobo-1.0.20-1mdk solved this problem. Thanks, I'll bump requirement for next evolution release.. Crap! It's back! And nothing changed

Re: [Cooker] Evolution 1.0.3-1mdk woes

2002-04-18 Thread Ryan T. Sammartino
On Thu, Apr 18, 2002 at 11:01:53PM -0700, Ryan T. Sammartino wrote: Anyone know what the REAL cause of this issue is: evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase on wombat: (IDL:OAF/GeneralError:1.0) The *real* solution is to rm -rf /tmp/orbit-user/ -- Ryan T

Re: [Cooker] evolution broken and fixed

2002-04-29 Thread Ryan T. Sammartino
', but having to do that all the time is getting annoying. Anybody know what's up with that? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ f u cn rd ths, u r prbbly a lsy spllr.

Re: [Cooker] evolution broken and fixed

2002-04-29 Thread Ryan T. Sammartino
On Mon, Apr 29, 2002 at 09:37:40AM +0200, Frederic Crozat wrote: On Mon, 29 Apr 2002 06:06:07 +0200, Ryan T. Sammartino wrote: On Sun, Apr 28, 2002 at 11:03:09PM -0400, Liam R. E. Quin wrote: I'm having all sorts of Evolution weirdness, and the solution is to always 'rm -rf /tmp/orbit

Re: [Cooker] evolution broken and fixed

2002-04-29 Thread Ryan T. Sammartino
wiped out /tmp, which is what I have to do whenever evolution goes wonky. The arts thing might be a red herring. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ April 1 This is the day upon which we are reminged of what we are on the other three hundred and sixty-four

[Cooker] libSDL + kernel ?

2002-05-12 Thread Ryan T. Sammartino
-1mdk.i586 5- kernel-2.4.18.16mdk-1-1mdk.i586 What is your choice? (1-5) I'm just wondering why upgrading libSDL1.2 requires a new kernel... ? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Accordion, n.: A bagpipe with pleats.

Re: [Cooker] libSDL + kernel ?

2002-05-12 Thread Ryan T. Sammartino
On Mon, May 13, 2002 at 02:27:36AM +0200, J.A. Magallon wrote: On 2002.05.13 Ryan T. Sammartino wrote: I'm just wondering why upgrading libSDL1.2 requires a new kernel... ? New ALSA ? Ah that would explain it. How annoying. Oh well. Thanks. -- Ryan T. Sammartino http

[Cooker] lyx-1.2.0-0.2pre5 %post problems (patch included)

2002-05-12 Thread Ryan T. Sammartino
+chmod u+x ./configure ./configure --srcdir %postun @@ -167,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/texmf/tex/latex/lyx %changelog +* Sun May 12 2002 Ryan T. Sammartino [EMAIL PROTECTED] 1.2.0-0.3pre5mdk +- fix %%post configure script + * Sat May 11 2002 Thierry Vignaud [EMAIL

[Cooker] vim-common conflicts

2002-05-12 Thread Ryan T. Sammartino
package libgimpprint1-4.2.1-0.pre5.1mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ It's not hard to admit errors that are [only] cosmetically wrong. -- J.K. Galbraith

Re: [Cooker] xemacs-21.4.6-7mdk ftp

2002-05-14 Thread Ryan T. Sammartino
doesn't seem to behave in any sane sort of way. Instead, use lukemftp, which behaves much better. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ If Microsoft built cars, seats would force everyone to have the same size butt.

Re: [Cooker] Mozilla Java Plugin Still Broken

2002-05-28 Thread Ryan T. Sammartino
please. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ The only winner in the War of 1812 was Tchaikovsky. -- David Gerrold

Re: [Cooker] Mozilla is b0rkish

2002-06-08 Thread Ryan T. Sammartino
... PSM doesn't work and mozilla-rebuild-databases.pl didn't help. :( -- Ryan T. Sammartino http://members.shaw.ca/ryants/ You will stop at nothing to reach your objective, but only because your brakes are defective.

Re: [Cooker] PSM is not built for mozilla-1.0.0-2mdk.src.rpm

2002-06-11 Thread Ryan T. Sammartino
container https://; Upgrading to mozilla-1.0.0-4mdk solved my PSM problems. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Life is divided into the horrible and the miserable. -- Woody Allen, Annie Hall

[Cooker] The oldest conflict...

2002-06-15 Thread Ryan T. Sammartino
-checkin from install of emacs-21.2-6mdk conflicts with file from package xemacs-extras-21.4.8-2mdk file /usr/share/man/man1/etags.1.bz2 from install of emacs-21.2-6mdk conflicts with file from package xemacs-extras-21.4.8-2mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ You look tired.

[Cooker] emacs-nox-21.2-6mdk problems

2002-06-15 Thread Ryan T. Sammartino
error: execution of %post scriptlet from emacs-nox-21.2-6mdk failed, exit status 1 error: execution of %postun scriptlet from emacs-nox-21.2-5mdk failed, exit status 1 -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Whoever would lie usefully should lie seldom.

[Cooker] xemacs-info conflicts

2002-06-15 Thread Ryan T. Sammartino
between attempted installs of xemacs-info-21.4.8-2mdk and binutils-2.12.90.0.7-4mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ If only God would give me some clear sign! Like making a large deposit in my name at a Swiss Bank. - Woody Allen

[Cooker] xemacs-mule issues

2002-06-15 Thread Ryan T. Sammartino
: line 2: syntax error near unexpected token `do' /home/ryants/rpm/tmp/rpm-tmp.10723: line 2: `:for f in /usr/share/info/xemacs/*.info.bz2; do' error: execution of %preun scriptlet from xemacs-mule-21.4.8-2mdk failed, exit status 2 -- Ryan T. Sammartino http://members.shaw.ca/ryants/ War hath

[Cooker] kdevelop phantom dependency?

2002-06-15 Thread Ryan T. Sammartino
$ sudo /usr/sbin/urpmi kdevelop error: failed dependencies: kdbg is needed by kdevelop-2.1.1-5mdk Installation failed Try installation without checking dependencies? (y/N) n $ sudo /usr/sbin/urpmi kdevelop kdbg no package named kdbg -- Ryan T. Sammartino http

[Cooker] kdesdk-3.0.1-6mdk problems

2002-06-15 Thread Ryan T. Sammartino
- Is a directory -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Populus vult decipi. [The people like to be deceived.]

[Cooker] TiMidity++ and kdemultimedia

2002-06-15 Thread Ryan T. Sammartino
Is kdemultimedia meant to obsolete TiMidity++? file /usr/bin/timidity from install of TiMidity++-2.11.3-1mdk conflicts with file from package kdemultimedia-3.0.1-6mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ BEWARE! People acting under the influence of human nature.

Re: [Cooker] kdevelop phantom dependency?

2002-06-15 Thread Ryan T. Sammartino
On Sat, Jun 15, 2002 at 07:27:36PM -0700, Ryan T. Sammartino wrote: $ sudo /usr/sbin/urpmi kdevelop error: failed dependencies: kdbg is needed by kdevelop-2.1.1-5mdk Installation failed Try installation without checking dependencies? (y/N) n $ sudo /usr/sbin/urpmi kdevelop kdbg

Re: [Cooker] xemacs-mule issues

2002-06-18 Thread Ryan T. Sammartino
On Tue, Jun 18, 2002 at 10:22:07AM +0200, Warly wrote: Warly [EMAIL PROTECTED] writes: Ryan T. Sammartino [EMAIL PROTECTED] writes: Since upgrading to xemacs-*-21.4.8-2 I now get: Does it work with the (I am affraid it should not, but anyway

Re: [Cooker] xemacs-mule issues

2002-06-18 Thread Ryan T. Sammartino
On Tue, Jun 18, 2002 at 09:11:18AM +0200, Warly wrote: Ryan T. Sammartino [EMAIL PROTECTED] writes: Since upgrading to xemacs-*-21.4.8-2 I now get: Does it work with the (I am affraid it should not, but anyway...) the ... what? Don't leave me hanging :) -- Ryan T. Sammartino http

[Cooker] sawfish-2.0 woes

2002-06-24 Thread Ryan T. Sammartino
Since upgrading to sawfish 2.0, sawfish refuses to start, leaving me without a window manager in GNOME. Anyone have any ideas about that? $ rpm -q sawfish sawfish-2.0-1mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Now, let's SEND OUT for QUICHE!!

Re: [Cooker] sawfish-2.0 woes

2002-06-24 Thread Ryan T. Sammartino
On Mon, Jun 24, 2002 at 10:40:00PM -0500, Steve Fox wrote: On Mon, 2002-06-24 at 21:43, Ryan T. Sammartino wrote: Since upgrading to sawfish 2.0, sawfish refuses to start, leaving me without a window manager in GNOME. Did you update librep* and rep-gtk*? There may be some missing

[Cooker] kdevelop and kdbg

2002-07-07 Thread Ryan T. Sammartino
error: failed dependencies: kdbg is needed by kdevelop-2.1.2-1mdk $ sudo /usr/sbin/urpmi kdbg no package named kdbg -- Ryan T. Sammartino http://members.shaw.ca/ryants/ The famous politician was trying to save both his faces.

Re: [Cooker] kdevelop and kdbg

2002-07-08 Thread Ryan T. Sammartino
On Mon, Jul 08, 2002 at 01:23:11AM -0400, Murray J. Root wrote: On Sun, 07 Jul 2002 21:55:51 -0700 Ryan T. Sammartino [EMAIL PROTECTED] wrote: error: failed dependencies: kdbg is needed by kdevelop-2.1.2-1mdk $ sudo /usr/sbin/urpmi kdbg no package named kdbg

[Cooker] Attempting to upgrade perl....

2002-07-11 Thread Ryan T. Sammartino
perl = 5.601 is needed by gimp-perl-1.2.3-11mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ I want to be the white man's brother, not his brother-in-law. -- Martin Luther King, Jr.

Re: [Cooker] Attempting to upgrade perl....

2002-07-11 Thread Ryan T. Sammartino
On Thu, Jul 11, 2002 at 10:43:35AM +0200, François Pons wrote: Ryan T. Sammartino [EMAIL PROTECTED] writes: Have you used urpmi ? it should propose to remove package which are failing, Yes, I used urpmi. Yes, it proposed a bunch of deletions. if not tried, can you test it directly

Re: [Cooker] Attempting to upgrade perl....

2002-07-11 Thread Ryan T. Sammartino
Still want it? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ The six great gifts of an Irish girl are beauty, soft voice, sweet speech, wisdom, needlework, and chastity. -- Theodore Roosevelt, 1907

Re: [Cooker] Re: [CHRPM] nautilus-2.0.0-9mdk

2002-07-12 Thread Ryan T. Sammartino
a lot of nautilus problems for me. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ This TOPS OFF my partygoing experience! Someone I DON'T LIKE is talking to me about a HEART-WARMING European film ...

[Cooker] urpmi.update problems

2002-07-27 Thread Ryan T. Sammartino
already installed $ sudo /usr/sbin/urpmi urpmi everything already installed $ rpm -q urpmi perl-URPM urpmi-3.9-3mdk perl-URPM-0.50-4mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Overflow on /dev/null, please empty the bit bucket.

[Cooker] gnome-terminal needs to be rebuilt

2002-07-30 Thread Ryan T. Sammartino
gnome-terminal: relocation error: /usr/lib/libbonobo-activation.so.4: undefined symbol: linc_get_tmpdir I have: libbonobo-activation4-1.0.3-1mdk gnome-terminal-2.0.0-4mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Hate the sin and love the sinner. -- Mahatma

Re: [Cooker] gnome-terminal needs to be rebuilt

2002-07-30 Thread Ryan T. Sammartino
On Tue, Jul 30, 2002 at 05:16:07PM +0200, Frederic Crozat wrote: On Tue, 30 Jul 2002 10:05:41 +0200, Ryan T. Sammartino wrote: gnome-terminal: relocation error: /usr/lib/libbonobo-activation.so.4: undefined symbol: linc_get_tmpdir I have: libbonobo-activation4-1.0.3-1mdk

Working Evolution [was: Re: [Cooker] 9.0 BETA - Bug report /Installation - aspell_de RPM always installed regardless of local]

2002-08-12 Thread Ryan T. Sammartino
oafd and wombat processes. So, from my vantage point anyways, evolution is a ways away from becoming fully working. Maybe someday I'll teaach my wife how to use mutt :) -- Ryan T. Sammartino http://members.shaw.ca/ryants/ I am a deeply superficial person. -- Andy Warhol

Re: [Cooker] LICQ

2002-08-16 Thread Ryan T. Sammartino
-1.2.0-2mdk licq-devel-1.2.0-2mdk licq-1.2.0-2mdk (I have rebuilt these myself for gcc 3.2) Any ideas? I can't find a function that looks like IpPortStr anywhere in /usr/include/licq. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Don't go surfing in South Dakota for a while.

[Cooker] nautilus requires libeel0 = 1.0.2-6mdk, other dependencies

2002-01-05 Thread Ryan T. Sammartino
problem might be a dep. problem with eel 1.0.2-6mdk Something to check anyways. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ To love is good, love being difficult.

[Cooker] mozilla 0.9.8 missing?

2002-02-09 Thread Ryan T. Sammartino
the ftp.sunet.se mirror. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Goldenstern's Rules: (1) Always hire a rich attorney (2) Never buy from a rich salesman.

Re: [Cooker] mozilla 0.9.8 missing?

2002-02-10 Thread Ryan T. Sammartino
On Sat, Feb 09, 2002 at 06:56:23PM -0800, Ryan T. Sammartino wrote: Anyone know what's up with this... it's been happening for a while now: The real problem was an old (-7mdk) urpmi... upgrading to the latest urpmi solved the problem. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Q

[Cooker] frozen-bubble

2002-02-16 Thread Ryan T. Sammartino
belongs to libarts2, and I have the latest libarts2 I could find (2.2.2-37mdk). Any ideas how to fix this? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Absolutum obsoletum. (If it works, it's out of date.) -- Stafford Beer

[Cooker] nautilus-1.0.6 build problems; patches enclosed

2001-11-18 Thread Ryan T. Sammartino
}-%{version}-root Requires: liboaf0 = 0.6.6-1mdk @@ -96,6 +98,7 @@ %patch12 -p1 -b .dynamic %patch14 -p1 -b .links %patch15 -p1 -b .autofs +%patch16 -p1 -b .xml-include #needed by patch2 automake @@ -223,6 +226,9 @@ %endif %changelog +* Sun Nov 18 2001 Ryan T. Sammartino [EMAIL PROTECTED

[Cooker] gkrellm-plugins-1.2.4-1mdk.src.rpm uploaded

2001-11-18 Thread Ryan T. Sammartino
I have uploaded gkrellm-plugins-1.2.4-1mdk to ftp://ftp.linux-mandrake.com/incoming/: * Sun Nov 18 2001 Ryan T. Sammartino [EMAIL PROTECTED] 1.2.4-1mdk - rebuild for 1.2.4 -- Ryan T. Sammartino ([EMAIL PROTECTED]) http://members.shaw.ca/ryants/ *** Please note the new e-mail address

Re: [Cooker] nautilus-1.0.6 build problems; patches enclosed

2001-11-19 Thread Ryan T. Sammartino
* Frederic Crozat [EMAIL PROTECTED] [19/11/2001 00:45]: On Mon, 19 Nov 2001 00:57:16 +0100, Ryan T. Sammartino wrote: Anyways, here is a patch I had to apply to nautilus-1.0.6-1mdk.src.rpm in order to get it to build for me: Which version of libxml do you have on your system ? [ryants

Re: [Cooker] nautilus-1.0.6 build problems; patches enclosed

2001-11-20 Thread Ryan T. Sammartino
? (My patch would eleminate such requirements). -- Ryan T. Sammartino ([EMAIL PROTECTED]) http://members.shaw.ca/ryants/ *** Please note the new e-mail address and homepage. Quidquid latine dictum sit, altum viditur. [Whatever is said in Latin sounds profound.]

Re: [Cooker] nautilus-1.0.6 build problems; patches enclosed

2001-11-20 Thread Ryan T. Sammartino
* R.I.P. Deaddog [EMAIL PROTECTED] [20/11/2001 11:44]: On Tue, 20 Nov 2001, Ryan T. Sammartino wrote: Same comment as before : you are trying to compile cooker packages on non cooker system.. Upgrade libxml* and you'll be able to compile everything.. May I suggest adding

Re: [Cooker] nautilus-1.0.6 build problems; patches enclosed

2001-11-21 Thread Ryan T. Sammartino
myself upgrading the entire system at times. -- Ryan T. Sammartino ([EMAIL PROTECTED]) http://members.shaw.ca/ryants/ *** Please note the new e-mail address and homepage. Money and women are the most sought after and the least known of any two things we have. -- The Best

[Cooker] logrotate

2001-12-01 Thread Ryan T. Sammartino
. -- Ryan T. Sammartino ([EMAIL PROTECTED]) http://members.shaw.ca/ryants/ *** Please note the new e-mail address and homepage. Where there are visible vapors, having their prevenance in ignited carbonaceous materials, there is conflagration.

[Cooker] python-devel 2.1.1-5?

2001-12-01 Thread Ryan T. Sammartino
shipped on 8.1. -- Ryan T. Sammartino ([EMAIL PROTECTED]) http://members.shaw.ca/ryants/ *** Please note the new e-mail address and homepage. Prepare for tomorrow -- get ready. -- Edith Keeler, The City On the Edge of Forever, stardate unknown

Re: [Cooker] python-devel 2.1.1-5?

2001-12-02 Thread Ryan T. Sammartino
-devel python-devel Doh! Now how could I have missed that? :P Apologies -- Ryan T. Sammartino ([EMAIL PROTECTED]) http://members.shaw.ca/ryants/ When you're down and out, lift up your voice and shout, I'M DOWN AND OUT!

[Cooker] postgresql-perl-7.1.3-5mdk

2001-12-06 Thread Ryan T. Sammartino
Having a bit of trouble finding postgresql-perl-7.1.3-5mdk on any of the cooker mirrors... where is it? -- Ryan T. Sammartino ([EMAIL PROTECTED]) http://members.shaw.ca/ryants/ Hey, Jim, it's me, Susie Lillis from the laundromat. You said you were gonna call and it's been two weeks. What's

Re: [Cooker] evolution 1.0

2001-12-07 Thread Ryan T. Sammartino
On Fri, Dec 07, 2001 at 10:24:08AM -0500, Michael Hartman wrote: Has anyone sucessfully upgraded from evolution 0.13 (from mandrake 8.1) to 1.0? If so, can you tell me the steps you took? I'm trying to upgrade and it isn't working. I think I might be having problems with support packages.

Re: [Cooker] mozilla-0.9.6-3mdk failed dependencies:

2001-12-09 Thread Ryan T. Sammartino
and libnss3 packages. Could it be that due to their lower version number they didn't get uploaded? Grr, there has been a problem with upload of these packages.. Should be fixed soon.. How soon is soon... still is broken for me using both ftp.sunet.se and helios mirrors. -- Ryan T

Re: [Cooker] WHY HAVE YOU CHANGE KDM WITH THIS HORRIBLE LOGIN MANAGER??????

2003-01-31 Thread Ryan T. Sammartino
On Sat, Feb 01, 2003 at 02:13:45AM +0100, Shift wrote: Hi all, So REMOVE THIS FUCKING LOGIN MANAGER OR YOU WILL LOSE ME AND MOREOVER MONEY !! I can't speak for MandrakeSoft, but my feelings are So long, and don't let the door hit your ass on the way out. -- Ryan T. Sammartino http

[Cooker] File conflicts between libwine1-devel and libunicode0-devel

2003-02-03 Thread Ryan T. Sammartino
Trying to bring myself fully up to cooker with urpmi --auto-select, and I get: file /usr/include/unicode.h from install of libwine1-devel-20030115-2mdk conflicts with file from package libunicode0-devel-0.4.gnome-4mdk -- Ryan T. Sammartino http://members.shaw.ca/ryants/ James Joyce

[Cooker] Printing woes: CUPS + Gimp-Print v4.2.5

2003-02-04 Thread Ryan T. Sammartino
comes out completely black, which wastes a lot of ink. I have a HP DeskJet 895Cxi. This used to work up until I upgraded to the cooker. Anyone have any ideas what I might be doing wrong? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Remember: Silly is a state of Mind, Stupid is a way

[Cooker] Printing problems with latest cooker

2003-02-06 Thread Ryan T. Sammartino
1.0, Image Type: Solid Colours, Magenta: 1.0, Saturation: 1.0, Yellow: 1.0. Changing any of the above does not alter the behaviour observed. Prior to upgrading to Cooker (from a 9.0 install), the printer operatoed correctly. Any suggestions? -- Ryan T. Sammartino http://members.shaw.ca/ryants

Re: [Cooker] Printing problems with latest cooker

2003-02-06 Thread Ryan T. Sammartino
On Thu, Feb 06, 2003 at 08:53:32PM -0800, Ryan T. Sammartino wrote: - Having set up my printer using the CUPS web interface, I can click on Print Test Page, and the Mandrake Linux test page prints just fine. - However, if I open up kups and choose to print a test page, only the first

Re: [Cooker] Printing problems with latest cooker

2003-02-07 Thread Ryan T. Sammartino
On Fri, Feb 07, 2003 at 11:43:53AM +, Adam Williamson wrote: On Fri, 2003-02-07 at 04:53, Ryan T. Sammartino wrote: Any suggestions? For a start, don't use gimp-print. It's not related to your problem, but HP's ijs stuff is way, way better for HP printers than gimp-print. Use the hpijs

[Cooker] ifplugd message: ETHTOOL_GLINK failed

2003-02-21 Thread Ryan T. Sammartino
to see if cable is plugged in (or something like that). The only way I could get networking to work was to run dhcpcd directly. Does anyone know what's going on? I am synched to the cooker as of about 6 hours ago. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ For the love of phlegm

Re: [Cooker] ifplugd message: ETHTOOL_GLINK failed

2003-02-22 Thread Ryan T. Sammartino
On Sat, Feb 22, 2003 at 12:57:11AM -0800, Quel Qun wrote: On Fri, 2003-02-21 at 23:55, Ryan T. Sammartino wrote: Feb 21 23:26:12 xxx ifplugd[2659]: ETHTOOL_GLINK failed: Operation not supported Ryan, Try adding MII_NOT_SUPPORTED=1 in /etc/sysconfig/network-scripts/ifcfg-eth0 OK

[Cooker] Problem with apache2-manual-2.0.44-7mdk

2003-03-02 Thread Ryan T. Sammartino
/manual /usr/share/doc/apache2-2.0.44 Directory /usr/share/doc/apache2-2.0.44 Order allow,deny Allow from all /Directory Sure enough, there is a missing at line 2 of 00_manual.conf -- Ryan T. Sammartino http://members.shaw.ca/ryants/ life, n.: That brief interlude between

Re: [Cooker] Problem with apache2-manual-2.0.44-7mdk

2003-03-02 Thread Ryan T. Sammartino
On Mon, Mar 03, 2003 at 12:46:51AM +0200, Thomas Backlund wrote: Viestissä Maanantai 3. Maaliskuuta 2003 00:35, Ryan T. Sammartino kirjoitti: Why dont you read the error message ?? you have a missing '' ! My God, you're brilliant! Why couldn't I have thought of that? Oh wait, the point

[Cooker] Problems synching to cooker today

2003-03-06 Thread Ryan T. Sammartino
in the requirements for cyrus-sasl, and I guess libphp_common430-10 hasn't shown up on my mirror yet. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ On a paper submitted by a physicist colleague: This isn't right. This isn't even wrong. -- Wolfgang Pauli

[Cooker] urpmi --auto-select

2003-07-01 Thread Ryan T. Sammartino
to be able to get urpmi to sync to the latest cooker again? -- Ryan T. Sammartino http://members.shaw.ca/ryants/ He was a modest, good-humored boy. It was Oxford that made him insufferable.

Re: [Cooker] urpmi --auto-select

2003-07-02 Thread Ryan T. Sammartino
greatly appreciated. -- Ryan T. Sammartino http://members.shaw.ca/ryants/ Slurm, n.: The slime that accumulates on the underside of a soap bar when it sits in the dish too long. -- Rich Hall, Sniglets

  1   2   >