LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   New release of PkgBuild src2pkg trackinstall (https://www.linuxquestions.org/questions/slackware-14/new-release-of-pkgbuild-src2pkg-trackinstall-514257/)

tuxdev 01-26-2007 09:47 PM

Cool.

You haven't run out of pre-1.0 versions yet, there's always a possible PkgBuild 0.9.10. I don't think you need to do that, though. It's 1.0 ready IMO.

gnashley 01-26-2007 11:03 PM

Can you test the jam and scons stuff for me? I think I may have fouled it up moving code around. Love to hear anything that helps make PkgBuild better.

tuxdev 01-27-2007 10:15 AM

I've done a bit of testing by running the rosegarden(Yay!) and supertux PkgBuilds. fake_install is broken because it can't find an install rule in SConstruct or Jamfile. Why are you trying to detect whether an install rule exists, anyway? If there isn't one, it would just fail.

gnashley 01-27-2007 12:00 PM

That's why I wanted you to try it -I was never clear on whether the 'usual' SConstruct or Jamfile would have an install 'rule' as Makefiles do. If this is not the case I'll change the code. I've been working on that section of code to improve handling of install.sh scripts and other stuff wioth no regular Makefile. The thing is that I've included the the SConstruct and Jamfile in the search for some sort of Makefile, which are then checked for an install rule. This is not really necessary any longer as we can just run the command and check for success afterwards.
Commenting out this line (710) in configure_source should fix it:
check-makefile
I appreciate the feedback, as usual.

tuxdev 01-27-2007 03:32 PM

"FATAL! Running 'scons install' has failed with error: 0"

Nuff said.


All times are GMT -5. The time now is 09:52 AM.