Re: Install file into /usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig

2019-02-26 Thread Andrey Rahmatullin
On Tue, Feb 26, 2019 at 06:54:22PM +0100, Birger Schacht wrote: > I also tried to override PCDIR in d/rules, but when i do > > dh_auto_install -- > PCDIR=${DESTDIR}/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig > the DESTDIR variable is empty. Of course it's empty, just use the real

Install file into /usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig

2019-02-26 Thread Birger Schacht
hi, scdoc in its newest release installs a scdoc.pc file into /usr/lib/pkgconfig. It does this by using > install -Dm644 scdoc.pc $(PCDIR)/scdoc.pc in the Makefile [0], where > PCDIR?=$(_INSTDIR)/lib/pkgconfig and > _INSTDIR=$(DESTDIR)$(PREFIX) I've tried several attempts to ma

Am I missing something with symlink_to_dir? Re: Bug#903819: r-cran-rmarkdown: Broken link /usr/lib/R/site-library/rmarkdown/rmd/h/bootstrap-3.3.5/shim

2018-07-15 Thread Andreas Tille
!/bin/sh set -e # Automatically added by dh_installdeb/11.3.5 dpkg-maintscript-helper symlink_to_dir /usr/lib/R/site-library/rmarkdown/rmd/h/bootstrap-3.3.5 ../../../../../../share/javascript/bootstrap 1.10\+dfsg-2 -- "$@" # End automatically added section My question to debian-mentors

Re: Please help with symlink_to_dir expression (Was: Bug#847234: r-cran-rcurl: directory vs. symlink conflict: /usr/lib/R/site-library/RCurl/examples)

2016-12-06 Thread Christian Seiler
On 12/06/2016 11:45 PM, James Cowgill wrote: > Hi, > > On 06/12/16 22:34, Christian Seiler wrote: >> On 12/06/2016 11:22 PM, James Cowgill wrote: >>> The version number should be the version number immediately before the >>> one where the dpkg-maintscript stuff is added, not when the symlink was >

Re: Please help with symlink_to_dir expression (Was: Bug#847234: r-cran-rcurl: directory vs. symlink conflict: /usr/lib/R/site-library/RCurl/examples)

2016-12-06 Thread James Cowgill
Hi, On 06/12/16 22:34, Christian Seiler wrote: > On 12/06/2016 11:22 PM, James Cowgill wrote: >> The version number should be the version number immediately before the >> one where the dpkg-maintscript stuff is added, not when the symlink was >> converted to a directory. >> >> In this case you pro

Re: Please help with symlink_to_dir expression (Was: Bug#847234: r-cran-rcurl: directory vs. symlink conflict: /usr/lib/R/site-library/RCurl/examples)

2016-12-06 Thread Christian Seiler
: debian...@lists.debian.org >>> Usertags: piuparts >>> >>> ... >>> >From the attached log (usually somewhere in the middle...): >>> >>> 2m19.9s INFO: dirname part contains a symlink: >>> /usr/lib/R/site-library/RCurl/examples/C

Re: Please help with symlink_to_dir expression (Was: Bug#847234: r-cran-rcurl: directory vs. symlink conflict: /usr/lib/R/site-library/RCurl/examples)

2016-12-06 Thread James Cowgill
t;> >From the attached log (usually somewhere in the middle...): >> >> 2m19.9s INFO: dirname part contains a symlink: >> /usr/lib/R/site-library/RCurl/examples/CIS (r-cran-rcurl) != >> /usr/share/doc/r-cran-rcurl/examples/CIS (?) >> /usr/lib/R/site-libra

Please help with symlink_to_dir expression (Was: Bug#847234: r-cran-rcurl: directory vs. symlink conflict: /usr/lib/R/site-library/RCurl/examples)

2016-12-06 Thread Andreas Tille
> 2m19.9s INFO: dirname part contains a symlink: > /usr/lib/R/site-library/RCurl/examples/CIS (r-cran-rcurl) != > /usr/share/doc/r-cran-rcurl/examples/CIS (?) > /usr/lib/R/site-library/RCurl/examples -> > ../../../../share/doc/r-cran-rcurl/examples > /usr/lib/R/

Re: Binaries under "/usr/lib/"

2016-05-19 Thread Tiago Ilieve
Giulio, On 18 May 2016 at 07:15, Giulio Paci wrote: > One approach that usually fits my needs is the one proposed by Thibaut > Paumard [1], that I am reproposing here with minimal changes: Thanks for sharing this pretty detailed case. As my issue with "pythonpy" was way more simpler, I ended up

Re: Binaries under "/usr/lib/"

2016-05-18 Thread Giulio Paci
on the state of upstream. I agree with Ben, that it depends on the package. One approach that usually fits my needs is the one proposed by Thibaut Paumard [1], that I am reproposing here with minimal changes: 1) install the binaries with the original names into /usr/lib//bin 2) install a small

Re: Binaries under "/usr/lib/"

2016-05-18 Thread Ben Finney
ian > Policy Manual and it states that the need to put object files, > internal binaries and libraries under "/lib{,32}" and "/usr/lib{,32}" > is a requirement - however, it doesn't says how this should be done. Right. Debian Policy states how things should be; it

Re: Binaries under "/usr/lib/"

2016-05-18 Thread Tiago Ilieve
e for other packages? I was looking at § 9.1.1 File System Structure[1] from the Debian Policy Manual and it states that the need to put object files, internal binaries and libraries under "/lib{,32}" and "/usr/lib{,32}" is a requirement - however, it doesn't says how this s

Re: Binaries under "/usr/lib/"

2016-05-17 Thread Ben Finney
itself, then why keep it in /usr/bin? > > As "/usr/lib/" is not part of $PATH, how should we deal with this? > Patch every process call to the internal binaries in the upstream > source? Or is there an easier way to work around this? How many process calls are there? The id

Binaries under "/usr/lib/"

2016-05-16 Thread Tiago Ilieve
Hi Mattia, (Moving the discussion from BTS to "debian-mentors" mailing list.) On 15 May 2016 at 20:25, Mattia Rizzolo wrote: > In this case the binary should go into /usr/lib instead. That place > exist exactly for this reason: > "/usr/lib includes object files,

Re: Splitting in /usr/lib/ and /usr/share

2014-03-18 Thread Helmut Grohne
On Mon, Mar 10, 2014 at 10:50:07AM +, Wookey wrote: > +++ Thibaut Paumard [2014-03-10 10:59 +0100]: > > Actually one way to go would be to upload the package without making the > > split, downloading all the binaries, and comparing the files. This is > > easier than manually building on porterb

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Vincent Cheng
On Mon, Mar 10, 2014 at 1:44 PM, Russ Allbery wrote: > Jakub Wilk writes: >> * Andrey Rahmatullin , 2014-03-10, 20:24: > >>> I also wonder if finding an arch-indep file in /usr/lib should result >>> in an RC bug. > >> No. We should relax the policy to m

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Russ Allbery
Jakub Wilk writes: > * Andrey Rahmatullin , 2014-03-10, 20:24: >> I also wonder if finding an arch-indep file in /usr/lib should result >> in an RC bug. > No. We should relax the policy to match the current practice. I concur -- I really doubt this is important enough t

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Andrey Rahmatullin
On Mon, Mar 10, 2014 at 03:51:01PM +0100, Jakub Wilk wrote: > >I also wonder if finding an arch-indep file in /usr/lib should > >result in an RC bug. > No. We should relax the policy to match the current practice. On Mon, Mar 10, 2014 at 03:40:33PM +0100, Оlе Ѕtrеісhеr wrote: >

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Jakub Wilk
To some extent: http://lintian.debian.org/tags/image-file-in-usr-lib.html I also wonder if finding an arch-indep file in /usr/lib should result in an RC bug. No. We should relax the policy to match the current practice. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.o

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Оlе Ѕtrеісhеr
Andrey Rahmatullin writes: > On Mon, Mar 10, 2014 at 11:39:22AM +0100, Оlе Ѕtrеісhеr wrote: >> >> >> I am packaging some older software (eso-midas, [1]) that installs >> >> >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, >&g

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Andrey Rahmatullin
On Mon, Mar 10, 2014 at 11:39:22AM +0100, Оlе Ѕtrеісhеr wrote: > >> >> I am packaging some older software (eso-midas, [1]) that installs > >> >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, > >> >> the FHS requires that

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Wookey
+++ Оlе Ѕtrеісhеr [2014-03-10 11:39 +0100]: > Andrey Rahmatullin writes: > > > On Mon, Mar 10, 2014 at 10:54:44AM +0100, Оlе Ѕtrеісhеr wrote: > >> >> I am packaging some older software (eso-midas, [1]) that installs > >> >> everything into a common dir

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Wookey
+++ Thibaut Paumard [2014-03-10 10:59 +0100]: > Hi, > > Le 10/03/2014 10:45, Andrey Rahmatullin a écrit : > > On Mon, Mar 10, 2014 at 10:19:29AM +0100, Thibaut Paumard wrote: > >> What I would try is to compile the package on two distinct architectures > >> (or more) and compare the result. That w

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Оlе Ѕtrеісhеr
Andrey Rahmatullin writes: > On Mon, Mar 10, 2014 at 10:54:44AM +0100, Оlе Ѕtrеісhеr wrote: >> >> I am packaging some older software (eso-midas, [1]) that installs >> >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, >> >> the

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Thibaut Paumard
if it is big) - midas-doc (if it is big, else with -common) If MIDAS supports plug-ins (that, I don't know), then you could put the files that are needed only for compiling extensions in midas-dev. > I was looking for an automated way. I would just do the following: > > * put al

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Andrey Rahmatullin
On Mon, Mar 10, 2014 at 10:54:44AM +0100, Оlе Ѕtrеісhеr wrote: > >> I am packaging some older software (eso-midas, [1]) that installs > >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, > >> the FHS requires that this should be split between /u

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Thibaut Paumard
Hi, Le 10/03/2014 10:45, Andrey Rahmatullin a écrit : > On Mon, Mar 10, 2014 at 10:19:29AM +0100, Thibaut Paumard wrote: >> What I would try is to compile the package on two distinct architectures >> (or more) and compare the result. That would work unless the build for >> these files is non-deter

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Оlе Ѕtrеісhеr
Andrey Rahmatullin writes: > On Sat, Mar 08, 2014 at 02:02:48PM +0100, Оlе Ѕtrеісhеr wrote: >> I am packaging some older software (eso-midas, [1]) that installs >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, >> the FHS requires that this should

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Оlе Ѕtrеісhеr
Thibaut Paumard writes: > Le 08/03/2014 14:02, Оlе Ѕtrеісhеr a écrit : >> Hi, >> >> I am packaging some older software (eso-midas, [1]) that installs >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, >> the FHS requires that this should

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Andrey Rahmatullin
On Sat, Mar 08, 2014 at 02:02:48PM +0100, Оlе Ѕtrеісhеr wrote: > I am packaging some older software (eso-midas, [1]) that installs > everything into a common directory (f.e. /usr/lib/eso-midas/). However, > the FHS requires that this should be split between /usr/share/ and > /usr/lib

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Andrey Rahmatullin
On Mon, Mar 10, 2014 at 10:19:29AM +0100, Thibaut Paumard wrote: > What I would try is to compile the package on two distinct architectures > (or more) and compare the result. That would work unless the build for > these files is non-deterministic or includes timestamps or information > on the buil

Re: Splitting in /usr/lib/ and /usr/share

2014-03-10 Thread Thibaut Paumard
Le 08/03/2014 14:02, Оlе Ѕtrеісhеr a écrit : > Hi, > > I am packaging some older software (eso-midas, [1]) that installs > everything into a common directory (f.e. /usr/lib/eso-midas/). However, > the FHS requires that this should be split between /usr/share/ and > /usr/lib//.

Re: Splitting in /usr/lib/ and /usr/share

2014-03-09 Thread Оlе Ѕtrеісhеr
]) that installs >>>>>> everything into a common directory (f.e. /usr/lib/eso-midas/). However, >>>>>> the FHS requires that this should be split between /usr/share/ and >>>>>> /usr/lib//. In the majority of cases, this could be done >>>&

Re: Splitting in /usr/lib/ and /usr/share

2014-03-09 Thread Bartosz Feński
W dniu 09.03.2014 16:55, Оlе Ѕtrеісhеr pisze: > Osamu Aoki writes: >> On Sat, Mar 08, 2014 at 08:47:41PM +0100, Оlе Ѕtrеісhеr wrote: >>> Bartosz Feński writes: >>>>> I am packaging some older software (eso-midas, [1]) that installs >>>>> every

Re: Splitting in /usr/lib/ and /usr/share

2014-03-09 Thread Оlе Ѕtrеісhеr
Osamu Aoki writes: > On Sat, Mar 08, 2014 at 08:47:41PM +0100, Оlе Ѕtrеісhеr wrote: >> Bartosz Feński writes: >> >> I am packaging some older software (eso-midas, [1]) that installs >> >> everything into a common directory (f.e. /usr/lib/eso-midas/). However,

Re: Splitting in /usr/lib/ and /usr/share

2014-03-09 Thread Osamu Aoki
On Sat, Mar 08, 2014 at 08:47:41PM +0100, Оlе Ѕtrеісhеr wrote: > Bartosz Feński writes: > >> I am packaging some older software (eso-midas, [1]) that installs > >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, > >> the FHS requires that thi

Re: Splitting in /usr/lib/ and /usr/share

2014-03-08 Thread Оlе Ѕtrеісhеr
Bartosz Feński writes: >> I am packaging some older software (eso-midas, [1]) that installs >> everything into a common directory (f.e. /usr/lib/eso-midas/). However, >> the FHS requires that this should be split between /usr/share/ and >> /usr/lib//. In the majority of c

Re: Splitting in /usr/lib/ and /usr/share

2014-03-08 Thread Bartosz Feński
W dniu 08.03.2014 14:02, Оlе Ѕtrеісhеr pisze: > Hi, > > I am packaging some older software (eso-midas, [1]) that installs > everything into a common directory (f.e. /usr/lib/eso-midas/). However, > the FHS requires that this should be split between /usr/share/ and > /usr/lib//.

Splitting in /usr/lib/ and /usr/share

2014-03-08 Thread Оlе Ѕtrеісhеr
Hi, I am packaging some older software (eso-midas, [1]) that installs everything into a common directory (f.e. /usr/lib/eso-midas/). However, the FHS requires that this should be split between /usr/share/ and /usr/lib//. In the majority of cases, this could be done automatically by recognizing

Re: libtool cannot create a file in /usr/lib/x86_64-linux-gnu/ within pbuilder environment

2012-08-28 Thread Michael Wild
On 08/27/2012 11:35 PM, Alex Korobkin wrote: > On 27 August 2012 15:03, Paul Gevers wrote: >>> `/usr/lib/x86_64-linux-gnu/libcupsfilters.so.1.0.0': Permission denied >> >> You don't have permissions, obviously. This is because pbuilder runs >> under the pbu

Re: libtool cannot create a file in /usr/lib/x86_64-linux-gnu/ within pbuilder environment

2012-08-27 Thread Alex Korobkin
On 27 August 2012 15:03, Paul Gevers wrote: >> `/usr/lib/x86_64-linux-gnu/libcupsfilters.so.1.0.0': Permission denied > > You don't have permissions, obviously. This is because pbuilder runs > under the pbuilder user, not under root. > >> drwxr-xr-x 37 roo

Re: libtool cannot create a file in /usr/lib/x86_64-linux-gnu/ within pbuilder environment

2012-08-27 Thread Paul Gevers
> `/usr/lib/x86_64-linux-gnu/libcupsfilters.so.1.0.0': Permission denied You don't have permissions, obviously. This is because pbuilder runs under the pbuilder user, not under root. > drwxr-xr-x 37 root root 4096 Aug 27 18:30 /usr/lib > drwxr-xr-x 14 root root 24576 Au

libtool cannot create a file in /usr/lib/x86_64-linux-gnu/ within pbuilder environment

2012-08-27 Thread Alex Korobkin
Hi all, I'm building cups-filters 1.0.23 package with help of pbuilder, and it gets stuck on libtool trying to install /usr/lib/x86_64-linux-gnu/libcupsfilters.so.1.0.0 Here is the relevant part of log: make[1]: Entering directory `/tmp/buildd/cups-filters-1.0.23' make[2]: Entering

Re: Bug#630167: Bug#629815: No rule to make target `/usr/lib/libdl.so'

2011-06-23 Thread Modestas Vainius
close 630167 2.8.4+dfsg.1-5 thanks Hello, On ketvirtadienis 23 Birželis 2011 14:20:59 Andreas Tille wrote: > I tried to rebuild gofigure2 (which is affected by #629815) now I do > not get the > >No rule to make target `/usr/lib/libdl.so', needed by > `lib/libvtkRe

Re: Bug#629815: No rule to make target `/usr/lib/libdl.so'

2011-06-23 Thread Andreas Tille
> released Ubuntu 11.04 (natty) already has this multiarch enabled so > upstream cmake up to and including 2.8.4 is basically unusable on > those systems. That's because libc6 package is multiarch enabled and > e.g. vanilla cmake 2.8.4 is not even able to set CMAKE_DL_LIBS > pr

Re: /usr/lib64 or /usr/lib

2011-06-15 Thread Goswin von Brederlow
kage with a symlink. >>> >>> Er no, this is not how dpkg behaves. It never converts symlinks to >>> directories or vice versa, so the actual outcome is¹ that your file gets >>> actually installed into /usr/lib through the symlink. This means that >>> if

Re: /usr/lib64 or /usr/lib

2011-06-15 Thread Goswin von Brederlow
Russ Allbery writes: > Sven Joachim writes: > >> Er no, this is not how dpkg behaves. It never converts symlinks to >> directories or vice versa, so the actual outcome is¹ that your file gets >> actually installed into /usr/lib through the symlink. This means th

Re: /usr/lib64 or /usr/lib

2011-06-13 Thread Sven Joachim
ehaves. It never converts symlinks to >> directories or vice versa, so the actual outcome is¹ that your file gets >> actually installed into /usr/lib through the symlink. This means that >> if another package starts shipping a file with the same name in >> /usr/lib, dpkg

Re: /usr/lib64 or /usr/lib

2011-06-13 Thread Goswin von Brederlow
your file gets > actually installed into /usr/lib through the symlink. This means that > if another package starts shipping a file with the same name in > /usr/lib, dpkg will not notice the file conflict which is bad. Please read again. Nothing gets converted. dpkg just fails with a file

Re: /usr/lib64 or /usr/lib

2011-06-11 Thread Russ Allbery
Sven Joachim writes: > Er no, this is not how dpkg behaves. It never converts symlinks to > directories or vice versa, so the actual outcome is¹ that your file gets > actually installed into /usr/lib through the symlink. This means that > if another package starts shipping a file w

Re: /usr/lib64 or /usr/lib

2011-06-11 Thread Sven Joachim
e /usr/lib64 symlink and fail because you can not replace a directory > of another package with a symlink. Er no, this is not how dpkg behaves. It never converts symlinks to directories or vice versa, so the actual outcome is¹ that your file gets actually installed into /usr/lib through the symli

Re: /usr/lib64 or /usr/lib

2011-06-11 Thread Goswin von Brederlow
ng the > requirement is not the same as forbidding. Due to implementation issues (below) you MUST NOT ship any files in /lib64 or /usr/lib64/ in the package. >> Also note that /usr/lib64 is just a symlink to /usr/lib on Debian systems. >> > > So that makes it a bit academic, a

Re: Bug#629815: No rule to make target `/usr/lib/libdl.so'

2011-06-10 Thread Mathieu Malaterre
On Thu, Jun 9, 2011 at 11:27 PM, Andreas Tille wrote: > On Thu, Jun 09, 2011 at 01:02:56PM +0200, Sven Joachim wrote: >> >> The problem is that libdl.so has been moved to the multiarch paths in >> >> libc6-dev 2.13-5.  You must upgrade cmake to 2.8.4+dfsg.1-3, have you >> >> done that already? >>

Re: /usr/lib64 or /usr/lib

2011-06-09 Thread David Bremner
; Also note that /usr/lib64 is just a symlink to /usr/lib on Debian systems. > So that makes it a bit academic, at the moment. cheers, d -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or

Re: /usr/lib64 or /usr/lib

2011-06-09 Thread Thomas Preud'homme
Le vendredi 10 juin 2011 00:38:12, David Bremner a écrit : > On Thu, 09 Jun 2011 13:40:54 -0700, Russ Allbery wrote: > > On Debian, you should always install into lib and never use lib64. > > (Eventually, you may want to use the multiarch directory, but it will > > still not be lib64.) > > That w

Re: /usr/lib64 or /usr/lib

2011-06-09 Thread Russ Allbery
removed. Also note that /usr/lib64 is just a symlink to /usr/lib on Debian systems. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe".

Re: /usr/lib64 or /usr/lib

2011-06-09 Thread David Bremner
On Thu, 09 Jun 2011 13:40:54 -0700, Russ Allbery wrote: > > On Debian, you should always install into lib and never use lib64. > (Eventually, you may want to use the multiarch directory, but it will > still not be lib64.) > That was my first thought, but I couldn't find a straightforward justif

Re: Bug#629815: No rule to make target `/usr/lib/libdl.so'

2011-06-09 Thread Andreas Tille
On Thu, Jun 09, 2011 at 01:02:56PM +0200, Sven Joachim wrote: > >> The problem is that libdl.so has been moved to the multiarch paths in > >> libc6-dev 2.13-5. You must upgrade cmake to 2.8.4+dfsg.1-3, have you > >> done that already? > > > > I'm building an unstable pbuilder chroot. It is using

Re: /usr/lib64 or /usr/lib

2011-06-09 Thread Russ Allbery
Richard Ulrich writes: > I want to package a library which hast the following lines in > CMakeLists.txt > IF(CMAKE_SIZEOF_VOID_P EQUAL 8) > SET(LIBDIR lib64) > ELSE (CMAKE_SIZEOF_VOID_P EQUAL 8) > SET(LIBDIR lib) > ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 8) > now, how do I have to handle this i

/usr/lib64 or /usr/lib

2011-06-09 Thread Richard Ulrich
Hi Mentors, I want to package a library which hast the following lines in CMakeLists.txt IF(CMAKE_SIZEOF_VOID_P EQUAL 8) SET(LIBDIR lib64) ELSE (CMAKE_SIZEOF_VOID_P EQUAL 8) SET(LIBDIR lib) ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 8) now, how do I have to handle this in debian/libxyz.install? Rg

Multiarch with cmake seems to cause FTBFS (Was: Bug#629815: No rule to make target `/usr/lib/libdl.so')

2011-06-09 Thread Andreas Tille
Hi, in case people might wonder about strange FTBFS like #629815 (which does not seem to be the only bug of this type): There is a fair chance that this will solve with some (future?) cmake package version. Just to let you know before everybody needs to do the same investigation ... On Thu, Jun

Re: No rule to make target `/usr/lib/libdl.so'

2011-06-09 Thread Sven Joachim
On 2011-06-09 11:19 +0200, Andreas Tille wrote: > On Thu, Jun 09, 2011 at 10:00:40AM +0200, Sven Joachim wrote: >> >> The problem is that libdl.so has been moved to the multiarch paths in >> libc6-dev 2.13-5. You must upgrade cmake to 2.8.4+dfsg.1-3, have you >> done that already? > > I'm buildi

Bug#629815: Info received (No rule to make target `/usr/lib/libdl.so')

2011-06-09 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will rep

Re: No rule to make target `/usr/lib/libdl.so'

2011-06-09 Thread Andreas Tille
On Thu, Jun 09, 2011 at 10:00:40AM +0200, Sven Joachim wrote: > > However, the problem I was facing in the not yet released package > > ginkocadx[1] seems to be quite common currently. It is in #629815 and > > some similar case happens in #618094 and thus I'm suspecting a general > > problem someh

Re: No rule to make target `/usr/lib/libdl.so'

2011-06-09 Thread Sven Joachim
On 2011-06-09 08:11 +0200, Andreas Tille wrote: > On Wed, Jun 08, 2011 at 11:28:52PM +0200, Andreas Tille wrote: >> On Wed, Jun 08, 2011 at 11:26:22AM +0200, Andreas Tille wrote: >> > make[3]: *** No rule to make target `/usr/lib/libdl.so', needed by >> > `src

No rule to make target `/usr/lib/libdl.so' (Was: Failed to build Ginko CADx)

2011-06-08 Thread Andreas Tille
On Wed, Jun 08, 2011 at 11:28:52PM +0200, Andreas Tille wrote: > On Wed, Jun 08, 2011 at 11:26:22AM +0200, Andreas Tille wrote: > > make[3]: *** No rule to make target `/usr/lib/libdl.so', needed by > > `src/cadxcore/libCADxCore.so.2.4.1.1'. Stop. > > I sus

Re: gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Miriam Ruiz
May 06, 2006, Miriam Ruiz wrote: > > > /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory > > > libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive > > > > grep -l Xcursor.la /usr/lib/*.la > > will list the

Re: gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Brendon Higgins
Hi Loïc Minier wrote (Sunday 07 May 2006 6:48 am): > On Sat, May 06, 2006, Miriam Ruiz wrote: > > /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory > > libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive > > grep -l Xcurso

Re: gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Loïc Minier
Hi, On Sat, May 06, 2006, Miriam Ruiz wrote: > /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory > libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive grep -l Xcursor.la /usr/lib/*.la will list the libtool archives which stil

gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Miriam Ruiz
Hi, I'm getting some errors building gnash when reaching the linking step: ranlib .libs/libgnashbackend.a creating libgnashbackend.la /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive Talk

Script in /usr/lib/package-name

2004-04-06 Thread Tom Huckstep
I'm packaging polipo, the web proxy. To help with starting, stopping etc. I wrote a helper script "polipo-control" that I put in /usr/lib/polipo/. It is called by /etc/init.d/polipo. How can I make this script executable? Can I get dh_install or another debhelper script to d

Script in /usr/lib/package-name

2004-04-06 Thread Tom Huckstep
I'm packaging polipo, the web proxy. To help with starting, stopping etc. I wrote a helper script "polipo-control" that I put in /usr/lib/polipo/. It is called by /etc/init.d/polipo. How can I make this script executable? Can I get dh_install or another debhelper script to d

Re: MIME policy, use of /usr/lib/mime

2003-09-24 Thread Florent Rougon
Matt Zimmerman <[EMAIL PROTECTED]> wrote: >> This should probably be a bug on packaging-manual if the bug is still >> present in the most recent document. > > Er, packaging-manual doesn't exist anymore, of course. mime-policy is part > of the policy manual, yes? Not quite, but you are close. It

Re: MIME policy, use of /usr/lib/mime

2003-09-24 Thread Florent Rougon
Matt Zimmerman <[EMAIL PROTECTED]> wrote: >> This should probably be a bug on packaging-manual if the bug is still >> present in the most recent document. > > Er, packaging-manual doesn't exist anymore, of course. mime-policy is part > of the policy manual, yes? Not quite, but you are close. It

Re: MIME policy, use of /usr/lib/mime

2003-09-22 Thread Matt Zimmerman
On Mon, Sep 22, 2003 at 02:39:45PM -0400, Matt Zimmerman wrote: > On Mon, Sep 22, 2003 at 11:50:43AM +0200, Florent Rougon wrote: > > BTW: the file > > ftp://ftp.debian.org/debian/doc/package-developer/mime_policy.txt.gz > > referenced on > > http://www.debian.org/doc/packaging-manu

Re: MIME policy, use of /usr/lib/mime

2003-09-22 Thread Matt Zimmerman
. > > linda complains because my package is "Architecture: all" and puts > things in /usr/lib. > > I think it is not impossible, although unlikely, to have packages > register arch-specific MIME entries (think of a viewer written in > assembly for $ARCH...). Therefore,

Re: MIME policy, use of /usr/lib/mime

2003-09-22 Thread Matt Zimmerman
On Mon, Sep 22, 2003 at 02:39:45PM -0400, Matt Zimmerman wrote: > On Mon, Sep 22, 2003 at 11:50:43AM +0200, Florent Rougon wrote: > > BTW: the file > > ftp://ftp.debian.org/debian/doc/package-developer/mime_policy.txt.gz > > referenced on > > http://www.debian.org/doc/packaging-manu

Re: MIME policy, use of /usr/lib/mime

2003-09-22 Thread Matt Zimmerman
. > > linda complains because my package is "Architecture: all" and puts > things in /usr/lib. > > I think it is not impossible, although unlikely, to have packages > register arch-specific MIME entries (think of a viewer written in > assembly for $ARCH...). Therefore,

MIME policy, use of /usr/lib/mime

2003-09-22 Thread Florent Rougon
Hello, I have a package that uses dh_installmime to put a file in /usr/lib/mime/packages/ so as to register itself for some MIME types. >From the man pages (update-mime(8) and dh_installmime(1)) and the Debian MIME support sub-policy at http://www.debian.org/doc/packaging-manuals/mime-policy/

MIME policy, use of /usr/lib/mime

2003-09-22 Thread Florent Rougon
Hello, I have a package that uses dh_installmime to put a file in /usr/lib/mime/packages/ so as to register itself for some MIME types. >From the man pages (update-mime(8) and dh_installmime(1)) and the Debian MIME support sub-policy at http://www.debian.org/doc/packaging-manuals/mime-policy/

Re: subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Joergen Haegg
In message <[EMAIL PROTECTED]> yo u write: > On Tue, 20 May 2003, [iso-8859-1] Jörgen Hägg wrote: > > Have you considered /usr/share//cgi-bin and > /usr/share//html and adding the necessary bits for Apache (and > derivatives), and possibly any other webserver which users mention? There's > pretty

Re: subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Matthew Palmer
On Tue, 20 May 2003, [iso-8859-1] J?rgen H?gg wrote: > In message <[EMAIL PROTECTED]> yo > u write: > > > What I am wondering is, apart from a webapp (which can afford the overhead > > of scripting required to support inserting bits and bobs into webservers), > > what sort of packages need to put

Re: subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Jörgen Hägg
In message <[EMAIL PROTECTED]> yo u write: > What I am wondering is, apart from a webapp (which can afford the overhead > of scripting required to support inserting bits and bobs into webservers), > what sort of packages need to put webserver-accessible pages up? That's exactly what it is, a web

Re: subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jörgen, On Tue, May 20, 2003 at 08:40:58AM +0200, Jörgen Hägg wrote: > But if there are several programs with short names that may > collide with other packages, is it ok to > put them in /usr/lib/cgi-bin/package-name/? Yes. Be sure t

Re: subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Matthew Palmer
On Tue, 20 May 2003, [iso-8859-1] J?rgen H?gg wrote: > > Nooo. /usr/share/doc must be removable without any untoward > > effects on the operation of the system. /usr/share/ is the > > place to be, with an appropriate alias linking (probably) > > http://localhost// to /usr/share/. >

Re: subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Jörgen Hägg
In message <[EMAIL PROTECTED]> you write: > > Nooo. /usr/share/doc must be removable without any untoward > effects on the operation of the system. /usr/share/ is the > place to be, with an appropriate alias linking (probably) > http://localhost// to /usr/share/. Is there a standar

Re: subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Matthew Palmer
On Tue, 20 May 2003, [iso-8859-1] J?rgen H?gg wrote: > Another question is where to put html-pages that the package uses. > (Not documentation) > > /var/www seems to be a bad place, the only reasonable > is /usr/share/doc/package-name/xyz.html or > /usr/share/doc/package-name/html/xyz.html and re

subdirectories in /usr/lib/cgi-bin? (and html-pages)

2003-05-20 Thread Jörgen Hägg
I've been searching the policy for guidance about cgi-scripts. The only thing I find is that they should be placed in /usr/lib/cgi-bin. But if there are several programs with short names that may collide with other packages, is it ok to put them in /usr/lib/cgi-bin/package-name/? Or would

Re: Eclipse: /usr/share or /usr/lib?

2003-05-14 Thread Jan Schulz
* Matt Zimmerman <[EMAIL PROTECTED]> wrote: >> /usr/lib/eclipse and then set symlinks to the 'expected' places in >> /usr/share/eclipse subdirs. > That sounds fine. It would be even better if eclipse would look in FHSish > locations for these things, b

Re: Eclipse: /usr/share or /usr/lib?

2003-05-13 Thread Matt Zimmerman
On Wed, May 14, 2003 at 01:13:42AM +0200, Jan Schulz wrote: > My current thinking is, that I will change the base directory from > /usr/lib/eclipse to /usr/share/eclipse, but will put all 'arch > dependet' code (about 10 files from various places) directly into > /usr/li

Eclipse: /usr/share or /usr/lib?

2003-05-13 Thread Jan Schulz
Hello, I'm the new maintainer of eclipse, a IDE written in java. Eclipse is currently put into /usr/lib/eclipse directory, as eclipse contains some JNI code, which is arch dependent. JNI nativ libs (*so) are put into /usr/lib/jni (reusable parts: SWT) and subdirs of /usr/lib/eclipse

Re: perl modules in /usr/lib & /usr/share?

2003-04-24 Thread Raphael Hertzog
Le Thu, Apr 24, 2003 at 09:47:38AM +0200, Jörgen Hägg écrivait: > But if the perl-module has both binary and nonbinary files? Then it's ok to leave the .pm where they have been installed in the first place that's why it's only a warning and not an error. > Should all files for a perl module r

perl modules in /usr/lib & /usr/share?

2003-04-24 Thread Jörgen Hägg
Lintian complains about .pm-files in /usr/lib/perl5, it wants to have them in /usr/share/perl5, which normally is correct. But if the perl-module has both binary and nonbinary files? (I'm trying to remove any warnings for libio-pty-perl. :-) Should all files for a perl module reside i

Re: FHS ambiguity: /usr/lib or /usr/share?

2002-11-18 Thread Dmitry Borodaenko
On Mon, Nov 18, 2002 at 11:40:20AM +0100, Sven Luther wrote: DB>> Sure, but it is not mandated in any kind of policy that they DB>> should be. And it can't be mandated, or such policy would soon DB>> become a mess with all the per-case clauses. I think "anything DB>> that gets executed goes to

Re: FHS ambiguity: /usr/lib or /usr/share?

2002-11-18 Thread Sven Luther
meone really doing this ? > SL> Does dpkg/apt even allow this to work without breaking all kind of > SL> things ? > > AFAIK yes, but I'm too lazy to prove this :) Well, but it would be dependant of the package containing exactly the same stuff on all arches. I think the

Re: FHS ambiguity: /usr/lib or /usr/share?

2002-11-18 Thread Dmitry Borodaenko
On Mon, Nov 18, 2002 at 10:14:26AM +0100, Sven Luther wrote: AS>>> "Ruby sucks". Ignore it. Arch-indep to share, arch-dep to lib, AS>>> screw everything else. DB>> That didn't convince me, neither in "Ruby sucks" part (all my packages DB>> in Debian except Alicq are Ruby libraries :), nor in "a

Re: FHS ambiguity: /usr/lib or /usr/share?

2002-11-18 Thread Dmitry Borodaenko
On Mon, Nov 18, 2002 at 11:40:20AM +0100, Sven Luther wrote: DB>> Sure, but it is not mandated in any kind of policy that they DB>> should be. And it can't be mandated, or such policy would soon DB>> become a mess with all the per-case clauses. I think "anything DB>> that gets executed goes to

Re: FHS ambiguity: /usr/lib or /usr/share?

2002-11-18 Thread Sven Luther
On Mon, Nov 18, 2002 at 11:00:21AM +0200, Dmitry Borodaenko wrote: > On Sun, Nov 17, 2002 at 05:10:13AM +, Andrew Suffield wrote: > SL>>> I imagine python stores everything in /usr/lib, again as a > SL>>> practical concession to the fact that upstream installation

Re: FHS ambiguity: /usr/lib or /usr/share?

2002-11-18 Thread Dmitry Borodaenko
On Sun, Nov 17, 2002 at 05:10:13AM +, Andrew Suffield wrote: SL>>> I imagine python stores everything in /usr/lib, again as a SL>>> practical concession to the fact that upstream installation SL>>> directories don't make it easy to use separate paths for

Re: FHS ambiguity: /usr/lib or /usr/share?

2002-11-18 Thread Sven Luther
meone really doing this ? > SL> Does dpkg/apt even allow this to work without breaking all kind of > SL> things ? > > AFAIK yes, but I'm too lazy to prove this :) Well, but it would be dependant of the package containing exactly the same stuff on all arches. I think the

  1   2   >