Custom Query (4810 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 4810)

Ticket Owner Reporter Resolution Summary
#752 lfs-book@… ken@… fixed bashism in bootscripts
Description

/etc/sysconfig/network-devices/if{down,up} use /bin/sh but contain `source' commands. All of the bootscripts in /etc/rc.d/init.d correctly use /bin/bash but this seems to have slipped through.

#753 lfs-book@… petri.koistinen@… invalid Must not use ./configure --prefix=/usr for xfsprogs
Description

Hi!

I had problems with xfsdump program and I had chat with XFS kernel maintainer Nathan Scott. On page blfs-book-cvs-html-2004-01-28/postlfs/xfsfs.html there is these instructions:

"Install XFS by running the following commands:

./configure --prefix=/usr && make && make install"

This is not correct. One must not use ./configure with xfsprogs. Make and make install is enough.

Here is copy of relevant messages:

Date: Thu, 29 Jan 2004 11:19:19 +1100 From: Nathan Scott <nathans@…> To: Petri T. Koistinen <petri.koistinen@…> Cc: Eric Sandeen <sandeen@…> Subject: Re: xfsprogs-2.6.2 has no 'make install-lib'

On Thu, Jan 29, 2004 at 01:54:39AM +0200, Petri T. Koistinen wrote:

Hi!

I am sorry to bother you again.

On Wed, 28 Jan 2004, Nathan Scott wrote:

root:/usr/src/xfs/xfsprogs-2.6.2# make install-lib make: * No rule to make target `install-lib'. Stop.

Yes, that was a typo in the error message - fixed in more recent versions of xfsdump. "make install-dev" is the correct target, iirc.

Ok, I did "make install-dev" from xfsprogs-2.6.3 directory, but xfsdump still can not find /usr/libexec/libxfs.a file.

[root /usr/src/xfs/xfsdump-2.2.16]# ./configure --prefix=/usr

Don't do that, just type "make" - it will use a sane set of configure options by default (specifying just one like you have there causes lots of other configure-defaults to be used, which are not necessarily what you want).

cheers.

-- Nathan

and reply to query if I should report this to you:

Date: Thu, 29 Jan 2004 12:50:48 +1100 From: Nathan Scott <nathans@…> To: Petri T. Koistinen <petri.koistinen@…> Cc: Eric Sandeen <sandeen@…> Subject: Re: xfsprogs-2.6.2 has no 'make install-lib'

On Thu, Jan 29, 2004 at 03:16:58AM +0200, Petri T. Koistinen wrote:

Hi!

On Thu, 29 Jan 2004, Nathan Scott wrote:

Don't do that, just type "make" - it will use a sane set of configure options by default

Ok, I installed xfsprogs in same way and that makes this work, great! Thank you!

Good to hear.

I need to write notice to Beyond Linux From Scratch[1] people, because ... Install XFS by running the following commands:

./configure --prefix=/usr && make && make install ... May I forward your previous message to their bugzilla[2]?

Please do - they should just drop that first "configure" step in their recipe.

thanks.

-- Nathan

#754 lfs-book@… lizardo@… fixed Fix official download locations for some packages
Description

Most packages have their official download location pointing directly to the package location dir (e.g. GNU packages), but a few offer a indirect location. The 1st attached patch fixes download URLs for grub, inetutils, perl and sysklogd.

Additionally, e2fsprogs and psmisc are the only packages which offer two alternative download locations, both on the same domain (sf.net). For consistency with all other packages, the 2nd attached patched removes one of the download locations for these two packages.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.