[Bug 1222758] Re: cannot build

2013-09-12 Thread Dominique Lasserre
Does it work when you insert [arch=amd64] in your apt-build sources list entry? deb [arch=amd64] ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1222758 Title: cannot build To manage notificatio

[Bug 1222758] Re: cannot build

2013-09-12 Thread Dominique Lasserre
No it's a normal apt entry and should be located in file /etc/apt/sources.list.d/apt-build.list. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1222758 Title: cannot build To manage notifications ab

[Bug 1222758] Re: cannot build

2013-09-15 Thread Dominique Lasserre
There should be a file /etc/apt/sources.list.d/apt-build.list . Open it with e.g. gedit: gksudo gedit /etc/apt/sources.list.d/apt-build.list Then change the line deb file:/var/cache/apt-build/repository apt-build main to deb [arch=amd64] file:/var/cache/apt-build/repository apt-build main Fin

[Bug 1097609] Re: upgrade from terminal..

2013-01-17 Thread Dominique Lasserre
Still no apt-fast issue. Please provide more information. Reassigned to APT. ** Project changed: apt-fast => apt (Ubuntu) ** Changed in: apt (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1093819] Re: Wubi installed 12.10 amd64 without configuring i386

2013-02-27 Thread Dominique Lasserre
I can confirm this issue. I have seen multiple Wubi installations in my supporter forum ubuntuusers.de where this issue occurs. ** Changed in: wubi Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-11 Thread Dominique Lasserre
Hi Dawid, thank you for reporting this bug! Please show verbose debconf information: debconf-show apt-fast debconf And during upgrade/installation please export DEBCONF_DEBUG to developer (with unmodified postinst): DEBCONF_DEBUG=developer dpkg --configure -a -- You received this bug notificat

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-11 Thread Dominique Lasserre
Arg, not apt-fast, apt-build of course ;) . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065678 Title: Unable to install apt-build, apparently a bug in debconf To manage notifications about this

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dominique Lasserre
I assume this is a debconf issue. config script fails when question should be shown. Are there debconf related problems with other packages? E.g. try: dpkg-reconfigure debconf Please add "set -x" to /var/lib/dpkg/info/apt-build.config (2nd line) and again show: DEBCONF_DEBUG=developer dpkg --conf

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dominique Lasserre
Hm, perhabs this is an arm/sh issue. Please show: multithreaded="-j$(grep -c processor /proc/cpuinfo)" echo "${multithreaded#-j}" case "${multithreaded#-j}" in ''|*[!0-9]*|0*) echo foobar;; esac echo end What happends when you change shebang in /var/lib/dpkg/info/apt- build.config from #!/bin/sh

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dominique Lasserre
Sorry, forget to mention, change into sh-shell before running those commands, e.g.: sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065678 Title: Unable to install apt-build, apparently a bug in

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dominique Lasserre
Please run atteched script with sh. I have commented all debconf stuff, so we should see all other errors. ** Attachment added: "test script with disabled debconf" https://bugs.launchpad.net/ubuntu/+source/apt-build/+bug/1065678/+attachment/3396480/+files/apt-build.test -- You received this

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dominique Lasserre
I don't know why it ends there (there should come some more steps). I'll try to get an arm machine this weekend to reproduce this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065678 Title: Unabl

[Bug 1065678] Re: apt-build fails to install (post-installation/config script) on armel

2012-10-13 Thread Dominique Lasserre
** Summary changed: - Unable to install apt-build, apparently a bug in debconf + apt-build fails to install (post-installation/config script) on armel ** Changed in: apt-build (Ubuntu) Assignee: (unassigned) => Dominique Lasserre (lasall) ** Changed in: apt-build (Ubuntu) Sta

[Bug 1065678] Re: apt-build fails to install if `grep processors /proc/cpuinfo` don't find anything

2012-10-13 Thread Dominique Lasserre
Hi Dawid thank you very much again to report this bug and help to find the cause of this bug! The problem is very simple: grep try to get count of processors but if it don't find anything it returns 0 -> script fails. A workarround is: Search the "grep -c processors /proc/cpuinfo" line in /var/lib/

[Bug 1065678] Re: apt-build fails to install if `grep processors /proc/cpuinfo` don't find anything

2012-10-13 Thread Dominique Lasserre
*it (grep) returns 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065678 Title: apt-build fails to install if `grep processors /proc/cpuinfo` don't find anything To manage notifications about t

[Bug 1065678] Re: apt-build fails to install if `grep processors /proc/cpuinfo` don't find anything

2012-10-13 Thread Dominique Lasserre
I have pushed a fix to lp:~lasall/ubuntu/quantal/apt-build/1065678-fix . This not only fixes this bug but even make APT path buildings more robust (e.g.: apt-config shell var Dir::Etc::sourcesparts->>/d<<-). I will file a request in BTS too, but the Quantal release is coming, so there wouldn't be

[Bug 1039685] Re: package libapt-pkg4.12 0.8.16~exp12ubuntu10.3 failed to install/upgrade: './usr/share/locale/sk/LC_MESSAGES/libapt-pkg4.12.mo' is different from the same file on the system

2012-10-01 Thread Dominique Lasserre
It is not possible to install both amd64 and i386 packages in parallel (without modifications) because translations files are *really* different. You can use dpkg diversions to workaround this problem. See thread in German Ubuntu forum: http://forum.ubuntuusers.de/topic /aktualisierungsproblem-wine

[Bug 1044612] Re: package apt-build 0.12.37 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-10-04 Thread Dominique Lasserre
*** This bug is a duplicate of bug 821630 *** https://bugs.launchpad.net/bugs/821630 This is a debconf issue. I mark this as duplicate of #821630. ** This bug has been marked a duplicate of bug 821630 debconf fails with "frontend: Fatal IO error 11 (Resource temporarily unavailable) on X

[Bug 620300] Re: Doesn't generate authenticated package

2012-08-18 Thread Dominique Lasserre
** Changed in: apt-build (Debian) Remote watch: Debian Bug tracker #316572 => Debian Bug tracker #659015 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/620300 Title: Doesn't generate authenticated p

[Bug 320273] Re: Missing source package name for source_by_source().

2012-05-27 Thread Dominique Lasserre
Hi Maxime, please insert `print "$$_{Package} ($$_{Version})";` (without `) after line 404 in /usr/bin/apt-build. Then please show output of `apt-build upgrade apport` again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 881376] Re: "Low disk space" warning popping up repeatedly.

2011-12-31 Thread Dominique Lasserre
Try the following workaround to disable all disk-notifications: Disable autostart of gdu-notification-daemon provided by /etc/xdg/autostart/gdu-notification-daemon.desktop . Information from German Ubuntu forum http://forum.ubuntuusers.de/post/3769367/ . -- You received this bug notification be

[Bug 1065678] Re: apt-build fails to install if `grep processors /proc/cpuinfo` don't find anything

2012-12-01 Thread Dominique Lasserre
Thank you Sebastien to push this issue. I have filed the Debian bugs (#694554 and #694557) and have proposed it for unblock. The new package version is now approved and in queue so in a few hours it is possible to sync it from Debian to Ubuntu. -- You received this bug notification because you a

[Bug 302523] Re: ktorrent fails to build by apt-build

2012-02-06 Thread Dominique Lasserre
** Changed in: apt-build (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ktorrent in Ubuntu. https://bugs.launchpad.net/bugs/302523 Title: ktorrent fails to build by apt-build To manage notificati

[Bug 249076] Re: dpkg incorrectly setting up entry in /etc/apt/sources.list.d

2012-02-06 Thread Dominique Lasserre
** Changed in: apt-build (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/249076 Title: dpkg incorrectly setting up entry in /etc/apt/sources.list.d To ma

[Bug 693715] Re: N: Ignoring file 'apt-build' in directory '/etc/apt/sources.list.d/' as it has no filename extension

2012-02-06 Thread Dominique Lasserre
This bug is fixed in version 0.12.38 (11.10 and higher). ** Changed in: apt-build (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/693715 Title: N: Igno

[Bug 464990] Re: package apt-build 0.12.37 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2012-02-07 Thread Dominique Lasserre
** Changed in: apt-build (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/464990 Title: package apt-build 0.12.37 failed to install/upgrade: subprocess post-

[Bug 365585] Re: Cannot upgrade with apt-build

2012-02-07 Thread Dominique Lasserre
*** This bug is a duplicate of bug 320273 *** https://bugs.launchpad.net/bugs/320273 ** This bug has been marked a duplicate of bug 320273 Missing source package name for source_by_source(). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 464990] Re: package apt-build 0.12.37 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2012-02-07 Thread Dominique Lasserre
If this problem still exists, please provide debconf information: debconf-show apt-build In addition please set in /var/lib/dpkg/info/apt-build.postinst in the third line: set +x Then run: dpkg --configure -a -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 499006] Re: RFE: apt-build should default to architecture "native" with newer GCC releases

2012-02-07 Thread Dominique Lasserre
** Changed in: apt-build (Debian) Status: New => Fix Committed ** Changed in: apt-build (Debian) Assignee: (unassigned) => Dominique Lasserre (lasall) ** Changed in: apt-build (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a

[Bug 569158] Re: Call obsolet option «--print-installation-architecture», use «--print-architecture».

2012-02-07 Thread Dominique Lasserre
Since version 0.12.38 this bug is fixed. ** Changed in: apt-build (Ubuntu) Status: New => Fix Released ** Also affects: apt-build (Debian) Importance: Undecided Status: New ** Bug watch added: Debian Bug tracker #598092 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598092

[Bug 509789] Re: Build dependencies cannot be easily removed after building a package

2012-02-07 Thread Dominique Lasserre
*** This bug is a duplicate of bug 248268 *** https://bugs.launchpad.net/bugs/248268 ** This bug has been marked a duplicate of bug 248268 Packages installed with apt-get build-dep should be set to auto-installed for easy removal -- You received this bug notification because you are a me

[Bug 606752] Re: tried to install in synaptic configuring for over twelve hours

2012-02-07 Thread Dominique Lasserre
Please provide debconf information: debconf-show apt-build ** Changed in: apt-build (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606752 Title: tried to in

[Bug 620300] Re: Doesn't generate authenticated package

2012-02-07 Thread Dominique Lasserre
Debian Bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316572 is slightly different. So I filed a wishlist report to assign it here. ** Bug watch added: Debian Bug tracker #659015 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659015 ** Changed in: apt-build (Debian) Status: New

[Bug 772558] Re: apt-build supports only one sources.list file

2012-02-07 Thread Dominique Lasserre
** Changed in: apt-build (Ubuntu) Assignee: (unassigned) => Dominique Lasserre (lasall) ** Changed in: apt-build (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 905430] Re: apt-build does not install the packages

2012-02-07 Thread Dominique Lasserre
This bug will be fixed with Apt::Get::AllowUnauthenticated=true . Wishlist report to create signed repository is here: #620300 ** Bug watch added: Debian Bug tracker #316572 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316572 ** Changed in: apt-build (Debian) Importance: Undecided => Un

[Bug 772558] Re: apt-build supports only one sources.list file

2012-02-07 Thread Dominique Lasserre
** Bug watch added: Debian Bug tracker #596296 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596296 ** Also affects: apt-build (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596296 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 565027] Re: package apt-build 0.12.37 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Dominique Lasserre
Hi fedecupe, use atom or native. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/565027 Title: package apt-build 0.12.37 failed to install/upgrade: subprocess installed post-installation script retu

[Bug 772558] Re: apt-build supports only one sources.list file

2012-02-28 Thread Dominique Lasserre
** Changed in: apt-build (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772558 Title: apt-build supports only one sources.list file To manage not

[Bug 772558] Re: apt-build supports only one sources.list file

2012-02-28 Thread Dominique Lasserre
** Changed in: apt-build (Ubuntu) Assignee: Dominique Lasserre (lasall) => (unassigned) ** Changed in: apt-build (Ubuntu) Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 788695] Re: Drag and Drop Items from Nautilus does not work if Nautilus uses List View

2011-06-16 Thread Dominique Lasserre
*** This bug is a duplicate of bug 61237 *** https://bugs.launchpad.net/bugs/61237 ** This bug has been marked a duplicate of bug 61237 Drag 'n Drop in list view doesn't work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http