bugGNU Source Installer - Bugs: bug #16007, test install fails when having to...

 
 

bug #16007: test install fails when having to create subdir in test /usr/local/lib

Submitted by:  anonymous coward <athing>
Submitted on:  Mon 06 Mar 2006 03:48:17 AM UTC  
 
Category: InstallationSeverity: 3 - Normal
Status: FixedAssigned to: Claudio Fontana <sick_soul>
Open/Closed: Closed
Additional Notes: 

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

(Jump to the original submission Jump to the original submission)

Sun 09 Apr 2006 01:27:21 AM UTC, comment #7:

Forgot about this thing >.< But it works, so you can change this bug's status.

anonymous coward <athing>
Sat 11 Mar 2006 01:22:58 AM UTC, comment #6:

The issue should be fixed.
Gnash related bugs and fixes: (bug #16045, bug #16046).

Try to build latest gnash CVS and please report about your results.

Claudio Fontana <sick_soul>
Project AdministratorIn charge of this item.
Thu 09 Mar 2006 06:56:35 PM UTC, comment #5:

There are many small problems in the build system of the gnash cvs snapshot I analyzed. I am contacting the gnash people, and we'll try to fix things together. This might take a while.

CLaudio

Claudio Fontana <sick_soul>
Project AdministratorIn charge of this item.
Mon 06 Mar 2006 07:39:06 PM UTC, comment #4:

> Strange, I've tried to upload it two times, but nothing changes.
>


There is a limit on savannah attachment uploads, I think it's 512 KB. Downloading the source from your server.

Claudio Fontana <sick_soul>
Project AdministratorIn charge of this item.
Mon 06 Mar 2006 07:35:40 PM UTC, comment #3:

Strange, I've tried to upload it two times, but nothing changes. I put it on my server:
http://a-thing.is-a-geek.net/gnash.tar.bz2

anonymous coward <athing>
Mon 06 Mar 2006 07:25:51 PM UTC, comment #2:

Attached a tarball of the code from CVS I used.

anonymous coward <athing>
Mon 06 Mar 2006 10:34:59 AM UTC, comment #1:

Hello,

thanks for your report.
I got the Gnash tarball, but it does not
even configure on my system. Probably the whole mozilla source is needed.
Could you please send me the complete source code,
or a link to it?

Thanks,

CLaudio

Claudio Fontana <sick_soul>
Project AdministratorIn charge of this item.
Mon 06 Mar 2006 03:48:17 AM UTC, original submission:

test -d "/usr/local/lib/firefox-1.5.0.1/plugins" || mkdir "/home/notroot/.sourceinstall/install-destdir/usr/local/lib/firefox-1.5.0.1/plugins"
/bin/sh ../libtool --mode=install /usr/bin/install -c -p libgnashplugin.la "/home/notroot/.sourceinstall/install-destdir/usr/local/lib/firefox-1.5.0.1/plugins/libgnashplugin.la"
libtool: install: warning: relinking `libgnashplugin.la'
(cd /home/notroot/.sourceinstall/build/gnash/plugin; /bin/sh ../libtool --tag=CXX --mode=relink g++ -I.. -I. -I../libbase -I../libgeometry -I../server -I./mozilla-sdk -I./mozilla-sdk/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/X11R6/include -g -O2 -L/usr/X11R6/lib -lX11 -lXi -lXmu -lSDL -lSDL_mixer -lGL -lGLU -ljpeg -lpng -logg -o libgnashplugin.la -rpath /usr/local/lib/firefox-1.5.0.1/plugins -module -avoid-version -no-undefined -L/usr/local/lib/firefox-1.5.0.1/plugins plugin.lo player.lo -L/usr/X11R6/lib -lX11 -lXi -lXmu -lSDL -lSDL_mixer -lGL -lGLU -ljpeg -lpng -logg mozilla-sdk/libmozsdk.la ../backend/libgnashbackend.la ../server/libgnashasobjs.la ../server/libgnashserver.la ../libgeometry/libgnashgeo.la ../libbase/libgnashbase.la -lSDL_mixer -lrt -inst-prefix-dir /home/notroot/.sourceinstall/install-destdir)
g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../crti.o /usr/lib/gcc/i386-redhat-linux/4.0.2/crtbeginS.o .libs/plugin.o .libs/player.o -Wl,--rpath -Wl,/home/notroot/usr/lib -L/usr/X11R6/lib -L/usr/local/lib/firefox-1.5.0.1/plugins -lX11 -lXi -lXmu -L/home/notroot/.sourceinstall/install-destdir/usr/lib -L/usr/lib -lSDL -lGL -lGLU -ljpeg -lpng -logg -L/home/notroot/.sourceinstall/install-destdir/home/notroot/usr/lib -L/home/notroot/usr/lib -lmozsdk -lgnashbackend -lgnashasobjs -lgnashserver -lgnashgeo -lgnashbase -lSDL_mixer -lrt -L/usr/lib/gcc/i386-redhat-linux/4.0.2 -L/usr/lib/gcc/i386-redhat-linux/4.0.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/4.0.2/crtendS.o /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../crtn.o -Wl,-soname -Wl,libgnashplugin.so -o .libs/libgnashplugin.so
/usr/bin/install -c -p .libs/libgnashplugin.soT /home/notroot/.sourceinstall/install-destdir/usr/local/lib/firefox-1.5.0.1/plugins/libgnashplugin.so
make[3]: Leaving directory `/home/notroot/.sourceinstall/build/gnash/plugin'
/usr/bin/install: cannot create regular file `/home/notroot/.sourceinstall/install-destdir/usr/local/lib/firefox-1.5.0.1/plugins/libgnashplugin.so': No such file or directory
make[2]: Leaving directory `/home/notroot/.sourceinstall/build/gnash/plugin'
make[3]: *** [install-pluginLTLIBRARIES] Error 1
make[1]: Leaving directory `/home/notroot/.sourceinstall/build/gnash/plugin'
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1

I get this when installing Gnash. Creating all the directories down to ~/.sourceinstall/install-destdir/usr/local/lib/firefox-1.5.0.1/plugins/ works though.

anonymous coward <athing>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 7 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Sun 09 Apr 2006 01:53:50 AM UTCsick_soulStatusReady For Test=>Fixed
  Open/ClosedOpen=>Closed
Sat 11 Mar 2006 01:23:37 AM UTCsick_soulStatusIn Progress=>Ready For Test
Thu 09 Mar 2006 06:56:35 PM UTCsick_soulStatusNeed Info=>In Progress
Mon 06 Mar 2006 10:34:59 AM UTCsick_soulCategoryNone=>Installation
  StatusNone=>Need Info
  Assigned toNone=>sick_soul

Back to the top


Powered by Savane 3.1-cleanup1