[LON-CAPA-admin] Fedora7 install: make build failed
Stuart Peter Raeburn
raeburn at msu.edu
Tue Nov 27 13:46:24 EST 2007
Stefan,
That error indicates that there is no "all" target in the generated
Makefile.build file.
This file is created by:
make Makefile.build pod2html.sh pod2man.sh
which is included in the shipped Makefile ( /loncom/build/Makefile), and is
run when you do "make build".
Some things to check:
1. Within loncom/build, see what output you get from:
perl ./distprobe
2. Check that ../../doc/loncapafiles/loncapafiles.lpml exists
3. Run the command to generate Makefile.build directly.
The actual command which generates the Makefile.build (running within
loncom/build) is:
cat ../../doc/loncapafiles/loncapafiles.lpml | perl lpml_parse.pl build
"development" `perl ./distprobe` ".by ./.." """" > Makefile.build
(all on one line).
4. Confirm that you have free disk space available where you are doing the
build.
5. Some expected file sizes (paths relative to loncom/build):
210937 ../../doc/loncapafiles/loncapafiles.lpml
56922 lpml_parse.pl
39325 Makefile
110451 Makefile.build
Stuart Raeburn
MSU LON-CAPA group
Stefan Bisitz writes:
>> Hi,
>>
>> we tried to install LON-CAPA 2.5.3 on a new system but get the error
>> message "make build failed".
>>
>> System:
>> 64 bit server
>> Fedora 7, new installation
>> System is uptodate
>> SELinux is deactivated
>>
>> We followed the installation instructions on loncapa.org for Fedora 7.
>> Everthing went fine until ./UPDATE. WARNINGS reports 1 error message:
>> "make build failed". Nothing else.
>
> I tried to execute "make build" manually and got the following messages.
> Sorry, it's a German installation -> German messages.
>
> -------- Start --------
> make build
> install -d ../../doc/man
> install -d ../../doc/scripts
> install -d ../../doc/lib/perl/Apache
> echo -n "" > WARNINGS
> make -f Makefile.build all
> make[1]: Entering directory `/root/loncapa-2.5.3/loncom/build'
> make[1]: *** Keine Regel, um »all« zu erstellen. Schluss.
> make[1]: Leaving directory `/root/loncapa-2.5.3/loncom/build'
> make: *** [build] Fehler 2
> -------- End --------
>
>
> _______________________________________________
> LON-CAPA-admin mailing list
> LON-CAPA-admin at mail.lon-capa.org
> http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin
>
More information about the LON-CAPA-admin
mailing list