eclipse on amd64

Adam Gołębiowski adamg at biomerieux.pl
Thu Dec 23 15:18:58 CET 2004


On Thu, Dec 23, 2004 at 03:05:04PM +0100, Andrzej Zawadzki wrote:
> + install libswt-atk-gtk-3106.so libswt-awt-gtk-3106.so 
> libswt-gnome-gtk-3106.so libswt-gtk-3106.so libswt-kde-gtk-3106.so
> libswt-pi-gtk-3106.so 
> /builder/tmp/eclipse-3.1-root-builder/usr/lib64/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/am
> d64
> install: installing multiple files, but last argument, 
> `/builder/tmp/eclipse-3.1-root-builder/usr/lib64/eclipse/plugins/org
> .eclipse.swt.gtk_3.1.0/os/linux/amd64' is not a directory
                                         ^^^^^^^^^^^^^^^^^^
> Try `install --help' for more information.
> error: Bad exit status from /var/tmp/rpm-tmp.37441 (%install)
> 
> A te pliki są w:
> 
> /builder/tmp/eclipse-3.1-root-builder/usr/lib64/eclipse/plugins/org.eclipse.swt.gtk64_3.1.0/os/linux/amd64
> 
> Ale ja nie wiem jak to zmienić żeby było prawidłowo...

Most likely that dir was not created during make install. You can create
it manually, before 'make install' call. Simply add

install -d $RPM_BUILD_ROOT%{_libdir}/eclipse/plugins/org.eclipse.swt.gtk64_3.1.0/os/linux/amd64

just after 'rm -rf $RPM_BUILD_ROOT' line in %%install section and see if
that helps.

PS: This -en list! 

-- 
http://www.mysza.eu.org/ | Everybody needs someone sure, someone true,
   PLD Linux developer   | Everybody needs some solid rock, I know I do.




More information about the pld-devel-en mailing list