ОсновноеRadiotalkПользовательское
Общие вопросы по интернет радио вещанию
6   •   Посмотреть все темы

помогите

 

6245
Тарас @tarasian666
сам конец покажи

38
IIIeik @IIIeik
шас

Добавлено спустя 6 минут 24 секунды:
вот полный лог компилирования


make all-recursive
make[1]: Вход в каталог `/home/max/libxml-1.8.17'
Making all in doc
make[2]: Вход в каталог `/home/max/libxml-1.8.17/doc'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/max/libxml-1.8.17/doc'
make[2]: Вход в каталог `/home/max/libxml-1.8.17'
/bin/rm -f ./libxml
ln -s ./. ./libxml
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c SAX.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c SAX.c -fPIC -DPIC -o .libs/SAX.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c SAX.c -o SAX.o >/dev/null 2>&1
mv -f .libs/SAX.lo SAX.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c entities.c
rm -f .libs/entities.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c entities.c -fPIC -DPIC -o .libs/entities.lo
entities.c: In function 'xmlEncodeEntitiesReentrant':
entities.c:664: warning: implicit declaration of function 'xmlStrEqual'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c entities.c -o entities.o >/dev/null 2>&1
mv -f .libs/entities.lo entities.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c encoding.c
rm -f .libs/encoding.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c encoding.c -fPIC -DPIC -o .libs/encoding.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c encoding.c -o encoding.o >/dev/null 2>&1
mv -f .libs/encoding.lo encoding.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c error.c
rm -f .libs/error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c error.c -fPIC -DPIC -o .libs/error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c error.c -o error.o >/dev/null 2>&1
mv -f .libs/error.lo error.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c parser.c
rm -f .libs/parser.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c parser.c -fPIC -DPIC -o .libs/parser.lo
parser.c: In function 'xmlInitParser':
parser.c:674: warning: implicit declaration of function 'xmlInitializePredefinedEntities'
parser.c: In function 'xmlParseReference':
parser.c:6526: warning: unused variable 'hex'
parser.c:6604: warning: implicit declaration of function 'xmlParseBalancedChunkMemory'
parser.c:6611: warning: implicit declaration of function 'xmlParseExternalEntity'
parser.c: In function 'xmlParseBalancedChunkFile':
parser.c:10630: warning: control reaches end of non-void function
parser.c: In function 'xmlSAXUserParseFile':
parser.c:10944: warning: 'oldsax' may be used uninitialized in this function
parser.c: In function 'xmlSAXParseFile':
parser.c:10716: warning: 'oldsax' may be used uninitialized in this function
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c parser.c -o parser.o >/dev/null 2>&1
mv -f .libs/parser.lo parser.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c parserold.c
rm -f .libs/parserold.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c parserold.c -fPIC -DPIC -o .libs/parserold.lo
parserold.c: In function 'xmlOldParserHandleReference':
parserold.c:882: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:882: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c:938: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:938: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c: In function 'xmlOldParserHandlePEReference':
parserold.c:1114: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:1114: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c: In function 'xmlOldParseTryOrFinish':
parserold.c:6488: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:6488: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c: At top level:
parserold.c:130: warning: 'xmlOldParserInputRead' defined but not used
parserold.c:323: warning: 'nodeOldPush' defined but not used
parserold.c:563: warning: 'xmlOldNewStringInputStream' defined but not used
parserold.c:593: warning: 'xmlOldNewInputFromFile' defined but not used
parserold.c:1272: warning: 'xmlOldDecodeEntities' defined but not used
parserold.c:1552: warning: 'xmlOldHandleEntity' defined but not used
parserold.c:1651: warning: 'xmlOldNamespaceParseQName' defined but not used
parserold.c:1754: warning: 'xmlOldParseNamespace' defined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c parserold.c -o parserold.o >/dev/null 2>&1
mv -f .libs/parserold.lo parserold.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c HTMLparser.c
rm -f .libs/HTMLparser.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c HTMLparser.c -fPIC -DPIC -o .libs/HTMLparser.lo
HTMLparser.c: In function 'htmlParseTryOrFinish':
HTMLparser.c:3044: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
HTMLparser.c:3044: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c HTMLparser.c -o HTMLparser.o >/dev/null 2>&1
mv -f .libs/HTMLparser.lo HTMLparser.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c HTMLtree.c
rm -f .libs/HTMLtree.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c HTMLtree.c -fPIC -DPIC -o .libs/HTMLtree.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c HTMLtree.c -o HTMLtree.o >/dev/null 2>&1
mv -f .libs/HTMLtree.lo HTMLtree.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c debugXML.c
rm -f .libs/debugXML.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c debugXML.c -fPIC -DPIC -o .libs/debugXML.lo
debugXML.c: In function 'xmlDebugDumpNamespace':
debugXML.c:49: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlDebugDumpEntity':
debugXML.c:76: warning: format not a string literal and no format arguments
debugXML.c:98: warning: format not a string literal and no format arguments
debugXML.c:102: warning: format not a string literal and no format arguments
debugXML.c:106: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlDebugDumpAttr':
debugXML.c:121: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlDebugDumpOneNode':
debugXML.c:142: warning: format not a string literal and no format arguments
debugXML.c:189: warning: format not a string literal and no format arguments
debugXML.c:198: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlShellPwd':
debugXML.c:1019: warning: implicit declaration of function 'strcpy'
debugXML.c:1019: warning: incompatible implicit declaration of built-in function 'strcpy'
debugXML.c: In function 'xmlShell':
debugXML.c:1086: warning: implicit declaration of function 'strcmp'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c debugXML.c -o debugXML.o >/dev/null 2>&1
mv -f .libs/debugXML.lo debugXML.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c tree.c
rm -f .libs/tree.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c tree.c -fPIC -DPIC -o .libs/tree.lo
tree.c: In function 'xmlDocContentDump':
tree.c:4425: warning: implicit declaration of function 'xmlStrEqual'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c tree.c -o tree.o >/dev/null 2>&1
mv -f .libs/tree.lo tree.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xpath.c
rm -f .libs/xpath.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xpath.c -fPIC -DPIC -o .libs/xpath.lo
xpath.c: In function 'xmlXPathInit':
xpath.c:145: warning: division by zero
xpath.c:148: warning: division by zero
xpath.c:151: warning: division by zero
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xpath.c -o xpath.o >/dev/null 2>&1
mv -f .libs/xpath.lo xpath.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xmlIO.c
rm -f .libs/xmlIO.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xmlIO.c -fPIC -DPIC -o .libs/xmlIO.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xmlIO.c -o xmlIO.o >/dev/null 2>&1
mv -f .libs/xmlIO.lo xmlIO.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xmlmemory.c
rm -f .libs/xmlmemory.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xmlmemory.c -fPIC -DPIC -o .libs/xmlmemory.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c xmlmemory.c -o xmlmemory.o >/dev/null 2>&1
mv -f .libs/xmlmemory.lo xmlmemory.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c nanohttp.c
rm -f .libs/nanohttp.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -g -O2 -Wall -c nanohttp.c -fPIC -DPIC -o .libs/nanohttp.lo
nanohttp.c: In function 'xmlNanoHTTPFetch':
nanohttp.c:1156: warning: ignoring return value of 'write', declared with attribute warn_unused_result
nanohttp.c: In function 'xmlNanoHTTPSave':
nanohttp.c:1193: warning: ignoring return value of 'write', declared with attribute warn_unused_result
In file included from /usr/include/fcntl.h:217,
from nanohttp.c:47:
In function 'open',
inlined from 'xmlNanoHTTPSave' at nanohttp.c:1185:
/usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments
make[2]: *** [nanohttp.lo] Ошибка 1
make[2]: Выход из каталога `/home/max/libxml-1.8.17'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Выход из каталога `/home/max/libxml-1.8.17'
make: *** [all-recursive-am] Ошибка 2

Отредактировано IIIeik - 06.10.2010
6245
Тарас @tarasian666
вобще то я говорил о конфигурировании а не о всем компилировании
здесь могу только подозревать что надо библиотеку libxml

38
IIIeik @IIIeik
я скинул полную конфигурацию и продолжение тобиш само компилирование

38
IIIeik @IIIeik
ну да нехватало библиотеки libxml2-dev
теперь апять 25 другая ошибка

Into the land of the dreaded daemons we go... (pid: 3656)

что рыть ??

6245
Тарас @tarasian666
кто сказал что ошибка? как раз все хорошо

38
IIIeik @IIIeik
а нет всё разобрался это запуск )) тему можно закрывать

17
Емеля @Емеля
У меня та же проблема:
ices -c /etc/icecast/ices.conf
Cannot use config file (no XML support).
Ices Exiting...
Что делаю не так? И как сделать недостающую библиотеку libxml2-dev если дело в ней?

6245
Тарас @tarasian666
просто установить из репозиторий

17
Емеля @Емеля
Что пошагово нужно сделать?
я даю команду ipkg update и вижу что libxml2-dev там нет, соответственно ipkg install libxml2-dev не работает.
Или эту библиотеку где-то еще нужно искать?
Вроде нашел, но говорит что она уже установлена:
ipkg install libxml2
Package libxml2 (2.7.8-1) installed in root is up to date.
Nothing to be done
Successfully terminated.

Но все равно не проходит запуск ices:
ices -c /etc/icecast/ices.conf
Cannot use config file (no XML support).
Ices Exiting...

Отредактировано Емеля - 30.11.2010
6245
Тарас @tarasian666
yum install libxml2-dev или yum install libxml2-devel если red-hat подобная ос
apt-gel install libxml2-dev если debian подобная ос

пересобрать ices

38
IIIeik @IIIeik
ices не видит файлы
вот лог

Logfile opened
Error opening /home/IIIeiK/music/blink_182_-_whats_my_age_again.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/1.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/pain_-_shut_your_mouth.mp: Error opening: No such file or directory
Error opening /home/IIIeiK/music/linkin_park_-_somewhere_i_belong.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/blink_182_-_whats_my_age_again.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/1.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/pain_-_shut_your_mouth.mp: Error opening: No such file or directory
Error opening /home/IIIeiK/music/linkin_park_-_somewhere_i_belong.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/blink_182_-_whats_my_age_again.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/1.mp3
: Error opening: No such file or directory
Error opening /home/IIIeiK/music/pain_-_shut_your_mouth.mp: Error opening: No such file or directory
Exiting after 10 consecutive errors.
Ices Exiting...
подцкажите почему?, файил в той деректории лежит путь правельный

Отредактировано IIIeik - 17.01.2011
6245
Тарас @tarasian666
плейлист как создавали?

38
IIIeik @IIIeik
обычный txt
вот что в нём
/home/IIIeiK/music/1.mp3
/home/IIIeiK/music/blink_182_-_whats_my_age_again.mp3
/home/IIIeiK/music/linkin_park_-_somewhere_i_belong.mp3
/home/IIIeiK/music/pain_-_shut_your_mouth.mp3

6245
Тарас @tarasian666
имею ввиду сами заполняли? если да тогда все ясно, ices привередлив к "невидимым" для человека знакам
откройте с помощью редактора vi и увидите что там на самом деле.
лучше всего создавать командой find (или ls)

833
metra52 @metra52
для вашего случая коммандой

find /home/IIIeiK/music/*.mp3 > playlist.txt

допустим=)

38
IIIeik @IIIeik
metra52 пишет:

для вашего случая коммандой

find /home/IIIeiK/music/*.mp3 > playlist.txt

допустим=)

спасибо помагло )

833
metra52 @metra52
))))