Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Igor Kozhukhov
Big problems - they are GCC_LIBS. We can't use different GCC version from /usr/gcc/version with GCC_LIBS from one place - because we have for example: libgcc_s.so.1 and others with the same names for different GCC versions and we have to use libgcc_s.so for -lgcc_s flags for linker. We don't

Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Igor Pashev
# ls -lh /usr/lib/gcc/x86_64-linux-gnu/4.5/libgcc_s.so lrwxrwxrwx 1 root root 35 Сен 17 08:41 /usr/lib/gcc/x86_64-linux-gnu/4.5/libgcc_s.so - /lib/x86_64-linux-gnu/libgcc_s.so.1 # ls -lh /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_s.so lrwxrwxrwx 1 root root 35 Окт 10 22:41

Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Igor Pashev
# dpkg -S libgcc_s lib32gcc1: /usr/lib32/libgcc_s.so.1 gcc-4.5: /usr/lib/gcc/x86_64-linux-gnu/4.5/libgcc_s.so libgcc1: /lib/x86_64-linux-gnu/libgcc_s.so.1 gcc-4.6: /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_s.so 14.11.2011 14:16, Igor Kozhukhov пишет: They are libs for builds. What libs are

Re: [oi-dev] 1660 first release of The dcmtk package, Ask for review

2011-11-14 Thread Paolo Marcheschi
Thank you I fixed the configuration file and the source issue. I think it is ready Paolo Marcheschi On 11/ 3/11 04:21 PM, Guido Berhoerster wrote: Hello, * Paolo Marcheschipaolo.marches...@ftgm.it [2011-10-31 19:49]: This another contribution, I'm asking for a review, dcmtk: DCMTK is a

Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Igor Kozhukhov
I can see one real file: libgcc1: /lib/x86_64-linux-gnu/libgcc_s.so.1 And 2 different symlinks to this file: gcc-4.5: /usr/lib/gcc/x86_64-linux-gnu/4.5/libgcc_s.so gcc-4.6: /usr/lib/gcc/x86_64-linux-gnu/4.6/libgcc_s.so It is not correct if wee have different libs. And you didn't provide LDD

Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Igor Pashev
14.11.2011 15:12, Igor Kozhukhov пишет: I can see one real file: libgcc1: /lib/x86_64-linux-gnu/libgcc_s.so.1 Try to guess what ldd will show ;-) ___ oi-dev mailing list oi-dev@openindiana.org http://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Richard Lowe
On Mon, Nov 14, 2011 at 04:43, Igor Kozhukhov ikozhuk...@gmail.com wrote: Big problems - they are GCC_LIBS. We can't use different GCC version from /usr/gcc/version with GCC_LIBS from one place - because we have for example: libgcc_s.so.1 and others with the same names for different GCC

Re: [oi-dev] 1660 first release of The dcmtk package, Ask for review

2011-11-14 Thread Paolo Marcheschi
Hi I removed the lines and add the configure options. But it seems to put the binaries in /usr/local/bin btw I commited in this way. Paolo On 11/14/11 12:53 PM, Guido Berhoerster wrote: Hello, * Paolo Marcheschipaolo.marches...@ftgm.it [2011-11-14 12:01]: Thank you I fixed the

Re: [oi-dev] 1660 first release of The dcmtk package, Ask for review

2011-11-14 Thread Guido Berhoerster
* Paolo Marcheschi paolo.marches...@ftgm.it [2011-11-14 15:29]: Hi I removed the lines and add the configure options. But it seems to put the binaries in /usr/local/bin Change the CONFIGURE_OPTIONS = --sysconfdir=/etc to CONFIGURE_OPTIONS += --sysconfdir=/etc The

Re: [oi-dev] 1660 first release of The dcmtk package, Ask for review

2011-11-14 Thread Paolo Marcheschi
Hi Thank you Very Much. I did it. Paolo On 11/14/11 04:04 PM, Guido Berhoerster wrote: * Paolo Marcheschipaolo.marches...@ftgm.it [2011-11-14 15:29]: Hi I removed the lines and add the configure options. But it seems to put the binaries in /usr/local/bin Change the CONFIGURE_OPTIONS

Re: [oi-dev] 1660 first release of The dcmtk package, Ask for review

2011-11-14 Thread Guido Berhoerster
* Paolo Marcheschi paolo.marches...@ftgm.it [2011-11-14 16:33]: Hi Thank you Very Much. I did it. Looks good now, have you tested the resulting package? -- Guido Berhoerster ___ oi-dev mailing list oi-dev@openindiana.org

Re: [oi-dev] 1660 first release of The dcmtk package, Ask for review

2011-11-14 Thread Paolo Marcheschi
Yes it installs and works fine, I tried a few command with man pages and it works. Paolo On 11/14/11 05:02 PM, Guido Berhoerster wrote: * Paolo Marcheschipaolo.marches...@ftgm.it [2011-11-14 16:33]: Hi Thank you Very Much. I did it. Looks good now, have you tested the resulting package?

[oi-dev] Python DTrace probes... HELP!.

2011-11-14 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am a Python core developer, and I pretend to adopt Solaris/Illumos/OpenIndiana DTrace Probes in Python, natively. There is a previous effort in http://bugs.python.org/issue4111 . I am trying to start over again in http://bugs.python.org/issue13405

Re: [oi-dev] Python DTrace probes... HELP!.

2011-11-14 Thread Igor Kozhukhov
Python-2.6.4 is available on oi-build and have dtrace patch. -Igor On 11/15/11 12:02 AM, Jesus Cea j...@jcea.es wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am a Python core developer, and I pretend to adopt Solaris/Illumos/OpenIndiana DTrace Probes in Python, natively. There is a

Re: [oi-dev] Feature 1768 - add dovecot to oi-build

2011-11-14 Thread Josef 'Jeff' Sipek
On Sat, Nov 12, 2011 at 11:17:10PM +, Colin Ellis wrote: bitbucket here: https://bitbucket.org/cellis_oidev/oi-build/changeset/d7c2addf18b7 Awesome, this one was on my todo list. Less work for me :) 1) no need to set --prefix --sbindir yourself 2) $(ETCDIR) instead of /etc 3) did the

Re: [oi-dev] 1660 first release of The dcmtk package, Ask for review

2011-11-14 Thread Josef 'Jeff' Sipek
On Mon, Nov 14, 2011 at 06:55:39PM +0100, Paolo Marcheschi wrote: Yes it installs and works fine, I tried a few command with man pages and it works. Cool. Looks good to me. Jeff. Paolo On 11/14/11 05:02 PM, Guido Berhoerster wrote: * Paolo Marcheschipaolo.marches...@ftgm.it

Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Alex Viskovatoff
On Mon, 2011-11-14 at 20:04 -0500, Josef 'Jeff' Sipek wrote: Keep in mind that we have mediated links - something that debian doesn't have. Is Debian exceptional as a Linux distribution in this respect? ___ oi-dev mailing list oi-dev@openindiana.org

Re: [oi-dev] oi-build feature #1252 - GCC 4.6.2

2011-11-14 Thread Igor Pashev
15.11.2011 05:04, Josef 'Jeff' Sipek пишет: On Mon, Nov 14, 2011 at 03:19:44PM +0400, Igor Pashev wrote: 14.11.2011 15:12, Igor Kozhukhov пишет: I can see one real file: libgcc1: /lib/x86_64-linux-gnu/libgcc_s.so.1 Try to guess what ldd will show ;-) Keep in mind that we have mediated