Not generating mdb files

Bug #411513 reported by Michael Monreal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Tangerine
Incomplete
Low
Unassigned

Bug Description

Tangerine does not seem to build the .mdb files it requires on "make install":

make[1]: Leaving directory `/home/mimox/code/bzr/tangerine'
Making install in daap-sharp
make[1]: Entering directory `/home/mimox/code/bzr/tangerine/daap-sharp'
make[2]: Entering directory `/home/mimox/code/bzr/tangerine/daap-sharp'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/gnome2.26/lib/tangerine" || /bin/mkdir -p "/opt/gnome2.26/lib/tangerine"
 /usr/bin/install -c -m 644 '../build/daap-sharp.dll' '/opt/gnome2.26/lib/tangerine/daap-sharp.dll'
 /usr/bin/install -c -m 644 './../build/daap-sharp.dll.mdb' '/opt/gnome2.26/lib/tangerine/daap-sharp.dll.mdb'
/usr/bin/install: cannot stat `./../build/daap-sharp.dll.mdb': No such file or directory
make[2]: *** [install-moduleDATA] Error 1
make[2]: Leaving directory `/home/mimox/code/bzr/tangerine/daap-sharp'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/mimox/code/bzr/tangerine/daap-sharp'
make: *** [install-recursive] Error 1

make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/gnome2.26/lib/tangerine" || /bin/mkdir -p "/opt/gnome2.26/lib/tangerine"
 /usr/bin/install -c -m 644 '../build/Tangerine.dll' '/opt/gnome2.26/lib/tangerine/Tangerine.dll'
 /usr/bin/install -c -m 644 './../build/Tangerine.dll.mdb' '/opt/gnome2.26/lib/tangerine/Tangerine.dll.mdb'
/usr/bin/install: cannot stat `./../build/Tangerine.dll.mdb': No such file or directory
make[2]: *** [install-moduleDATA] Error 1
make[2]: Leaving directory `/home/mimox/code/bzr/tangerine/Tangerine'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/mimox/code/bzr/tangerine/Tangerine'
make: *** [install-recursive] Error 1

make[2]: Entering directory `/home/mimox/code/bzr/tangerine/Tangerine.Daemon'
test -z "/opt/gnome2.26/bin" || /bin/mkdir -p "/opt/gnome2.26/bin"
 /usr/bin/install -c 'tangerine' '/opt/gnome2.26/bin/tangerine'
test -z "/opt/gnome2.26/lib/tangerine" || /bin/mkdir -p "/opt/gnome2.26/lib/tangerine"
 /usr/bin/install -c -m 644 './../build/tangerine-daemon.exe.mdb' '/opt/gnome2.26/lib/tangerine/tangerine-daemon.exe.mdb'
/usr/bin/install: cannot stat `./../build/tangerine-daemon.exe.mdb': No such file or directory
make[2]: *** [install-moduleDATA] Error 1
make[2]: Leaving directory `/home/mimox/code/bzr/tangerine/Tangerine.Daemon'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/mimox/code/bzr/tangerine/Tangerine.Daemon'
make: *** [install-recursive] Error 1

test -z "/opt/gnome2.26/bin" || /bin/mkdir -p "/opt/gnome2.26/bin"
 /usr/bin/install -c 'tangerine-properties' '/opt/gnome2.26/bin/tangerine-properties'
test -z "/opt/gnome2.26/lib/tangerine" || /bin/mkdir -p "/opt/gnome2.26/lib/tangerine"
 /usr/bin/install -c -m 644 './../build/tangerine-properties.exe.mdb' '/opt/gnome2.26/lib/tangerine/tangerine-properties.exe.mdb'
/usr/bin/install: cannot stat `./../build/tangerine-properties.exe.mdb': No such file or directory
make[2]: *** [install-moduleDATA] Error 1
make[2]: Leaving directory `/home/mimox/code/bzr/tangerine/TangerineProperties'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/mimox/code/bzr/tangerine/TangerineProperties'
make: *** [install-recursive] Error 1

After manually creating the files, the installation completed successfully.

Revision history for this message
Alex Launi (alexlauni) wrote :

I can't reproduce this, can you give me exact steps to reproduce? maybe attach autogen.sh output?

Changed in tangerine:
status: New → Incomplete
importance: Undecided → Low
Revision history for this message
Michael Monreal (mimox) wrote :

Funny thing is that I get the same problem on Fedora 11 and Ubuntu/JHBuild. Here's the autogen autput:

tangerine$ ./autogen.sh --prefix=/opt/gnome2.27
Running libtoolize ...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running aclocal -I /opt/gnome2.26/share/aclocal -I /usr/share/aclocal -I . -I m4/shamrock -I /opt/gnome2.26/share/aclocal -I /usr/share/aclocal ...
/usr/share/aclocal/log4c.m4:7: warning: underquoted definition of AM_PATH_LOG4C
/usr/share/aclocal/log4c.m4:7: run info '(automake)Extending aclocal'
/usr/share/aclocal/log4c.m4:7: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running automake --gnu ...
Running autoconf ...
Running intltoolize --force --copy --automake ...
[...]

Revision history for this message
Michael Monreal (mimox) wrote :

Eh... the command above should really be "./autogen.sh --prefix=/opt/gnome2.26"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.