Building MonetDB from RPM on ROSA Desktop R4
Hi Guys, I know this isn't a support distro at all i'm just trying to get MonetDB to work on my ROSA Desktop R4 machine which is Linux / KDE with a Twist distro. http://pastebin.com/wiH6RPzQ Its all about this at the bottom. 1. cd . && /bin/sh ./config.status rpm.mk 2. config.status: creating rpm.mk 3. cd . && /bin/sh /home/brian/Downloads/rpmbuild/BUILD/MonetDB-11.19.7/buildtools/conf/missing automake-1.13 --foreign 4. configure.ac:372: error: required file 'buildtools/conf/compile' not found 5. configure.ac:372: 'automake --add-missing' can install 'compile' 6. Makefile:521: recipe for target 'Makefile.in' failed 7. make: *** [Makefile.in] Error 1 8. error: Bad exit status from /var/tmp/rpm-tmp.25756 (%build) 9. Automake the wrong version i'm not sure it seems to be upto date. Anybody any ideas on the off chance somebody has seen this before ? Regards, Brian Hood
Hi Brian, not sure whether this will help, but did you try following the given instructions, i.e., running `automake --add-missing` ? Best, Stefan ----- Original Message -----
Hi Guys,
I know this isn't a support distro at all i'm just trying to get MonetDB to work on my ROSA Desktop R4 machine which is Linux / KDE with a Twist distro.
Its all about this at the bottom.
1. cd . && /bin/sh ./config.status rpm.mk
2. config.status: creating rpm.mk
3. cd . && /bin/sh /home/brian/Downloads/rpmbuild/BUILD/MonetDB-11.19.7/buildtools/conf/missing automake-1.13 --foreign
4. configure.ac:372 : error: required file 'buildtools/conf/compile' not found
5. configure.ac:372 : 'automake --add-missing' can install 'compile'
6. Makefile:521: recipe for target 'Makefile.in' failed
7. make: *** [Makefile.in] Error 1
8. error: Bad exit status from /var/tmp/rpm-tmp.25756 (%build)
9.
Automake the wrong version i'm not sure it seems to be upto date.
Anybody any ideas on the off chance somebody has seen this before ?
Regards,
Brian Hood
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- | Stefan.Manegold@CWI.nl | DB Architectures (DA) | | www.CWI.nl/~manegold/ | Science Park 123 (L321) | | +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
Hi Stefan,
I missed that seems to work after adding that to the configure script
AUTOMAKE variable :)
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}
--add-missing "}
Regards,
Brian Hood
On Sun, Apr 5, 2015 at 9:23 AM, Stefan Manegold
Hi Brian,
not sure whether this will help, but did you try following the given instructions, i.e., running `automake --add-missing` ?
Best, Stefan
----- Original Message -----
Hi Guys,
I know this isn't a support distro at all i'm just trying to get MonetDB to work on my ROSA Desktop R4 machine which is Linux / KDE with a Twist distro.
Its all about this at the bottom.
1. cd . && /bin/sh ./config.status rpm.mk
2. config.status: creating rpm.mk
3. cd . && /bin/sh
/home/brian/Downloads/rpmbuild/BUILD/MonetDB-11.19.7/buildtools/conf/missing
automake-1.13 --foreign
4. configure.ac:372 : error: required file 'buildtools/conf/compile' not found
5. configure.ac:372 : 'automake --add-missing' can install 'compile'
6. Makefile:521: recipe for target 'Makefile.in' failed
7. make: *** [Makefile.in] Error 1
8. error: Bad exit status from /var/tmp/rpm-tmp.25756 (%build)
9.
Automake the wrong version i'm not sure it seems to be upto date.
Anybody any ideas on the off chance somebody has seen this before ?
Regards,
Brian Hood
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- | Stefan.Manegold@CWI.nl | DB Architectures (DA) | | www.CWI.nl/~manegold/ | Science Park 123 (L321) | | +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (2)
-
Brian Hood
-
Stefan Manegold