Re: [Cooker] rpmdrake issue

2001-10-05 Thread David Odin

On Fri, Oct 05, 2001 at 11:39:20AM +1200, Bernard Varaine wrote:
 OK, No problem with the kernel not showing,I can understand some of the 
 problems... (I experienced some earlier :-) ).
 
 I am quite sure that I had to install abiword by hand as rpmdrake was 
 not showing the update ...
 I'll try a few others to be sure.
 
  Is your local source up to date? You may have to do a reload lists
from within rpmdrake.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] This urpmi problem really drives me nuts

2001-10-05 Thread David Odin

On Fri, Oct 05, 2001 at 04:50:19PM +0400, Borsenkow Andrej wrote:
 [root@cooker msec]# ll /var/lib/urpmi
 total 16
 -rw-r--r--1 root root13973 Sep 30 22:48 compssUsers.flat
 [root@cooker msec]# urpmi.addmedia cooker
 file://cooker/i586/Mandrake/RPMS with 
 ../base/hdlist.cz
 reading hdlist file [/var/lib/urpmi/hdlist.cooker.cz]
 built hdlist synthesis file for medium cooker
 found 0 headers in cache
 removing 0 obsolete headers in cache
 write config file [/etc/urpmi/urpmi.cfg]
 [root@cooker msec]# ll /var/lib/urpmi
 total 13224
 -rw-r--r--1 root root40039 Oct  5 16:44 compss
 -rw-r--r--1 root root13973 Sep 30 22:48 compssUsers.flat
 -rw-r--r--1 root root   195803 Oct  5 16:44 depslist.ordered
 -rw-r--r--1 1137 1100 12725363 Oct  5 16:35 hdlist.cooker.cz
 -rw---1 root root   132649 Oct  5 16:44 list.cooker
 -rw-r--r--1 root root   320948 Oct  5 16:44 provides
 -rw-r--r--1 root root98654 Oct  5 16:44
 synthesis.hdlist.cooker.cz
 [root@cooker msec]# urpmi.addmedia contribs
 file://cooker/i586/Mandrake/RPMS2 wi
 th ../base/hdlist2.cz
 reading hdlist file [/var/lib/urpmi/hdlist.contribs.cz]
 built hdlist synthesis file for medium contribs
 reading hdlist file [/var/lib/urpmi/hdlist.cooker.cz]
 reading hdlist file [/var/lib/urpmi/hdlist.contribs.cz]
 keeping only files referenced in provides
 reading hdlist file [/var/lib/urpmi/hdlist.cooker.cz]
 reading hdlist file [/var/lib/urpmi/hdlist.contribs.cz]
 computing dependencies
 write depslist file [/var/lib/urpmi/depslist.ordered]
 write provides file [/var/lib/urpmi/provides]
 write compss file [/var/lib/urpmi/compss]
 found 0 headers in cache
 removing 0 obsolete headers in cache
 write config file [/etc/urpmi/urpmi.cfg]
 [root@cooker msec]# ll /var/lib/urpmi
 total 16648
 -rw-r--r--1 root root0 Oct  5 16:47 compss
 -rw-r--r--1 root root13973 Sep 30 22:48 compssUsers.flat
 -rw-r--r--1 root root0 Oct  5 16:47 depslist.ordered

  This is certainly the problem. urpmi cannot work well if there'are no
packages in depslist.ordered.

 -rw-r--r--1 1137 1100  3944662 Oct  5 16:35
 hdlist.contribs.cz
 -rw-r--r--1 1137 1100 12725363 Oct  5 16:35 hdlist.cooker.cz
 -rw---1 root root72405 Oct  5 16:46 list.contribs
 -rw---1 root root   132649 Oct  5 16:44 list.cooker
 -rw-r--r--1 root root 1075 Oct  5 16:47 provides
 -rw-r--r--1 root root40938 Oct  5 16:46
 synthesis.hdlist.contribs.cz
 -rw-r--r--1 root root98654 Oct  5 16:44
 synthesis.hdlist.cooker.cz
 [root@cooker msec]# urpmi diald
 no package named diald
 
 Shit!
 
 [root@cooker msec]# rpm -q urpmi rpmtools
 urpmi-1.7-14mdk
 rpmtools-3.1-4mdk

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Rpmdrake descriptions gone

2001-10-05 Thread David Odin

On Fri, Oct 05, 2001 at 05:03:54PM +0200, Paolo Pedroni wrote:
 Today I realized that rpmdrake doesn't show package descriptions anymore when 
 I select packages for installation.
 Is this a rpmdrake or an urpmi problem?
 Anyone else experiencing this?
 Thanks in advance.

  Yes. Descriptions were gone with -105mdk or 104mdk. There're back in 106mdk!
 
-- 
  [EMAIL PROTECTED]




Re: [Cooker] glib - info-install conflict

2001-10-04 Thread David Odin

On Thu, Oct 04, 2001 at 10:51:54PM +0800, Stefan van der Eijk wrote:
 I just recompiled glib-1.2 on my alpha, but when I try to install 
 libglib1.2-devel it reports a conflict with the info-install package:
 
 [root@alpha cooker]# urpmi glib-devel -p
 installing 
 /misc/linux/mandrake/cooker/libglib1.2-devel-1.2.10-3mdk.alpha.rpm
 Preparing...
 ##
 file /usr/share/info/dir from install of libglib1.2-devel-1.2.10-3mdk 
 conflicts
 with file from package info-install-4.0-21mdk
 Installation failed
 Try installation without checking dependencies? (y/N)
 
 peering into the glib.spec file I notice that the info pages in the 
 %files section are globbed:
 
 %{_infodir}/*
 
 and so these two files are in the filelist:
 
 /usr/share/info/dir
 /usr/share/info/glib.info.bz2
 
 The .spec file of other packages often uses:
 
 %{_infodir}/%{name}*
 
 Shall I modify glib.spec to use  %{_infodir}/%{name}* ?
 
  Hmmm. I don't know what it the right thing here.
  How does glib is to be added to the global /usr/share/info/dir?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] glib - info-install conflict

2001-10-04 Thread David Odin

On Thu, Oct 04, 2001 at 05:32:28PM +0200, Guillaume Cottenceau wrote:
 Borsenkow Andrej [EMAIL PROTECTED] writes:
 
  dir should never be written directly; instead, your package should use
  install-info, like
  
  install-info --dir-file=${_infodir}/dir ${_infodir}/glib.info
  
  assuming, your glib.info is properly structured and contains
  
  START-INFO-DIR-ENTRY
  ...
  END-INFO-DIR-ENTRY
  
  If not, just use grep and echo :-)
 
 You needa use the %_install_info and %_remove_install_info macros.
 
 See, for documentation:
 
 http://www.linux-mandrake.com/howtos/mdk-rpm/more-macros.html
 
   Thank you all for your answer. I rebuild asap.

   DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vim errors

2001-10-04 Thread David Odin

On Thu, Oct 04, 2001 at 03:18:16PM +0400, Borsenkow Andrej wrote:
 I never did anything manually with vim on this system:
 
 ssh-client.sh [noeol] 2L, 52C
 Error detected while processing /usr/share/vim/syntax/sh.vim:
 line  321:
 E394: Didn't find region item for shRepeat
 Invalid argument: shUntilSync^Igrouphere^IshRepeat^I\until\
 line  322:
 E394: Didn't find region item for shRepeat
 Invalid argument: shWhileSync^Igrouphere^IshRepeat^I\while\
 
 The file itself looks like
 
 
 # fix hanging ssh clients on exit
 shopt -s huponexit
 
 
 bor@cooker ~ $ rpm -qa | grep vim
 vim-enhanced-6.0-1mdk
 vim-X11-6.0-1mdk
 vim-common-6.0-1mdk
 vim-minimal-6.0-1mdk
 
  This bug is known upstream. Next build of vim will contain the fix.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Strange file in /

2001-10-03 Thread David Odin

On Wed, Oct 03, 2001 at 02:16:03PM +0200, Paolo Pedroni wrote:
 Today I was browsing through my directory tree and I found a file named 
 testNAo3gB in my root directory. It's dated October 2nd, 2001, it has 
 permissions 600 and it's owned by root.root.
 Does anyone have any idea of what it might be?
 
  it looks like a file created by mkstemp(testXX);
  What does it contain?
 
-- 
  [EMAIL PROTECTED]




Re: [Cooker] Re: [CHRPM] rpmdrake-1.3-105mdk cache problem

2001-10-02 Thread David Odin

On Tue, Oct 02, 2001 at 01:30:40AM +0200, Han wrote:
 Fabrice FACORAT ([EMAIL PROTECTED]) wrote:
 
  there's a problem with the cache.  I launch rpmdrake, select updates
  and after all. It fail to fetch some packages ( password problem
  with ciril.fr ! ).
 
 Thats because the servers anonymoys logons are all used. The only way
 you can get in is to know the passwd. Indeed rpmdrake is not really
 aware of full ftp-servers. At the moment it retries every 5 seconds
 which is a nuisance to those servers and it doesn't give a note to the
 desktop-user.
 
 Suggestion: wait for 5 minutes and put out a note to the desktop.
 
 By the way I allways start rpmdrake from the console. Now I bet most
 newbies don't know this trick so wouldn't it be helpfull for them if
 they would see all that info?
 
 Suggestion: basic. Let rpmdrake allways start from an xterm or make a
 separate window for it.
 
  Better yet, start 'rpmdrake --verbose'. You'll have even more detailled
logs.
  I wouldn't suggest this to newbies, who can be afraid by all this stuff.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake still does not delete 0 byte files

2001-10-02 Thread David Odin

On Mon, Oct 01, 2001 at 11:41:04AM -0700, SI Reasoning wrote:
 If you try to install a file using rpmdrake and you
 get a file not found, skip? error, then the file is
 left in /var/cache/urpmi/rpms as a 0 byte file. When
 try to download and install the file the next time you
 get an error message that it is bad or corrupt. Is
 there not a way to have it delete 0 byte files before
 it started to try and download it again?
 
  François, I thaught this was fixed in urpmi ?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Re: [CHRPM] rpmdrake-1.3-105mdk cache problem

2001-10-02 Thread David Odin

On Mon, Oct 01, 2001 at 03:20:17PM +0200, Fabrice FACORAT wrote:
 Le Dimanche 30 Septembre 2001 21:00, DindinX scribit :
  --=-=-=
  Name: rpmdrake Relocations: (not relocateable)
  Version : 1.3   Vendor: MandrakeSoft
  Release : 105mdkBuild Date: Sun Sep 30 20:49:04
  --=-=-=
 
  * Sun Sep 30 2001 DindinX odinOmandrakesoft.com 1.3-105mdk
 
  - fix a bug that prevented to add a cooker source.
 
 there's a problem with the cache.

  Please don't mix the cache of hdlists which speed up the rpmdrake loading
and the cache of rpms, which is handled by urpmi.

 I launch rpmdrake, select updates and after all. It fail to fetch some packages ( 
password problem with ciril.fr ! ).

  when ciril.fr has too many user connected, it sends a 'login error'
 message...

 Now I relaunch it but it failed to installed the package because it tries to take 
them in the cache.

  Looks like an urpmi bug. But I think François already fixed this.
Is your urpmi up-to-date?

 I erase /var/cache/urpmi/partial/* /var/cache/urpmi/rpms/* and 
/var/cache/urpmi/headers/*
 I relaunch rpmdrake again, and it still fail because it doesn't try to fetch them on 
internet. Some quotes where I stress XFree86-libs case
 
  not installed: 'XFree86-libs', skipped
 not installed: 'XFree86-server', skipped
 not installed: 'XFree86-xfs', skipped
 not installed: 'xfsprogs', skipped
 not installed: 'xinetd', skipped
 not installed: 'xscreensaver', skipped
 [rootObastard root]H rpmdrake
 [2] 20538
 [1]   Donerpmdrake
 [rootObastard root]H release found: 8.2
 [rootObastard root]H rpmdrake967 installed packages found!
 new and fast method
 Message: 2037 cached headers found
 [3] 20545
 [2]   Donerpmdrake
 [rootObastard root]H rpmdrakerelease found: 8.2
 [rootObastard root]H rpmdrake967 installed packages found!
 new and fast method
 Message: 2037 cached headers found
 
 [rootObastard root]H ls /var/cache/urpmi/headers/
 [rootObastard root]H ls /var/cache/urpmi/partial/
 index.html
 [rootObastard root]H rm /var/cache/urpmi/partial/*
 rm: remove `/var/cache/urpmi/partial/index.html'? y
 [rootObastard root]H rm /var/cache/urpmi/partial/*
 rm: cannot remove `/var/cache/urpmi/partial/*': Aucun fichier ou répertoire de ce 
type
 [3]+  Donerpmdrake
 [rootObastard root]H rpmdrake
 [1] 20564
 [rootObastard root]H release found: 8.2
 967 installed packages found!
 new and fast method
 Message: 2037 cached headers found
 
 extracting dev86-devel-0.15.5-1mdk.i586
 extracting gimp-1.2.2-6mdk.i586
 extracting libbonobo-conf0-0.11-1mdk.i586
 extracting icewm-gnome-1.0.9-0.pre1.15mdk.i586
 extracting everybuddy-0.2.1beta6-2mdk.i586
 extracting icewm-light-1.0.9-0.pre1.15mdk.i586
 extracting gkrellm-1.2.1-1mdk.i586
 extracting unzip-5.41-6mdk.i586
 extracting MySQL-shared-3.23.41-5mdk.i586
 extracting printer-utils-1.0-15mdk.i586
 extracting XFree86-server-4.1.0-17mdk.i586
  extracting XFree86-libs-4.1.0-17mdk.i586
 [...]
 rpminst didn't installed: 'XFree86-doc-4.1.0-17mdk'
 'XFree86-doc-4.1.0-17mdk' added to the not_installed_list
  rpminst didn't installed: 'XFree86-libs-4.1.0-17mdk'
  'XFree86-libs-4.1.0-17mdk' added to the not_installed_list
 rpminst didn't installed: 'XFree86-server-4.1.0-17mdk'
 'XFree86-server-4.1.0-17mdk' added to the not_installed_list
 rpminst didn't installed: 'XFree86-xfs-4.1.0-17mdk'
 [...]
 not installed: 'XFree86-devel', skipped
 not installed: 'XFree86-doc', skipped
  not installed: 'XFree86-libs', skipped
 not installed: 'XFree86-server', skipped
 not installed: 'XFree86-xfs', skipped
 not installed: 'xfsprogs', skipped
 not installed: 'xinetd', skipped
 not installed: 'xscreensaver', skipped
 
 [1]+  Donerpmdrake
 [rootObastard root]H rpm -q rpmdrake
 rpmdrake-1.3-105mdk
 [rootObastard root]H ls /var/cache/urpmi/rpms/
 [rootObastard root]H
 
  Have you updated your cooker source? If not, your hdlists may be not in
sync with the packages on the mirror.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake still does not delete 0 byte files

2001-10-02 Thread David Odin

On Tue, Oct 02, 2001 at 01:40:49PM +0200, François Pons wrote:
 David Odin [EMAIL PROTECTED] writes:
 
  On Mon, Oct 01, 2001 at 11:41:04AM -0700, SI Reasoning wrote:
   If you try to install a file using rpmdrake and you
   get a file not found, skip? error, then the file is
   left in /var/cache/urpmi/rpms as a 0 byte file. When
   try to download and install the file the next time you
   get an error message that it is bad or corrupt. Is
   there not a way to have it delete 0 byte files before
   it started to try and download it again?
   
François, I thaught this was fixed in urpmi ?
 
 Yes, it was.
 
  So SI Reasoning, please check you are using the latest urpmi
package.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake-1.3-103mdk

2001-10-02 Thread David Odin

On Mon, Oct 01, 2001 at 09:25:07PM +0200, Robert Fox wrote:
 Strange problem with rpmdrake-1.3-103mdk - I tried to add new media (a
 Cooker ftp site) and I keep getting these errors:
 
 12150K .. .. .. .. .. 98%   0:09
 22.0K
 12200K .. .. .. .. .. 98%   0:09
 17.4K
 12250K .. .. .. .. .. 99%   0:05
 22.4K
 12300K .. .. .. .. .. 99%   0:03
 18.3K
 12350K .. .. .. .. .. 99%   0:00
 39.3K
 12400K . 100%   0:00
 64.1K
 
 21:19:04 (20.64 KB/s) - `/var/cache/urpmi/partial/hdlist.cz' saved
 [12707155]
 
 nothing written in list file for øà*`pÝ
 
 unable to update medium øà*`pÝ
 
 urpmi.addmedia returns with this value: 2
 
 
 Strange garbage in the following directory:
 
 [root@foxbase partial]# pwd
 /var/cache/urpmi/partial
 [root@foxbase partial]# ls -l
 total 240
 -rw---1 root root   244186 Oct  1 21:19
 list.øi??à,??*?`?pÝ??
 
  known problem. fixed in -105mdk.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Re: [CHRPM] rpmdrake-1.3-104mdk

2001-09-30 Thread David Odin

On Sat, Sep 29, 2001 at 12:42:44PM +0200, Fabrice FACORAT wrote:
 Le Samedi 29 Septembre 2001 04:15, DindinX scribit :
  --=-=-=
  Name: rpmdrake Relocations: (not relocateable)
  Version : 1.3   Vendor: MandrakeSoft
  Release : 104mdkBuild Date: Sat Sep 29 04:07:29
  --=-=-=
  * Sat Sep 29 2001 DindinX odinOmandrakesoft.com 1.3-104mdk
 
  - starting phase is now much faster
 
 How did you do to increase the startup time ?
 where was the issue ?
 
  Well, there wasn't _one_ issue, but many little things :
   - The hdlists files are now cached in a simple text file, so second and
 next loads of hdlists are much faster.
   - The installed packages are now detected before the installable one.
 Since rpmdrake has to know if an installable package is installed or not,
 it can now do this directly in memory. Before this was done using the
 rpmlib which is *very* slow.
   - the packages lists were always kept sorted. It isn't the case anymore.
 They are built unsorted and sorted afterward.
   - update the UI only one package out of 20.
   - maybe other things I don't remember.

DindinX
   

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake-adding Cooker source

2001-09-30 Thread David Odin

On Sun, Sep 30, 2001 at 08:16:37AM -0400, Charles A Edwards wrote:
 
 I am still unable to add a Cooker source in the SoftwareMgr.
 My latest attemt was just moments ago.
 The source I wished to add was  
 ftp.ciril.fr/pub/linux/mandrake-devel/cooker/i586/Mandrake/RPMS
 Terminal output shows the following:
  
 12050K .. .. .. .. .. 97%   0:05 57.8K
 12100K .. .. .. .. .. 97%   0:04 63.1K
 12150K .. .. .. .. .. 98%   0:03 76.3K
 12200K .. .. .. .. .. 98%   0:02 81.8K
 12250K .. .. .. .. .. 98%   0:01 88.1K
 12300K .. .. .. .. .. 99%   0:01 59.0K
 12350K .. .. .. .. .. 99%   0:00 29.3K
 12400K .. .. 100%   0:00 31.2K
 
 08:00:48 (51.76 KB/s) - `/var/cache/urpmi/partial/hdlist.cz' saved [12726912]
 
 nothing written in list file for  pcÊ ðã
 
 unable to update medium  pcÊ ðã
 
 urpmi.addmedia returns with this value: 2
 
 
 I am running 8.1 on this system and using rpmdrake-1.3-104mdk.
 
  Thanks for the report.
  Fixed in rpmdrake-1.3-105mdk

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vimdiff

2001-09-27 Thread David Odin

On Thu, Sep 27, 2001 at 06:22:41AM +0200, Han wrote:
 Hi,
 
 I noticed that on the vim-install, including vim-enhanced, does not
 contain vimdiff. I know about vimdiff because the OpenBSD port does
 have it and it *gr8*
 
 NAME
vimdiff  -  edit  two or three versions of a file with Vim
and show differences
 
  Well, the fonctionnality is here.

  If vim is called 'vimdiff' or with the -d parameter, then the diff mode
  is turned on.
  I'll add a symlink vimdiff-vim-enhanced in the next build of vim.
  In the meantime, you can use vim -d file1 file2

 [ ... ]
 
Thanks or the report.

 DindinX

-- 
  [EMAIL PROTECTED]




[Cooker] Re: [CHRPM] mandrake-release-8.2-0.1mdk

2001-09-26 Thread David Odin

On Wed, Sep 26, 2001 at 02:00:02PM +0200, Warly wrote:
 --=-=-=
 Name: mandrake-release Relocations: (not relocateable)
 Version : 8.2   Vendor: MandrakeSoft
 Release : 0.1mdkBuild Date: Wed Sep 26 13:16:55 2001
 Install date: (not installed)   Build Host: ke.mandrakesoft.com
 Group   : System/Configuration/OtherSource RPM: (none)
 Size: 5390 License: GPL
 Packager: Warly [EMAIL PROTECTED]
 Summary : Mandrake Linux release file
 Description :
 Mandrake Linux release file
 
 --=-=-=
 
 * Wed Sep 26 2001 Warly [EMAIL PROTECTED] 8.2-0.1mdk
 
 - yeeep
 
  If you want to use MandrakeUpdate to install your security updates,
don't install mandrake-release-8.2.
  MandrakeUpdate use the number in /etc/mandrake-release to determine
which version of Mandrake Linux you are using.

  Anyway, if you're using cooker, security updates are not for you ;-)

 DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake - strange menu in Russian locale

2001-09-24 Thread David Odin

On Mon, Sep 24, 2001 at 02:19:44PM +0400, Borsenkow Andrej wrote:
  
  On Tue, Aug 21, 2001 at 05:16:07PM +0400, Borsenkow Andrej wrote:
   In Russian locale (ru_RU.KOI8-R) romdrake menu looks like following
   (similar to mcc):
  
   FileFileHelp
   ^^^^^^
   Russian   English!  Russian
  
This was due to an incomplete translation.
This is fixed in the CVS, and will be in the next release.
  
 
 
 This is not fixed and has become even worse. Now I have some garbage in
 Cyrillic letters between File and Help. I have sent (and can resend)
 screenshot.
 
  Can you have a look to the ru.po file? It looks fine to me, but I don't
speak Russian. If you don't have CVS access, I'll send this file privately
to you.

   thanks,

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake still gives error if try to re:download after skip file

2001-09-24 Thread David Odin

On Mon, Sep 24, 2001 at 08:39:56AM -0700, SI Reasoning wrote:
 If you begin the download phase of rpmdrake and you
 get a file not found, skip? message (I assume
 because the download site has too many people on at
 the time so it kicks you out for that file)... then
 when you try to download those files again you get a
 bad file error. This is because theses files exist in
 /var/cache/urpmi/rpms but with 0 bytes.
 
 The simplest solution would be to have script at the
 beginning (or close) deleting any 0 byte files in that
 directory. Another possibility is to compare sizes
 before downloading and replace if they are different.
 
  François, can you fix this within urpmi?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] still no rpmdrake icon in menu

2001-09-24 Thread David Odin

On Mon, Sep 24, 2001 at 04:59:04PM +0200, Stefan Siegel wrote:
 Es schrieb David Odin:
rpmdrake.xpm used to be is mandrake_desk, so I couldn't put it in the
  rpmdrake package. I'm still waiting an answer from the mandrake_desk
  maintainer to know if he will put rpmdrake.xpm back into mandrake_desk
  or if I have to put this icon in the rpmdrake package. I need this
  information, because if the same file is in both packages, rpmdrake
  won't install anymore...
 
 OK, but as mailtainer of RPMDrake, you sould decide to add it to your 
 package = whenever RPMDrake Package is installed, there is the icon.
 Right? If no RPMDrake binary, the icon on the desktop would not make any 
 sense.
 
 = I`d suggest add it to te rpmdrake package and mandrake_desk maintaner 
 should deal with the need to check, if the binary is there if they want to 
 add a desktop entry (and if they do so, they can be sure to get the icon 
 as well ...)
 
  New release of rpmdrake will contains icons for the menu.

-- 
  [EMAIL PROTECTED]




[Cooker] Re: [CHRPM] mandrake_desk-8.1-17mdk

2001-09-21 Thread David Odin

On Thu, Sep 20, 2001 at 06:45:31PM +0200, David BAUDENS wrote:
 --=-=-=
 Name: mandrake_deskRelocations: (not relocateable)
 Version : 8.1   Vendor: MandrakeSoft
 Release : 17mdk Build Date: Thu Sep 20 15:16:57 2001
 Install date: (not installed)   Build Host: ke.mandrakesoft.com
 Group   : System/Configuration/OtherSource RPM: (none)
 Size: 1496544  License: GPL
 Packager: David BAUDENS [EMAIL PROTECTED]
 Summary : The Desktop configuration files for Linux Mandrake
 Description :
 This package contains useful icons, backgrounds and others goodies for the
 Mandrake desktop.
 
 --=-=-=
 
 * Wed Sep 19 2001 David BAUDENS [EMAIL PROTECTED] 8.1-17mdk
 
 - Add simplified menu file
 - Gnome: don't put special icons on root desktop
 - Gnome: fix Internet icon
 - Gnome: fix URL (Fred CROZAT)
 - mv man.png aman.png
 - Remove some obsolete faces (LN)
 - put mdk-eazel-engine capplet to separate package
 
  Are the rpmdrake icons back?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Re: [CHRPM] rpmdrake-1.3-91mdk

2001-09-14 Thread David Odin

On Fri, Sep 14, 2001 at 03:15:35PM +0400, Borsenkow Andrej wrote:
  
  I've lost rpmdrake icon
  
  rpmdrake-1.3-91mdk
  kdebase-2.2-51mdk
 
 You mean that?:
 
 [root@cooker boot]# rpm -q --changelog kdebase | less
 ...
 * Thu Sep 13 2001 David BAUDENS [EMAIL PROTECTED] 2.2-48mdk
 
 - Remove Software Manager from Desktop
 
  Hey! Why has it been removed?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Minor glitch in rpmdrake tree display

2001-09-13 Thread David Odin

On Thu, Sep 13, 2001 at 10:27:34AM +0400, Borsenkow Andrej wrote:
  
  Start rpmdrake; select Updates only; assuming you have any updates
 you
  get two times Search results group.
  
  [root@cooker root]# rpm -q rpmdrake
  rpmdrake-1.3-90mdk
  
 
 
 Sorry, it was in list of installed packages, not installable.
 
  Ok. I've seen this. I'm working on it.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake strange errors

2001-09-12 Thread David Odin

On Wed, Sep 12, 2001 at 11:34:06AM +0400, Borsenkow Andrej wrote:
 Attempting to install  all today's update with rpmdrake at once, I got
 very strange error:
 
 ...
 extracting ...
 Gdk-ERROR **: 78
   serial 46404 error_code 78 request_code 0 minor_code 1
 Xlib: sequence lost (0x1c46d  0x1f7) in reply type 0x0!
 Gdk-ERROR **: 116
   serial 50285 error_code 116 request_code 0 minor_code 1
 Xlib: sequence lost (0x1b544  0x1f7) in reply type 0x1!
 Xlib: sequence lost (0x1  0x1f8) in reply type 0x6!
 Gdk-ERROR **: 32
   serial 54280 error_code 32 request_code 90 minor_code 1
 
 No idea what's going on.
 
  No idea either.
  It looks like the X event queue has been reset. Have you changed anything
in your X configuration lately?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake - proxy still does not work.

2001-09-12 Thread David Odin

On Tue, Sep 11, 2001 at 06:06:47PM +0400, Borsenkow Andrej wrote:
 
  
  On Tue, Sep 11, 2001 at 04:50:56PM +0400, Borsenkow Andrej wrote:
   Proxies defined via menu File - Proxies. Define Sources - New
 -
   Security updates - Update list of mirrors. Nothing happens and
   output:
  
   [root@cooker root]# rpmdrake 
   [1] 1607
   [root@cooker root]# release found: 8.1
   395 installed packages found!
   * gethostbyname_r(2) failed for ðZ@ð[EMAIL PROTECTED]
   * Closing live connection (#0)
  
What is your proxy address?
what are the '¤Z' ? Does this correspond to your proxy
 login/password or
  login/password of this source, or nothing?
  
I know nothing about proxy, and only your report can help me.
  
 
 proxy: proxy.siemens.de
 port: 81
 
 there is yet no source defined; I just want to update list of available
 sources. As you see, you get garbage instead of proxy name. 
 
  what does /root/.wgetrc contain ?
  and what are the value of the http_proxy and ftp_proxy environment variable?

-- 
  [EMAIL PROTECTED]




[Cooker] Re: current rpmdrake

2001-09-11 Thread David Odin

On Mon, Sep 10, 2001 at 07:05:49PM +0200, Michael Reinsch wrote:
 Hi!
 
 When trying to install some updates and the fetch failed because the
 packages do not yet exist on the mirror, 0 byte files remain in the
 /var/cache/urpmi/rpm directory. This causes rpmdrake to not try to fetch
 these files again.
 
 The packages from /var/cache/urpmi/rpm should be imho tested (e.g. correct
 version, integrity, ...) before they are used and if the test fails, the
 packages should be fetched again.
 

  The cache is handled by urpmi. François ?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] urmpi additional requirement checking

2001-09-11 Thread David Odin

On Tue, Sep 11, 2001 at 11:19:56AM +0200, François Pons wrote:
 Juergen Krause [EMAIL PROTECTED] writes:
 
  Hi François !
 
 Hi Juergen !
 
  To satisfy dependencies, the following packages are going to be installed (xx 
  MB), following the list of packages now urmpi wants to install.
  
  But urpmi didn't check the additional packages for their requirements or for 
  conflicts with other installed packages (eg. freetype-1.3.1-12mdk should be 
  installed, but didn't update freetype-tools (freetype-tools-1.3.1-11mdk is 
  installed) !!
  
  I mean urpmi have to repeat the requirement checking (and adding the missing 
  packages) until no new package is added to the package-list.
 
 This has not be made this way. In fact in such case urpmi check for package
 that potentially need update: urpmi see a freetype-tools-1.3.1-11mdk needed
 freetype-1.3.1-12mdk which will be upgraded, it assumes freetype-tools need to
 be updated too, but if freetype-tools-1.3.1-12mdk doesn't exists, it try
 nothing. But this only works with -m mode (default of urpmi).
 
 If it doesn't work, this is a regression.
 
  Also I think rpmdrake have to reread the rpm-database to update correctly the 
  package list (I think it removes the packages without such a check, even when 
  urpmi generates an error-message).
 
 David ?
 
  No. rpmdrake should re-read the databas everytime. (It did before, but users
complained about its slowness...)
  After installing a package, rpminst generated a report. rpmdrake use this
report to know which packages were installed or not. This report is in
$TMPDIR/rpminst.log. You can see it if you run rpmdrake --verbose.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake - proxy still does not work.

2001-09-11 Thread David Odin

On Tue, Sep 11, 2001 at 04:50:56PM +0400, Borsenkow Andrej wrote:
 Proxies defined via menu File - Proxies. Define Sources - New -
 Security updates - Update list of mirrors. Nothing happens and
 output:
 
 [root@cooker root]# rpmdrake 
 [1] 1607
 [root@cooker root]# release found: 8.1
 395 installed packages found!
 * gethostbyname_r(2) failed for ðZ@ð[EMAIL PROTECTED]
 * Closing live connection (#0)
 
  What is your proxy address?
  what are the '¤Z' ? Does this correspond to your proxy login/password or
login/password of this source, or nothing?

  I know nothing about proxy, and only your report can help me. 


-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake - proxy still does not work.

2001-09-11 Thread David Odin

On Tue, Sep 11, 2001 at 06:06:47PM +0400, Borsenkow Andrej wrote:
 
  
  On Tue, Sep 11, 2001 at 04:50:56PM +0400, Borsenkow Andrej wrote:
   Proxies defined via menu File - Proxies. Define Sources - New
 -
   Security updates - Update list of mirrors. Nothing happens and
   output:
  
   [root@cooker root]# rpmdrake 
   [1] 1607
   [root@cooker root]# release found: 8.1
   395 installed packages found!
   * gethostbyname_r(2) failed for ðZ@ð[EMAIL PROTECTED]
   * Closing live connection (#0)
  
What is your proxy address?
what are the '¤Z' ? Does this correspond to your proxy
 login/password or
  login/password of this source, or nothing?
  
I know nothing about proxy, and only your report can help me.
  
 
 proxy: proxy.siemens.de
 port: 81
 
 there is yet no source defined; I just want to update list of available
 sources. As you see, you get garbage instead of proxy name. 
 
  OK. Thanks.

-- 
  [EMAIL PROTECTED]




[Cooker] Re: rpmdrake-1.3-87mdk

2001-09-10 Thread David Odin

On Sun, Sep 09, 2001 at 04:09:26PM +0200, Michael Reinsch wrote:
 Hi!
 
 If one has several sources defined and updates all of them, rpmdrake now
 needs much longer because it first updates one source then computes the
 dependencies then updates the next source, computes the dependencies again
 and so on.
 
  Well, that's the way urpmi works. I guess there's a reason for this.
  François?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Weird rpmdrake problem

2001-09-10 Thread David Odin

On Mon, Sep 10, 2001 at 04:08:57AM +0200, Juergen Krause wrote:
 Hi !
 
 I have the same problem with rpmdrake (rpmdrake-1.3-87mdk).
 I tried urpmi directly and get the message: everything already installed.
 
 I debug urpmi to locate the problem. (urpmi-1.7-8mdk).
 
 I found, when urpmi is running in minimal closure mode (the default-mode), 
 urpmi prints the obove message, but in maximum closure mode (urpmi -M ...), 
 it works fine.
 
 During my debugging I found that the function 
 filter_minimal_packages_to_upgrade (in urpm.pm) removes the packages I want 
 to update, so that finally no packages is in the list to install and urpmi 
 prints the obove message.
 
 Here is a small workaround that set urpmi to maximum closure mode as default,
 but rpmdrake is still broken. (I get allways the messages as obove !!!) 
 
 --- urpmi.org   Mon Sep 10 03:28:48 2001
 +++ /usr/sbin/urpmi Mon Sep 10 03:29:38 2001
 @@ -32,7 +32,7 @@
  my $WID = 0;
  my $all = 0;
  my $complete = 0;
 -my $minimal = 1;
 +my $minimal = 0;
  my $rpm_opt = -Uvh;
  my $use_provides = 0;
  my $verbose = 0;
 
 Regards.
 
  For your interest, rpmdrake use urpmi, and the message
everything already installed comes from urpmi, even if you use rpmdrake.
Every bug you can find in urpmi also shows in rpmdrake...

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Weird rpmdrake problem

2001-09-06 Thread David Odin

On Thu, Sep 06, 2001 at 12:18:07PM +0200, Paolo Pedroni wrote:
 Hi!
 Ever since I upgraded to the latest version (1.3-85-mdk), I have a
 problem: almost everytime I try to download a package which differs only
 in the Mandrake subversion from the package already installed (i.e.
 glibc-2.2.4-5mdk over glibc-2.2.4-4mdk) it tells me that the package is
 already installed.

  This looks like and urpmi problem to me.
  François?

-- 
  [EMAIL PROTECTED]




Re: Now really rpmdrake bug (does not work over proxy) RE: [Cooker] how can I define proxies after installation?

2001-09-05 Thread David Odin

On Wed, Sep 05, 2001 at 04:43:45PM +0400, Andrej Borsenkow wrote:
  
  
There is this question about proxies during installation. What are
  these
proxies, where are they defined and how can I define them after
installtion?
  
   Hi there,
  
   during the installation, if you choose to configure your proxies, 2
  files
   will be created: /etc/profile.d/proxy.{sh,csh} in order to set the
   ftp_proxy and http_proxy variables.
  
   These variables will be useful for the applications that are
 designed
  to
   use them. (what a profound sentence ;)
  
  Is rpmdrake among them?
  
  [root@cooker sbin]# ftp_proxy=http://xxx:81/ http_proxy=http://xxx:81/
  rpmdrake
  374 installed packages found!
  * gethostbyname_r(2) failed for  p
  * Closing live connection (#0)
  [root@cooker sbin]# ftp_proxy=xxx:81 http_proxy=xxx:81 rpmdrake
  374 installed packages found!
  * gethostbyname_r(2) failed for ðt
  * Closing live connection (#0)
  
  and mirror list is not updated
  
 
 And after I have defined proxies explicitly in rpmdrake:
 
 [root@cooker root]# rpmdrake
 374 installed packages found!
 * gethostbyname_r(2) failed for  Z@ [EMAIL PROTECTED]
 * Closing live connection (#0)
 
  When does these messages show up?
  It is when you try installing a package, updating a source, using the
Mandrake Update wizard?

thanks,

   DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] What's up with list of update sites in Software Manager

2001-09-03 Thread David Odin

On Mon, Sep 03, 2001 at 08:16:17AM -0400, Steve wrote:
 On Mon, Sep 03, 2001 at 10:03:08AM +0400, Andrej Borsenkow wrote:
  There are *numerous* reports about Software Manager's inability to
  retrieve list of security update sites. Would anybody check what's going
  on?
  
  Message-ID: 9mu5gh$eh1$[EMAIL PROTECTED]:
  
  Following a minor disaster with a kernel update the Mandrake Update 
  Software Manager has lost its connection to get the list of update
  mirror 
  sites.  I have tried to input the site I was using manually but without 
  success.  Please can anyone tell me what the master site URL is and how
  / 
  where to input this to get an fresh list of the security upgrades.
 
 Yeah same problem since around Wednesday of last week. An url would be
 greatly appreciated.
 
  Maybe you can use http://www.linux-mandrake.com/mirrorsfull.list.save
  (not tested)

  DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Software Manager and rsync?

2001-08-29 Thread David Odin

On Wed, Aug 29, 2001 at 09:00:03AM +0200, Eivind Eriksen wrote:
 With all the resent talk about rsync vs. others:
 Would'nt it be better if Software Manager (MandrakeUpdate) based its list
 updating on rsync? Instead of retreaving the whole (~12MB) file each time,
 it could only fetch the incremental changes.
 
  From what I've heard, rsync isn't that good with compressed data, and the
hdlist are gzipped.

  DindinX

-- 
  [EMAIL PROTECTED]




[Cooker] Re: [CHRPM] koffice-i18n-ro-1.1-1mdk

2001-08-29 Thread David Odin

On Wed, Aug 29, 2001 at 03:40:30PM +0200, Laurent MONTEL wrote:
 --=-=-=
 Name: koffice-i18n-ro  Relocations: (not relocateable)
 Version : 1.1   Vendor: MandrakeSoft
 Release : 1mdk  Build Date: Wed Aug 29 14:52:33 2001
 Install date: (not installed)   Build Host: ke.mandrakesoft.com
 Group   : Graphical desktop/KDE Source RPM: (none)
 Size: 271731   License: GPL
 Packager: Montel Laurent [EMAIL PROTECTED]
 URL : http://www.kde.org/
 Summary : Romanian language support for Koffice
 Description :
 Romanian language support for Koffice.
 
 --=-=-=
 
 * Thu Aug 16 2001 Laurent MONTEL [EMAIL PROTECTED] 1.1-1mdk
 
 - koffice 2.2
 
  2.2? Romanian are always in advance!

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpm warning

2001-08-28 Thread David Odin

On Tue, Aug 28, 2001 at 05:15:18PM +0400, Borsenkow Andrej wrote:
  
  No better :-O  now I just get a blank screen replacing rpmdrake for
 five
  seconds, then it comes back, with nothing installed.
  
 ...
Can you please try with rpmdrake-1.3-80mdk?
  
 
 Confirmed. It is broken exactly as described (I did not report it
 because I expected it to be public wisdom :-)
 
  It works here. And it also works for some users.
  Does urpmi work OK for you? I mean, are the output of urpmq and urpmi
consistant?

 DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpm warning

2001-08-24 Thread David Odin

On Fri, Aug 24, 2001 at 04:51:29PM +0100, [EMAIL PROTECTED] wrote:
 
 [ ... ]
 
 Furthermore rpmdrake doesn't install anything, no error message sent in
 console.

  Can you please try with rpmdrake-1.3-80mdk?
   
  Thanks,

   DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake - strange menu in Russian locale

2001-08-21 Thread David Odin

On Tue, Aug 21, 2001 at 05:16:07PM +0400, Borsenkow Andrej wrote:
 In Russian locale (ru_RU.KOI8-R) romdrake menu looks like following
 (similar to mcc):
 
 FileFileHelp
 ^^^^^^
 Russian   English!  Russian
 
  This was due to an incomplete translation.
  This is fixed in the CVS, and will be in the next release.

Thanks for the report.

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake does not install anything

2001-08-20 Thread David Odin

On Mon, Aug 20, 2001 at 09:19:55PM +0200, Christian Bricart wrote:
 fresh install from:
   /ChangeLog/1.542/Sun Aug 19 23:33:42 2001//
 
 selecting a package in rpmdrake does not install it - not even download
 it
 
 urpmi however does
 
  Are you correctly seclecting the package in rpmdrake? Is there the yellow
tick in front of it?

-- 
  [EMAIL PROTECTED]




[Cooker] Re: ctags conflicts

2001-07-20 Thread David Odin

On Thu, Jul 19, 2001 at 09:27:23PM +0200, Alexander Skwar wrote:
 Hi!
 
 The packages ctags and xemacs-extras conflict in /usr/bin/ctags and
 /usr/share/man/man1/ctags.1.bz2.
 
 What about resolving this issue by using update-alternatives and renaming
 the xemacs ctags to ctags-xemas (and the man page to ctags-xemacs.1.bz2)
 and the the ctags from the ctags package to ctags-exuberant (and
 ctags-exuberant.1.bz2).
 
  Fixed. (ctags now use alternative).

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vim - references to /home/dindinx

2001-07-16 Thread David Odin

On Sun, Jul 15, 2001 at 08:12:59PM +0200, David Odin wrote:
 On Sat, Jul 14, 2001 at 05:42:00PM -0400, Blue Lizard wrote:
  On 14 Jul 2001 15:08:49 +0200, Alexander Skwar wrote:
   Hi
   
   In man vim, section FILES, there are a lot of references to
   /home/dindinx/tmp/vim-6.0/
   
   Could someone please fix this?
   
  preferrably david :P
  
  
   OK. I'll do or the next release.
 
  done.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vim - references to /home/dindinx

2001-07-15 Thread David Odin

On Sat, Jul 14, 2001 at 05:42:00PM -0400, Blue Lizard wrote:
 On 14 Jul 2001 15:08:49 +0200, Alexander Skwar wrote:
  Hi
  
  In man vim, section FILES, there are a lot of references to
  /home/dindinx/tmp/vim-6.0/
  
  Could someone please fix this?
  
 preferrably david :P
 
 
  OK. I'll do or the next release.

-- 
  [EMAIL PROTECTED]




[Cooker]

2001-07-13 Thread David Odin

On Thu, Jul 12, 2001 at 06:26:11PM -0600, Peter Polman wrote:
 On Thursday 12 July 2001 09:04, you wrote:
  Hi,
 
   I've been told that I should communicate more on rpmdrake/mandrakeuupdate
  aka Software Manager, so I do.
 
   I've just uploaded a new release of rpmdrake (1.3-73mdk), which should fix
  the rpmdrake does nothing bug. I.e. packages are now correctly installed.
  At least it works on my freshly installed cooker.
 
  I'm aware of other bugs. For instance, I know that the 'Easy Mandrake
  Update' thing isn't finished yet.
 
Please test and report bugs.
 
 Regards,
 
DindinX
 
  P.S: this feature is slow isn't a bug report ;-)
 
 No change for me
 
 [root@PAULA RPMS]# rpmdrake
 extracting kernel-doc-2.4.6-3mdk.i586
 extracting kernel-doc-2.4.6-3mdk.i586
 
 [root@PAULA RPMS]# rpm -qv kernel-doc
 kernel-doc-2.4.5-9mdk
 
 
 [root@PAULA RPMS]# rpm -qv gurpmi rpmdrake rpm urpmi
 gurpmi-1.0-12mdk
 rpmdrake-1.3-73mdk
 rpm-4.0.3-0.15mdk
 urpmi-1.6-12mdk
 
  I also use this.

  What does 
  rpminst --verbose --packages kernel-doc
  says ?
-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake does nothing - so I fixed it, here's how

2001-07-13 Thread David Odin

On Fri, Jul 13, 2001 at 11:34:49AM -0400, Andrew P. Bielecki wrote:
 Odin,
 The guy is right. There is problem with rpminst when --skip-intro option is there. 
The rpminst core dump hard. I run rpminst with
 and without the --skip-intro and the rpminst coredump every time with it.
 
  Yep I've seen the problem. Working on it.

 Thanks.

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake does nothing

2001-07-12 Thread David Odin

On Wed, Jul 11, 2001 at 02:56:27PM -0600, Eaon wrote:
  This has been reported 10 times or so. We are waiting for a fix, or even
  a confirmation. I wish that if MandrakeSoft is policing the list, that
  they include in the changelog the name and e-mail of the person to first
  report the bug. This way we cna check the CHRPM list and see that a bug
  is indeed fixed.
 
 Have you tried looking here:
 https://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=2532  Or how about this
 one: https://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=3638  I believe
 these are the bugs you are talking about, correct?  Or something pretty
 close anyway.  That they are in the bug tracking system seems to be
 confirmation that they are noticed.  If I might stand up in defense of David
 (Odin, aka DindinX, the one that all the bugs are assigned to, and the one
 that bitched the other day about people repackaging rpmdrake without telling
 him, so obviously this is his baby and obviously he notices something and
 seems to care), despite not knowing him at all, he doesn't seem to reply to
 the list very often, and seems to be more partial to dealing with bugs that
 get into bugzilla (he probably doesn't want my help on this - too bad, huh?
 ;-)  ).  He's just a guy, with his own way of doing things, just like any
 one of us.  I think that once a few people have discussed it on the list and
 decided that it is indeed a software bug and not some silly
 configuration/corrupt config file/whatever kind of issue, then the next
 logical step is to put it in bugzilla, and wait for the fix without
 complaining about it more to the list.  That's what archives of the list and
 bugzilla are for - to see if your problem has addressed so that you don't
 have to ask again.  If you're interested in whether or not a bug has been
 fixed, you could always add your name to the CC list in bugzilla and you'll
 get an email when the bug's status changes.
 
  Yes, I don't answer to the list that often, but be sure I'm reading
all these mails.
  Yes, I'm working on this problem, which does not come directly from
rpmdrake itself, but more likely from rpminst and/or urpmi. I need to
understand why this happens now, and why this was working before.
It may be related to rpm changes. I really do not know for now.

When I'll know more I tell the list.

 DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake does nothing

2001-07-12 Thread David Odin

On Wed, Jul 11, 2001 at 05:57:25PM -0400, David Walluck wrote:
 On Wed, 11 Jul 2001, Eaon wrote:
 
  Have you tried looking here:
  https://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=2532  Or how about this
  one: https://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=3638  I believe
  these are the bugs you are talking about, correct?  Or something pretty
  close anyway.  That they are in the bug tracking system seems to be
 
 These aren't specifically the bugs. For one thing, does nothing is
 hardly descriptive enough to be helpful (Note: I am not saying I am not
 guilty of this from time to time myself). Also, one of them refers to 8.0
 (where rpmdrake worked fine for me). The other says 8.0 beta 1. Again,
 this is Cooker, so every time a release is made the bug might change.
 
  ;-)  ).  He's just a guy, with his own way of doing things, just like any
  one of us.  I think that once a few people have discussed it on the list and
  decided that it is indeed a software bug and not some silly
  configuration/corrupt config file/whatever kind of issue, then the next
  logical step is to put it in bugzilla, and wait for the fix without
  complaining about it more to the list.  That's what archives of the list and
 
 I may also have not been reading the list (e.g. I missed that someone had
 reported it before), but it seems that this person who posted (to whom I
 replied) did not check to see if it had already been reported. I was not
 complaining to Odin, so much as I was frusturated from seeing the same
 bug report countless times over the past few days. I realize things take
 time to be fixed. I also realize that other people may not notice a bug
 has already been brought up. My only problem was when it gets reported
 multiple times by multiple people (including myself), then it seems to be
 getting a little out of hand.
 
 If Odin had said first time this came up that This is a bug I'm looking
 into it. Then we'd have reason to blame for multiple posts. If someone
 had checked the list and at least said Ok, looks like someone else has
 that bug too and already mailed the list. Here, too, we'd have someone to
 we'd have reason to blame.
 
  This is a bug I'm looking into it. ;-)

  I can reproduce it. I don't understand it now, though.

  Oh, by the way, I totally agree that a bug report without the rpmdrake
version/release is somewhat useless to me.

 DindinX

-- 
  [EMAIL PROTECTED]




[Cooker] new rpmdrake to test

2001-07-12 Thread David Odin


Hi,

 I've been told that I should communicate more on rpmdrake/mandrakeuupdate
aka Software Manager, so I do.

 I've just uploaded a new release of rpmdrake (1.3-73mdk), which should fix
the rpmdrake does nothing bug. I.e. packages are now correctly installed.
At least it works on my freshly installed cooker.

I'm aware of other bugs. For instance, I know that the 'Easy Mandrake Update'
thing isn't finished yet.

  Please test and report bugs.

   Regards,

  DindinX

P.S: this feature is slow isn't a bug report ;-)

-- 
  [EMAIL PROTECTED]




Re: [Cooker] new rpmdrake to test

2001-07-12 Thread David Odin

On Thu, Jul 12, 2001 at 05:59:45PM +0200, Marcel Pol wrote:
 On Thu, 12 Jul 2001 17:04:59 +0200
 David Odin [EMAIL PROTECTED] wrote:
 
   I've just uploaded a new release of rpmdrake (1.3-73mdk), which
 should fix
  the rpmdrake does nothing bug. I.e. packages are now correctly
 installed.
  At least it works on my freshly installed cooker.
 
 It works here too
  
  I'm aware of other bugs. For instance, I know that the 'Easy
 Mandrake Update'
  thing isn't finished yet.
  
Please test and report bugs.
 
 Small bug;
 The rpminst window says:
 Fetch: blah.rpm
 Fetching...
 Installing...
 
 Where the images after the Fetching and Installing should do something
 (get filled).
 They don't. They just stay empty images.
 I hope you understand what i mean.
 (update) Odd though. The second time it worked fine.

  Are you talking about the progress bars?
 
 Also, one annoying thing. When an upgrade quits for some reason, you
 have to select them all again. 
 I'd like it if the packages which were selected, could be set selected
 on a second install try.
 
  Ok. Let's call this a requested feature...

-- 
  [EMAIL PROTECTED]




Re: [Cooker] new rpmdrake to test

2001-07-12 Thread David Odin

On Thu, Jul 12, 2001 at 06:01:55PM -0400, Guillaume Rousse wrote:
 Ainsi parlait David Odin :
  P.S: this feature is slow isn't a bug report ;-)
 Do you prefer this feature doesn't work :-) ?
 
  Sometimes, yes!

  I was refering to the search by file and search by description new
features. They are slow, and there not much I can do to make them faster.
So, search by file is slow is really not a bug report.
search by file does not work could be but won't help much ;-)

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake does nothing - so I fixed it, here's how

2001-07-12 Thread David Odin

On Wed, Jul 11, 2001 at 09:14:02PM -0400, Jason Straight wrote:
 On Wednesday 11 July 2001 14:59, you wrote:
  Fresh install today from up to date sunet.se rpmdrake worked for a while,
  but now when I try to install stuff it dies right about the point where it
  would start to download.
 
  Any ideas?
 
 I checked each of the components of the package and found rpminst to be the 
 problem. So I checked to see how rpmdrake was calling rpminst,
 rpminst --skip-intro --report /tmp/rpminst.log --packages pine
 
 Tried it on the command line and it didn't work
 rpminst --packages pine 
 did though
 
 it didn't like --skipintro so I eliminated it by writing a quick shell hack 
 which shifts --skipintro out of the list of args. - very dirty hack but it 
 makes rpmdrake work again.
 
 mv /usr/sbin/rpminst /usr/sbin/rpminst.bak
 
 create the following as /usr/sbin/rpminst and chmod +x it
 #!/bin/sh
 shift
 /usr/sbin/rpminst.bak $@
 
 It'll remove the --skipintro arg as rpmdrake calls rpminst before passing the 
 command line to rpminst.bak - problem fixed - although rather dirty.
 
  I've seen no difference with or without the skip-intro flags.

  Nevertheless I think I have found the problem, so you can expect a fix
soon.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] mandrake software manager nad proxy setings?

2001-07-12 Thread David Odin

On Wed, Jul 11, 2001 at 06:06:38AM -0700, Brook Humphrey wrote:
 Is there a way to set proxy settings in software manager. I'm unable to 
 find it.
 
  which version do you use?

-- 
  [EMAIL PROTECTED]




[Cooker] Re: [CHRPM] rpmdrake-1.3-71mdk

2001-07-10 Thread David Odin

On Sun, Jul 08, 2001 at 03:15:29PM +0200, Stefan van der Eijk wrote:
 --=-=-=
 Name: rpmdrake Relocations: (not relocateable)
 Version : 1.3   Vendor: MandrakeSoft
 Release : 71mdk Build Date: Sun Jul  8 14:54:54 2001
 Install date: (not installed)   Build Host: bi.mandrakesoft.com
 Group   : System/Configuration/Packaging   Source RPM: (none)
 Size: 276766   License: GPL
 Packager: Mandrake Linux Team [EMAIL PROTECTED]
 Summary : A graphical front end for installing packages
 Description :
 rpmdrake is an apt-alike tool. It also handles packages on more than one cdrom,
 asking you the needed one.
 
 It is a graphical front-end to urpmi/gurpmi.
 
 --=-=-=
 
 * Sun Jul 08 2001 Stefan van der Eijk [EMAIL PROTECTED] 1.3-71mdk
 
 - BuildRequires:  libbzip2-devel
 - BuildRequires:  rpm-devel
 
   Please don't build rpmdrake package without telling me. rpmdrake is in
CVS, and now the rpm isn't in sync with the CVS anymore. This means:
 - extra work for me (I have to find out what you've changed, and resync CVS)
 - this release of rpmdrake isn't tagged into the CVS (and won't be), so
   this particular release could not be built again, if needed.
 - I could have missed this email and then erase your work.

So please, don't rebuild other people's package, especially when it is for
such small changes. Just drop an email with the required changes.

Regards,

DindinX
 

-- 
  [EMAIL PROTECTED]




[Cooker] Re: [CHRPM] grpmi-8.1-4mdk

2001-07-10 Thread David Odin

On Sat, Jul 07, 2001 at 10:30:01AM +0200, Stefan van der Eijk wrote:
 --=-=-=
 Name: grpmiRelocations: (not relocateable)
 Version : 8.1   Vendor: MandrakeSoft
 Release : 4mdk  Build Date: Sat Jul  7 10:21:28 2001
 Install date: (not installed)   Build Host: bi.mandrakesoft.com
 Group   : System/Configuration/Packaging   Source RPM: (none)
 Size: 336639   License: GPL
 Packager: Mandrake Linux Team [EMAIL PROTECTED]
 Summary : GUI frontend for rpms installation or upgrade
 Description :
 Nice gtk+ GUI to see the rpms installation progress
 
 --=-=-=
 
 * Sat Jul 07 2001 Stefan van der Eijk [EMAIL PROTECTED] 8.1-4mdk
 
 - BuildRequires:  db3-devel
 - Removed BuildRequires:  popt-devel
 - Removed BuildRequires:  zlib-devel
 
  See my other email about rpmdrake and rebuilding packages which are in CVS.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Re: [CHRPM] rpmdrake-1.3-71mdk

2001-07-10 Thread David Odin

On Tue, Jul 10, 2001 at 10:55:06AM -0400, David Walluck wrote:
 David Odin wrote:
 
 
 Please don't build rpmdrake package without telling me. rpmdrake is in
  CVS, and now the rpm isn't in sync with the CVS anymore. This means:
   - extra work for me (I have to find out what you've changed, and resync CVS)
   - this release of rpmdrake isn't tagged into the CVS (and won't be), so
 this particular release could not be built again, if needed.
   - I could have missed this email and then erase your work.
  
  So please, don't rebuild other people's package, especially when it is for
  such small changes. Just drop an email with the required changes.
 
 
 Okay, but is someone working on fixing the MandrakeUpdate problem 
 reported?

  Which problem?  I'm aware of a lot of problems with MandrakeUpdate/rpmdrake.
And yes, I'm working on them.  I spend too much time updating this thing for
the latest rpmlibs, and fixing what other people does wrong.

 It is kind of difficult to look for fixes in cooker manually, 
 especially when we hear that the dates of some files were incorrectly 
 set and therefore, ls -t doesn't tell me what's new.
 
  I have heard about this problem on some mirrors. Unfortunately, there's
nothing I can do here.

 regards,

   DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Current list of NOTFOUND in depslist

2001-07-06 Thread David Odin

On Fri, Jul 06, 2001 at 01:57:54PM +0400, Andrej Borsenkow wrote:
 
  FYI, depslist.ordered is already closed on dependencies, this
  means some packages
  have NOTFOUND_ but in fact they didn't have NOTFOUND_ directly but require
  packages that does have NOTFOUND_.
 
  To get list of faulty packages, try
 
  urpmf --requires --quiet libdb-3.1.so
 
 
 O.K. point taken.
 
  which gives the following (assuming only one media defined as
  current cooker)
 
 ...
  grpmi:libdb-3.1.so
 ...
 Which is already bad enough for me.
 
  I rebuild it now.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] libglib-1.3.5/libdb-3.1 - how long will they be missing?

2001-07-05 Thread David Odin

On Thu, Jul 05, 2001 at 05:03:15PM +0400, Andrej Borsenkow wrote:
 grep NOTFOUND depslist.ordered:
 
 pango-0.16-5mdk.i586 768524 18 NOTFOUND_libglib-1.3.so.5 20
 NOTFOUND_libgmodule-
 1.3.so.5 23 NOTFOUND_libgobject-1.3.so.5
 libatk0-0.1-6mdk.i586 95123 18 NOTFOUND_libglib-1.3.so.5 20 59
 NOTFOUND_libgthre
 ad-1.3.so.5 NOTFOUND_libgmodule-1.3.so.5 23 NOTFOUND_libgobject-1.3.so.5
 ... (many more)
 kdebase-2.2-0.beta1.1mdk.i586:1 132436089 18 142 141 120 125 136 55 128 140
 121
 165 157 148 134 20 156 139 145 146 150 135 129 126 154 130 171 143 131
 NOTFOUND_
 libdb-3.1.so 119 172 124 153 137 23 56 133 117 115 123 147 122 116 277 132
 53 22
  155 164 308 57 167 65|64|66 11|9 10|9
 ... (many more)
 
 It is nice to release new and shiny sources, but does anybody here care
 about compatibility?
 
  All these packages needs to be rebuilt. That's Cooker.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] No need to test on old kernel

2001-07-05 Thread David Odin

On Thu, Jul 05, 2001 at 04:22:36PM +0200, Guillaume Cottenceau wrote:
 Andrej Borsenkow [EMAIL PROTECTED] writes:
 
 
 [...]
 
  Nobody says cooker is bad. But it is very strange to see that one one hand
  you (meaning who ever adds stuff to cooker)  blindly remove library that
  is needed by half of the other packages (with motto It's Cooker) and on
 
 Which one?
 
  I guess he refers to glib2-1.3.5.
  Some packages needs to be rebuilt.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] liblib confusion

2001-07-02 Thread David Odin

On Mon, Jul 02, 2001 at 03:54:32PM +0200, J . A . Magallon wrote:
 
 On 20010702 David Odin wrote:
 On Sun, Jul 01, 2001 at 01:54:43PM +0400, Andrej Borsenkow wrote:
  There are libglib1.2, libglib2 and libglib1.3_6. Which one is suposed to 
  be *the* libglib?
  
   all of them!
   libglib1.2 is the stable version
   libglib2 was the name for the development version until 1.3.6
   libglib1.3_6 is the name for the development version since 1.3.6, to
respect to MandrakeSoft lib policy, which allows anyone
to install different versions of the same library at a
time, thus allowing to install new versions of a lib
without breaking dependencies on program.
 
 
 So libglib1.3_6 should have obsoleted-deinstalled libglib2, I suppose.

  No! libglib1.3_6 should be able to be installed together with previous
version (libglib2...)
 
 BTW, why a funny name like libglib1.3_6, instead of libglib1.3.6 ?

  this is due to our policy: the name of the package is libglib1.3, and
the soname of the library is 6.

 If rpm names do not support 3-number versions in name, use just 2.

  2 is just a bad name, since the name is libglig1.3...

 More uniform should be libglib1.2-1.2.10-Xmdk and libglib1.3-1.3.6-Xmdk ?

  libglib1.3_6 is a development version, and its soname change every time.
libglib1.2 is the stable version: the soname stays the same for version to
version.

 So you can have toghether libglig1.2-1.2.x and libglib1.3-1.3.x
 
  You can have together libglib1.2-1.2.x and libglib1.3_y-1.3.y.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake still has Segmentation fault

2001-07-01 Thread David Odin

On Fri, Jun 29, 2001 at 03:45:44PM -0400, Salane wrote:
  rpmdrake
 Segmentation fault
  rpm -q rpmdrake
 
 rpm -q urpmi rpm gurpmi
 urpmi-1.6-7mdk
 rpm-4.0.3-0.9mdk
 gurpmi-1.0-7mdk
 
 rpmdrake-1.3-65mdk
 
  rpmdrake still cannot be rebuild with the latest rpmlib.  I can't make it
works. It looks like the current g++ cannot compile the current rpmlib
headers.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Problems With Latest Cooker

2001-07-01 Thread David Odin

On Sat, Jun 30, 2001 at 02:43:23AM -0400, David Walluck wrote:
 People have already mentioned some of these problems, namely:
 
 1.) rpmdrake (MandrakeUpdate) crashes on startup, I haven't been able to 
 figure out why, but I think rpm-devel needs rebuilding.

  There is indeed something strange with latest rpm-devel. Its headers cannot
be included in a C++ program.
 
 3.) kdebase needs rebuilding as it depends on a glib version that 
 doesn't exist.

  Does anyone knows why kdebase needs glib at all?
 

-- 
  [EMAIL PROTECTED]




Re: [Cooker] liblib confusion

2001-07-01 Thread David Odin

On Sun, Jul 01, 2001 at 01:54:43PM +0400, Andrej Borsenkow wrote:
 There are libglib1.2, libglib2 and libglib1.3_6. Which one is suposed to 
 be *the* libglib?
 
  all of them!
  libglib1.2 is the stable version
  libglib2 was the name for the development version until 1.3.6
  libglib1.3_6 is the name for the development version since 1.3.6, to
   respect to MandrakeSoft lib policy, which allows anyone
   to install different versions of the same library at a
   time, thus allowing to install new versions of a lib
   without breaking dependencies on program.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Re: [CHRPM] glib2-1.3.6-3mdk

2001-06-24 Thread David Odin

On Sat, Jun 23, 2001 at 12:58:25AM -0400, Digital Wokan wrote:
 Oddly enough, you -U 1.3_6 and -i libglib2 (maybe 1.3_6 could have been
 -i as well).
 
 [root@cooksys cookrpms]# rpm -Uvh libglib1.3_6-1.3.6-3mdk.i586.rpm
 Preparing...###
 [100%]
1:libglib1.3_6   ###
 [100%]
 [root@cooksys cookrpms]# rpm -Uvh libglib2-1.3.6-2mdk.i586.rpm
 error: failed dependencies:
 libglib-1.3.so.5 is needed by kdelibs-2.2-0.alpha2.5mdk
 libgmodule-1.3.so.5 is needed by kdelibs-2.2-0.alpha2.5mdk
 libgobject-1.3.so.5 is needed by kdelibs-2.2-0.alpha2.5mdk
 libgthread-1.3.so.5 is needed by kdelibs-2.2-0.alpha2.5mdk
 [root@cooksys cookrpms]# rpm -ivh libglib2-1.3.6-2mdk.i586.rpm
 Preparing...###
 [100%]
1:libglib2   ###
 [100%]
 [root@cooksys cookrpms]#


  Yes. That's totally normal. This is the Mandrake lib policy to let you install
all version of a library, provided the sonames are different.

 DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Problem libraries since 6/17/01 (maybe earlier)

2001-06-19 Thread David Odin

On Tue, Jun 19, 2001 at 04:08:18PM +0200, Arnd Bergmann wrote:
 On Tue, 19 Jun 2001, David Odin wrote:
 
  On Tue, Jun 19, 2001 at 02:58:20PM +0200, Arnd Bergmann wrote:
 
   Interestingly, when this thing happens, the libraries are first built
   correctly during %make, but in %install, libtool tries to relink the
   files against the one it (thinks it) has just installed in $prefix, 
   when they are really in $RPM_BUILD_ROOT/$prefix.
   
   The rebuilt libglib2-1.3.6-2mdk package just came through the mirrors, 
   and STILL has the problem, it appearantly was not installed before
   rebuilding!
   Also, libatk0, libgtk+2, pango and kdelibs still need an update or 
   rebuild since they depend on libglib-1.3.so.5.
   
Nothing in the compilation of glib-1.3.6 seems to need glib-1.3.5.
I still don't understand why libglib-1.3.so.5 is needed by
  libglib2-1.3.6-1mdk.
 
 As I expained above, compilation goes fine. However, in 'make install',
 libglib-1.3.so.6 normally is installed in /usr/lib, but rpm lets
 it install in /home/odin/rpm/tmp/libglib2-root/usr/lib. So far, 
 everything is fine.
 Next, 'make install' gets to the gobject directory and notices that
 libgobject-1.3.so.6 links against ../.libs/libglib-1.3.so.6, where the
 following thing happens:
 
 /bin/sh ../libtool  --mode=install /usr/bin/install -c libgobject-1.3.la 
/home/arnd/rpm/tmp/glib-1.3.6-root/usr/lib/libgobject-1.3.la
 libtool: install: warning: relinking `libgobject-1.3.la'
 cd /home/arnd/rpm/BUILD/glib-1.3.6/gobject; /bin/sh ../libtool --mode=relink gcc
 -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math 
-fno-strength-reduce -Wall -D_REENTRANT -o libgobject-1.3.la -rpath /usr/lib 
-version-info 6:0:0 -export-dynamic gboxed.lo gbsearcharray.lo gclosure.lo genums.lo 
gobject.lo gparam.lo gparamspecs.lo gsignal.lo gtype.lo gtypemodule.lo gtypeplugin.lo 
gvalue.lo gvaluearray.lo gvaluetransform.lo gvaluetypes.lo ../libglib-1.3.la
 gcc -shared  gboxed.lo gbsearcharray.lo gclosure.lo genums.lo gobject.lo gparam.lo 
gparamspecs.lo gsignal.lo gtype.lo gtypemodule.lo gtypeplugin.lo gvalue.lo 
gvaluearray.lo gvaluetransform.lo gvaluetypes.lo  -L/usr/lib -lglib-1.3   -Wl,-soname 
-Wl,libgobject-1.3.so.6 -o .libs/libgobject-1.3.so.6.0.0
 
 From this point on, libgobject-1.3.so.6.0.0 links against libglib-1.3.so.5
 if that was installed in /usr/lib. If no libglib is installed at all in
 /usr/lib, libgobject and the others will contain no reference to libglib
 at all, which is ok.
 I think the reason for the problem is either a bug in rpm or in libtool,
 because AFAIR, it used to work most of the time, and now various packages
 show this behaviour. I did not find a fix, either.
 
  Indeed, there's something very... peculiar here:
[dindinx@ke gobject]$ pwd
/home/dindinx/RPM/BUILD/glib-1.3.6/gobject
[dindinx@ke gobject]$ ldd .libs/gobject-query
libgobject-1.3.so.6 = /usr/lib/libgobject-1.3.so.6 (0x4002d000)
libglib-1.3.so.6 = /usr/lib/libglib-1.3.so.6 (0x40063000)
libc.so.6 = /lib/libc.so.6 (0x400bd000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
libglib-1.3.so.5 = not found
[dindinx@ke gobject]$ ldd .libs/glib-genmarshal
libglib-1.3.so.6 = /usr/lib/libglib-1.3.so.6 (0x4002d000)
libc.so.6 = /lib/libc.so.6 (0x40087000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

I cannot understand why glib-genmarshal isn't linked against libglib-1.3.so.5
while gobject-query is. FYI:
[dindinx@ke .libs]$ ldd libgobject-1.3.so.6.0.0
libglib-1.3.so.6 = /home/dindinx/RPM/BUILD/glib-1.3.6/.libs/libglib-1.3.so.6 
(0x40037000)
libc.so.6 = /lib/libc.so.6 (0x400a7000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x2000)

Still searching...

 DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Software manager doesn't rebuild db

2001-06-01 Thread David Odin

On Thu, May 31, 2001 at 07:12:07PM +0200, Marc Audard wrote:
 François Pons wrote:
  
  Try it with urpmi vixie-cron as root.
  
  If this is the case, it should be ok unless you want a specific version and
  release, but this is a known issue on urpmi and will be problably addressed on a
  future release.
  
  François.
 
 Done. However I feel that you didn't get my problem. The problem
 is not what is updated or not. I basically know it with rpm -q. However,
 my problem is that the software manager quotes 2 ``installed'' version
 of, eg vixie-cron, while with rpm -qa, I definitely know that only
 one is. David Odin could not recreate this problem, therefore it appears
 to be inherent to my installation. However, I would very much appreciate
 resolving this issue, 'cause with time, I will have many ``installed''
 versions of the package listed.
 
  It looks to me you're using an old version of the Software manager.
Try to update to 1.3-59mdk (latest cooker), where the 'installed' package
are found with a rpm -qa method.

  DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] gtk+2 doesn't rebuild (on bi)

2001-06-01 Thread David Odin

On Thu, May 31, 2001 at 10:06:47PM +0200, Stefan van der Eijk wrote:
 gtk+2 doesn't recompile anymore on bi. i wanted to fix some 
 buildrequires (libatk0-devel and pango-devel are also required by 
 gtk+2), and found out it refuses to rebuild on bi.
 
  Hmm. It looks like a libpng related problem. 

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Software Manager LM8.0

2001-06-01 Thread David Odin

On Fri, Jun 01, 2001 at 02:22:22PM +, Nicholas Brown wrote:
 upgraded (it want a few other packages for dependancies)
 
 now;
 urpmi-1.5-40mdk
 rpmdrake-1.3-59mdk
 
 it did all the depandancies itself form coker, but;
 
 [nicbrown@edin-ios-26 nicbrown]$ su
 Password:
 [root@edin-ios-26 nicbrown]# urpmi.addmedia mystuff file:///home/nicbrown/rpms
 Can't locate urpm.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux 
 /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux 
 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at 
 /usr/sbin/urpmi.addmedia line 22.
 BEGIN failed--compilation aborted at /usr/sbin/urpmi.addmedia line 22.
 [root@edin-ios-26 nicbrown]#
 
 there seems to be a need to update perl and I think the is a dependancy 
 between urpmi and perl that is not specifed.
 
 [root@edin-ios-26 nicbrown]# rpm -q perl
 perl-5.600-30mdk
 
 I can find updates for perl in cooker but not 5.6.1 only 5.6001 should I 
 update to this?
 
 Oh, rpmdrake will now list installed packages, but I can't add new sources 
 because of the above problem.
 
  it does not look like a perl problem to me.
  urpm.pm is (or should be) included within the urpmi package.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Software Manager LM8.0

2001-06-01 Thread David Odin

On Fri, Jun 01, 2001 at 03:37:49PM +, Nicholas Brown wrote:
 urpm.pm is included in the package, but gets put in 
 usr/lib/perl5/site_perl/5.6.1/i386-linux/
 
 which is not in the path mentioned below.
 
  Oh. I see. I'm sorry for having misinformed you.

 regards,

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Software manager doesn't rebuild db

2001-05-30 Thread David Odin

On Wed, May 30, 2001 at 04:31:17PM +0200, Marc Audard wrote:
 David Odin wrote:
  
  On Mon, May 28, 2001 at 03:05:50PM +0200, Marc Audard wrote:
   Hi,
  
   I posted this in newbie, however the proposed solution did not
   work. I wonder if this is not a feature of the software manager:
  
   Assume I want to upgrade rpmdrake; in the Installed
   part, the current rpmdrake is listed. In the Installable
   (choosing the drop list: Updates only), there is the
   new rpmdrake package that could be taken from a LM
   mirror.
  
   a) I select the new rpmdrake
   b) I click on install -- everything's OK, it is installed
  
   Now comes my trouble and my fear that there is a small
   bug in the Software manager:
  
   c) in the Installed part, when I search for rpmdrake,
  the Software manager displays two entries: the old
  and the new rpmdrake!
  
However, I know that the old one has been deleted.
  
   I issued as root: rpm --rebuilddb, however this didn't help.
  
THis is a really strange behaviour. I'll have a look.
  
 
 Did you find out the problem?
 
  Nope. Haven't been able to reproduce yet.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Software manager doesn't rebuild db

2001-05-28 Thread David Odin

On Mon, May 28, 2001 at 03:05:50PM +0200, Marc Audard wrote:
 Hi,
 
 I posted this in newbie, however the proposed solution did not
 work. I wonder if this is not a feature of the software manager:
 
 Assume I want to upgrade rpmdrake; in the Installed
 part, the current rpmdrake is listed. In the Installable
 (choosing the drop list: Updates only), there is the
 new rpmdrake package that could be taken from a LM
 mirror.
 
 a) I select the new rpmdrake
 b) I click on install -- everything's OK, it is installed
 
 Now comes my trouble and my fear that there is a small
 bug in the Software manager:
 
 c) in the Installed part, when I search for rpmdrake,
the Software manager displays two entries: the old
and the new rpmdrake!
 
  However, I know that the old one has been deleted.
 
 I issued as root: rpm --rebuilddb, however this didn't help.
 
  THis is a really strange behaviour. I'll have a look.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vi problems

2001-05-22 Thread David Odin

On Tue, May 22, 2001 at 09:14:45AM -0400, Christopher Molnar wrote:
 Thanks, works perfectly. 
 
 Someone needs to fix an rpm though.
 
 -Chris
 
 
 Charles A. Shirley wrote:
  
  I noticed the same thing.  I figured they just forgot to tell the shell what
  to send as the erase character.  I'm a bit of an old-timer, so typing ^H when
  backspace doesn't work is automatic for me, like using h-j-k-l when the
  arrow-keys don't work.  If you issue this :
  
  # stty erase ^?
  
  ( that would be Shift6 ? )To the shell, things seem to work normally
  again.  You could probably stick that your shell profile as well, to make it
  automatic.
  
  Cheers!
  
  ~Charles
  
  On Tuesday 22 May 2001 07:51, you wrote:
   With one of the recent vim upgrades I seem to have lost the
   functionality of my backspace key in vi. The backspace key works great
   in all other applications but when I try and backspace in the insert
   mode of vi all I get is ^? (ctrl-question-marks).
  
   Any ideas how to solve? (And Chmouel --- No, I don't want to learn emacs
  
   :-) )
  
   Thanks,
   Chris
 
   I'm looking at this.

 DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] evolution/nautilus/mozilla/php/squid/... - new packages: when?

2001-05-14 Thread David Odin

On Mon, May 14, 2001 at 05:19:53PM +0200, Alexander Skwar wrote:
 Hi!
 
 Quite a number of imporatant projects have realeased updated versions of
 their packages some time ago.  When will these be updated?
 
 Package   | Cooker Version| Latest Version
 +---+--
 evolution | 0.9   | 0.10
 nautilus  | 1.0.2 | 1.0.3
 mozilla   | 0.8.1 | 0.9
 
  mozilla 0.9 is in cooker.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] urpmi request: logfile

2001-05-10 Thread David Odin

On Wed, May 09, 2001 at 11:50:07PM +0200, Alexander Skwar wrote:
 So sprach David Odin am Wed, May 09, 2001 at 06:46:02PM +0200:
rpm installations are now in syslog. Nevertheless, the information is still
  very hard to find.
 
 Exactly.  I've noticed this too, though.  Is this a RPM feature, or urpmi?
 
  It's a rpm feature. A separate log file or marking lines with [RPMS] could be
a nice feature to add.

  DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] urpmi/rpmdrake/MandrakeUpdate/rpminst request: show why something needs to be installed

2001-05-10 Thread David Odin

On Wed, May 09, 2001 at 06:09:29PM -0400, munehiro wrote:
 On Wed, May 09, 2001 at 05:50:13PM +0200, Alexander Skwar wrote:
  Hello
  
  There's one thing that kinda annoys me about MandrakeUpdate.  I've chosen
  some packages to be installed, and click on install.  Now rpminst tells me,
  that some other packages need to be installed to fulfill all requirements.
  
  But it does not say WHY these packages need to be installed.
  
  What I'd expect to see there is something like: these packages need to be
  installed (list of packages).  Clicking on a package should really show
  which package that I've choosen to install requires another package to be
  installed.
 
  This has been forwarded to the rpminst maintainer.

 also, MandrakeUpdate should report the priority for the packages.
 
 A lot of upgrades are simply better implementations of the package, and
 some of them are security fixes. Having something like an icon which
 displays the effective need to upgrade can be useful. With a simple icon
 check, it becomes very simple to keep the system up-to-date against
 security flaws.

  Actually, an icon is displayed to show the importance of an update. This
importance can be bugfix, security, normal, and cooker.
If importance is one of the first three, the reason to update is shown in
the changelog tabs.
 
 a small extract of the changelog for the package should be useful as
 well...
  
Changelog aren't in hdlist, which are big enough, imho.

  DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] urpmi request: logfile

2001-05-09 Thread David Odin

On Wed, May 09, 2001 at 06:09:06PM +0200, Alexander Skwar wrote:
 Hi.
 
 Is there some sort of logfile that urpmi maintains about its rpm actions?
 
 I would like to have a log file, maybe /var/log/urpmi/installed, which
 should list the package names which were installed and the date/time when
 this package was installed.  Further, there should be
 /var/log/urpmi/removed, which should list all the true removals.  That is,
 it should list whenever urpme was run, and not the kinda removals that are
 done when updating a package.  Further, there might be
 /var/log/urpmi/combined, which should contain the contents of both files
 plus a flag indicating whether this was an install or removal.   Well, I
 could live with only this file being implemented as long as something like
 grep 'removal' /var/log/urpmi/combined would lsit all the removals.  And
 lastly there should be a /var/log/urpmi/updates, listing which packages were
 updated and which one was present beforehand.
 
 Format of those files:
 
 installed:
 
 date  package_name_version_release
 
 removed:
 
 date  package_name_version_release
 
 combined:
 
 date  typepackage_name_version_release
 
 updates:
 
 date  old_package_name_version_releasenew_pkg_name_version_release
 
 This would allow to easily keep track of what package actions where done
 when.
 
 Maybe this should be implemented in rpm, so that really everything might be
 logged.
 
  rpm installations are now in syslog. Nevertheless, the information is still
very hard to find.

  Regards,

  DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake [ was: Missing internet utilities ]

2001-04-26 Thread David Odin

On Thu, Apr 26, 2001 at 11:30:50AM -0400, David Relson wrote:
 At 10:23 AM 4/26/01, you wrote:
 Guillaume Cottenceau [EMAIL PROTECTED] writes:
 
  
   [gc@bi ~] urpmf host | grep /host$
   bind-utils:/usr/bin/host
 
 (chmou@giants)[~]-% urpmf /host$
 bind-utils:/usr/bin/host
 
 works also
 
 
 Chmouel,
 
 Given a filename, rpmdrake used to tell you which package contained it.  It 
 was a really useful feature which doesn't seem to be there now.  What happened?
 
  Why are you asking Chmouel about this?

  This feature has disappeared because of the way rpmdrake has to deals with
packages informations. In Linux-Mandrake 7.2, all the informations where stored
in memory, and so a search was possible. In Linux-Mandrake 8.0, the informations
are stored in the so-called hdlist, and access to these is very slow.

Anyway, this feature will certainly reappear soon.

   DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] missing features in new rpmdrake ?

2001-04-06 Thread David Odin

On Fri, Apr 06, 2001 at 08:54:21AM -0600, Eaon wrote:
 I'd like to add to this wish list searching for words in the packages
 descriptions.
 
 For example, it occured to me that I don't really need any IRC clients on my
 machine, so I wanted to find them all in rpmdrake and uninstall them, but
 using the search feature only seems to search package names.  So in this
 case, it didn't find things like BitchX, because "irc" isn't in the name
 anywhere.
 
 Eaon
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Pascal Gross
  Sent: Friday, April 06, 2001 4:13 AM
  To: [EMAIL PROTECTED]
  Subject: [Cooker] missing features in new rpmdrake ?
 
 
  The new rpmdrake in cooker is very promissing. Merging
  MandrakeUpdate with it is a very good
  idea also. But some very useful (for me) features of rpmdrake in
  Mdk 7.2 seems to be missing
  in this beta :
 
  - search package by file (I know urpmf is my friend here).
 
  - select all packages button. It is very annoying to select
  manually 23 packages for an
  update.
 
  I hope you're planning to add that before Mdk 8.0 release. Keep
  continuing your very good
  work !
 

  This is in my todo-list for post 8.0.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] rpmdrake-1.3-28mdk.i586.rpm is segfaulting all over the place

2001-03-30 Thread David Odin

On Thu, Mar 29, 2001 at 07:52:04PM -0800, Brian J. Murrell wrote:
 Seems like I can't do a single thing with rpmdrake-1.3-28mdk.i586.rpm
 without it segfaulting, including adding media (I deleted all my
 medias to start from scratch hoping that would fix it).  How did this
 one make it past basic QA?
 
  Do you have a _reproductible_ way of making rpmdrake segfaulting?

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] screem/rpmdrake question

2001-03-26 Thread David Odin

On Mon, Mar 26, 2001 at 02:47:47AM -0700, Eaon wrote:
 I was going to check out the "white line" problem with screem reported
 in another thread when I happened across something bizarre.  How is it
 that rpmdrake reports that I have screem-0.4.1-8mdk installed, and yet
 "rpm -q screem" reports "screem-0.3.0-6mdk", if I run it and select
 Help-About, I also find it to be 0.3.0, and "screem --version" gives me
 "Gnome screem 0.3.0"?  It would seem everyone but rpmdrake is in
 agreement that it is 0.3.0.  What gives?
 
  Hmm. Rpmdrake should say (in the installable part) that you have
screem-0.3.0-6mdk installed and that it can be upgraded to 
screem-0.4.1-8mdk.

  Which version of rpmdrake are you using?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] MandrakeUpdate gone

2001-03-20 Thread David Odin

On Tue, Mar 20, 2001 at 11:33:54AM +0100, Chmouel Boudjnah wrote:
 "Brian J. Murrell" [EMAIL PROTECTED] writes:
 
  Bwa ha ha ha!  Who's got a Cray to run that thing?  Even on my 800MHz
  Athlon it takes literally minutes to get it going.  On my PIII 600MHz
  I gave up before it got up and running.  I am sure we all here don't
  have close to GHz machines.  I feel sorry for the poor bastard who is
  still running a 2 or 3 hundred MHz PII.
 
 yes, rpmdrake is currently buggy but the authors is working on fixing it.
 

  Due to some limitation of packdrake/urpmi, rpmdrake has to unpack and
build the whole rpm database in memory when launched. So, yes, this
dos take time and memory. I'm working on a workaround.

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] ATTN: DindinX rpmdrake [Fwd: Re: Mandrake Update Robot and firewall/proxy]

2001-03-09 Thread David Odin

On Thu, Mar 08, 2001 at 10:13:04PM -0500, Prana wrote:
 Uhmm.. actually, from what I think, it seems that rpmdrake +
 MandrakeUpdate doesn't work with proxy server (particularly Squid)
 because Squid translates FTP directory entries into an HTML format which
 needs to be parsed. If rpmdrake parses it, then I think it's good :-)
 
  rpmdrake doesn't read any directory, it only download _one_ file
always the same.

  Maybe urpmi (which rpmdrake use) have this "squid" problem. And I've
adviced its authors about that.

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] ATTN: DindinX rpmdrake [Fwd: Re: Mandrake Update Robot and firewall/proxy]

2001-03-07 Thread David Odin

On Mon, Mar 05, 2001 at 04:12:53PM -0500, Piranha wrote:
 Mandrake Update Robot works with Squid - see my solution for parsing FTP
 entries in engine.cpp (v0.8-4 not 0.8-3) :-) Maybe you'd like to
 incorporate it with rpmdrake.
 
  I'll have a look, thanks.

  I don't know if rpmdrake really needs this, since it only download one
file, with http protocol.

   Thanks,

  DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] MandrakeUpdate and v8.0

2001-03-01 Thread David Odin

On Thu, Mar 01, 2001 at 10:50:42AM +0100, [EMAIL PROTECTED] wrote:
 
 Hmm, seeing that MandrakeUpdate is unusable for quite some time now, will it be
 removed from the distribution?
 
   Yes. It will be merged with rpmdrake.
 
-- 
  [EMAIL PROTECTED]




[Cooker] Re: [CHRPM] modutils-2.4.2-2mdk

2001-02-26 Thread David Odin

On Mon, Feb 26, 2001 at 01:45:00PM +0100, Matthias Badaire wrote:
 --=-=-=
 Name: modutils Relocations: (not relocateable)
 Version : 2.4.2 Vendor: MandrakeSoft
 Release : 2mdk  Build Date: Mon Feb 26 10:04:29 2001
 Install date: (not installed)   Build Host: ke.mandrakesoft.com
 Group   : System/Kernel and hardwareSource RPM: (none)
 Size: 215075   License: GPL
 Packager: Linux-Mandrake Team [EMAIL PROTECTED]
 Summary : The kernel daemon (kerneld) and kernel module utilities.
 Description :
 The modutils packages includes the kerneld program for automatic
 loading of modules under 2.0 kernels and unloading of modules under
 2.0 and 2.2 kernels, as well as other module management programs.
 Examples of loaded and unloaded modules are device drivers and
 filesystems, as well as some other things.
 
 --=-=-=
 
 * Mon Feb 26 2001 Matthias Badaire [EMAIL PROTECTED] 2.4.2-2mdk
 
 - enable zlib compression
 
  It looks to me that the description of this package is a bit outdated.

 DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Package versioning

2001-02-20 Thread David Odin

On Tue, Feb 20, 2001 at 03:14:22PM +, Michael Brown wrote:
 On Tue, 20 Feb 2001, Frederic Crozat wrote:
   What is the 'correct' way to handle version numbers such as "0.7.0pre3"
   so that RPM correctly recognises "0.7.0" as being an upgrade to
   "0.7.0pre3"?   I'm currently packaging kvoctrain which uses this scheme.
I think I saw something on a Mandrake web page saying to use
   "0.7.0.pre3", but I can't find it anywhere now.
  You  should use : 
  0.7.0 for version
  0.pre3-1(mdk) for release
  therefore, when 0.7.0 final will be out, you'll just have to change to
  0.7.0 for version and
  1mdk for release
 
 Thanks, but when I try that rpm complains that "-" is an illegal character
 for release.
 
  right.  for pre-release, you should use 0.3mdk (or 0.pre3 if you prefer)
for the release tag.

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] urpmi.cfg format

2001-02-20 Thread David Odin

On Tue, Feb 20, 2001 at 11:34:19AM +0100, Franois Pons wrote:
 Andrej Borsenkow [EMAIL PROTECTED] writes:
 
  On Sun, 18 Feb 2001, Van Holland wrote:
  
   I just spent some time on this so I though I would chime in.  Rpmdrake is 
   a front end to urpmi.  Urpmi will look at the hdlist either locally or on 
   a mirror.  Urpmi keeps it's config file in /etc/urpmi and its database in 
   /var/lib/urpmi.  I already had the files created, since I did an ftp 
   installation, but still had a problem.  Rpmdrake would load, but it 
   didn't show anything.  I ended up running two scripts, urpmi.removemedia 
   and urpmi.addmedia to redo the files.  (The system has man pages on both 
   scripts.)  After doing that, rpmdrake was able to talk to the ftp mirror.
   
  
  Thank you, really helpful!
  
  may be, it is already known, but manpages for urpmi* show the wrong format
  for urpmi.cfg, single line "name url" instead of multiline, bracketed
 
 You are right, man page have not been updated but old format of urpmi.cfg is
 still recognized by urpmi, maybe not by rpmdrake. Doing a urpmi.update -a
 automatically rewrite urpmi.cfg.

  Rpmdrake (will) recognize the old format as well, since it uses urpm.pm
to read the config. However, rpmdrake will always write with the new format.
 
-- 
  [EMAIL PROTECTED]




Re: [Cooker] Your opinion - gnome-telnet and MandrakeUpdateRobot?

2001-02-12 Thread David Odin

On Sun, Feb 11, 2001 at 05:40:29PM -0700, Prana wrote:
 Thanks. I'm glad that people like my effort :-) It's relatively small
 though, the RPM itself is only 190kb. By the way, do you know how to
 link it statically against curl-lib? A user told me that he doesn't want
 to install every library on the system. I tried g++ -static but not
 working :-(
 
  curl-lib is now on the first CD, so I guess you can simply add a
requires: tag in the spec.
  Keep in mind that the size of MUR statically linked could be as big
as MUR dynamically linked plus the curl-lib package.

  DindinX

PS: what do you mean by 'not working'?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Mandrake Update Robot 0.7 no longer Beta :-) Weird rpm-4 API

2001-02-12 Thread David Odin

On Mon, Feb 12, 2001 at 01:20:28AM +0100, Pixel wrote:
 Prana [EMAIL PROTECTED] writes:
 
  Hiya Pixel,
   Thanks for the patch for compile.
  
   I have fixed most of the error, except a few of them. It seems rpm-4.0
  has a weird API that doesn't have any `rpmdbFindPackage' and
  `rpmdbGetRecord'. Since some of the code were taken from grpmi and
  Kpackage, then they might not be able to compile too against 4.0, am I
  right?
 
 They must be ok now. See the latest version of MandrakeUpdate
 
  grpmi isn't maintained anymore since MandrakeUpdate has merged with
rpmdrake.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] alternatives stuff and /bin/

2001-02-11 Thread David Odin

On Sat, Feb 10, 2001 at 11:18:56PM +0100, Stefan van der Eijk wrote:
 Can I have the opinion of some y'all on the following:
 
 I've noticed that files in /bin/ are pointing to /etc/alternatives/
 (symbolic link) which then links to a file in /usr/bin/. Is this
 something that is recommended? I thought that the files in /bin/ should
 be able to run without /usr/ being available...
 
 ls -l /bin/ | grep alter
 lrwxrwxrwx1 root root   20 Jan 30 19:13 vi -
 /etc/alternatives/vi*
 lrwxrwxrwx1 root root   21 Jan 30 19:13 vim -
 /etc/alternatives/vim*
 
 ls -l /etc/alternatives/vi*
 lrwxrwxrwx1 root root   21 Feb 10 23:13
 /etc/alternatives/vi - /usr/bin/vim-enhanced*
 lrwxrwxrwx1 root root   21 Feb  5 06:42
 /etc/alternatives/vim - /usr/bin/vim-enhanced*
 
  /bin/vim-minimal is still in /bin. You won't need vim-enhanced if you
can't mount /usr/

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Your opinion - gnome-telnet and MandrakeUpdateRobot?

2001-02-11 Thread David Odin

On Sun, Feb 11, 2001 at 04:44:26PM -0700, Prana wrote:
 Hello Geoffrey,
  I wonder if you have any feature request for gnome-telnet for the
 coming Mandrake 7.3?
  What do you think about Mandrake Update Robot? Do you think it will be
 packaged in the main distro after I have thoroughly tested and fixed all
 the bugs?
 
   At least, I think it is a very good candidate for contribs, since it is
a feature most users want.
  
   DindinX

-- 
  [EMAIL PROTECTED]




[Cooker] Re: [CHRPM] DrakConf-0.60-1mdk

2001-02-08 Thread David Odin

On Thu, Feb 08, 2001 at 03:30:01PM +0100, dam's wrote:
 --=-=-=
 Name: DrakConf Relocations: (not relocateable)
 Version : 0.60  Vendor: MandrakeSoft
 Release : 1mdk  Build Date: Thu Feb  8 15:28:52 2001
 Install date: (not installed)   Build Host: bi.mandrakesoft.com
 Group   : System/Configuration/OtherSource RPM: (none)
 Size: 22269License: GPL
 Packager: dam's [EMAIL PROTECTED]
 Summary : The Mandrake Control Center
 Description :
 DrakFont is an interface to multiple utilities from DrakXtools. It

  Dam's, you're a little bit egocentric: s/DrakFont/DrakConf/

 allows you to launch :
 
* KeyboardDrake: configures your keyboard.
* MouseDrake: configures and autodetects your mouse
* PrinterDrake: detects and configures your printer
* Diskdrake: partitions your hard disk.
* XfDrake: configure your graphic card easily and change
  the resolution.
 
 and many other tools in an embedded way .
 
 --=-=-=
 
 * Thu Feb 08 2001 dam's [EMAIL PROTECTED] 0.60-1mdk
 
 - new version. Should crash.
 
  Could we expect s/Should/Might/ ?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vim-minimal-6.0-0.10mdk.i586.rpm

2001-01-30 Thread David Odin

On Tue, Jan 30, 2001 at 11:58:20AM +0200, Valdas Andrulis wrote:
 vim-minimal-6.0-0.10mdk.i586.rpm is bad: it does not include /bin/vi
 
  No. And it won't. This should be handled by update-alternative.
I.e, when you install vim-minimal a link is created between /bin/vim
and /bin/vi, unless vim-enhanced is already installed.

To sum up, /bin/vi is only pointing to /bin/vim (minimal) if only
vim minimal is installed, else, it's pointing to /usr/bin/vim (enhanced).

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vim-minimal-6.0-0.10mdk.i586.rpm

2001-01-30 Thread David Odin

On Tue, Jan 30, 2001 at 03:49:39PM +0400, Guillaume Rousse wrote:
 
 On 2001.01.30 15:54:19 +0400 David Odin wrote:
  On Tue, Jan 30, 2001 at 11:58:20AM +0200, Valdas Andrulis wrote:
   vim-minimal-6.0-0.10mdk.i586.rpm is bad: it does not include /bin/vi
   
No. And it won't. This should be handled by update-alternative.
  I.e, when you install vim-minimal a link is created between /bin/vim
  and /bin/vi, unless vim-enhanced is already installed.
  
  To sum up, /bin/vi is only pointing to /bin/vim (minimal) if only
  vim minimal is installed, else, it's pointing to /usr/bin/vim (enhanced).
 
 then post-install script must be broken :
 [guillaume@agathe guillaume]$ vi test
 bash: vi: command not found
 I had vi - /usr/bin/vim in /etc/alternative altough. I used
 update-alternative -- auto vi to correct this.
 
   Ahem... No _I_ am broken :-/
   I've forgotten to include /bin/vim in vim-minimal.

   Sorry for this. I fix this asap.

  DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] vim-minimal-6.0-0.10mdk.i586.rpm

2001-01-30 Thread David Odin

On Tue, Jan 30, 2001 at 03:15:12PM +0200, Valdas Andrulis wrote:
 On Tue, 30 Jan 2001, Valdas Andrulis wrote:
 
  On Tue, 30 Jan 2001, Pixel wrote:
  
   David Odin [EMAIL PROTECTED] writes:
   
To sum up, /bin/vi is only pointing to /bin/vim (minimal) if only
vim minimal is installed, else, it's pointing to /usr/bin/vim (enhanced).
   
   pbs:
   
   - /bin/vim not included in vim-minimal
  
  That's what I meant in my message.
  
   - people used to call "vim" will get vim-minimal as /bin is usually before
   /usr/bin in $PATH
  
  So it is beter to call vim-minimal /bin/vim-minimal or wathever but not
  /bin/vim. update-alternatives takes care of /bin/vi setting to
  /bin/vim-minimal or /usr/bin/vim.
 
 And at the installation time if user set / and /usr to two
 separate partitions vim-minimal should be marked mandatory and
 installed in order to retain the purpose of /bin/vi IMHO.
 
  All this should be fixed in vim-6.0-0.11mdk
  where :
vim (minimal)  is /bin/vim-minimal
vim (enhanced) is /usr/bin/vim-enhanced
/bin/vim and /bin/vi are links to one of the above.

DindinX

-- 
  [EMAIL PROTECTED]




[Cooker] Re: Problem with latest vim packages (11mdk) from Cooker

2001-01-30 Thread David Odin

On Tue, Jan 30, 2001 at 04:31:35PM +, [EMAIL PROTECTED] wrote:
 
 
 There still seems to be a problem with vi despite the latest packages
 attempts to fix it.  On my system the following happened:
 
 vi was created as a link to /etc/alternatives/vi

  This is expected.

 /etc/alternatives/vi was also a link, but to /usr/bin/vim

  This is really strange. It should link to /usr/bin/vim-enhanced.
And the script in %post enhanced does link to /usr/bin/vim-enhanced.
 
 Unfortunately /usr/bin/vim no longer seems to exist on my system, I only
 have /usr/bin/vim-enhanced (I do have all of the various vim packages
 installed.)
 
 I can see two problems with this:
 
 Firstly obviously the lack of a file called /usr/bin/vim leaves a broken
 link which means that vi will still not start.
 
  /usr/bin/vim is now called /usr/bin/vim-enhanced.

 Secondly I believe /bin/vi should be linked to /bin/vim-minimal (This will
 mean that vi can still be run in event of the /usr filesystem not being
 mountable at boot).

  I disagree. I usually use 'vi file.c' and expect vim-enhanced to be
launched. Even if /usr isn't mounted, you can still edit a file with
/bin/vim-minimal

 Also there should be a link setup for /usr/bin/vi to link to
 /usr/bin/vim-enhanced, in this way once the system is fully up and
 running vim-enhanced will be called upon running vi as /usr/sbin
 should preceed /bin in the users path.

  ??? There's nothing in /usr/sbin, and vi doesn't belong to /usr/sbin.
Beside /bin is before /usr/bin, so if I do what you've asked for, people
with both vim (minimal and enhanced) would be angry because vim-minimal
would be launched when they invoke 'vi'.
 
 Finally I would have thought that /etc/alternatives/vi and
 /etc/alternatives/vim can be completely dropped as I cannot see any reason
 for this double linking (There may of course be something I am missing).
 
   man update-alternatives.
   The previous way (without alternatives) was good for vim. But one couldn't
 install different flavour of vi.

DindinX

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Re: [CHRPM] glibc-2.2.1-2mdk

2001-01-15 Thread David Odin

On Mon, Jan 15, 2001 at 05:31:07PM +0400, Guillaume Rousse wrote:
 2001.01.15 14:30:01 +0400 : glibc-2.2.1-1mdk
 2001.01.15 17:15:01 +0400 : glibc-2.2.1-2mdk
 
 2H45 (max, considering everything was OK the first time) for rebuilding a
 new glibc package ? Wow ! What kind of monster do you use for compilation ?
 
  We've got a very powerful and unique monster: The Chmouel!

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Drakfont bug

2000-12-13 Thread David Odin

On Wed, Dec 13, 2000 at 01:51:06PM +0100, dam's wrote:
 [EMAIL PROTECTED] (Peter Ruskin) writes:
 
  Cooker Expert Upgrade Development (almost full) - using hd.img.
  VERSION: Linux-Mandrake Cooker-i586 20001209  4:01
  
  [17:22 root@penguin:/home/peter]# drakfont
   
  Gdk-WARNING **: Creating pixmap from xpm with NULL window and colormap
  
 
 OK, until now, there is no errors, just a (normal) warning.

  I disagree. This is a real warning that shouldn't happen. When creating a 
GdkPixmap, you have to provide a valid window or a valid colormap. If it
happens you cannot have a valid window, you can always use
gdk_colormap_get_system() as a valid colormap.
 
  ... then I deleted a couple of truetype fonts and ...
   
  Gtk-ERROR **: Unable to load default font.
  aborting...   
  
  I now have to [Ctrl-Alt-F2], log on as root and do:
  /etc/init.d/xfs stop 
  /etc/init.d/xfs start
  before anything else gets messed up - then it's OK.  Shouldn't DrakFont do 
  this itself?
 
 it does it! You did delete the couple of fonts using drakfont didn't you?
 
  Can't you do this also when starting DrakFont? At least if the font list has
changed since latest DrakFont invocation ?

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Drakfont bug

2000-12-13 Thread David Odin

On Wed, Dec 13, 2000 at 05:25:23PM +0100, dam's wrote:
 [EMAIL PROTECTED] (David Odin) writes:
 
  On Wed, Dec 13, 2000 at 01:51:06PM +0100, dam's wrote:
   [EMAIL PROTECTED] (Peter Ruskin) writes:
   
Cooker Expert Upgrade Development (almost full) - using hd.img.
VERSION: Linux-Mandrake Cooker-i586 20001209  4:01

[17:22 root@penguin:/home/peter]# drakfont
 
Gdk-WARNING **: Creating pixmap from xpm with NULL window and colormap

   
   OK, until now, there is no errors, just a (normal) warning.
  
I disagree. This is a real warning that shouldn't happen. When creating a 
  GdkPixmap, you have to provide a valid window or a valid colormap. If it
  happens you cannot have a valid window, you can always use
  gdk_colormap_get_system() as a valid colormap.
 
 Thank you for your help, david. You have access to the cvs, I'll be pleased if
 you could correct it. What I meant is that it's not a disfunction of the software.

  Done.
 
   
... then I deleted a couple of truetype fonts and ...
 
Gtk-ERROR **: Unable to load default font.
aborting...   

I now have to [Ctrl-Alt-F2], log on as root and do:
/etc/init.d/xfs stop 
/etc/init.d/xfs start
before anything else gets messed up - then it's OK.  Shouldn't DrakFont do 
this itself?
   
   it does it! You did delete the couple of fonts using drakfont didn't you?
   
Can't you do this also when starting DrakFont? At least if the font list has
  changed since latest DrakFont invocation ?
 
 Why not, what do you suggest to know that the list changed?
 
  Maybe looking for the most recent date in the fonts directories, and
comparing with the date of the latest drakfont invocation. Of course this 
would imply to log each invocation.
  This is only a suggestion, though.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] #include math.h

2000-12-05 Thread David Odin

On Mon, Dec 04, 2000 at 06:17:09PM +0100, Baranyai László wrote:
 Dear Cooker members!
 
 My name is Laszlo. I have downloaded Mandrake7.2 and installed,
 but gcc still requires something I do not know. When I tried to compile
 my programs, gcc replied:
 
 /tmp/ccF2y6Yo.o: In function `main':
 /tmp/ccF2y6Yo.o(.text+0x86): undefined reference to `sin'
 collect2: ld returned 1 exit status
 
 the same happens when I want to use other functions listed in
 "math.h": sqrt, pow, etc.
 
 Could you possibly help me? Any suggestion would be appreciated.
 
 I am not a list member now, please send your letters to
  [EMAIL PROTECTED]
 

-- 
  [EMAIL PROTECTED]




Re: [Cooker] #include math.h

2000-12-05 Thread David Odin

On Mon, Dec 04, 2000 at 06:17:09PM +0100, Baranyai László wrote:
 Dear Cooker members!
 
 My name is Laszlo. I have downloaded Mandrake7.2 and installed,
 but gcc still requires something I do not know. When I tried to compile
 my programs, gcc replied:
 
 /tmp/ccF2y6Yo.o: In function `main':
 /tmp/ccF2y6Yo.o(.text+0x86): undefined reference to `sin'
 collect2: ld returned 1 exit status
 
 the same happens when I want to use other functions listed in
 "math.h": sqrt, pow, etc.
 
 Could you possibly help me? Any suggestion would be appreciated.
 
  you should add -lm to your compile line:
  gcc myprog.c -o myprog -lm

-- 
  [EMAIL PROTECTED]




Re: [Cooker] MandrakeUpdate and authenticated proxy servers

2000-12-03 Thread David Odin

On Wed, Nov 29, 2000 at 07:22:30PM -0600, Ed Wilts wrote:
 Although MandrakeUpdate supports http proxy servers, it doesn't work if the 
 proxy server requires authentication.  Are there any plans to allow this to 
 work?  I have seen several cases of applications that do work through 
 authenticated proxy servers - Norton AntiVirus is one common example
 
 It sure caused us grief in the office today when I told a co-worker to simply 
 fire up MU to update his system, and couldn't get past our internal 
 firewall/proxy config.
 
  This is planned. And it is one of the reason for switching from wget to
libcurl.

-- 
  [EMAIL PROTECTED]




  1   2   >