Mailinglist Archive: opensuse-packaging (216 mails)
| < Previous | Next > |
Re: [opensuse-packaging] upgrading nasm to 2.09.07
- From: Cristian Morales Vega <cmorve69@xxxxxxxx>
- Date: Wed, 16 Mar 2011 11:17:16 +0100
- Message-id: <AANLkTi=8s4ZLyn33tMJC72i9BKNn6szJ=u+5EU9jkK5a@mail.gmail.com>
2011/3/16 Per Jessen <per@xxxxxxxxxxxx>:
Anyway you should patch/sed out that __TIMESTAMP__ to allow
build-compare to do its work.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Per Jessen wrote:
Marcus Meissner wrote:
error: File /usr/src/packages/SOURCES/nasm-2.09.07.tar.bz2: No such
file or directory
nasm-2.09.07.tar.bz2 is the new tarball. What am I missing here?
adding it to the sources checkin...
osc add nasm-2.09.07.tar.bz2
osc ci
Ciao, Marcus
Duh! thanks.
Okay, next stumbling block:
my new nasm package built everywhere except SLE_10 :
gcc -c -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -O2 -W
-Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ver.o ver.c
ver.c:39: error: '__TIMESTAMP__' undeclared here (not in a function)
make: *** [ver.o] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.45632 (%build)
What I don't understand is - ver.c wasn't changed, so how
does/did the currently released nasm build on SLE_10?
Anyway you should patch/sed out that __TIMESTAMP__ to allow
build-compare to do its work.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |