missing "filesystem" - what is that?
I installed the KDE 3.1.4-rpm-packages for SuSE 8.0 (http://www.suse.de/de/private/download/linuks/i386/update_for_8_0/) and was surprised to get an error when it came to "libgsf" from the applications-area: Fehler: fehlgeschlagene Paket-Abhängigkeiten: filesystem wird von libgsf-1.7.2-20 gebraucht In English that would probably be something like: Error: missing dependencies filesystem is needed by libgsf-1.7.2-20 What is that "filesystem"? Is it a package, too? Where can I find it? Searching for the term "filesystem" does not lead to satisfying results, for obvious reasons...;-( Thanks Kai
On 13/1/2004 14:09, Kai Andresen wrote:
I installed the KDE 3.1.4-rpm-packages for SuSE 8.0 (http://www.suse.de/de/private/download/linuks/i386/update_for_8_0/) and was surprised to get an error when it came to "libgsf" from the applications-area:
Fehler: fehlgeschlagene Paket-Abhängigkeiten: filesystem wird von libgsf-1.7.2-20 gebraucht
In English that would probably be something like: Error: missing dependencies filesystem is needed by libgsf-1.7.2-20
What is that "filesystem"? Is it a package, too? Where can I find it? Searching for the term "filesystem" does not lead to satisfying results, for obvious reasons...;-(
Thanks
"pin" is a very useful SUSE tool. Ie, type
pin filesystem
I won't bother giving you its output here as I'm running 9.0 but it will give you useful information. -- Vic Ayres
Thanks for that pin-tip, but that leaves me with the same problem as "locate" or other search-utilities: it lists everything connected to the label "filesystem" which is, obviously, LOTS of information / a long list of packages, but it does *not* tell me, what "filesystem" is required to install the libgsf-package... Does anybody know how to find out more about this? Is there a way to read out more specific information from that rpm, for example? Am Dienstag, 13. Januar 2004 21:01 schrieb Vic Ayres:
"pin" is a very useful SUSE tool. Ie, type
pin filesystem
I won't bother giving you its output here as I'm running 9.0 but it will give you useful information.
-- Vic Ayres
Op Wednesday 14 January 2004 18:55, schreef Kai Andresen:
Thanks for that pin-tip, but that leaves me with the same problem as "locate" or other search-utilities: it lists everything connected to the label "filesystem" which is, obviously, LOTS of information / a long list of packages, but it does *not* tell me, what "filesystem" is required to install the libgsf-package...
find /path.to/suse-9.0/packages -name "filesystem*" What pin already did, as will tell find as it is used as above, that 'filesystem' is the name of a package. HTH, Cheers, Leen
If rpm tells you something is needed, then it mostly speaks of rpm packages. So if rpm tells you to install filesystem, then it doesn't mean you have to install a special real filesystem like reiser or xfs or something, but it wants you to install the rpm package neamed filesystem. So start up yast, search for this package and install it from your CD's / DVDs / FTP Servers etc. Greets, Daniel Am Mittwoch, 14. Januar 2004 18:55 schrieb Kai Andresen:
Thanks for that pin-tip, but that leaves me with the same problem as "locate" or other search-utilities: it lists everything connected to the label "filesystem" which is, obviously, LOTS of information / a long list of packages, but it does *not* tell me, what "filesystem" is required to install the libgsf-package...
Does anybody know how to find out more about this? Is there a way to read out more specific information from that rpm, for example?
Am Dienstag, 13. Januar 2004 21:01 schrieb Vic Ayres:
"pin" is a very useful SUSE tool. Ie, type
pin filesystem
I won't bother giving you its output here as I'm running 9.0 but it will give you useful information.
-- Vic Ayres
That is exactly what I thought, but there is no such package. In fact searching on the SuSE-CDs for a rpm with "filesystem" in its name does result in no results at all. Searching rpmfind produced filesystem-rpms for SuSE 8.1 and newer, but not for 8.0 (and my experiences with using 8.1-rpms are not too good...) BUT: On rpm.pbone.net I found other such packages, label with 8.x. So I gave it a try and it seems to be working properly :-) Am Mittwoch, 14. Januar 2004 20:10 schrieb Daniel Eckl:
If rpm tells you something is needed, then it mostly speaks of rpm packages.
So if rpm tells you to install filesystem, then it doesn't mean you have to install a special real filesystem like reiser or xfs or something, but it wants you to install the rpm package neamed filesystem.
So start up yast, search for this package and install it from your CD's / DVDs / FTP Servers etc.
Greets, Daniel
Op woensdag 14 januari 2004 20:36, schreef Kai Andresen:
That is exactly what I thought, but there is no such package. In fact searching on the SuSE-CDs for a rpm with "filesystem" in its name does result in no results at all. Searching rpmfind produced filesystem-rpms for SuSE 8.1 and newer, but not for 8.0 (and my experiences with using 8.1-rpms are not too good...) BUT: On rpm.pbone.net I found other such packages, label with 8.x. So I gave it a try and it seems to be working properly :-)
The package is there: apt/SuSE/8.1-i386/base $ zgrep filesystem contlist.bz2 filesystem;2002.9.2-50;i586;base filesystem;2002.9.2-50;src;base ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/8.1-i386/RPMS.base/ ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/8.1-i386/RPMS.base/filesystem-2002.9.2-50.i586.rpm -- Richard Bos Without a home the journey is endless
Well, the filesystem package doesn't exist for SuSE 8.0. So that means: If you want to install a package that needs the package "filesystem", then this package was not for SuSE 8.0 either. So you can: 1. try such unofficial filesystem package like you described (but don't blame anyone) 2. You can try to install without the package "filesystem", perhaps it works. 3. You can try to find the wanted package in a version built for SuSE 8.0 Daniel Am Mittwoch, 14. Januar 2004 20:36 schrieb Kai Andresen:
That is exactly what I thought, but there is no such package. In fact searching on the SuSE-CDs for a rpm with "filesystem" in its name does result in no results at all. Searching rpmfind produced filesystem-rpms for SuSE 8.1 and newer, but not for 8.0 (and my experiences with using 8.1-rpms are not too good...) BUT: On rpm.pbone.net I found other such packages, label with 8.x. So I gave it a try and it seems to be working properly :-)
Am Mittwoch, 14. Januar 2004 20:10 schrieb Daniel Eckl:
If rpm tells you something is needed, then it mostly speaks of rpm packages.
So if rpm tells you to install filesystem, then it doesn't mean you have to install a special real filesystem like reiser or xfs or something, but it wants you to install the rpm package neamed filesystem.
So start up yast, search for this package and install it from your CD's / DVDs / FTP Servers etc.
Greets, Daniel
Am Mittwoch, 14. Januar 2004 22:05 schrieb Daniel Eckl:
Well, the filesystem package doesn't exist for SuSE 8.0.
So that means: If you want to install a package that needs the package "filesystem", then this package was not for SuSE 8.0 either.
One should think so, I agree. But the package I was trying to install (libgfs) comes directly from the "application"-area of http://www.suse.de/de/private/download/linuks/i386/update_for_8_0/ which is the SuSE resource for KDE 3.1.4-rpm-packages for SuSE *8.0* ......
So you can: 1. try such unofficial filesystem package like you described (but don't blame anyone) 2. You can try to install without the package "filesystem", perhaps it works. 3. You can try to find the wanted package in a version built for SuSE 8.0
Daniel
Now that's interesting. It seems that this libgfs package was built for SuSE 8.0 but _on_ a SuSE which is higher version... Well, since the filesystem package contains files which are surely on your system (but only from a package named differently), I would suggest to install libgfs with the rpm option --nodeps. If it doesn't work after that, you can always simply deinstall it again and nothing is wrong after that. Greets, Daniel Am Donnerstag, 15. Januar 2004 08:36 schrieb Kai Andresen:
Am Mittwoch, 14. Januar 2004 22:05 schrieb Daniel Eckl:
Well, the filesystem package doesn't exist for SuSE 8.0.
So that means: If you want to install a package that needs the package "filesystem", then this package was not for SuSE 8.0 either.
One should think so, I agree. But the package I was trying to install (libgfs) comes directly from the "application"-area of http://www.suse.de/de/private/download/linuks/i386/update_for_8_0/ which is the SuSE resource for KDE 3.1.4-rpm-packages for SuSE *8.0* ......
So you can: 1. try such unofficial filesystem package like you described (but don't blame anyone) 2. You can try to install without the package "filesystem", perhaps it works. 3. You can try to find the wanted package in a version built for SuSE 8.0
Daniel
* Kai Andresen <news@kai-andresen.de> [01-14-04 12:57]:
Thanks for that pin-tip, but that leaves me with the same problem as "locate" or other search-utilities: it lists everything connected to the label "filesystem" which is, obviously, LOTS of information / a long list of packages, but it does *not* tell me, what "filesystem" is required to install the libgsf-package...
Does anybody know how to find out more about this? Is there a way to read out more specific information from that rpm, for example?
"pin" is a very useful SUSE tool. Ie, type
pin filesystem
I won't bother giving you its output here as I'm running 9.0 but it will give you useful information.
man pin will probably help you. If you still do not get it, feel free to ask again. When in doubt, try the doc's, then google and/or rpmfind -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Dienstag, 13. Januar 2004 15:09 schrieb Kai Andresen:
I installed the KDE 3.1.4-rpm-packages for SuSE 8.0 (http://www.suse.de/de/private/download/linuks/i386/update_for_8_0/) and was surprised to get an error when it came to "libgsf" from the applications-area:
Well, first: the official source for KDE updates for 8.0 is ftp://ftp.suse.com/pub/suse/i386/supplementary/KDE/update_for_8.0/
Fehler: fehlgeschlagene Paket-Abhängigkeiten: filesystem wird von libgsf-1.7.2-20 gebraucht
In English that would probably be something like: Error: missing dependencies filesystem is needed by libgsf-1.7.2-20
What is that "filesystem"? Is it a package, too? Where can I find it? Searching for the term "filesystem" does not lead to satisfying results, for obvious reasons...;-(
It seems the filesystem packages came first with SuSE 8.1. From the description it seems to contain no executables, but only the basic directory structure for SuSE linux: pin 0.27 - package info for filesystem - ------------------------------------------------------------------ *** rpm info - ------------------------------------------------------------------ Name : filesystem Relocations: (not relocateable) Version : 2003.2.27 Vendor: SuSE Linux AG, Nuernberg, Germany Release : 17 Build Date: Die 18 Mär 2003 18:49:11 CET Install date: Die 22 Jul 2003 10:14:59 CEST Build Host: E120.suse.de Group : System/Fhs Source RPM: filesystem-2003.2.27-17.src.rpm Size : 12200 License: GPL Packager : http://www.suse.de/feedback Summary : Basic directory layout Description : This package installs the directory structure. It also includes the home directories of the system users. Distribution: SuSE Linux 8.2 (i586) - ------------------------------------------------------------------ *** rpm filelist (*=executeable) - ------------------------------------------------------------------ /bin /boot /etc /etc/SuSEconfig /etc/aliases.d /etc/cron.d /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly /etc/cups /etc/default /etc/httpd /etc/httpd/modules /etc/init.d /etc/init.d/boot.d /etc/init.d/rc0.d /etc/init.d/rc1.d /etc/init.d/rc2.d /etc/init.d/rc3.d /etc/init.d/rc4.d /etc/init.d/rc5.d /etc/init.d/rc6.d /etc/init.d/rcS.d /etc/java /etc/logrotate.d /etc/news /etc/opt /etc/permissions.d /etc/ppp /etc/profile.d /etc/rc.d /etc/susehelp.d /etc/susehelp.d/htdig /etc/sysconfig /etc/uucp /etc/xinetd.d /home /lib /lib/YaST /lib/lsb /lib/modules /media /media/cdrom /media/floppy /mnt /opt /proc /root /root/.gnupg /root/bin /sbin /sbin/conf.d /srv /srv/ftp /srv/www /srv/www/cgi-bin /srv/www/htdocs /tmp /tmp/.ICE-unix /tmp/.X11-unix /usr /usr/X11R6 /usr/X11R6/bin /usr/X11R6/include /usr/X11R6/lib /usr/X11R6/lib/X11 /usr/X11R6/lib/X11/app-defaults /usr/X11R6/man /usr/X11R6/man/man1 /usr/X11R6/man/man2 /usr/X11R6/man/man3 /usr/X11R6/man/man4 /usr/X11R6/man/man5 /usr/X11R6/man/man6 /usr/X11R6/man/man7 /usr/X11R6/man/man8 /usr/X11R6/man/man9 /usr/X11R6/man/mann /usr/bin /usr/games /usr/i486-suse-linux /usr/i486-suse-linux/bin /usr/i486-suse-linux/include /usr/i486-suse-linux/lib /usr/include /usr/lib /usr/lib/X11 /usr/lib/lsb /usr/lib/news /usr/lib/pkgconfig /usr/local /usr/local/bin /usr/local/games /usr/local/include /usr/local/lib /usr/local/man /usr/local/man/man1 /usr/local/man/man2 /usr/local/man/man3 /usr/local/man/man4 /usr/local/man/man5 /usr/local/man/man6 /usr/local/man/man7 /usr/local/man/man8 /usr/local/man/man9 /usr/local/man/mann /usr/local/sbin /usr/local/share /usr/local/src /usr/sbin /usr/share /usr/share/doc /usr/share/doc/packages /usr/share/doc/packages/aaa_base /usr/share/games /usr/share/icons /usr/share/info /usr/share/man /usr/share/man/man1 /usr/share/man/man2 /usr/share/man/man3 /usr/share/man/man4 /usr/share/man/man5 /usr/share/man/man6 /usr/share/man/man7 /usr/share/man/man8 /usr/share/man/man9 /usr/share/man/mann /usr/share/misc /usr/share/nls /usr/share/sgml /usr/share/sgml/docbook /usr/share/sounds /usr/share/tmac /usr/src /usr/src/packages /usr/tmp /var /var/X11R6 /var/X11R6/lib /var/adm /var/adm/SuSEconfig /var/adm/fillup-templates /var/adm/notify /var/adm/notify/log /var/adm/notify/messages /var/adm/notify/warnings /var/adm/perl-modules /var/cache /var/cache/fonts /var/cache/man /var/games /var/lib /var/lib/empty /var/lib/misc /var/lib/news /var/lib/nobody /var/lib/pam_devperm /var/lib/wwwrun /var/lock /var/lock/subsys /var/log /var/mail /var/opt /var/run /var/spool /var/spool/clientmqueue /var/spool/locks /var/spool/lpd /var/spool/mail /var/spool/uucp /var/spool/uucp/uucp /var/tmp /var/tmp/vi.recover I have no idea why libgsf needs this package, if the libgsf from the official source from above also requires it you may try to install it with --nodeps. OTOH I don't know whether libgsf is required for KDE 3.1.4. I'm running 3.1.4 on my SuSE 8.2 too but don't have libgsf installed. - -- Ciao, Oliver GPG Public Key available at http://www.keyserver.net Key fingerprint = C710 4B1B 3911 34E2 36D7 FA43 DB12 A0EB 861C 8B45 Current Linux uptime: 0 hours 30 minutes. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQFABi3e2xKg64Yci0URAipjAJ9/DKPzm8XH4eNMYEVq2VPrDSD/rwCfVUM1 TZU5oBz7rFi5uVQGdRMcJ+g= =VxTO -----END PGP SIGNATURE-----
participants (7)
-
Daniel Eckl
-
Kai Andresen
-
Leendert Meyer
-
Oliver Schwabedissen
-
Patrick Shanahan
-
Richard Bos
-
Vic Ayres