installation errors (duplicate files)
Evaggelos Balaskas
ebalaskas at ebalaskas.gr
Fri Jun 12 08:19:30 CEST 2009
thanks for your reply,
of course svn trunk doesnt always work - thats the point of testing it.
But i cant figured it out why the duplicate files on Makefiles scripts
are arch linux packaging error? I mean from my point of view when i
read something like this:
scripts = \
xfterm4 \
xflock4 \
xfmountdev4
bin_SCRIPTS = \
$(scripts) \
xfterm4 \
xfbrowser4 \
startxfce4 \
xfhelp4
and xfterm4 is twice on Makefile i believe that there is an error on the source.
PS: I know that this isnt a bug or something like that - i 've just
wanted to understand it
best regards
~ebal
On 6/11/09, David Mohr <squisher at xfce.org> wrote:
> On Wed, Jun 10, 2009 at 10:51 PM, Evaggelos
> Balaskas<ebalaskas at ebalaskas.gr> wrote:
>> Hi all,
>>
>> i have a question for you all:
>>
>> i am using subversion r29999 to my (new) (arch)linux box.
>>
>> I've noticed some errors and i would like some help to understand them.
>>
>> "/bin/install: will not overwrite just-created"
>>
>> is some cases like xfce-utils the problem is that xfterm4 is twice in
>> installation command
>>
>> /bin/install -c xfterm4 xflock4 xfmountdev4 xfterm4 xfbrowser4 startxfce4
>> xfhelp4 '/usr/local/bin'
>>
>> so i 've just fixed scripts/Makefile to this:
>>
>> scripts = \
>> xflock4 \
>> xfmountdev4
>>
>> bin_SCRIPTS = \
>> $(scripts) \
>> xfterm4 \
>> xfbrowser4 \
>> startxfce4 \
>> xfhelp4
>>
>> but in other cases like xfwm4, hide-pressed.png is in many Makefiles and i
>> need to write a script for this. So i did (what else i could do?).
>>
>> But i cant figure out why these errors (duplicates) are produced.
>> Any ideas ?
>>
>> thanks in advance
>>
>> PS: Sorry for the bad english
>
> Hi,
> this sounds like a purely arch linux specific packaging error. Please
> ask on an arch linux specific mailing list / forum.
>
> Also keep in mind that svn trunk doesn't always work - you're pretty
> much on your own there.
>
> ~David
>
--
Evaggelos Balaskas
Unix System Engineer - http://ebalaskas.gr/wiki/
Informatics Engineer Technological Education
More information about the Xfce4-dev
mailing list