[blfs-support] Polkit-0.106 make check error

2012-06-24 Thread Omar
Hi all,

How to deal with error of "make check" in the Polkit-0.106? It shows that:


make[3]: Entering directory `/tmp/polkit-0.106/test/polkitbackend'
/PolkitBackendJsAuthority/get_admin_identities: Error getting system bus: Could 
not connect: No such file or directoryError loading 
/var/run/ConsoleKit/database: Error statting file /var/run/ConsoleKit/database: 
No such file or directory
** 
(/tmp/polkit-0.106/test/polkitbackend/.libs/lt-polkitbackendjsauthoritytest:11979):
 WARNING **: Error getting system bus: Could not connect: No such file or 
directory
/bin/sh: line 5: 11979 Trace/breakpoint trap   
/tmp/polkit-0.106/test/mocklibc/bin/mocklibc ${dir}$tst
FAIL: polkitbackendjsauthoritytest


Thanks.
Omar

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] CUPS problem: lp: Unsupported document-format "text/plain".

2012-06-24 Thread Jeremy Henty

CUPS refuses to  work on my latest  LFS system - any  attempt to print
produces 'lp: Unsupported document-format  "text/plain".' .  This used
to just work!

The  CUPS server  log  gives no  explanation (not  even  at debug  log
level).  Google turns up nothing useful.

I am using CUPS 1.5.2 , Gutenprint 5.2.5 and Ghostscript 9.05 .

How do I investigate this further?

Regards,

Jeremy Henty
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] 回复: libwww-perl-6.04

2012-06-24 Thread Omar
>>  > Checking if your kit is complete...

>>  > Looks good
>>  > Warning: prerequisite Encode::Locale 0 not found.
>>  > Warning: prerequisite File::Listing 6 not found.
>>  > Warning: prerequisite HTTP::Cookies 6 not found.
>>  > Warning: prerequisite HTTP::Daemon 6 not found.
>>  > Warning: prerequisite HTTP::Date 6 not found.
>>  > Warning: prerequisite HTTP::Negotiate 6 not found.
>>  > Warning: prerequisite HTTP::Request 6 not found.
>>  > Warning: prerequisite HTTP::Request::Common 6 not found.
>>  > Warning: prerequisite HTTP::Response 6 not found.
>>  > Warning: prerequisite HTTP::Status 6 not found.
>>  > Warning: prerequisite LWP::MediaTypes 6 not found.
>>  > Warning: prerequisite Net::HTTP 6 not found.
>>  > Warning: prerequisite WWW::RobotRules 6 not found.
>>  > Writing Makefile for LWP
>>  > Writing MYMETA.yml
>>  > 
>>  > Are these warnings ignored?
> 
> The perl build system predates the 'configure; make; make install'
> system which most packages now use.  These warnings are the same as
> warnings from a configure script - the developer wants to bring them
> to your attention.
> 
> Like many other perl modules, this package is not much use on its
> own, it's normally installed because something else requires it.
> Maybe a later package will need it, or perhaps it's needed by your
> own scripts.  I have to guess here, because as far as I can remember
> this package isn't in the BLFS book.  The test, as always, is whether
> it provides what it's user is looking for.  That is almost certainly
> a run-time test : either your application or script works without
> these other libwww dependencies, or it doesn't.
> 
> FWIW, I have exactly one package on my desktops which needs
> libwww-perl.  I've stuck with libwww-perl-5 (currently I'm using
> 5.837) because these dependencies (plus any packages that they
> themselves might require) are new in 6. I assume that some of them
> are for extra functionality, but it's possible that some of the
> existing functionality now requires these other packages.
> 
> For me, libwww-perl-5.834 had worked fine in my one limited use of
> it, so I was not inclined to add a whole host of extra packages.  If
> you know that you need libwww-perl-6, rather than just libwww-perl,
> then you probably want some or all of these dependencies.
> 
> If in doubt, read any documentation in libwww-perl, or in it's
> website if there is one, or at CPAN.
> 
> ĸen
Thanks Ken.
The following is software dependencies.
I want to build AccountsService-0.6.21 in the first section of chapter 4, which 
requires Polkit-0.106. Then Polkit-0.106 requires intltool-0.50.0, 
intltool-0.50.0 requires XML::Parser-2.41, XML::Parser-2.41 requires 
libwww-perl-6.04 (optionally used during the tests)  in section Perl Modules of 
chapter 13.
Do you mean that I needn't install libwww-perl-6.04? Does it affect the tests 
though it is optional?

BTW,  I'm really in doubt now not only in this problem but also about how am I 
going on according to BLFS book. In the introduction of book it is said that I 
can elect what I need by myself. If it means that permissive range is all 
sections from chapter 4 to the end. For example my aim is generating X window, 
but I don't really know which packages I must build and which section I should 
start in, chapter 4 or directly chapter 24. X Window System Environment. Now my 
improvement is very slow.
Give me some ideas please. Thanks.
Omar

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page