Discussion:
[Refdb-devel] [ refdb-Bugs-1593786 ] Compilation fails on refdb-init-pgsql
SourceForge.net
2006-11-09 22:13:50 UTC
Permalink
Bugs item #1593786, was opened at 2006-11-09 23:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1593786&group_id=26091

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: refdbd
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: steletch (steletch)
Assigned to: Markus Hoenicka (mhoenicka)
Summary: Compilation fails on refdb-init-pgsql

Initial Comment:
Sorry to bother you again, but :

sed 's%/var/log%/var/log%' < ./refdb-init.in | \
sed 's%/var/run%/var/run%' | \
sed 's%<pkgdatadir>%/usr/share/refdb%' | \
sed 's%<db_path>%/var/lib/lib/refdb/db%' | \
sed 's%<main_db>%refdb%g' | \
sed 's%<myshell>%/bin/bash%' | \
sed 's%<psarg>%ax%' | \
sed 's%<prefix>%/usr%' | \
sed 's%<sysconfdir>%/etc/refdb%g' | \
sed 's%<piddir>%/var/run%' > refdb-init
make[1]: *** No rule to make target `refdb-init-pgsql',
needed by `all-am'. Stop.
make[1]: *** Waiting for unfinished jobs....
chmod a+x refdbctl
chmod a+x refdb-init
make[1]: Leaving directory
`/home/steletch/rpm/BUILD/refdb-0.9.8-pre7/scripts'
make: *** [all-recursive] Error 1


Seems we're going to another pre :-)

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1593786&group_id=26091
SourceForge.net
2006-11-10 11:15:06 UTC
Permalink
Bugs item #1593786, was opened at 2006-11-09 23:13
Message generated for change (Comment added) made by mhoenicka
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1593786&group_id=26091

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: refdbd
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: steletch (steletch)
Assigned to: Markus Hoenicka (mhoenicka)
Summary: Compilation fails on refdb-init-pgsql

Initial Comment:
Sorry to bother you again, but :

sed 's%/var/log%/var/log%' < ./refdb-init.in | \
sed 's%/var/run%/var/run%' | \
sed 's%<pkgdatadir>%/usr/share/refdb%' | \
sed 's%<db_path>%/var/lib/lib/refdb/db%' | \
sed 's%<main_db>%refdb%g' | \
sed 's%<myshell>%/bin/bash%' | \
sed 's%<psarg>%ax%' | \
sed 's%<prefix>%/usr%' | \
sed 's%<sysconfdir>%/etc/refdb%g' | \
sed 's%<piddir>%/var/run%' > refdb-init
make[1]: *** No rule to make target `refdb-init-pgsql',
needed by `all-am'. Stop.
make[1]: *** Waiting for unfinished jobs....
chmod a+x refdbctl
chmod a+x refdb-init
make[1]: Leaving directory
`/home/steletch/rpm/BUILD/refdb-0.9.8-pre7/scripts'
make: *** [all-recursive] Error 1


Seems we're going to another pre :-)

----------------------------------------------------------------------
Comment By: Markus Hoenicka (mhoenicka)
Date: 2006-11-10 12:15

Message:
Logged In: YES
user_id=85809

I've removed refdb-init-pgsql as it is no longer required,
but it seems I didn't remove all references to it. This
problem is fixed in svn revision 221. An updated prerelease
(pre8) is available as well.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1593786&group_id=26091
Loading...