Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing/pacparser: new aport #125

Closed
wants to merge 6 commits into from

Conversation

aaronhurt
Copy link
Contributor

A library to parse proxy auto-config (PAC) files

http://pacparser.manugarg.com

A library to parse proxy auto-config (PAC) files

http://pacparser.manugarg.com

package() {
cd "$builddir"
make -C src install DESTDIR=$pkgdir LIB_PREFIX=$pkgdir/usr/lib > /dev/null 2>&1 || return 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you’re redirecting stdout/stderr of make to /dev/null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No real reason, it's just quite a bit of output building all the components.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's always better to have a lot of output than none. How would you know what's wrong if the package fail to build, when you throw away even error messages?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added it after the build was working. I was looking at it more as debug output. I took it off and Travis has rebuilt the package.

@@ -0,0 +1,17 @@
--- src/spidermonkey/Makefile.orig
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comment to the patch file explaining why is this patch needed.

@jirutka jirutka added the S-changes-requested Some changes have been requested, waiting for contributor label Jun 10, 2016
@jirutka jirutka added reviewed S-ready Ready for merge and removed S-changes-requested Some changes have been requested, waiting for contributor labels Jun 11, 2016
@jirutka
Copy link
Member

jirutka commented Jun 11, 2016

Merged in 4e051e1, thanks!

It failed to compile because of manugarg/pacparser#27, so I’ve forced -j1 to disable parallel build. I’ve also added subpackage py-pacparser in f7cec01.

@jirutka jirutka closed this Jun 11, 2016
@aaronhurt
Copy link
Contributor Author

Great, thank you sir.

@jirutka
Copy link
Member

jirutka commented Jun 11, 2016

It fails not just on armhf, but also x86, so it’s currently built only for x86_64. I’ve reported it to upstream: manugarg/pacparser#77.

@aaronhurt aaronhurt deleted the testing/pacparser branch August 24, 2016 18:45
@tcely tcely removed the S-ready Ready for merge label Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants