List Info

Thread: error script in jalfs in livecd




error script in jalfs in livecd
user name
2006-05-31 17:43:30
Hi,
  I try liveCD 6.2-pre4,

I do as root:

mkdir /mnt/build_dir
mount /dev/hda11 /mnt/build_dir
cp -rpa /lfs-sources/* /mnt/build_dir/sources
cd
cd jhalfs
./lfs -B dev* -M


script run
...
I note only a warning: bc program was not found

and then:

building target 020-..........
building target 021-..........
building target 022-..........
building target 028-........... error 1

in log I view:
028-binutils-pass1
KB: 12  /mnt/build_dir
mkdir: cannot create directory `../binutils-build':
Permission denied


in target-partition I found:

drwxr-xr-x   5 root root  4096 2006-05-28 17:35 jhalfs
drwx------   2 root root 16384 2006-05-28 17:28 lost+found
drwxrwxrwt   2 root root  4096 2006-05-28 17:33 sources
drwxr-xr-x   2 1000 root  4096 2006-05-28 17:35 tools



can you help me?

sacardetiscali.it
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
error script in jalfs in livecd
user name
2006-05-31 17:51:02
El Miércoles, 31 de Mayo de 2006 19:43, sacarde escribió:

> ...
> I note only a warning: bc program was not found
>

Yes, the bc program is missing on that CD-Live version. Not
a big issue, 
except that the summary build report don't will be created.

> mkdir: cannot create directory `../binutils-build':
Permission denied

Well, the actual issue is that your jhalfs/packages file is
empty.

That is due that the jhalfs version included in that CD-Live
is "old" and 
don't work with current {C,H}LFS SVN books.

I hope that pre5 will be released soon.


-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.com
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
error script in jalfs in livecd
user name
2006-05-31 17:57:54

sacarde wrote:
> Hi,
>   I try liveCD 6.2-pre4,
> 
> I do as root:
> 
> mkdir /mnt/build_dir
> mount /dev/hda11 /mnt/build_dir
> cp -rpa /lfs-sources/* /mnt/build_dir/sources
> cd
> cd jhalfs
> ./lfs -B dev* -
> 
> 
> script run
> ...
> I note only a warning: bc program was not found
> 
> and then:
> 
> building target 020-..........
> building target 021-..........
> building target 022-..........
> building target 028-........... error 1
> 
> in log I view:
> 028-binutils-pass1
> KB: 12  /mnt/build_dir
> mkdir: cannot create directory `../binutils-build':
Permission denied
> 
> 
> in target-partition I found:
> 
> drwxr-xr-x   5 root root  4096 2006-05-28 17:35 jhalfs
> drwx------   2 root root 16384 2006-05-28 17:28
lost+found
> drwxrwxrwt   2 root root  4096 2006-05-28 17:33 sources
> drwxr-xr-x   2 1000 root  4096 2006-05-28 17:35 tools
  chmod 1777 /mnt/build_dir/sources

   OR start clean
./lfs --help

mkdir /mnt/build_dir
mount /dev/hda11 /mnt/build_dir
cd jhalfs
export SRC_ARCHIVE=/lfs-sources
./lfs -B dev* -G -M


> 
> 
> 
> can you help me?
> 
> sacardetiscali.it
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
error script in jalfs in livecd
user name
2006-05-31 19:27:23
Alle 19:51, mercoledì 31 maggio 2006, M.Canales.es ha
scritto:

> Well, the actual issue is that your jhalfs/packages
file is empty.
>
> That is due that the jhalfs version included in that
CD-Live is "old" and
> don't work with current {C,H}LFS SVN books.

OK
I try running:

svn export svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk
jhalfs

I update dir jhalfs with version 2733
I copy sources from cdlive to /mnt/build_dir/sources
in common/conf I set

BUILDDIR=/mnt/build_dir
SRC_ARCHIVE=/mnt/build_dir/sources
and activate download

I run command

./lfs -B dev* -M

scritp begin.....

then message...
cp: /mnt/build_dir/sources/autoconf-2.59.tar.bz2 and
"./autoconf-2.59.tar.bz2 
are the same file

and script finish 


the log file is empty


?????
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
error script in jalfs in livecd
user name
2006-05-31 19:43:32
El Miércoles, 31 de Mayo de 2006 21:27, sacarde escribió:

> BUILDDIR=/mnt/build_dir
> SRC_ARCHIVE=/mnt/build_dir/sources

> cp: /mnt/build_dir/sources/autoconf-2.59.tar.bz2 and
> "./autoconf-2.59.tar.bz2 are the same file

SRC_ARCHIVE is where the packages are originally placed in
the host system, 
not where it will be copied in the build system. 

In your case, I think that you should to set it to 
/lfs-sources.


-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.com
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
error script in jalfs in livecd
user name
2006-06-01 07:51:25
Alle 19:57, mercoledì 31 maggio 2006, George Boudreau ha
scritto:

I start clean
> ./lfs --help
> mkdir /mnt/build_dir
> mount /dev/hda11 /mnt/build_dir
> cd jhalfs
> export SRC_ARCHIVE=/lfs-sources
> ./lfs -B dev* -G -M

it works OK

but I have message

coreutils-5.96-i18n-1.patch not found in the SRC_ARCHIVE or
on any 
server..SKIPPING
coreutils-5.96-suppress_uptime_kill_su-1.patch not found in
the SRC_ARCHIVE or 
on any server..SKIPPING
coreutils-5.96-uname-1.patch not found in the SRC_ARCHIVE or
on any 
server..SKIPPING

the make is stopping now

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
error script in jalfs in livecd
user name
2006-06-01 13:36:53

sacarde wrote:
> Alle 19:57, mercoledì 31 maggio 2006, George Boudreau
ha scritto:
> 
> I start clean
>> ./lfs --help
>> mkdir /mnt/build_dir
>> mount /dev/hda11 /mnt/build_dir
>> cd jhalfs
>> export SRC_ARCHIVE=/lfs-sources
>> ./lfs -B dev* -G -M
> 
> it works OK
> 
> but I have message
> 
> coreutils-5.96-i18n-1.patch not found in the
SRC_ARCHIVE or on any 
> server..SKIPPING
> coreutils-5.96-suppress_uptime_kill_su-1.patch not
found in the SRC_ARCHIVE or 
> on any server..SKIPPING
> coreutils-5.96-uname-1.patch not found in the
SRC_ARCHIVE or on any 
> server..SKIPPING

   yes.. it takes some time for new patches to appear on all
the 
servers. I just tried a download and received those patches.
Try again. 
If you have further problems could you include the revision
number of 
your jhalfs script i.e.  ./lfs --version  | grep
"Rev:"

   NOTE: You have set /lfs-sources as the location of your
archive; 
however, you cannot save newly downloaded files to the CD.
Every time 
you rebuild LFS you will download any files newer than those
in the 
archive. (coreutils-5.96 was newer than the version on the
disk) If you 
have the space you can copy the live-cd archive to your disk
and set 
SRC_ARCHIVE to that location.

   export SRC_ARCHIVE=<new_archive_location>

   Any files jhalfs downloads will be stored there and
future builds 
will look in the archive first before going to the 'net.

> the make is stopping now
> 
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
error script in jalfs in livecd
user name
2006-06-01 14:10:24
sacarde wrote:
> coreutils-5.96-i18n-1.patch not found in the
SRC_ARCHIVE or on any 
> server..SKIPPING
> coreutils-5.96-suppress_uptime_kill_su-1.patch not
found in the SRC_ARCHIVE or 
> on any server..SKIPPING
> coreutils-5.96-uname-1.patch not found in the
SRC_ARCHIVE or on any 
> server..SKIPPING

It should exist now. coreutils was upgraded to a new version
yesterday. 
The patches archive on the servers re-generate at specific
intervals.

Expect this to happen if you use the latest and greatest
version of the 
LFS development book.

If this happens again, simply check out the patches archive
for a 
package to get the patches:

svn co
svn://svn.linuxfromscratch.org/patches/trunks/coreutils

Replace 'coreutils' with the package name.

-- 
Gerard Beekmans

/* If Linux doesn't have the solution, you have the wrong
problem */

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )