ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] transcode-1.0.2-alt3.3: x86_64 rebuild failed [1]
  @ 2007-05-22  8:55 ` Konstantin A. Lepikhov
  2007-05-22  9:02   ` Anton Farygin
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin A. Lepikhov @ 2007-05-22  8:55 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]

Hi QA!

Tuesday 22, at 12:33:39 PM you wrote:

...
>  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/lib64/transcode\" -I.. -I../src -I../libtc -I/usr/include -I../libac3 -I../avilib -I/usr/include -I/usr/include/ffmpeg -I/usr/include/dirac -I/usr/include -I/usr/include/libxml2 -I../libvo -I/usr/include -I/usr/include -I/usr/include/lqt -I../libxio -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -O2 -c import_im.c  -fPIC -DPIC -o .libs/import_im.o
> import_im.c: In function 'import_im_decode':
> import_im.c:269: error: invalid operands to binary >>
> import_im.c:272: error: invalid operands to binary >>
> import_im.c:275: error: invalid operands to binary >>
> make[3]: *** [import_im.lo] Error 1
> make[3]: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2/import'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2/import'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2'
> make: *** [all] Error 2
> make: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2'
> error: Bad exit status from /usr/src/tmp/rpm-tmp.92544 (%build)
> 
> RPM build errors:
>     Bad exit status from /usr/src/tmp/rpm-tmp.92544 (%build)
> Command exited with non-zero status 1
> 72.56user 18.09system 1:44.86elapsed 86%CPU (0avgtext+0avgdata 0maxresident)k
> 0inputs+0outputs (0major+5361710minor)pagefaults 0swaps
> hsh-rebuild: rebuild of `transcode-1.0.2-alt3.3.src.rpm' failed.
> Command exited with non-zero status 1
> 
И ImageMagic туда же. Почему изменилось API без смены soname?

-- 
WBR et al.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] transcode-1.0.2-alt3.3: x86_64 rebuild failed [1]
  2007-05-22  8:55 ` [devel] transcode-1.0.2-alt3.3: x86_64 rebuild failed [1] Konstantin A. Lepikhov
@ 2007-05-22  9:02   ` Anton Farygin
  2007-05-22  9:26     ` [devel] ranscode-1.0.2-alt3.3: " Konstantin A. Lepikhov
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Farygin @ 2007-05-22  9:02 UTC (permalink / raw)
  To: devel

Konstantin A. Lepikhov wrote:
> Hi QA!
> 
> Tuesday 22, at 12:33:39 PM you wrote:
> 
> ...
>>  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/lib64/transcode\" -I.. -I../src -I../libtc -I/usr/include -I../libac3 -I../avilib -I/usr/include -I/usr/include/ffmpeg -I/usr/include/dirac -I/usr/include -I/usr/include/libxml2 -I../libvo -I/usr/include -I/usr/include -I/usr/include/lqt -I../libxio -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -O2 -c import_im.c  -fPIC -DPIC -o .libs/import_im.o
>> import_im.c: In function 'import_im_decode':
>> import_im.c:269: error: invalid operands to binary >>
>> import_im.c:272: error: invalid operands to binary >>
>> import_im.c:275: error: invalid operands to binary >>
>> make[3]: *** [import_im.lo] Error 1
>> make[3]: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2/import'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2/import'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2'
>> make: *** [all] Error 2
>> make: Leaving directory `/usr/src/RPM/BUILD/transcode-1.0.2'
>> error: Bad exit status from /usr/src/tmp/rpm-tmp.92544 (%build)
>>
>> RPM build errors:
>>     Bad exit status from /usr/src/tmp/rpm-tmp.92544 (%build)
>> Command exited with non-zero status 1
>> 72.56user 18.09system 1:44.86elapsed 86%CPU (0avgtext+0avgdata 0maxresident)k
>> 0inputs+0outputs (0major+5361710minor)pagefaults 0swaps
>> hsh-rebuild: rebuild of `transcode-1.0.2-alt3.3.src.rpm' failed.
>> Command exited with non-zero status 1
>>
> И ImageMagic туда же. Почему изменилось API без смены soname?

формат Quantum изменился не по причине изменения ImageMagick, а по 
причине его сборки с поддержкой HDRI.


#if defined(UseHDRI)
typedef double Quantum;
#define QuantumFormat  "%g"
#else
typedef unsigned long long Quantum;
#define QuantumFormat  "%llu"
#endif

если это облегчит жизнь - я готов его собрать без поддержки HDRI в Sisyphus.

О HDRI:
http://ru.wikipedia.org/wiki/HDRI

Rgds,
Rider


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] ranscode-1.0.2-alt3.3: x86_64 rebuild failed [1]
  2007-05-22  9:02   ` Anton Farygin
@ 2007-05-22  9:26     ` Konstantin A. Lepikhov
  2007-05-22  9:33       ` Anton Farygin
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin A. Lepikhov @ 2007-05-22  9:26 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]

Hi Anton!

Tuesday 22, at 01:02:47 PM you wrote:

...
> > И ImageMagic туда же. Почему изменилось API без смены soname?
> 
> формат Quantum изменился не по причине изменения ImageMagick, а по 
> причине его сборки с поддержкой HDRI.
> 
> 
> #if defined(UseHDRI)
> typedef double Quantum;
> #define QuantumFormat  "%g"
> #else
> typedef unsigned long long Quantum;
> #define QuantumFormat  "%llu"
> #endif
> 
> если это облегчит жизнь - я готов его собрать без поддержки HDRI в Sisyphus.
собери. Если они так делают, то лучше поддержку HDRI сделать либо ключиком
в .spec, либо вообще вынести в отдельный пакет.

-- 
WBR et al.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] ranscode-1.0.2-alt3.3: x86_64 rebuild failed [1]
  2007-05-22  9:26     ` [devel] ranscode-1.0.2-alt3.3: " Konstantin A. Lepikhov
@ 2007-05-22  9:33       ` Anton Farygin
  0 siblings, 0 replies; 4+ messages in thread
From: Anton Farygin @ 2007-05-22  9:33 UTC (permalink / raw)
  To: ALT Devel discussion list

Konstantin A. Lepikhov wrote:
> Hi Anton!
> 
> Tuesday 22, at 01:02:47 PM you wrote:
> 
> ...
>>> И ImageMagic туда же. Почему изменилось API без смены soname?
>> формат Quantum изменился не по причине изменения ImageMagick, а по 
>> причине его сборки с поддержкой HDRI.
>>
>>
>> #if defined(UseHDRI)
>> typedef double Quantum;
>> #define QuantumFormat  "%g"
>> #else
>> typedef unsigned long long Quantum;
>> #define QuantumFormat  "%llu"
>> #endif
>>
>> если это облегчит жизнь - я готов его собрать без поддержки HDRI в Sisyphus.
> собери. Если они так делают, то лучше поддержку HDRI сделать либо ключиком
> в .spec, либо вообще вынести в отдельный пакет.

Подозреваю что у них не было выхода.

собираю без HDRI, а тебе видимо стоит спросить mainstream transcode как 
подружить transcode с новым imagemagick с поддержкой HDRI, в котором 
изменился тип данных для каналов в этой структуре.


Rgds,
Anton


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-22  9:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-22  8:55 ` [devel] transcode-1.0.2-alt3.3: x86_64 rebuild failed [1] Konstantin A. Lepikhov
2007-05-22  9:02   ` Anton Farygin
2007-05-22  9:26     ` [devel] ranscode-1.0.2-alt3.3: " Konstantin A. Lepikhov
2007-05-22  9:33       ` Anton Farygin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

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

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


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