ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Владимир Гусев" <vova1971@narod.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: [Comm] cobex for Branch 4
Date: Thu, 27 Mar 2008 14:42:03 +0300
Message-ID: <20080327144203.2d8fecf2@biblo.gusev.ru> (raw)

Здравствуйте!

В очередной раз попытался пересобрать cobex для Branch 4 (забыл, в чем
была до этого причина неудачи). Ну и снова не собирается. В чем может
быть дело? 

[vova@biblo SPECS]$ rpm -ba cobex.spec 
Выполняется(%prep): /bin/sh -e /home/vova/tmp/rpm-tmp.63796
+ umask 022
+ /bin/mkdir -p /home/vova/RPM/BUILD
+ cd /home/vova/RPM/BUILD
+ cd /home/vova/RPM/BUILD
+ rm -rf cobex-0.2.4
+ echo 'Source #0 (cobex-0.2.4.tar.gz):'
Source #0 (cobex-0.2.4.tar.gz):
+ /bin/gzip -dc /home/vova/RPM/SOURCES/cobex-0.2.4.tar.gz
+ /bin/tar -xf -
+ cd cobex-0.2.4
+ /bin/chmod -Rf u+rwX,go-w .
+ exit 0
Выполняется(%build): /bin/sh -e /home/vova/tmp/rpm-tmp.63796
+ umask 022
+ /bin/mkdir -p /home/vova/RPM/BUILD
+ cd /home/vova/RPM/BUILD
+ cd cobex-0.2.4
+ '[' -n '' ']'
+ NPROCS=1
+ make -j1
make: Entering directory `/home/vova/RPM/BUILD/cobex-0.2.4'
gcc -O2 -Wall -c cobex_utils.c
gcc -O2 -Wall -c cobex_tools.c
gcc -O2 -Wall -c put.c
put.c: In function 'main':
put.c:186: warning: pointer targets in assignment differ in signedness
gcc -O2 -Wall -s -lezV24 -o cobex_put put.o cobex_utils.o cobex_tools.o
put.o: In function `mySignalHandler':
put.c:(.text+0xd): undefined reference to `v24ClosePort'
put.o: In function `sendBuffer':
put.c:(.text+0xd7): undefined reference to `v24ClosePort'
put.o: In function `openPort':
put.c:(.text+0x34d): undefined reference to `v24OpenPort'
put.c:(.text+0x365): undefined reference to `v24SetParameters'
put.c:(.text+0x386): undefined reference to `v24ClosePort'
put.o: In function `main':
put.c:(.text+0x43c): undefined reference to `v24Puts'
put.c:(.text+0x457): undefined reference to `v24ClosePort'
put.c:(.text+0x49b): undefined reference to `v24ClosePort'
put.c:(.text+0x556): undefined reference to `v24ClosePort'
cobex_utils.o: In function `waitFor':
cobex_utils.c:(.text+0x799): undefined reference to `v24Gets'
cobex_utils.o: In function `cobex_packet_recieve_t':
cobex_utils.c:(.text+0x84b): undefined reference to `v24HaveData'
cobex_utils.c:(.text+0x860): undefined reference to `v24Read'
cobex_utils.c:(.text+0x8bd): undefined reference to `v24HaveData'
cobex_utils.c:(.text+0x8ef): undefined reference to `v24Read'
cobex_utils.o: In function `cobex_packet_recieve':
cobex_utils.c:(.text+0x94d): undefined reference to `v24HaveData'
cobex_utils.c:(.text+0x962): undefined reference to `v24Read'
cobex_utils.c:(.text+0x9ab): undefined reference to `v24HaveData'
cobex_utils.c:(.text+0x9d3): undefined reference to `v24Read'
cobex_utils.o: In function `cobex_packet_send':
cobex_utils.c:(.text+0xa07): undefined reference to `v24Write'
cobex_tools.o: In function `ctools_connect':
cobex_tools.c:(.text+0x601): undefined reference to `v24Puts'
collect2: ld returned 1 exit status
make: *** [cobex_put] Error 1
make: Leaving directory `/home/vova/RPM/BUILD/cobex-0.2.4'
ошибка: Неверный код возврата из /home/vova/tmp/rpm-tmp.63796 (%build)


Ошибки сборки пакетов:
    Неверный код возврата из /home/vova/tmp/rpm-tmp.63796 (%build)


P.S. Жаль, что cobex заброшен. Это был лучший консольный пакет для
полноценной синхронизации с SonyEricsson.

-- 
С уважением,
Владимир Гусев


             reply	other threads:[~2008-03-27 11:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27 11:42 Владимир Гусев [this message]
2008-03-27 12:00 ` Eugene Ostapets
2008-03-27 13:29   ` Владимир Гусев
2008-03-27 13:33     ` Eugene Ostapets
2008-03-27 13:52       ` Владимир Гусев
2008-03-27 14:00     ` Damir Shayhutdinov
2008-03-29 18:53       ` Michael Shigorin
2008-03-29 19:34         ` Владимир Гусев
2008-03-29 20:51           ` [Comm] -Wl,--as-needed Michael Shigorin
2008-03-30  0:54             ` Dmitry V. Levin
2008-03-30 15:18               ` Владимир Гусев
2008-03-27 17:49   ` [Comm] cobex for Branch 4 Владимир Гусев
2008-03-27 17:54     ` Andrey Rahmatullin
2008-03-27 18:48       ` Владимир Гусев
2008-03-27 19:13         ` Damir Shayhutdinov
2008-03-27 12:58 ` Pavlov Konstantin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080327144203.2d8fecf2@biblo.gusev.ru \
    --to=vova1971@narod.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git