List Info

Thread: Problems with jhalfs




Problems with jhalfs
user name
2007-07-29 07:22:05
Hi

I checked out jhalfs yesterday and now it bombs when doing
make in the 
"main" jhalfs directory :

<lot of svn checkoutmessages...>

make[2]: Leaving directory `/root/blfs_root/menu'

        Generating packages database file ...done.
        Generating alsa dependencies list ...done.
        Generating gnome-core dependencies list ...done.
        Generating gnome-full dependencies list ...done.
        Generating kde-core dependencies list ...done.
        Generating kde-full dependencies list ...done.
        Generating kde-koffice dependencies list ...done.
        Generating xorg7 dependencies list ...done.
        Generating Config.in from package data ...basename:
missing operand
Try `basename --help' for more information.
dirname: missing operand
Try `dirname --help' for more information.
./gen_config.sh: line 47: [: =: unary operator expected
done
Config.in:2: syntax error, unexpected T_EOL, expecting
T_WORD or 
T_WORD_QUOTE
Config.in:2: syntax error
Config.in:3: syntax error, unexpected T_EOL, expecting
T_WORD or 
T_WORD_QUOTE
Config.in:3: syntax error
Config.in:455: unexpected 'endmenu' statement
Config.in:456: unexpected 'endmenu' statement
make[1]: *** [menuconfig] Error 1
make[1]: Leaving directory `/root/blfs_root'

ERROR: basic error trapped!


<jhalfs-trunk> exit



Any pointers on whats wrong ?

regs,

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

Re: Problems with jhalfs
country flaguser name
Spain
2007-07-29 09:54:15
El Domingo, 29 de Julio de 2007 14:22, Per Arne Munthe
escribió:

>         Generating Config.in from package data
...basename: missing operand
> Try `basename --help' for more information.
> dirname: missing operand
> Try `dirname --help' for more information.
> ./gen_config.sh: line 47: [: =: unary operator
expected

> Any pointers on whats wrong ?

gen_config.sh is not parsing properly packages file for you,
but it works fine 
here.

Is your packages file well generated? I.e, it must be a
tabs-delimited list 
and start like

alsa blfs-xml 1.0.13 
gnome-core blfs-xml 2.18.3 
gnome-full blfs-xml 2.18.3 
kde-core blfs-xml 3.5.6 
kde-full blfs-xml 3.5.6 
kde-koffice blfs-xml 1.6.1 
xorg7 blfs-xml 7.2 
fetchmail blfs-xml/basicnet/mailnews/fetchmail.xml 6.3.4 
mailx blfs-xml/basicnet/mailnews/mailx.xml 12.2 
mutt blfs-xml/basicnet/mailnews/mutt.xml 1.5.16 
pine blfs-xml/basicnet/mailnews/pine.xml 4.64 

-- 
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: Problems with jhalfs
user name
2007-07-29 08:27:45
M.Canales.es wrote:
>
> gen_config.sh is not parsing properly packages file for
you, but it works fine 
> here.
>
> Is your packages file well generated? I.e, it must be a
tabs-delimited list 
> and start like
>
>   
This is what gets generated by entering make :

-su-3.1$ head packages
2.1
alsa    blfs-xml        1.0.13  1.0.13
gnome-core      blfs-xml        2.18.3
gnome-full      blfs-xml        2.18.3
kde-core        blfs-xml        3.5.6
kde-full        blfs-xml        3.5.6
kde-koffice     blfs-xml        1.6.1
xorg7   blfs-xml        7.2     7.2
fetchmail       blfs-xml/basicnet/mailnews/fetchmail.xml    
   6.3.4
mailx   blfs-xml/basicnet/mailnews/mailx.xml    12.2


note the 2.1 at the top...  is the been done changes to the
required 
support tools ?

peram

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

Re: Problems with jhalfs
country flaguser name
Spain
2007-07-29 10:44:30
El Domingo, 29 de Julio de 2007 15:27, Per Arne Munthe
escribió:
> M.Canales.es wrote:
> > gen_config.sh is not parsing properly packages
file for you, but it works
> > fine here.
> >
> > Is your packages file well generated? I.e, it must
be a tabs-delimited
> > list and start like
>
> This is what gets generated by entering make :
>
> -su-3.1$ head packages
> 2.1
> alsa    blfs-xml        1.0.13  1.0.13
> gnome-core      blfs-xml        2.18.3
> gnome-full      blfs-xml        2.18.3
> kde-core        blfs-xml        3.5.6
> kde-full        blfs-xml        3.5.6
> kde-koffice     blfs-xml        1.6.1
> xorg7   blfs-xml        7.2     7.2
> fetchmail      
blfs-xml/basicnet/mailnews/fetchmail.xml        6.3.4
> mailx   blfs-xml/basicnet/mailnews/mailx.xml    12.2
>
>
> note the 2.1 at the top...  is the been done changes to
the required
> support tools ?

i think that that "2.1" come from some package you
installed on a previous run 
but that now generate_packages() is not able to place it in
their proper 
line.

Could you send the output of this? (adjusting the path tou
your $TRACKING_DIR 
directory)

find /var/lib/jhalfs/BLFS -name "*.2.1"

-- 
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: Problems with jhalfs
country flaguser name
Spain
2007-07-29 17:07:58
El Domingo, 29 de Julio de 2007 21:32, Per Arne Munthe
escribió:

> call: 3   gtk2http://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: Problems with jhalfs
user name
2007-08-06 08:28:07
M.Canales.es wrote:
> El Domingo, 29 de Julio de 2007 21:32, Per Arne Munthe
escribió:
>
> I have never seen any similar. From the error looks
like if  
> your ../blfs-xml/x/lib/pango.xml file where not a valid
DocBook-4.5 file.
>
> cd to the blfs-xml directory an run "make
validate" to be sure that your book 
> source files are in a sane state.
>
>   
My docbook installation must have been totaly hosed.  I had
to reinstall 
docbook and now it works again.

peram

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

[1-6]

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