Re: [proaudio] bristol: missing file |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] bristol: missing file
- From: Dominique Michel <dominique.michel@xxxxxxxxxxxx>
- Date: Tue, 8 May 2007 22:31:22 +0200
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEXy8ubtkoXo7+b1+fbN cGKCeWDtamweFA8eMkmKPkPtvcWRoqyV0Pn7AAACbElEQVQ4jXXTMWvbQBQA4MOlizsdXEXp KAi09mKcLZ0EJxONDRJVkikg9AtqTm63gtHDmVJs1GsnC0JiaTMJGN2f67uzznJb+gZj9PFO 7717IqdtvCAmem4bxMLp/2BEyEBF1+U/0H8uhI6rv+BVLNrY/gH9T0L8yAxk2yMY3YuZxDCn TY/gpBByyTGktIcZOIvFjPNJmqYJDwrx3cIoBrE0zzG4FF8tfBAwM+DonKCYWjgROZ6Upjcm 5Qje58JAmlKKGfIAjzaDUuogZBY2Bjg14eDbywMIqZvwqgqFBcVFB0seYONLb00ZZlh4p0F6 FHNoUMyKAzxowJSQTyj+XloYs3MN3GeMpzyYSTMshLM00ODpWlPp4SDbqs4cViDcGAgmlK/a PsaOg7DvIQ3wzANMqB/iQW/XTkoTLO6XhSeHUoQKe+NLjyY/Ldx7CW2D4WTYhZ3V0GP64RpP Q/E66IUWMLj3+nDn4w2ejMACyXFeHZy6ETcZehc49bv1GQ/0bazNuzm97mDkhnoie9i30WYM w/YCnYT7Fx308s98n0IT//Jod1+aOzdzYXLVbftol+PC+REG3u+0AxdEtuSMB6G+DLGwMH4E vXGmJn8VCLM9LhmrOAMQYt5Wi/DFgIC52iFkUzMpDVmjAaDZRGC+JGwDqzJ/G5fUUcWZAaE7 YfvPLYtIU1Wb4A2IeS7uDMgcIFutiCr766qGfKHyuxvTIERKXVNSN27lDgCuBuojlpxIyJV6 ritS1uWWuHF2Ww7qcIKbqEFVNbmtmm3vGSCHbVXjikrY3SpVxwQWw2aIjwG+ueXTJDmHeK6a HfwGyU5ZSlGeSRQAAAAASUVORK5CYII=
Le Tue, 8 May 2007 00:27:07 +0200,
Thomas Kuther <gimpel@xxxxxxxxxxxxxxxx> a écrit :
> On Mo, 07.05.07 22:40 Dominique Michel <dominique.michel@xxxxxxxxxxxx>
> wrote:
>
> > I get the following:
> >
> > >> Emerging (1 of 1) media-sound/bristol-0.9.6.121 to /
> > * bristol-0.9.6-121.src.031407.tgz
> > MD5 ;-) ...
> > [ ok ]
> > * bristol-0.9.6-121.src.031407.tgz
> > RMD160 ;-) ...
> > [ ok ]
> > * bristol-0.9.6-121.src.031407.tgz
> > SHA1 ;-) ...
> > [ ok ]
> > * bristol-0.9.6-121.src.031407.tgz
> > SHA256 ;-) ...
> > [ ok ]
> > * bristol-0.9.6-121.src.031407.tgz
> > size ;-) ...
> > [ ok ]
> > * checking ebuild
> > checksums ;-) ...
> > [ ok ]
> > * checking auxfile
> > checksums ;-) ...
> > [ !! ]
> >
> > !!! A file listed in the Manifest could not be
> > found: /usr/portage/local/layman/pro-audio/media-sound/bristol/files/bristol-0.10.1-Makefile.patch
> >
> > I try to delete media-sound/bristol and resynchronize the svn, but it
> > didn't helped.
> >
> > Ciao,
> > Dominique
>
> Ooops, thanks. Seems I forgot redigesting at some stage when messing
> around trying to get bristol-0.10.1 to work.
>
> Should be fixed.
>
> Cheers,
> Tom
The ebuild work, but the program don't find its data files. The problem seam to
be a broken build system. I try to compile it from the sources with just
"./configure". The program work fine, but the data files are
installed in /usr/local/bristol.
I try with
./configure --prefix=/usr/share/local --exec-prefix=/usr/local
but get a wrong result:
The data files are in /usr/share/local/bristol, the libs in /usr/local/lib,
brighton and bristol was in /usr/local/bin- All that is fine. But startBristol
was /usr/local/share/bin, not /usr/local/bin/startBristol. Another problem is at
the paths inside /usr/local/share/bin seam to be broken. If I try to run it, I
get: ./bin: line 30: /usr/loacl/share/bristol/bin/brighton: No such file or
directory. I made 2 symlinks in /usr/local/share/bristol/bin/
to /usr/local/bin/brighton and /usr/local/bin/bristol and the program is working
fine.
I found at with
./configure --prefix=/opt
the program work. So I just committed an ebuild with it. Anyway, it is better to
have one /opt/bristol directory like with the older bristol versions until we
find a better solution or at upstream fix it. I left one message about this
issue on its forum on sourceforge.
I am very curious to see how upstream will fix the path issue in
startBristol and if it will work with configure and portage's sandbox.
Ciao,
Dominique