|
List Info
Thread: Spurious addition of '-k'
|
|
| Spurious addition of '-k' |
  Canada |
2007-08-06 07:27:59 |
Manuel,
There seems to be a problem with the stylesheet used to
generate the
scriptlets in jhalfs-2.3. When using the 6.3 branch and
enabling all
tests in the final system, the build stops at bash. The
problem is that
an unknown parameter '-k' was passed to sed. I believe this
is the '-k'
that gets added to keep the 'make tests' or 'make checks'
targets
moving, but somehow it's getting added to the sed line. The
scriplet for
bash ends up looking like this:
sed -i 's/LANG/LC_ALL/' -k tests/intl.tests
If I spent some time poring through the stylesheet, I might
be able to
find the solution, but I know you can do it much faster.
--
JH
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|
|
| Re: Spurious addition of '-k' |

|
2007-08-06 08:38:00 |
On 8/6/07, Jeremy Huntwork <jhuntwork linuxfromscratch.org> wrote:
> Manuel,
>
> There seems to be a problem with the stylesheet used to
generate the
> scriptlets in jhalfs-2.3. When using the 6.3 branch and
enabling all
> tests in the final system, the build stops at bash. The
problem is that
> an unknown parameter '-k' was passed to sed. I believe
this is the '-k'
> that gets added to keep the 'make tests' or 'make
checks' targets
> moving, but somehow it's getting added to the sed line.
The scriplet for
> bash ends up looking like this:
>
> sed -i 's/LANG/LC_ALL/' -k tests/intl.tests
>
> If I spent some time poring through the stylesheet, I
might be able to
> find the solution, but I know you can do it much
faster.
The stylesheet is bit too greedy because it looks for
"tests" (causing
the above error) instead of "make tests". There's
a patch attached
here:
http://linuxfromscratch.org/pipermail/
alfs-discuss/2007-August/009423.html
Which appears to be applied here:
http://wiki.linuxfromscratch.org/alfs/changeset/3430
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|
|
| Re: Spurious addition of '-k' |
  Canada |
2007-08-06 08:54:32 |
On Mon, Aug 06, 2007 at 06:38:00AM -0700, Dan Nicholson
wrote:
> The stylesheet is bit too greedy because it looks for
"tests" (causing
> the above error) instead of "make tests".
There's a patch attached
> here:
>
> http://linuxfromscratch.org/pipermail/
alfs-discuss/2007-August/009423.html
>
> Which appears to be applied here:
>
>
http://wiki.linuxfromscratch.org/alfs/changeset/3430
Aha, thanks Dan. I've been too busy with other things lately
to monitor
jhalfs development.
Glad it's already been fixed. But we need to get this change
into a
release, (2.3.1) or at least patch up the version on the
LiveCD.
--
JH
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|
|
| Re: Spurious addition of '-k' |
  Spain |
2007-08-06 11:36:07 |
El Lunes, 6 de Agosto de 2007 15:54, Jeremy Huntwork
escribió:
>
> Glad it's already been fixed. But we need to get this
change into a
> release, (2.3.1) or at least patch up the version on
the LiveCD.
Is there some timeline for the stable LiveCD release?
I would to wait one-two weeks to see is more bugs are found
or reported. Also,
I'm busy now trying to build a LFS-6.3+BLFS-SVN system using
blfs-tool.
--
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.info
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
|
|
| Re: Spurious addition of '-k' |
  United States |
2007-08-06 16:29:51 |
M.Canales.es wrote:
> Is there some timeline for the stable LiveCD release?
>
> I would to wait one-two weeks to see is more bugs are
found or reported. Also,
> I'm busy now trying to build a LFS-6.3+BLFS-SVN system
using blfs-tool.
>
We'll release a stable LiveCD after the 6.3 book is
released. Hopefully
within the same week. I imagine there will be time to test
between now
and whenever that is.
--
JH
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|
|
| Re: Spurious addition of '-k' |
  Spain |
2007-08-06 16:47:44 |
El Lunes, 6 de Agosto de 2007 23:29, Jeremy Huntwork
escribió:
> We'll release a stable LiveCD after the 6.3 book is
released. Hopefully
> within the same week. I imagine there will be time to
test between now
> and whenever that is.
I could do a jhalfs-2.3.1 release one day after LFS-6.3
release, if that is
fine for you.
--
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.info
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
|
|
| Re: Spurious addition of '-k' |
  United States |
2007-08-06 18:19:18 |
M.Canales.es wrote:
> El Lunes, 6 de Agosto de 2007 23:29, Jeremy Huntwork
escribió:
>
>> We'll release a stable LiveCD after the 6.3 book is
released. Hopefully
>> within the same week. I imagine there will be time
to test between now
>> and whenever that is.
>
> I could do a jhalfs-2.3.1 release one day after LFS-6.3
release, if that is
> fine for you.
>
Sounds good. Thanks, Manuel.
--
JH
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|
|
[1-7]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|