summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:11:44 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:11:44 +0000
commit6ff3ac75673d19edd5045b0b21b888b757f71005 (patch)
tree06404023a9fcf67364e15af64263d0baab5decdf /TODO
parentf1cc67872107ce07ad80168680f1aaa17f24810d (diff)
downloadptxdist-6ff3ac75673d19edd5045b0b21b888b757f71005.tar.gz
ptxdist-6ff3ac75673d19edd5045b0b21b888b757f71005.tar.xz
ptxd_abspath may fail, add sane error message
If the path given to ptxd_abspath() contains a slash, but a part of the path does not exist, no sane error message was given. Fix and test all ptxd_abspath calls for failure. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10643 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4ffa141eb..b673eef60 100644
--- a/TODO
+++ b/TODO
@@ -20,12 +20,14 @@ TODO before 1.99.14
[ ] rsc: iproute2 -> arpd needs db-44, but the select DB_44 does not work.
-[ ] jbe: if one starts ptxdist with the --ptxconfig=<...> option and the
+[x] jbe: if one starts ptxdist with the --ptxconfig=<...> option and the
given path and filename is at least in the form "selected/ptxconfig"
(was a typo here, should be "selected_ptxconfig") ptxdist states:
/opt/lib/ptxdist-trunk/scripts/libptxdist.sh: line 415: cd: selected: No such file or directory
Should be a more reasonable error message.
+ Update 20090603 rsc: fixed
+
[x] jbe: slang.compile fails while compiling png-module.c
[...]
pcre-module.c:6:18: error: pcre.h: No such file or directory