Bug#330149: fails to build ( /usr/bin/ld: cannot open linker script file ./libmysql.ver: No such file or directory ) 5.0.12beta-4

2005-09-26 Thread Arturas K.

Package: mysql-server-5.0
Version: 5.0.12beta-4
Severity: grave

hello,

I personaly tried to build it on pure sarge plus mysql-dfsg-5.0 source 
from unstable ( apt-get build-deb mysql-dfsg-5.0  apt-get -b source 
mysql-dfsg-5.0 ). the build failed.


now I looked into
http://buildd.debian.org/fetch.php?pkg=mysql-dfsg-5.0ver=5.0.12beta-4arch=ia64stamp=1127637616file=logas=raw
http://buildd.debian.org/fetch.php?pkg=mysql-dfsg-5.0ver=5.0.12beta-4arch=powerpcstamp=1127496406file=logas=raw
and found exactly the same error:

gcc -shared  .libs/libmysql.o .libs/password.o .libs/manager.o 
.libs/get_password.o .libs/errmsg.o .libs/my_init.o .libs/my_static.o 
.libs/my_malloc.o .libs/my_realloc.o .libs/my_create.o .libs/my_delete.o 
.libs/mf_tempfile.o .libs/my_open.o .libs/my_file.o .libs/my_read.o 
.libs/my_write.o .libs/errors.o .libs/my_error.o .libs/my_getwd.o 
.libs/my_div.o .libs/mf_pack.o .libs/my_messnc.o .libs/mf_dirname.o 
.libs/mf_fn_ext.o .libs/mf_wcomp.o .libs/typelib.o .libs/safemalloc.o 
.libs/my_alloc.o .libs/mf_format.o .libs/mf_path.o .libs/mf_unixpath.o 
.libs/my_fopen.o .libs/my_symlink.o .libs/my_fstream.o 
.libs/mf_loadpath.o .libs/my_pthread.o .libs/my_thr_init.o 
.libs/thr_mutex.o .libs/mulalloc.o .libs/string.o .libs/default.o 
.libs/default_modify.o .libs/my_compress.o .libs/array.o .libs/my_once.o 
.libs/list.o .libs/my_net.o .libs/charset.o .libs/charset-def.o 
.libs/hash.o .libs/mf_iocache.o .libs/mf_iocache2.o .libs/my_seek.o 
.libs/my_sleep.o .libs/my_pread.o .libs/mf_cache.o .libs/md5.o 
.libs/sha1.o .libs/my_getopt.o .libs/my_gethostbyname.o .libs/my_port.o 
.libs/my_rename.o .libs/my_chsize.o .libs/my_lib.o .libs/strmov.o 
.libs/strxmov.o .libs/strxnmov.o .libs/strnmov.o .libs/strmake.o 
.libs/strend.o .libs/strtod.o .libs/strnlen.o .libs/strfill.o 
.libs/is_prefix.o .libs/int2str.o .libs/str2int.o .libs/strinstr.o 
.libs/strcont.o .libs/strcend.o .libs/bcmp.o .libs/ctype-latin1.o 
.libs/bchange.o .libs/bmove.o .libs/bmove_upp.o .libs/longlong2str.o 
.libs/strtoull.o .libs/strtoll.o .libs/llstr.o .libs/my_vsnprintf.o 
.libs/ctype.o .libs/ctype-simple.o .libs/ctype-bin.o .libs/ctype-mb.o 
.libs/ctype-big5.o .libs/ctype-czech.o .libs/ctype-cp932.o 
.libs/ctype-eucjpms.o .libs/ctype-euc_kr.o .libs/ctype-win1250ch.o 
.libs/ctype-utf8.o .libs/ctype-extra.o .libs/ctype-ucs2.o 
.libs/ctype-gb2312.o .libs/ctype-gbk.o .libs/ctype-sjis.o 
.libs/ctype-tis620.o .libs/ctype-ujis.o .libs/ctype-uca.o .libs/xml.o 
.libs/my_strtoll10.o .libs/str_alloc.o .libs/dbug.o .libs/pack.o 
.libs/client.o .libs/my_time.o .libs/vio.o .libs/viosocket.o 
.libs/viossl.o .libs/viosslfactories.o .libs/net.o  -lcrypt -lnsl -lm 
-lz  -Wl,--version-script=./libmysql.ver -Wl,-soname 
-Wl,libmysqlclient.so.15 -o .libs/libmysqlclient.so.15.0.0
/usr/bin/ld: cannot open linker script file ./libmysql.ver: No such file 
or directory

collect2: ld returned 1 exit status
make[3]: *** [libmysqlclient.la] Error 1
make[3]: Leaving directory 
`/build/buildd/mysql-dfsg-5.0-5.0.12beta/libmysql'

make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/mysql-dfsg-5.0-5.0.12beta'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/mysql-dfsg-5.0-5.0.12beta'
make: *** [build-stamp] Error 2

btv, I sugest to move ndb cluster functionality from mysql-server-5.0 
(and other if aplies) into something like mysql-server-ndb-5.0 - give a 
peek into official mysql rpm packaging ;)


---
ArturasK.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#330149: fails to build ( /usr/bin/ld: cannot open linker script file ./libmysql.ver: No such file or directory ) 5.0.12beta-4

2005-09-26 Thread Christian Hammers
Hello Arturas

On 2005-09-26 Arturas K. wrote:
 I personaly tried to build it on pure sarge plus mysql-dfsg-5.0 source 
 from unstable ( apt-get build-deb mysql-dfsg-5.0  apt-get -b source 
 mysql-dfsg-5.0 ). the build failed.
 
 now I looked into
 http://buildd.debian.org/fetch.php?pkg=mysql-dfsg-5.0ver=5.0.12beta-4arch=ia64stamp=1127637616file=logas=raw
 http://buildd.debian.org/fetch.php?pkg=mysql-dfsg-5.0ver=5.0.12beta-4arch=powerpcstamp=1127496406file=logas=raw
 and found exactly the same error:

Which architecture (CPU) do you use?


 btv, I sugest to move ndb cluster functionality from mysql-server-5.0 
 (and other if aplies) into something like mysql-server-ndb-5.0 - give a 
 peek into official mysql rpm packaging ;)
Wouldn't bring any advantages, or? I did not do it as it only makes
it more complicated to maintain 4.1 and 5.0 simultaneously in Debian.

-christian-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#330149: fails to build ( /usr/bin/ld: cannot open linker script file ./libmysql.ver: No such file or directory ) 5.0.12beta-4

2005-09-26 Thread Arturas K.

Christian Hammers wrote:

On 2005-09-26 Arturas K. wrote:
I personaly tried to build it on pure sarge plus mysql-dfsg-5.0 source 
from unstable ( apt-get build-deb mysql-dfsg-5.0  apt-get -b source 
mysql-dfsg-5.0 ). the build failed.


now I looked into
http://buildd.debian.org/fetch.php?pkg=mysql-dfsg-5.0ver=5.0.12beta-4arch=ia64stamp=1127637616file=logas=raw
http://buildd.debian.org/fetch.php?pkg=mysql-dfsg-5.0ver=5.0.12beta-4arch=powerpcstamp=1127496406file=logas=raw
and found exactly the same error:


Which architecture (CPU) do you use?


i386 - amd athlon xp (k7)

I will try building 5.0.12beta-2 from testing if my pc have some cpu 
cicles to spare ;)




btv, I sugest to move ndb cluster functionality from mysql-server-5.0 
(and other if aplies) into something like mysql-server-ndb-5.0 - give a 
peek into official mysql rpm packaging ;)

Wouldn't bring any advantages, or? I did not do it as it only makes
it more complicated to maintain 4.1 and 5.0 simultaneously in Debian.


I beleve only very small percentage of all mysql-server instalations use 
ndbc funcionality, so given the chois not to install - most will save 
disk space and mirror bandwith :) as for 4.1 - I had the same sugestion 
long ago, but I was lazy to report it ;)


---
ArturasK.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]