Re: libedit.so.2: cannot open shared object file

2011-09-21 Thread Aníbal Monsalve Salazar
Version: 2.11-20080614-3

On Thu, Sep 08, 2011 at 07:12:13PM +0200, Frans van Berckel wrote:
On Thu, 2011-09-08 at 16:12 +0200, Aurelien Jarno wrote:

I have filled bug#640919 with a patch, fixing this issue, as well as a
powerpc issue.

I just uploaded pmake_1.111-3.2 fixing bug#640919.

Aurelien,

Thanks, I just installed the new libedit2 package from debian-ports. Did
you build pmake outside of the buildd? It's available in the repro true.

Frans van Berckel


signature.asc
Description: Digital signature


Re: libedit.so.2: cannot open shared object file

2011-09-08 Thread Aurelien Jarno
On Sun, Sep 04, 2011 at 12:09:56PM +1000, Aníbal Monsalve Salazar wrote:
 On Fri, Sep 02, 2011 at 10:43:48AM +0200, Frans van Berckel wrote:
 On Thu, 2011-09-01 at 20:36 +0200, Julien Cristau wrote:
 On Thu, Sep  1, 2011 at 18:27:37 +0200, Frans van Berckel wrote:
 
 On Thu, 2011-09-01 at 15:59 +0200, Josip Rodin wrote:
 On Thu, Sep 01, 2011 at 10:15:23AM +0200, Frans van Berckel wrote:
 
 So I found the installed libedit2_2.11-20080614-3_sparc64 package is
 only symbolic linking, but does not holds the libedit.so.2.11 it selfs.
 
 Well, try find the build log for the package on sparc64 and see how it
 managed to build a package without error but also without a proper 
 result? :)
 
 Okay comparing the sparc64 and s390x log files. The source of both are
 the same. The first diff I have found.
 
 *This is what sparc64 does.*
 building standard edit library
 ranlib libedit.a
 all === readline
 touch build-stamp
 
 Looks like a bug in pmake:
 
 NOPIC   Do not build PIC versions of system libraries, and
 do not build shared libraries.  [set if ${MACHINE_ARCH}
 is sparc64, unset otherwise.]
 
 That might make sense on NetBSD, it certainly doesn't on Debian.
 
 It's not that clear to me what they exactly do in the bsd.own.mk patch
 for all the different architectures. But this a sparc64-only part.
 
 +# The sparc64 port is incomplete.
 +.if ${MACHINE_ARCH} == sparc64
 +NOPROFILE=1
 +NOPIC=1
 +NOLINT=1
 +.endif
 
 Who is able to write a understanding bug report?
 
 Perhaps Guillem or Aurelien?
 
 Hopefully with a patch. :)
 

I have filled bug#640919 with a patch, fixing this issue, as well as a
powerpc issue.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110908141226.gd11...@hall.aurel32.net



Re: libedit.so.2: cannot open shared object file

2011-09-08 Thread Frans van Berckel
On Thu, 2011-09-08 at 16:12 +0200, Aurelien Jarno wrote:
 
 I have filled bug#640919 with a patch, fixing this issue, as well as a
 powerpc issue.

Aurelien,

Thanks, I just installed the new libedit2 package from debian-ports. Did
you build pmake outside of the buildd? It's available in the repro true.

Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1315501936.4419.8.ca...@deblnxsrv222.lan



Re: libedit.so.2: cannot open shared object file

2011-09-07 Thread Frans van Berckel
On Sun, 2011-09-04 at 12:09 +1000, Aníbal Monsalve Salazar wrote:

 It's not that clear to me what they exactly do in the bsd.own.mk patch
 for all the different architectures. But this a sparc64-only part.
 
 +# The sparc64 port is incomplete.
 +.if ${MACHINE_ARCH} == sparc64
 +NOPROFILE=1
 +NOPIC=1
 +NOLINT=1
 +.endif
 
 Who is able to write a understanding bug report?
 
 Perhaps Guillem or Aurelien?
 
 Hopefully with a patch. :)

Because I wanne be sure, tracking the issue, I just submit ...

[sparc64] libedit does not build PIC versions of system libraries
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=+640848

Thanks,


Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1315432402.2777.29.ca...@deblnxsrv222.lan



Re: libedit.so.2: cannot open shared object file

2011-09-03 Thread Aníbal Monsalve Salazar
On Fri, Sep 02, 2011 at 10:43:48AM +0200, Frans van Berckel wrote:
On Thu, 2011-09-01 at 20:36 +0200, Julien Cristau wrote:
On Thu, Sep  1, 2011 at 18:27:37 +0200, Frans van Berckel wrote:

On Thu, 2011-09-01 at 15:59 +0200, Josip Rodin wrote:
On Thu, Sep 01, 2011 at 10:15:23AM +0200, Frans van Berckel wrote:

So I found the installed libedit2_2.11-20080614-3_sparc64 package is
only symbolic linking, but does not holds the libedit.so.2.11 it selfs.

Well, try find the build log for the package on sparc64 and see how it
managed to build a package without error but also without a proper result? 
:)

Okay comparing the sparc64 and s390x log files. The source of both are
the same. The first diff I have found.

*This is what sparc64 does.*
building standard edit library
ranlib libedit.a
all === readline
touch build-stamp

Looks like a bug in pmake:

NOPIC   Do not build PIC versions of system libraries, and
do not build shared libraries.  [set if ${MACHINE_ARCH}
is sparc64, unset otherwise.]

That might make sense on NetBSD, it certainly doesn't on Debian.

It's not that clear to me what they exactly do in the bsd.own.mk patch
for all the different architectures. But this a sparc64-only part.

+# The sparc64 port is incomplete.
+.if ${MACHINE_ARCH} == sparc64
+NOPROFILE=1
+NOPIC=1
+NOLINT=1
+.endif

Who is able to write a understanding bug report?

Perhaps Guillem or Aurelien?

Hopefully with a patch. :)

Thanks,


Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1314953029.1870.23.ca...@deblnxsrv222.lan


signature.asc
Description: Digital signature


Re: libedit.so.2: cannot open shared object file

2011-09-02 Thread Frans van Berckel
On Thu, 2011-09-01 at 20:36 +0200, Julien Cristau wrote:
 On Thu, Sep  1, 2011 at 18:27:37 +0200, Frans van Berckel wrote:
 
  On Thu, 2011-09-01 at 15:59 +0200, Josip Rodin wrote:
   On Thu, Sep 01, 2011 at 10:15:23AM +0200, Frans van Berckel wrote:
  
So I found the installed libedit2_2.11-20080614-3_sparc64 package is
only symbolic linking, but does not holds the libedit.so.2.11 it selfs.
   
   Well, try find the build log for the package on sparc64 and see how it
   managed to build a package without error but also without a proper 
   result? :)
  
  Okay comparing the sparc64 and s390x log files. The source of both are
  the same. The first diff I have found.
  
  *This is what sparc64 does.*
  building standard edit library
  ranlib libedit.a
  all === readline
  touch build-stamp
 
 Looks like a bug in pmake:
 
 NOPIC   Do not build PIC versions of system libraries, and
 do not build shared libraries.  [set if ${MACHINE_ARCH}
 is sparc64, unset otherwise.]
 
 That might make sense on NetBSD, it certainly doesn't on Debian.

It's not that clear to me what they exactly do in the bsd.own.mk patch
for all the different architectures. But this a sparc64-only part.

+# The sparc64 port is incomplete.
+.if ${MACHINE_ARCH} == sparc64
+NOPROFILE=1
+NOPIC=1
+NOLINT=1
+.endif

Who is able to write a understanding bug report?

Thanks,


Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1314953029.1870.23.ca...@deblnxsrv222.lan



libedit.so.2: cannot open shared object file

2011-09-01 Thread Frans van Berckel
Hi guys,

I am hitting a problem with the sparc64-port while connecting postgresql.

root@deblnxsrv254:~/# su - postgres
postgres@deblnxsrv254:~$ psql template1 
loading shared libraries: libedit.so.2: cannot open shared object file:
No such file or directory

So I found the installed libedit2_2.11-20080614-3_sparc64 package is
only symbolic linking, but does not holds the libedit.so.2.11 it selfs.

Is this true? And how can I solve the problem?

root@deblnxsrv254:~/# ls /usr/lib/sparc64-linux-gnu/libedit.so.2* -l
lrwxrwxrwx 1 root root 15 Aug 29 10:02 
/usr/lib/sparc64-linux-gnu/libedit.so.2 - libedit.so.2.11

Thanks,


Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1314864925.2377.17.ca...@deblnxsrv222.lan



Re: libedit.so.2: cannot open shared object file

2011-09-01 Thread Anibal Monsalve Salazar
On Thu, Sep 01, 2011 at 10:15:23AM +0200, Frans van Berckel wrote:
 Hi guys,
 
 I am hitting a problem with the sparc64-port while connecting postgresql.
 
 root@deblnxsrv254:~/# su - postgres
 postgres@deblnxsrv254:~$ psql template1 
 loading shared libraries: libedit.so.2: cannot open shared object file:
 No such file or directory
 
 So I found the installed libedit2_2.11-20080614-3_sparc64 package is
 only symbolic linking, but does not holds the libedit.so.2.11 it selfs.
 
 Is this true?

On my Debian mirror disk, libedit2_2.11-20080614-3_sparc.deb has
libedit.so.2.11 in /usr/lib/sparc-linux-gnu/, see below.

dpkg -c /srv/debian/pool/main/libe/libedit/libedit2_2.11-20080614-3_sparc.deb
drwxr-xr-x root/root 0 2011-08-28 14:41 ./
drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/
drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/share/
drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/share/doc/
drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/share/doc/libedit2/
-rw-r--r-- root/root  1995 2011-08-27 17:34 
./usr/share/doc/libedit2/copyright
-rw-r--r-- root/root  3550 2011-08-28 11:01 
./usr/share/doc/libedit2/changelog.Debian.gz
drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/lib/
drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/lib/sparc-linux-gnu/
-rw-r--r-- root/root122188 2011-08-28 14:41 
./usr/lib/sparc-linux-gnu/libedit.so.2.11
lrwxrwxrwx root/root 0 2011-08-28 14:41 
./usr/lib/sparc-linux-gnu/libedit.so.2 - libedit.so.2.11

 And how can I solve the problem?
 
 root@deblnxsrv254:~/# ls /usr/lib/sparc64-linux-gnu/libedit.so.2* -l
 lrwxrwxrwx 1 root root 15 Aug 29 10:02 
 /usr/lib/sparc64-linux-gnu/libedit.so.2 - libedit.so.2.11
 
 Thanks,
 
 
 Frans van Berckel


signature.asc
Description: Digital signature


Re: libedit.so.2: cannot open shared object file

2011-09-01 Thread Frans van Berckel
Hi Anibal,

  On Thu, Sep 01, 2011 at 10:15:23AM +0200, Frans van Berckel wrote:
snip
  I am hitting a problem with the sparc64-port while connecting postgresq
  postgres@deblnxsrv254:~$ psql template1 
  loading shared libraries: libedit.so.2: cannot open shared object file:
  No such file or directory
  
  So I found the installed libedit2_2.11-20080614-3_sparc64 package is
  only symbolic linking, but does not holds the libedit.so.2.11 it selfs.

On Thu, 2011-09-01 at 22:21 +1000, Anibal Monsalve Salazar wrote:
 On my Debian mirror disk, libedit2_2.11-20080614-3_sparc.deb has
 libedit.so.2.11 in /usr/lib/sparc-linux-gnu/, see below.
 
 dpkg -c /srv/debian/pool/main/libe/libedit/libedit2_2.11-20080614-3_sparc.deb
 drwxr-xr-x root/root 0 2011-08-28 14:41 ./
 drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/
 drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/share/
 drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/share/doc/
 drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/share/doc/libedit2/
 -rw-r--r-- root/root  1995 2011-08-27 17:34 
 ./usr/share/doc/libedit2/copyright
 -rw-r--r-- root/root  3550 2011-08-28 11:01 
 ./usr/share/doc/libedit2/changelog.Debian.gz
 drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/lib/
 drwxr-xr-x root/root 0 2011-08-28 14:41 ./usr/lib/sparc-linux-gnu/
 -rw-r--r-- root/root122188 2011-08-28 14:41 
 ./usr/lib/sparc-linux-gnu/libedit.so.2.11
 lrwxrwxrwx root/root 0 2011-08-28 14:41 
 ./usr/lib/sparc-linux-gnu/libedit.so.2 - libedit.so.2.11

That got to be true. But I am talking about the sparc64 one from ports.

http://ftp.debian-ports.org/debian/pool-sparc64/main/libe/libedit/libedit2_2.11-20080614-3_sparc64.deb

Thanks,


Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1314882460.2377.25.ca...@deblnxsrv222.lan



Re: libedit.so.2: cannot open shared object file

2011-09-01 Thread Josip Rodin
On Thu, Sep 01, 2011 at 10:15:23AM +0200, Frans van Berckel wrote:
 Hi guys,
 
 I am hitting a problem with the sparc64-port while connecting postgresql.
 
 root@deblnxsrv254:~/# su - postgres
 postgres@deblnxsrv254:~$ psql template1 
 loading shared libraries: libedit.so.2: cannot open shared object file:
 No such file or directory
 
 So I found the installed libedit2_2.11-20080614-3_sparc64 package is
 only symbolic linking, but does not holds the libedit.so.2.11 it selfs.

Well, try find the build log for the package on sparc64 and see how it
managed to build a package without error but also without a proper result? :)

-- 
 2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110901135908.ga12...@entuzijast.net



Re: libedit.so.2: cannot open shared object file

2011-09-01 Thread Julien Cristau
On Thu, Sep  1, 2011 at 18:27:37 +0200, Frans van Berckel wrote:

 On Thu, 2011-09-01 at 15:59 +0200, Josip Rodin wrote:
  On Thu, Sep 01, 2011 at 10:15:23AM +0200, Frans van Berckel wrote:
 
   So I found the installed libedit2_2.11-20080614-3_sparc64 package is
   only symbolic linking, but does not holds the libedit.so.2.11 it selfs.
  
  Well, try find the build log for the package on sparc64 and see how it
  managed to build a package without error but also without a proper result? 
  :)
 
 Okay comparing the sparc64 and s390x log files. The source of both are
 the same. The first diff I have found.
 
 *This is what sparc64 does.*
 building standard edit library
 ranlib libedit.a
 all === readline
 touch build-stamp

Looks like a bug in pmake:

NOPIC   Do not build PIC versions of system libraries, and
do not build shared libraries.  [set if ${MACHINE_ARCH}
is sparc64, unset otherwise.]

That might make sense on NetBSD, it certainly doesn't on Debian.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110901183648.ga2...@radis.liafa.jussieu.fr