I am new to the band wargon - I am lost, not sure sure what the none
existent user/group tangents are, when I try to built it from the RPM, just
as what follows.
when I use the mysql++-2.1.1.tar.gz, configure cant find mysqlclient
library, yet verion 2.0.7 finds it and compiles correctly.
Thanks for your help -
[root@zisco41 mysql++]# rpmbuild --rebuild ./mysql++-2.1.1-1.src.rpm
Installing ./mysql++-2.1.1-1.src.rpm
warning: user tangent does not exist - using root
warning: group tangent does not exist - using root
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.94410
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf mysql++-2.1.1
+ /usr/bin/gzip -dc /usr/src/redhat/SOURCES/mysql++-2.1.1.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd mysql++-2.1.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ ./bootstrap noexamples --prefix=/usr --disable-dependency-tracking
+ ./rebake -DEXAMPLES=no
+ bakefilize
./rebake: line 3: bakefilize: command not found
error: Bad exit status from /var/tmp/rpm-tmp.94410 (%prep)
RPM build errors:
user tangent does not exist - using root
group tangent does not exist - using root
Bad exit status from /var/tmp/rpm-tmp.94410 (%prep)