All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] dpkg-utils, ./configure --host, mysql3.23
@ 2001-06-04 10:19 diab
  2001-06-04 18:13 ` Richard Hirst
  0 siblings, 1 reply; 2+ messages in thread
From: diab @ 2001-06-04 10:19 UTC (permalink / raw)
  To: parisc-linux

just tried to apt-get source wget to make a debianized version of it, but
dpkg-utils (which contains dpkg-source) depends on perl5 which is not
installed. this way it is kind of hard to simply make debs using the
usual apt-get source approach.

anyways i found the older ./configure -s (which displays unknown host
type) will just run fine using --host=hppa-pc-linux-gnu or
hppa-hp-linux-gnu.

still no luck compiling mysql 3.23.38 so far :( i tried with different
options, but in /client (which is quite "far" from the beginning, i mean
lotsa compiling succeeds) i just keep getting:

snowball:/usr/local/src/mysql-3.23.38/client# make
/bin/sh ../libtool --mode=link gcc  -O3 -DDBUG_OFF
-fno-implicit-templates -rdynamic -o mysql  mysql.o readline.o
sql_string.o completion_hash.o -lreadline -lncurses
../libmysql/libmysqlclient.la  -lcrypt -lnsl -lm 
gcc -O3 -DDBUG_OFF -fno-implicit-templates -rdynamic -o .libs/mysql
mysql.o readline.o sql_string.o completion_hash.o -lreadline -lncurses
../libmysql/.libs/libmysqlclient.so -lcrypt -lnsl -lm -lcrypt -lnsl -lm
-Wl,--rpath -Wl,/usr/local/lib/mysql
mysql.o: In function `add_line(String&, char*, char*)':
mysql.o(.text+0x1d50): undefined reference to `std::terminate()'
/usr/bin/ld: mysql.o(.text+0x1d50): cannot find stub entry
00000014__ZSt9terminatev+0
/usr/bin/ld: mysql.o(.text+0x1d50): cannot handle R_PARISC_PCREL17F for
std::terminate()
mysql.o: In function `L948':
mysql.o(.text+0x31e8): undefined reference to `std::terminate()'
/usr/bin/ld: mysql.o(.text+0x31e8): cannot find stub entry
00000014__ZSt9terminatev+0
/usr/bin/ld: mysql.o(.text+0x31e8): cannot handle R_PARISC_PCREL17F for
std::terminate()
collect2: ld returned 1 exit status
make: *** [mysql] Error 1

any1 has an idea what can i do to make it work? i tried --without-readline
(as it seems this error might be around readline) but no luck with the
built in libreadline*so so far.

the other thing is: it seems that this list is rather
hardware/kernel/low level programming oriented, not dealing w/ 
software issues that much.
if this is the case, which is the best list to discuss sw issues?

regards,

--
diab 
		

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

* Re: [parisc-linux] dpkg-utils, ./configure --host, mysql3.23
  2001-06-04 10:19 [parisc-linux] dpkg-utils, ./configure --host, mysql3.23 diab
@ 2001-06-04 18:13 ` Richard Hirst
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Hirst @ 2001-06-04 18:13 UTC (permalink / raw)
  To: diab; +Cc: parisc-linux

On Mon, Jun 04, 2001 at 12:19:02PM +0200, diab wrote:
> 
> just tried to apt-get source wget to make a debianized version of it, but
> dpkg-utils (which contains dpkg-source) depends on perl5 which is not
> installed. this way it is kind of hard to simply make debs using the
> usual apt-get source approach.

I have a machine on which I just did a clean install from the 0.9 release
CD, and then upgraded all installed packages from the more-packages dir.
Installed various other debs from the CD and web also.

slab:/usr/src/wget# apt-get -b source wget
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 722kB of source archives.
Get:1 http://http.us.debian.org unstable/main wget 1.6-2 (dsc) [713B]
Get:2 http://http.us.debian.org unstable/main wget 1.6-2 (tar) [671kB]
Get:3 http://http.us.debian.org unstable/main wget 1.6-2 (diff) [50.4kB]                                                                   
dpkg-source: extracting wget in wget-1.6                                                                                                   
dpkg-buildpackage: source package is wget
dpkg-buildpackage: source version is 1.6-2
dpkg-buildpackage: source maintainer is Nicolás Lichtmaier <nick@debian.org>
dpkg-buildpackage: build architecture is hppa

etc.  had to edit debian/rules to add --host=hppa-linux
to the configure line, but after that it builds ok.

The perl5 problem should be solved by the new version of apt
that is on the CD.  perl provides perl5, but the old apt you
(probably) have doesn't understand that.

Richard

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

end of thread, other threads:[~2001-06-04 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-04 10:19 [parisc-linux] dpkg-utils, ./configure --host, mysql3.23 diab
2001-06-04 18:13 ` Richard Hirst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.