| View previous topic :: View next topic |
| Author |
Message |
wgad
Joined: 10 Feb 2009 Posts: 2
|
Posted: Tue Feb 10, 2009 5:31 pm Post subject: make issue |
|
|
I am getting the following issue when creating make, yes libxml and libxlst are installed.
[~/public_html/icecast]# make
make all-recursive
make[1]: Entering directory `/home/usr/public_html/icecast'
Making all in src
make[2]: Entering directory `/home/usr/public_html/icecast/src'
Makefile:343: .deps/admin.Po: No such file or directory
Makefile:344: .deps/auth.Po: No such file or directory
Makefile:345: .deps/auth_htpasswd.Po: No such file or directory
Makefile:346: .deps/auth_url.Po: No such file or directory
Makefile:347: .deps/cfgfile.Po: No such file or directory
Makefile:348: .deps/client.Po: No such file or directory
Makefile:349: .deps/connection.Po: No such file or directory
Makefile:350: .deps/event.Po: No such file or directory
Makefile:351: .deps/format.Po: No such file or directory
Makefile:352: .deps/format_flac.Po: No such file or directory
Makefile:353: .deps/format_kate.Po: No such file or directory
Makefile:354: .deps/format_midi.Po: No such file or directory
Makefile:355: .deps/format_mp3.Po: No such file or directory
Makefile:356: .deps/format_ogg.Po: No such file or directory
Makefile:357: .deps/format_skeleton.Po: No such file or directory
Makefile:358: .deps/format_speex.Po: No such file or directory
Makefile:359: .deps/format_theora.Po: No such file or directory
Makefile:360: .deps/format_vorbis.Po: No such file or directory
Makefile:361: .deps/fserve.Po: No such file or directory
Makefile:362: .deps/global.Po: No such file or directory
Makefile:363: .deps/logging.Po: No such file or directory
Makefile:364: .deps/main.Po: No such file or directory
Makefile:365: .deps/md5.Po: No such file or directory
Makefile:366: .deps/refbuf.Po: No such file or directory
Makefile:367: .deps/sighandler.Po: No such file or directory
Makefile:368: .deps/slave.Po: No such file or directory
Makefile:369: .deps/source.Po: No such file or directory
Makefile:370: .deps/stats.Po: No such file or directory
Makefile:371: .deps/util.Po: No such file or directory
Makefile:372: .deps/xslt.Po: No such file or directory
Makefile:373: .deps/yp.Po: No such file or directory
make[2]: *** No rule to make target `.deps/yp.Po'. Stop.
make[2]: Leaving directory `/home/usr/public_html/icecast/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/usr/public_html/icecast'
make: *** [all] Error 2
I've tried creating the dir .deps in icecast/src but no joy. I'm probably over looking something simple.
Thanks in advance. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Feb 10, 2009 8:55 pm Post subject: |
|
|
you seem to be taking a fragment of the build process but haven't said whether the previous parts were fine or not. The basic process is
unpack the archive (latest release is 2.3.2).
run configure
then make
make install (maybe as root)
karl. |
|
| Back to top |
|
 |
wgad
Joined: 10 Feb 2009 Posts: 2
|
Posted: Tue Feb 10, 2009 9:42 pm Post subject: |
|
|
Hey karlH,
Thanks for the prompt reply. I managed to get past the prior errors by creating the files in the target directory, but now have a new issue. Below is what I have done to this point.
IceCast compile:
Installed libs per instructions. No errors. envoked path for libraries.
Ran ./configure. Completed with no errors.
Ran make Errors out with errors in first post.
I then created .debs folder and created above files.
ran make again and now get this error
[~/public_html/icecast]# make
make all-recursive
make[1]: Entering directory `/home/usr/public_html/icecast'
Making all in src
make[2]: Entering directory `/home/usr/public_html/icecast/src'
Making all in avl
make[3]: Entering directory `/home/usr/public_html/icecast/src/avl'
Makefile:282: .deps/libicecastavl_la-avl.Plo: No such file or directory
make[3]: *** No rule to make target `.deps/libicecastavl_la-avl.Plo'. Stop.
make[3]: Leaving directory `/home/usr/public_html/icecast/src/avl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/usr/public_html/icecast/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/usr/public_html/icecast'
make: *** [all] Error 2
I then went into the .deps folder and created the file libicecastavl_la-avl.Plo Ran make again and I still get the above error. Simply creating this file does not work as it did with the files that were erroring out in my first post.
I understand the basic install. You say that I seem to be taking a fragment of the build process. Yes it is this fragment where everything goes in the bit bucket. To answer the question about the previous parts being fine or not, as far as I know, up to this point everything has installed fine. All compiles appeared to complete with no errors or stops. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Feb 10, 2009 11:24 pm Post subject: |
|
|
hard to say at the moment, it's the first time this has been reported. Assuming this is our 2.3.2 release code and that you have renamed the top directory to be just icecast then the first order of business is to see the config.log file, to see what was determined. better off emailing me as that can be a large file.
karl. |
|
| Back to top |
|
 |
|