How to solve dpkg-source source problem when building a package?

hanxue

Has anyone here had some experience creating a Debian / Ubuntu package? I am trying to backport the lammps package (http://packages.ubuntu.com/quantal/lammps) from Ubuntu 12.10 (Quantal) to Ubuntu 12.04

I only need it unofficially - just need a .deb package for convenience's sake when creating custom virtual machine images for deployment to IaaS platform.

Following the Ubuntu Packaging Guide at https://wiki.ubuntu.com/PackagingGuide , I can build successfully, except when I try to rebuild using the debuild command, I usually get this error:

 dpkg-source: error: aborting due to unexpected upstream changes, see
 /tmp/lammps_0~20120615.gite442279-1.diff.aie32n dpkg-source: info: you
 can integrate the local changes with dpkg-source --commit
 dpkg-buildpackage: error: dpkg-source --include-binaries -i -b
 lammps-0~20120615.gite442279 gave error exit status 2

Running 'make clean-all' at the src directory still does not solve the problem. Is there any way to completely clean off all the files that were generated during the build process, or to ask debuild to ignore any differences in the source files?

dobey

This means you have applied changes to the unpacked upstream source which are not part of a patch in the debian/patches/ directory, or listed in the series file in there if they are; and/or there is some inconsistency in the state of quilt's application of the patches.

Looking at the mentioned file in /tmp will show you the changes in question.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How best to troubleshoot a source package configure script?

分類Dev

How to directly download a source package installation package tarball from a URL?

分類Dev

How to build a specific package from a Debian source package?

分類Dev

How to apt-get install package from different package source

分類Dev

How to tell what wake source is when Wake Source: Unknown

分類Dev

Building OpenJDK Library from source?

分類Dev

Building OpenJDK Library from source?

分類Dev

What is the source of Python3 Memory error? And how to solve it?

分類Dev

How to use Beautifulsoup to get the latest version of a source package

分類Dev

Package is not found in the following primary source

分類Dev

Why there is no .dll file after building the source?

分類Dev

How to attach the source to the jar in the Gradle Eclipse Project when the source attachment is not modifiable?

分類Dev

Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

分類Dev

Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

分類Dev

Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

分類Dev

How to filter _source in reactivesearch?

分類Dev

AppCenter cannot find private package when building

分類Dev

'Package not in database' when restoring with dpkg --set-selections

分類Dev

How to solve this problem with my navbar?

分類Dev

how to solve this changing dataframe problem

分類Dev

Problem streaming video using media source extensions

分類Dev

How can I pip install pyx package from externally hosted source?

分類Dev

How to build and install this gem package from source https://github.com/cmedley/terraforming?

分類Dev

How can I move all java source files to their respective package directory?

分類Dev

If I build a package from source how can I uninstall or remove completely?

分類Dev

Python.h not found building from Tensorflow from source in virtualenv

分類Dev

How to force remove a package if dpkg removal script fails?

分類Dev

how to exclude a package from building in bazel?

分類Dev

How to solve no output problem when I use vectors of vector to implement a graph data structure?

Related 関連記事

  1. 1

    How best to troubleshoot a source package configure script?

  2. 2

    How to directly download a source package installation package tarball from a URL?

  3. 3

    How to build a specific package from a Debian source package?

  4. 4

    How to apt-get install package from different package source

  5. 5

    How to tell what wake source is when Wake Source: Unknown

  6. 6

    Building OpenJDK Library from source?

  7. 7

    Building OpenJDK Library from source?

  8. 8

    What is the source of Python3 Memory error? And how to solve it?

  9. 9

    How to use Beautifulsoup to get the latest version of a source package

  10. 10

    Package is not found in the following primary source

  11. 11

    Why there is no .dll file after building the source?

  12. 12

    How to attach the source to the jar in the Gradle Eclipse Project when the source attachment is not modifiable?

  13. 13

    Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

  14. 14

    Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

  15. 15

    Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

  16. 16

    How to filter _source in reactivesearch?

  17. 17

    AppCenter cannot find private package when building

  18. 18

    'Package not in database' when restoring with dpkg --set-selections

  19. 19

    How to solve this problem with my navbar?

  20. 20

    how to solve this changing dataframe problem

  21. 21

    Problem streaming video using media source extensions

  22. 22

    How can I pip install pyx package from externally hosted source?

  23. 23

    How to build and install this gem package from source https://github.com/cmedley/terraforming?

  24. 24

    How can I move all java source files to their respective package directory?

  25. 25

    If I build a package from source how can I uninstall or remove completely?

  26. 26

    Python.h not found building from Tensorflow from source in virtualenv

  27. 27

    How to force remove a package if dpkg removal script fails?

  28. 28

    how to exclude a package from building in bazel?

  29. 29

    How to solve no output problem when I use vectors of vector to implement a graph data structure?

ホットタグ

アーカイブ