[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Fix base-installer FTBFS



Hello All,

di_log isn't defined (anymore?), and base-installer depends already on
libdebian-installer4-dev (>= 0.17) anyway.


Thiemo


Index: tools/base-installer/run-debootstrap.c
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/base-installer/run-debootstrap.c,v
retrieving revision 1.9
diff -a -d -u -p -r1.9 run-debootstrap.c
--- tools/base-installer/run-debootstrap.c      15 Oct 2003 01:44:21 -0000      1.9
+++ tools/base-installer/run-debootstrap.c      13 Nov 2003 09:27:58 -0000
@@ -228,11 +228,7 @@ exec_debootstrap(char **argv){
                         if (ptr == NULL)
                             return -1;

-#if defined(di_log) /* Using libd-i library >= 0.16 */
                         di_log(DI_LOG_LEVEL_OUTPUT, ptr);
-#else /* not di_log */
-                        di_log(ptr);
-#endif /* di_log */
                    } else {
                         // err, don't really know what to do here... there
                         // should always be a fallback...



Reply to: