Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #8618

Re: FYI: playing encrypted DVDs on yer desktop

From Dan Espen <despen@verizon.net>
Newsgroups comp.os.linux.misc
Subject Re: FYI: playing encrypted DVDs on yer desktop
Date 2013-06-26 12:55 -0400
Organization A noiseless patient Spider
Message-ID <icsj04x15c.fsf@home.home> (permalink)
References (13 earlier) <iu8p9a-9e1.ln1@crazy-horse.bildanet.com> <ica9mdzzf8.fsf@home.home> <aa3r9a-hj2.ln1@crazy-horse.bildanet.com> <ic38s5xa1p.fsf@home.home> <sgfr9a-pt2.ln1@crazy-horse.bildanet.com>

Show all headers | View raw


Octothorpe <Octothorpe@invalid.com> writes:

> On Wed, 26 Jun 2013 09:42:58 -0400, Dan Espen wrote:
>
> [putolin]
>
>>> That is not the point other distros will not solve the issue, only
>>> moving entirely off of linux will solve the issue.
>> 
>> I see.
>> 
>> So you claim to have 2 source packages that are so intertwined that
>> neither can compile without the other being in place and that these 2
>> source packages will compile fine on some other OS.
>
> Your invention, who said they compiled fine on other OS.
>
> For an example of a nonsense dependency look to pkg-config.
>
> Why does it depend on glib?
>
> The function and use of that package doesn't require the dependency and 
> it doesn't appear to use anything from glib but it won't build without it.
> So why the dependency?

At the binary level pkgconfig depends on glib2:

# yum deplist pkgconfig
package: pkgconfig.i686 1:0.25-4.fc17
  dependency: libc.so.6(GLIBC_2.4)
   provider: glibc.i686 2.15-59.fc17
  dependency: libglib-2.0.so.0
   provider: glib2.i686 2.32.4-2.fc17
  dependency: libpopt.so.0
   provider: popt.i686 1.13-10.fc17
  dependency: libpopt.so.0(LIBPOPT_0)
   provider: popt.i686 1.13-10.fc17
  dependency: rtld(GNU_HASH)
   provider: glibc.i686 2.15-59.fc17

But glib2 does NOT depend on pkgconfig:

# yum deplist glib2
package: glib2.i686 2.32.4-2.fc17
  dependency: /bin/sh
   provider: bash.i686 4.2.39-3.fc17
  dependency: libc.so.6
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.0)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.1)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.1.2)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.1.3)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.15)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.2)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.2.3)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.3)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.3.4)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.4)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.5)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.7)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.8)
   provider: glibc.i686 2.15-59.fc17
  dependency: libc.so.6(GLIBC_2.9)
   provider: glibc.i686 2.15-59.fc17
  dependency: libdl.so.2
   provider: glibc.i686 2.15-59.fc17
  dependency: libdl.so.2(GLIBC_2.0)
   provider: glibc.i686 2.15-59.fc17
  dependency: libdl.so.2(GLIBC_2.1)
   provider: glibc.i686 2.15-59.fc17
  dependency: libfam.so.0
   provider: gamin.i686 0.1.10-12.fc17
  dependency: libffi.so.5
   provider: libffi.i686 3.0.10-2.fc17
  dependency: libpthread.so.0
   provider: glibc.i686 2.15-59.fc17
  dependency: libpthread.so.0(GLIBC_2.0)
   provider: glibc.i686 2.15-59.fc17
  dependency: libpthread.so.0(GLIBC_2.1)
   provider: glibc.i686 2.15-59.fc17
  dependency: libpthread.so.0(GLIBC_2.2)
   provider: glibc.i686 2.15-59.fc17
  dependency: libpthread.so.0(GLIBC_2.3.2)
   provider: glibc.i686 2.15-59.fc17
  dependency: libpthread.so.0(GLIBC_2.3.3)
   provider: glibc.i686 2.15-59.fc17
  dependency: libresolv.so.2
   provider: glibc.i686 2.15-59.fc17
  dependency: libresolv.so.2(GLIBC_2.2)
   provider: glibc.i686 2.15-59.fc17
  dependency: librt.so.1
   provider: glibc.i686 2.15-59.fc17
  dependency: librt.so.1(GLIBC_2.2)
   provider: glibc.i686 2.15-59.fc17
  dependency: libselinux.so.1

Being that glib2 is pretty low level, I don't see a problem.

>> I'm beginning to think you are making this up.
>> Are you looking for help or just ranting?
>
> The question is have you ever tried to build a system from scratch?
>
> If you have then you would know what I am talking about.
>
> It is more than just 2 packages.

I think you mean have I ever tried to build a Linux system from scratch.
Nope, doesn't sound even remotely interesting.

-- 
Dan Espen

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-17 17:36 +0000
  Re: FYI: playing encrypted DVDs on yer desktop Robert Heller <heller@deepsoft.com> - 2013-06-17 12:58 -0500
  Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-17 13:53 -0500
    Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-17 20:25 +0000
      Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-17 22:16 +0100
        Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-17 17:26 -0500
          Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-25 13:41 +0000
            Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-25 15:49 +0200
              Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-25 14:20 +0000
                Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-25 16:30 +0200
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 11:31 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 11:58 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 12:34 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 13:20 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 15:51 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 16:51 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Michael Black <et472@ncf.ca> - 2013-06-25 17:24 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 08:27 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-26 13:25 +0000
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 12:16 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-26 17:29 +0000
                Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-26 09:42 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 11:55 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-26 12:55 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-26 19:28 -0400
                Re: FYI: playing encrypted DVDs on yer desktop "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2013-06-26 20:04 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-26 20:54 -0400
                Re: FYI: playing encrypted DVDs on yer desktop "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2013-06-26 22:05 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-27 07:33 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-27 13:55 +0200
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-27 07:32 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-27 07:15 -0400
                Re: FYI: playing encrypted DVDs on yer desktop Richard Kettlewell <rjk@greenend.org.uk> - 2013-06-27 13:18 +0100
                Re: FYI: playing encrypted DVDs on yer desktop bruce.sinclair@NOSPAMORELSEagresearch.NOTco.NOTnz (Bruce Sinclair) - 2013-06-25 23:07 +0000
                Re: FYI: playing encrypted DVDs on yer desktop Dan Espen <despen@verizon.net> - 2013-06-25 21:21 -0400
                Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-26 05:38 +0100
                Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-26 13:18 +0000
                Re: FYI: playing encrypted DVDs on yer desktop John Hasler <jhasler@newsguy.com> - 2013-06-26 09:30 -0500
                Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-26 05:32 +0100
                Re: FYI: playing encrypted DVDs on yer desktop bruce.sinclair@NOSPAMORELSEagresearch.NOTco.NOTnz (Bruce Sinclair) - 2013-06-26 03:49 +0000
                Re: FYI: playing encrypted DVDs on yer desktop Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2013-06-25 18:55 -0700
                Re: FYI: playing encrypted DVDs on yer desktop Robert Riches <spamtrap42@jacob21819.net> - 2013-06-26 04:50 +0000
                Re: FYI: playing encrypted DVDs on yer desktop dillinger <dillinger@invalid.not> - 2013-06-27 17:55 +0200
                Re: FYI: playing encrypted DVDs on yer desktop Aragorn <thorongil@telenet.be.invalid> - 2013-06-27 20:03 +0200
              Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-25 13:59 -0500
                Re: FYI: playing encrypted DVDs on yer desktop Octothorpe <Octothorpe@invalid.com> - 2013-06-25 15:52 -0400
      Re: FYI: playing encrypted DVDs on yer desktop buck <buck@private.mil> - 2013-06-18 21:47 +0000
        Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-18 22:52 +0000
          Re: FYI: playing encrypted DVDs on yer desktop buck <buck@private.mil> - 2013-06-18 23:02 +0000
          Re: FYI: playing encrypted DVDs on yer desktop Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2013-06-18 16:06 -0700
  Re: FYI: playing encrypted DVDs on yer desktop Michael Black <et472@ncf.ca> - 2013-06-17 15:41 -0400
    Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-17 20:43 +0000
      Re: FYI: playing encrypted DVDs on yer desktop Robert Heller <heller@deepsoft.com> - 2013-06-17 16:19 -0500
      Re: FYI: playing encrypted DVDs on yer desktop root <NoEMail@home.org> - 2013-06-17 21:23 +0000
      Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-20 00:41 +0000
      Re: FYI: playing encrypted DVDs on yer desktop Chick Tower <c.tower@deadspam.com> - 2013-06-20 18:04 +0000
        Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-20 18:36 +0000
        Re: FYI: playing encrypted DVDs on yer desktop Soupe du Jour <soupedujour2000@gmail.com> - 2013-06-25 13:49 +0000
  Re: FYI: playing encrypted DVDs on yer desktop Robert Komar <robk@robpc4.home.org> - 2013-06-26 22:57 -0700
    Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-27 12:19 +0000
      Re: FYI: playing encrypted DVDs on yer desktop Michael Black <et472@ncf.ca> - 2013-06-27 13:28 -0400
        Re: FYI: playing encrypted DVDs on yer desktop notbob <notbob@nothome.com> - 2013-06-27 19:35 +0000
          Re: FYI: playing encrypted DVDs on yer desktop Johann Klammer <klammerj@NOSPAM.a1.net> - 2013-06-27 21:39 +0200
            Re: FYI: playing encrypted DVDs on yer desktop Robert Komar <robk@robpc4.home.org> - 2013-06-27 20:31 -0700
            Re: FYI: playing encrypted DVDs on yer desktop The Natural Philosopher <tnp@invalid.invalid> - 2013-06-28 09:45 +0100
            Re: FYI: playing encrypted DVDs on yer desktop JEDIDIAH <jedi@nomad.mishnet> - 2013-06-28 15:36 -0500

csiph-web