BLFS Trac | 7 Oct 2011 23:57
Picon
Favicon

[BLFS Trac] #3253: re-installation problem for attr and acl

#3253: re-installation problem for attr and acl
--------------------+-------------------------------------------------------
 Reporter:  frpjl   |       Owner:  blfs-book <at> …                   
     Type:  task    |      Status:  new                           
 Priority:  normal  |   Milestone:  6.7                           
Component:  BOOK    |     Version:  SVN                           
 Severity:  normal  |    Keywords:                                
--------------------+-------------------------------------------------------
 I have installed attr and acl on my system and re-installed coreutils and
 sed without problems.
 I try a new compilation and the two packages fail on the make install
 (without error) while copying the new build to the installation directory.
 In /usr/lib, libattr.so.1.1.0 and libacl.so.1.1.0 file size are 0. cp ls
 and sed command don't run because they can't load the shared libraries.
 I have resolved the problem using the dd command to copy the builded
 libraries to the installation directory.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3253>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
BLFS Trac | 19 Oct 2011 13:09
Picon
Favicon

[BLFS Trac] #3254: New Package: mongodb

#3254: New Package: mongodb
-------------------------+--------------------------------------------------
 Reporter:  tromador     |       Owner:  blfs-book <at> …                   
     Type:  enhancement  |      Status:  new                           
 Priority:  normal       |   Milestone:  future                        
Component:  BOOK         |     Version:  SVN                           
 Severity:  normal       |    Keywords:                                
-------------------------+--------------------------------------------------
 ''"MongoDB (from "humongous") is a scalable, high-performance, open
 source, document-oriented database."''

 MongoDB seems to be gaining in popularity and may well be worthwhile
 including in the book.

 Appears to have additional pre-requisites, which would either need their
 own sections or as part of the Mongo installation instructions.

 Main site: [http://www.mongodb.org/]

 Requires:[[BR]]
 Boost C++ Libraries [http://www.boost.org/][[BR]]
 Spidermonkey [https://developer.mozilla.org/en/SpiderMonkey]

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3254>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
(Continue reading)

BLFS Trac | 19 Oct 2011 13:12
Picon
Favicon

Re: [BLFS Trac] #3254: New Package: mongodb

#3254: New Package: mongodb
-------------------------+--------------------------------------------------
 Reporter:  tromador     |       Owner:  blfs-book <at> …                   
     Type:  enhancement  |      Status:  new                           
 Priority:  normal       |   Milestone:  future                        
Component:  BOOK         |     Version:  SVN                           
 Severity:  normal       |    Keywords:                                
-------------------------+--------------------------------------------------

Comment(by tromador):

 Boost is already in BLFS.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3254#comment:1>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
BLFS Trac | 19 Oct 2011 16:30
Picon
Favicon

Re: [BLFS Trac] #3254: New Package: mongodb

#3254: New Package: mongodb
-------------------------+--------------------------------------------------
 Reporter:  tromador     |       Owner:  blfs-book <at> …                   
     Type:  enhancement  |      Status:  new                           
 Priority:  normal       |   Milestone:  future                        
Component:  BOOK         |     Version:  SVN                           
 Severity:  normal       |    Keywords:                                
-------------------------+--------------------------------------------------

Comment(by tromador):

 This builds out of the box without spidermonkey (despite the
 documentation).[[BR]]
 Requires SCONS to build [http://www.scons.org/]

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3254#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
bdubbs | 19 Oct 2011 22:18
Picon
Favicon

r8900 - in trunk/BOOK: . general/genutils introduction/welcome postlfs/security

Author: bdubbs
Date: 2011-10-19 14:18:40 -0600 (Wed, 19 Oct 2011)
New Revision: 8900

Added:
   trunk/BOOK/postlfs/security/cacerts.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/bc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/openssl.xml
   trunk/BOOK/postlfs/security/security.xml
Log:
Add a separate page for CA certificates.
Update to openssl-1.0.0e.
Update to bc-1.06.95.

Modified: trunk/BOOK/general/genutils/bc.xml
===================================================================
--- trunk/BOOK/general/genutils/bc.xml	2011-09-06 07:07:12 UTC (rev 8899)
+++ trunk/BOOK/general/genutils/bc.xml	2011-10-19 20:18:40 UTC (rev 8900)
 <at>  <at>  -16,10 +16,10  <at>  <at> 
     <!-- <para>This package does not come with a test suite.</para> -->
     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->

-  <!ENTITY bc-download-http "http://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
-  <!ENTITY bc-download-ftp "ftp://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
-  <!ENTITY bc-md5sum "d44b5dddebd8a7a7309aea6c36fda117">
-  <!ENTITY bc-size "273 KB">
+  <!ENTITY bc-download-http "&gnu-alpha-http;/bc/bc-&bc-version;.tar.bz2">
(Continue reading)

bdubbs | 20 Oct 2011 01:44
Picon
Favicon

r8901 - in trunk: BOOK BOOK/basicnet/netprogs BOOK/general/sysutils BOOK/introduction/welcome BOOK/server/major bootscripts/blfs/init.d

Author: bdubbs
Date: 2011-10-19 17:44:14 -0600 (Wed, 19 Oct 2011)
New Revision: 8901

Added:
   trunk/BOOK/basicnet/netprogs/openssh.xml
Removed:
   trunk/BOOK/server/major/openssh.xml
Modified:
   trunk/BOOK/basicnet/netprogs/netprogs.xml
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/which.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/major.xml
   trunk/bootscripts/blfs/init.d/sshd
Log:
Update to openssh-5.9p1

Modified: trunk/BOOK/basicnet/netprogs/netprogs.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/netprogs.xml	2011-10-19 20:18:40 UTC (rev 8900)
+++ trunk/BOOK/basicnet/netprogs/netprogs.xml	2011-10-19 23:44:14 UTC (rev 8901)
 <at>  <at>  -27,7 +27,7  <at>  <at> 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="net-tools.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils-client.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh-client.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/>
(Continue reading)

bdubbs | 20 Oct 2011 01:52
Picon
Favicon

r8902 - in trunk/BOOK: basicnet/netprogs postlfs/security

Author: bdubbs
Date: 2011-10-19 17:51:59 -0600 (Wed, 19 Oct 2011)
New Revision: 8902

Added:
   trunk/BOOK/postlfs/security/openssh.xml
Removed:
   trunk/BOOK/basicnet/netprogs/openssh.xml
Modified:
   trunk/BOOK/basicnet/netprogs/netprogs.xml
   trunk/BOOK/postlfs/security/security.xml
Log:
Move openssh to security chapter

Modified: trunk/BOOK/basicnet/netprogs/netprogs.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/netprogs.xml	2011-10-19 23:44:14 UTC (rev 8901)
+++ trunk/BOOK/basicnet/netprogs/netprogs.xml	2011-10-19 23:51:59 UTC (rev 8902)
 <at>  <at>  -27,7 +27,6  <at>  <at> 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="net-tools.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils-client.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3-client.xml"/>

Deleted: trunk/BOOK/basicnet/netprogs/openssh.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/openssh.xml	2011-10-19 23:44:14 UTC (rev 8901)
(Continue reading)

bdubbs | 20 Oct 2011 03:45
Picon
Favicon

r8903 - in trunk/BOOK: . basicnet/netprogs introduction/welcome postlfs/security

Author: bdubbs
Date: 2011-10-19 19:45:13 -0600 (Wed, 19 Oct 2011)
New Revision: 8903

Modified:
   trunk/BOOK/basicnet/netprogs/wget.xml
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/openssh.xml
Log:
Update to wget-1.13

Modified: trunk/BOOK/basicnet/netprogs/wget.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/wget.xml	2011-10-19 23:51:59 UTC (rev 8902)
+++ trunk/BOOK/basicnet/netprogs/wget.xml	2011-10-20 01:45:13 UTC (rev 8903)
 <at>  <at>  -4,12 +4,12  <at>  <at> 
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;

-  <!ENTITY wget-download-http "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2">
-  <!ENTITY wget-download-ftp  "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2">
-  <!ENTITY wget-md5sum        "308a5476fc096a8a525d07279a6f6aa3">
-  <!ENTITY wget-size          "1.6 MB">
-  <!ENTITY wget-buildsize     "16 MB">
-  <!ENTITY wget-time          "0.2 SBU">
+  <!ENTITY wget-download-http "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
+  <!ENTITY wget-download-ftp  "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
+  <!ENTITY wget-md5sum        "48c5384123156e7b7501d2f5b5c7189a">
+  <!ENTITY wget-size          "1.4 MB">
(Continue reading)

BLFS Trac | 20 Oct 2011 03:45
Picon
Favicon

Re: [BLFS Trac] #3250: Openssh-5.8p2 requires a minor change to the sed script that modifies configure

#3250: Openssh-5.8p2 requires a minor change to the sed script that modifies
configure
--------------------------+-------------------------------------------------
 Reporter:  jeremy_henty  |        Owner:  blfs-book <at> …                   
     Type:  task          |       Status:  closed                        
 Priority:  normal        |    Milestone:  6.7                           
Component:  BOOK          |      Version:  SVN                           
 Severity:  minor         |   Resolution:  fixed                         
 Keywords:  openssh       |  
--------------------------+-------------------------------------------------
Changes (by bdubbs <at> …):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed at revision 8903.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3250#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
BLFS Trac | 20 Oct 2011 03:47
Picon
Favicon

Re: [BLFS Trac] #2644: New package: Mono

#2644: New package: Mono
---------------------+------------------------------------------------------
 Reporter:  willimm  |        Owner:  blfs-book <at> …                   
     Type:  task     |       Status:  closed                        
 Priority:  normal   |    Milestone:  future                        
Component:  BOOK     |      Version:  SVN                           
 Severity:  normal   |   Resolution:  wontfix                       
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by bdubbs <at> …):

  * status:  new => closed
  * resolution:  => wontfix

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2644#comment:3>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

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

Gmane