You are not logged in.

#1 2011-12-27 15:40:08

jameschyn
Member
Registered: 2011-10-20
Posts: 41

[SOLVED] Dependencies: GTK finally depends on e2fsprogs !

GTK2 --> CUPS --> krb2 --> e2fsprogs.

Does it suggest install GTK means install EXT2/3/4, even I use reiserfs ?

I see it ridiculous.

Last edited by jameschyn (2011-12-28 03:42:23)

Offline

#2 2011-12-27 15:44:45

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Dependencies: GTK finally depends on e2fsprogs !

why is ridiculous if the dependency is legit?

krb5 links to libcom_err.so.2 and libss.so, which are in e2fsprogs. In Arch we don't split packages into libfoo, libbar like other distros

/usr/bin/kadmin -- libcom_err.so.2
/usr/bin/kdestroy -- libcom_err.so.2
/usr/bin/kinit -- libcom_err.so.2
/usr/bin/klist -- libcom_err.so.2
/usr/bin/kpasswd -- libcom_err.so.2
/usr/bin/ksu -- libcom_err.so.2
/usr/bin/ktutil -- libcom_err.so.2
/usr/bin/kvno -- libcom_err.so.2
/usr/bin/sclient -- libcom_err.so.2
/usr/bin/sim_client -- libcom_err.so.2
/usr/bin/uuclient -- libcom_err.so.2
/usr/lib/krb5/plugins/kdb/db2.so -- libcom_err.so.2
/usr/lib/krb5/plugins/kdb/kldap.so -- libcom_err.so.2
/usr/lib/krb5/plugins/preauth/encrypted_challenge.so -- libcom_err.so.2
/usr/lib/krb5/plugins/preauth/pkinit.so -- libcom_err.so.2
/usr/lib/libgssapi_krb5.so.2.2 -- libcom_err.so.2
/usr/lib/libgssrpc.so.4.1 -- libcom_err.so.2
/usr/lib/libkadm5clnt_mit.so.8.0 -- libcom_err.so.2
/usr/lib/libkadm5srv_mit.so.8.0 -- libcom_err.so.2
/usr/lib/libkdb5.so.5.0 -- libcom_err.so.2
/usr/lib/libkdb_ldap.so.1.0 -- libcom_err.so.2
/usr/lib/libkrb5.so.3.3 -- libcom_err.so.2
/usr/sbin/kadmin.local -- libcom_err.so.2
/usr/sbin/kadmind -- libcom_err.so.2
/usr/sbin/kdb5_ldap_util -- libcom_err.so.2
/usr/sbin/kdb5_util -- libcom_err.so.2
/usr/sbin/kprop -- libcom_err.so.2
/usr/sbin/kpropd -- libcom_err.so.2
/usr/sbin/krb5kdc -- libcom_err.so.2
/usr/sbin/sim_server -- libcom_err.so.2
/usr/sbin/sserver -- libcom_err.so.2
/usr/sbin/uuserver -- libcom_err.so.2
/usr/bin/kadmin -- libss.so.2
/usr/bin/ktutil -- libss.so.2
/usr/sbin/kadmin.local -- libss.so.2

Last edited by wonder (2011-12-27 15:45:24)


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-12-28 01:46:55

jameschyn
Member
Registered: 2011-10-20
Posts: 41

Re: [SOLVED] Dependencies: GTK finally depends on e2fsprogs !

It seems the dependency is not being settled out properly.

Just see the result, I get GTK3 depends on EXT2/3/4 file system. That is to say the GUI tools has a dependency on a specific file system. If I don't install this file system, I can't use the GUI tools.

See QT ? It does very well on this topic. No dependency on a specific file system.

I guess the dependency triky should lay on krb5, not GTK3.

krb5 is a "The Kerberos network authentication system". But it depends on EXT2/3/4 file system.

Last edited by jameschyn (2011-12-28 01:49:16)

Offline

#4 2011-12-28 01:51:04

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,360

Re: [SOLVED] Dependencies: GTK finally depends on e2fsprogs !

jameschyn wrote:

Just see the result, I get GTK3 depends on EXT2/3/4 file system. That is to say the GUI tools has a dependency on a specific file system. If I don't install this file system, I can't use the GUI tools.

You, sir, do not know what you're talking about.

$pacman -Qi e2fsprogs | grep Description
Description    : Ext2/3/4 filesystem utilities

You are not 'forced' to use any filesystem. e2fsprogs is a set of utilities, and wonder has already explained why it is required.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#5 2011-12-28 01:51:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Dependencies: GTK finally depends on e2fsprogs !

It does *not* depend on a filesystem, but on a package.


Edit: There's a thread https://bbs.archlinux.org/viewtopic.php?id=126730 about potentially unnecessary dependencies and it seems the space-savings are not worth the hassle. If you disagree, you can always use ABS to compile your own, tailor-made set of packages.
If you do find a dependency that's not needed (or can be moved to optional dependencies), please file a bug report for that package.

Last edited by karol (2011-12-28 01:55:37)

Offline

#6 2011-12-28 03:41:38

jameschyn
Member
Registered: 2011-10-20
Posts: 41

Re: [SOLVED] Dependencies: GTK finally depends on e2fsprogs !

ABS ?

I am just think of it.

Offline

#7 2011-12-28 04:14:44

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: [SOLVED] Dependencies: GTK finally depends on e2fsprogs !

If you want to rebuild for a 2,5 MB package... Go ahead.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#8 2011-12-28 12:53:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Dependencies: GTK finally depends on e2fsprogs !

@jameschyn
Regarding your ABS question https://bbs.archlinux.org/viewtopic.php?pid=624941

Offline

Board footer

Powered by FluxBB