Re: What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
okay... I'm putting them into tmp and so far all is good

On Fri, Aug 6, 2021 at 4:16 PM Michael  wrote:
>
> I've even tried to just place it in $LFS because at first it wasn't
> accepting  a directory until I took it out but then it wasn't
> accepting that line so I decided to try it with one directory. I even
> tried it with  /mnt/lfs
>
> On Fri, Aug 6, 2021 at 4:11 PM Michael  wrote:
> >
> > well it was going in but now it isn't
> >
> > On Fri, Aug 6, 2021 at 3:10 PM Stephen Partington via PLUG-discuss
> >  wrote:
> > >
> > > does the build documentation detail where things get placed?
> > >
> > >
> > > On Fri, Aug 6, 2021 at 11:39 AM Michael via PLUG-discuss 
> > >  wrote:
> > >>
> > >> in my fourth attempt at linux from scratch this is the script I'm trying 
> > >> to run:
> > >>  ../configure   \
> > >>  --prefix=/usr  \
> > >>  --build=$(../config.guess) \
> > >>  --host=$LFS_TGT\
> > >>  --disable-nls  \
> > >>  --enable-shared\
> > >>  --disable-werror   \
> > >>  --enable-64-bit-bfd\
> > >>  2>&1 | tee $LFS/rootdir/buildlogs/6.17BinutilsIImyconflog
> > >>
> > >> It is producing a makefile But is not producing the
> > >> 6.17BinutilsIImyconflog. Well if it is producing it I don't know where
> > >> it is.  it is supposed to be in $LFS/rootdir/buildlogs/ ($LFSdefined
> > >> as /mnt/lfs)
> > >> --
> > >> :-)~MIKE~(-:
> > >> ---
> > >> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> > >> To subscribe, unsubscribe, or to change your mail settings:
> > >> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> > >
> > >
> > >
> > > --
> > > A mouse trap, placed on top of your alarm clock, will prevent you from 
> > > rolling over and going back to sleep after you hit the snooze button.
> > >
> > > Stephen
> > >
> > > ---
> > > PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> > > To subscribe, unsubscribe, or to change your mail settings:
> > > https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> >
> >
> >
> > --
> > :-)~MIKE~(-:
>
>
>
> --
> :-)~MIKE~(-:



-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
I've even tried to just place it in $LFS because at first it wasn't
accepting  a directory until I took it out but then it wasn't
accepting that line so I decided to try it with one directory. I even
tried it with  /mnt/lfs

On Fri, Aug 6, 2021 at 4:11 PM Michael  wrote:
>
> well it was going in but now it isn't
>
> On Fri, Aug 6, 2021 at 3:10 PM Stephen Partington via PLUG-discuss
>  wrote:
> >
> > does the build documentation detail where things get placed?
> >
> >
> > On Fri, Aug 6, 2021 at 11:39 AM Michael via PLUG-discuss 
> >  wrote:
> >>
> >> in my fourth attempt at linux from scratch this is the script I'm trying 
> >> to run:
> >>  ../configure   \
> >>  --prefix=/usr  \
> >>  --build=$(../config.guess) \
> >>  --host=$LFS_TGT\
> >>  --disable-nls  \
> >>  --enable-shared\
> >>  --disable-werror   \
> >>  --enable-64-bit-bfd\
> >>  2>&1 | tee $LFS/rootdir/buildlogs/6.17BinutilsIImyconflog
> >>
> >> It is producing a makefile But is not producing the
> >> 6.17BinutilsIImyconflog. Well if it is producing it I don't know where
> >> it is.  it is supposed to be in $LFS/rootdir/buildlogs/ ($LFSdefined
> >> as /mnt/lfs)
> >> --
> >> :-)~MIKE~(-:
> >> ---
> >> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> >> To subscribe, unsubscribe, or to change your mail settings:
> >> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> >
> >
> >
> > --
> > A mouse trap, placed on top of your alarm clock, will prevent you from 
> > rolling over and going back to sleep after you hit the snooze button.
> >
> > Stephen
> >
> > ---
> > PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> > To subscribe, unsubscribe, or to change your mail settings:
> > https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
>
> --
> :-)~MIKE~(-:



-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
well it was going in but now it isn't

On Fri, Aug 6, 2021 at 3:10 PM Stephen Partington via PLUG-discuss
 wrote:
>
> does the build documentation detail where things get placed?
>
>
> On Fri, Aug 6, 2021 at 11:39 AM Michael via PLUG-discuss 
>  wrote:
>>
>> in my fourth attempt at linux from scratch this is the script I'm trying to 
>> run:
>>  ../configure   \
>>  --prefix=/usr  \
>>  --build=$(../config.guess) \
>>  --host=$LFS_TGT\
>>  --disable-nls  \
>>  --enable-shared\
>>  --disable-werror   \
>>  --enable-64-bit-bfd\
>>  2>&1 | tee $LFS/rootdir/buildlogs/6.17BinutilsIImyconflog
>>
>> It is producing a makefile But is not producing the
>> 6.17BinutilsIImyconflog. Well if it is producing it I don't know where
>> it is.  it is supposed to be in $LFS/rootdir/buildlogs/ ($LFSdefined
>> as /mnt/lfs)
>> --
>> :-)~MIKE~(-:
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
>
> --
> A mouse trap, placed on top of your alarm clock, will prevent you from 
> rolling over and going back to sleep after you hit the snooze button.
>
> Stephen
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What am I doing wrong?

2021-08-06 Thread Stephen Partington via PLUG-discuss
does the build documentation detail where things get placed?


On Fri, Aug 6, 2021 at 11:39 AM Michael via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:

> in my fourth attempt at linux from scratch this is the script I'm trying
> to run:
>  ../configure   \
>  --prefix=/usr  \
>  --build=$(../config.guess) \
>  --host=$LFS_TGT\
>  --disable-nls  \
>  --enable-shared\
>  --disable-werror   \
>  --enable-64-bit-bfd\
>  2>&1 | tee $LFS/rootdir/buildlogs/6.17BinutilsIImyconflog
>
> It is producing a makefile But is not producing the
> 6.17BinutilsIImyconflog. Well if it is producing it I don't know where
> it is.  it is supposed to be in $LFS/rootdir/buildlogs/ ($LFSdefined
> as /mnt/lfs)
> --
> :-)~MIKE~(-:
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
A mouse trap, placed on top of your alarm clock, will prevent you from
rolling over and going back to sleep after you hit the snooze button.

Stephen
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
in my fourth attempt at linux from scratch this is the script I'm trying to run:
 ../configure   \
 --prefix=/usr  \
 --build=$(../config.guess) \
 --host=$LFS_TGT\
 --disable-nls  \
 --enable-shared\
 --disable-werror   \
 --enable-64-bit-bfd\
 2>&1 | tee $LFS/rootdir/buildlogs/6.17BinutilsIImyconflog

It is producing a makefile But is not producing the
6.17BinutilsIImyconflog. Well if it is producing it I don't know where
it is.  it is supposed to be in $LFS/rootdir/buildlogs/ ($LFSdefined
as /mnt/lfs)
-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What am I doing wrong?

2015-10-24 Thread Michael Havens
hahahaha. I'm so goofy! Thanks.


On Sat, Oct 24, 2015 at 12:43 PM, Brian Cluff  wrote:

> You need the -f flag to tell it to read from a file.
>
> Try:
> tar -vjxf binutils-2.25.1.tar.bz2
>
> Brian Cluff
>
>
> On 10/24/2015 09:24 AM, Michael Havens wrote:
>
>> tar -vjx binutils-2.25.1.tar.bz2
>> doesn't do anything. I tried changing the order of the options but it
>> didn't help any.
>>
>> --
>> :-)~MIKE~(-:
>>
>>
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>



-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: What am I doing wrong?

2015-10-24 Thread Brian Cluff

You need the -f flag to tell it to read from a file.

Try:
tar -vjxf binutils-2.25.1.tar.bz2

Brian Cluff

On 10/24/2015 09:24 AM, Michael Havens wrote:

tar -vjx binutils-2.25.1.tar.bz2
doesn't do anything. I tried changing the order of the options but it
didn't help any.

--
:-)~MIKE~(-:


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss



---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


Re: What am I doing wrong?

2015-10-24 Thread Jerry Snitselaar

On Sat Oct 24 15, Michael Havens wrote:

  tar -vjx binutils-2.25.1.tar.bz2



try:

tar -vjxf binutils-2.25.1.tar.bz2


  doesn't do anything. I tried changing the order of the options but it
  didn't help any.
  --
  :-)~MIKE~(-:



---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


What am I doing wrong?

2015-10-24 Thread Michael Havens
tar -vjx binutils-2.25.1.tar.bz2

doesn't do anything. I tried changing the order of the options but it
didn't help any.

-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss