* [sisyphus] Ошибки при сборке.
@ 2003-06-03 7:24 Андрей Новосёлов
2003-06-03 9:48 ` [sisyphus] " Alexey Tourbin
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Андрей Новосёлов @ 2003-06-03 7:24 UTC (permalink / raw)
To: sisyphus
Взял gjots...src.rpm попытался сделать rpm --rebuild gjots.... Вот
выскакивает
make[1]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9'
Making all in macros
make[2]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9/macros'
Making all in src
make[2]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
-I/usr/include/gtk-1.2 -I/usr/X11R6/include
-DMANUALDIR=\""/usr/share/doc/gjots-0.9"\" -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -Wunused -c main.c
main.c:49:18: popt.h: No such file or directory
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9'
make: *** [all-recursive-am] Error 2
ошибка: Неверный код возврата из /home/andy/tmp/rpm-tmp.35827 (%build)
Ошибки сборки пакетов:
Неверный код возврата из /home/andy/tmp/rpm-tmp.35827 (%build)
Что я не так сделал, что можно посмотреть на пердмет подправить?
--
С наилучшими пожеланиями, Андрей.
Зарегистрироанный пользователь Linux
-=*** N 282220 ***=-
^ permalink raw reply [flat|nested] 4+ messages in thread
* [sisyphus] Re: Ошибки при сборке.
2003-06-03 7:24 [sisyphus] Ошибки при сборке Андрей Новосёлов
@ 2003-06-03 9:48 ` Alexey Tourbin
2003-06-03 10:05 ` [sisyphus] Re: [sisyphus] " Andrey Semenov
2003-06-03 13:09 ` Andrey Semenov
2 siblings, 0 replies; 4+ messages in thread
From: Alexey Tourbin @ 2003-06-03 9:48 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 172 bytes --]
On Tue, Jun 03, 2003 at 10:24:16AM +0300, Андрей Новосёлов wrote:
> main.c:49:18: popt.h: No such file or directory
libpopt-devel?
И почему люди не пользуются buildreq...
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [sisyphus] Re: [sisyphus] Ошибки при сборке.
2003-06-03 7:24 [sisyphus] Ошибки при сборке Андрей Новосёлов
2003-06-03 9:48 ` [sisyphus] " Alexey Tourbin
@ 2003-06-03 10:05 ` Andrey Semenov
2003-06-03 13:09 ` Andrey Semenov
2 siblings, 0 replies; 4+ messages in thread
From: Andrey Semenov @ 2003-06-03 10:05 UTC (permalink / raw)
To: Андрей
Новосёлов
Hello Андрей,
Tuesday, June 03, 2003, 11:24:16 AM, you wrote:
АН> Взял gjots...src.rpm попытался сделать rpm --rebuild gjots.... Вот
АН> выскакивает
АН> make[1]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9'
АН> Making all in macros
АН> make[2]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9/macros'
АН> make[2]: Nothing to be done for `all'.
АН> make[2]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9/macros'
АН> Making all in src
АН> make[2]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9/src'
АН> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gnome-1.0
АН> -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
АН> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
АН> -I/usr/include/gtk-1.2 -I/usr/X11R6/include
АН> -DMANUALDIR=\""/usr/share/doc/gjots-0.9"\" -pipe -Wall -O2
АН> -fexpensive-optimizations -march=i686 -Wall -Wunused -c main.c
АН> main.c:49:18: popt.h: No such file or directory
!!!!!!!!!!!
Видать ему нужен пакет в котором есть этот файл.
Подозреваю что это пакет libpopt-1.7-alt7 :)
!!!!!!!!!!!
АН> make[2]: *** [main.o] Error 1
АН> make[2]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9/src'
АН> make[1]: *** [all-recursive] Error 1
АН> make[1]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9'
АН> make: *** [all-recursive-am] Error 2
АН> ошибка: Неверный код возврата из /home/andy/tmp/rpm-tmp.35827 (%build)
АН> Ошибки сборки пакетов:
АН> Неверный код возврата из /home/andy/tmp/rpm-tmp.35827 (%build)
АН> Что я не так сделал, что можно посмотреть на пердмет подправить?
Андрей Семенов
mitrofan@altlinux.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* [sisyphus] Re: [sisyphus] Ошибки при сборке.
2003-06-03 7:24 [sisyphus] Ошибки при сборке Андрей Новосёлов
2003-06-03 9:48 ` [sisyphus] " Alexey Tourbin
2003-06-03 10:05 ` [sisyphus] Re: [sisyphus] " Andrey Semenov
@ 2003-06-03 13:09 ` Andrey Semenov
2 siblings, 0 replies; 4+ messages in thread
From: Andrey Semenov @ 2003-06-03 13:09 UTC (permalink / raw)
To: Андрей
Новосёлов
Hello Андрей,
Tuesday, June 03, 2003, 11:24:16 AM, you wrote:
АН> Взял gjots...src.rpm попытался сделать rpm --rebuild gjots.... Вот
АН> выскакивает
АН> make[1]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9'
АН> Making all in macros
АН> make[2]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9/macros'
АН> make[2]: Nothing to be done for `all'.
АН> make[2]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9/macros'
АН> Making all in src
АН> make[2]: Entering directory `/home/andy/RPM/BUILD/gjots-0.9/src'
АН> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gnome-1.0
АН> -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
АН> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
АН> -I/usr/include/gtk-1.2 -I/usr/X11R6/include
АН> -DMANUALDIR=\""/usr/share/doc/gjots-0.9"\" -pipe -Wall -O2
АН> -fexpensive-optimizations -march=i686 -Wall -Wunused -c main.c
АН> main.c:49:18: popt.h: No such file or directory
Нужна библиотека libpopt-devel
АН> make[2]: *** [main.o] Error 1
АН> make[2]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9/src'
АН> make[1]: *** [all-recursive] Error 1
АН> make[1]: Leaving directory `/home/andy/RPM/BUILD/gjots-0.9'
АН> make: *** [all-recursive-am] Error 2
АН> ошибка: Неверный код возврата из /home/andy/tmp/rpm-tmp.35827 (%build)
АН> Ошибки сборки пакетов:
АН> Неверный код возврата из /home/andy/tmp/rpm-tmp.35827 (%build)
АН> Что я не так сделал, что можно посмотреть на пердмет подправить?
Андрей Семенов
mitrofan@altlinux.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-03 13:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-03 7:24 [sisyphus] Ошибки при сборке Андрей Новосёлов
2003-06-03 9:48 ` [sisyphus] " Alexey Tourbin
2003-06-03 10:05 ` [sisyphus] Re: [sisyphus] " Andrey Semenov
2003-06-03 13:09 ` Andrey Semenov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git